Home
last modified time | relevance | path

Searched refs:VERTICAL_SPLIT (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/finance/xtrader/xtrader-0.99.9_10/util/fl/
H A DFl_Layout.cpp107 else if (aLayout == VERTICAL_SPLIT) { in add()
135 if (aLayout != HORIZONTAL_SPLIT && aLayout != VERTICAL_SPLIT) return Fl_Group::handle (event); in handle()
146 else if (aDrag == VERTICAL_SPLIT) { in handle()
170 else if (aLayout == VERTICAL_SPLIT) { in handle()
173 aDrag = VERTICAL_SPLIT; in handle()
225 case VERTICAL_SPLIT: in resize()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/layout/
H A DSmartSplitPane.java143 case VERTICAL_SPLIT: in checkConstraints()
272 setOrientation(VERTICAL_SPLIT); in toggleOrientation()
274 case VERTICAL_SPLIT: in toggleOrientation()
310 case VERTICAL_SPLIT: in updateOppositeMinSize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DJSplitPane.java114 public final static int VERTICAL_SPLIT = 0; field in JSplitPane
346 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
643 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
783 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1173 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DJSplitPane.java114 public final static int VERTICAL_SPLIT = 0; field in JSplitPane
346 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
643 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
783 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1173 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DGUI.java86 JSplitPane right = new JSplitPane(JSplitPane.VERTICAL_SPLIT, srcTool, in GUI()
87 new JSplitPane(JSplitPane.VERTICAL_SPLIT, stackTool, monitorTool)); in GUI()
111 JSplitPane centerBottom = new JSplitPane(JSplitPane.VERTICAL_SPLIT, cmdTool, appTool); in GUI()
114 JSplitPane center = new JSplitPane(JSplitPane.VERTICAL_SPLIT, centerTop, centerBottom); in GUI()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DGUI.java86 JSplitPane right = new JSplitPane(JSplitPane.VERTICAL_SPLIT, srcTool, in GUI()
87 new JSplitPane(JSplitPane.VERTICAL_SPLIT, stackTool, monitorTool)); in GUI()
111 JSplitPane centerBottom = new JSplitPane(JSplitPane.VERTICAL_SPLIT, cmdTool, appTool); in GUI()
114 JSplitPane center = new JSplitPane(JSplitPane.VERTICAL_SPLIT, centerTop, centerBottom); in GUI()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java112 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
344 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
627 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
762 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1150 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java112 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
344 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
627 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
762 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1150 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java112 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
344 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
627 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
762 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1150 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java112 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
344 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
627 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
762 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1150 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java112 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
344 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
627 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
762 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1156 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java118 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
350 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
633 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
768 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1163 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java112 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
344 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
627 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
762 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1150 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/
H A DJSplitPane.java112 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
344 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in JSplitPane()
627 if ((orientation != VERTICAL_SPLIT) && in setOrientation()
762 if (getOrientation() == VERTICAL_SPLIT) { in setDividerLocation()
1150 if (getOrientation() == VERTICAL_SPLIT) { in getAccessibleStateSet()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DPreviewSplit.java34 split = new JSplitPane(JSplitPane.VERTICAL_SPLIT); in PreviewSplit()
52 split = new JSplitPane(JSplitPane.VERTICAL_SPLIT); in PreviewSplit()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJSplitPane.java94 else if (getOrientation() == VERTICAL_SPLIT) in getAccessibleStateSet()
226 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
292 if (newOrientation != HORIZONTAL_SPLIT && newOrientation != VERTICAL_SPLIT) in JSplitPane()
816 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in setOrientation()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DJSplitPane.java94 else if (getOrientation() == VERTICAL_SPLIT) in getAccessibleStateSet()
226 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
292 if (newOrientation != HORIZONTAL_SPLIT && newOrientation != VERTICAL_SPLIT) in JSplitPane()
816 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in setOrientation()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJSplitPane.java94 else if (getOrientation() == VERTICAL_SPLIT) in getAccessibleStateSet()
226 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
292 if (newOrientation != HORIZONTAL_SPLIT && newOrientation != VERTICAL_SPLIT) in JSplitPane()
816 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in setOrientation()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DJSplitPane.java94 else if (getOrientation() == VERTICAL_SPLIT) in getAccessibleStateSet()
226 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
292 if (newOrientation != HORIZONTAL_SPLIT && newOrientation != VERTICAL_SPLIT) in JSplitPane()
816 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in setOrientation()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DJSplitPane.java94 else if (getOrientation() == VERTICAL_SPLIT) in getAccessibleStateSet()
226 public static final int VERTICAL_SPLIT = 0; field in JSplitPane
292 if (newOrientation != HORIZONTAL_SPLIT && newOrientation != VERTICAL_SPLIT) in JSplitPane()
816 if (orientation != HORIZONTAL_SPLIT && orientation != VERTICAL_SPLIT) in setOrientation()
/dports/devel/tig/tig-2.5.4/include/tig/
H A Dtypes.h73 _(VERTICAL_SPLIT, HORIZONTAL), \
74 _(VERTICAL_SPLIT, VERTICAL), \
75 _(VERTICAL_SPLIT, AUTO)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/splitpane/
H A DSplitPaneDemo.java63 … public static final String VERTICAL_SPLIT = resourceManager.getString("SplitPaneDemo.vert_split"); field in SplitPaneDemo
151 JRadioButton button = new JRadioButton(VERTICAL_SPLIT); in createSplitPaneControls()
267 ? JSplitPane.VERTICAL_SPLIT : JSplitPane.HORIZONTAL_SPLIT); in actionPerformed()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/splitpane/
H A DSplitPaneDemo.java63 … public static final String VERTICAL_SPLIT = resourceManager.getString("SplitPaneDemo.vert_split"); field in SplitPaneDemo
151 JRadioButton button = new JRadioButton(VERTICAL_SPLIT); in createSplitPaneControls()
267 ? JSplitPane.VERTICAL_SPLIT : JSplitPane.HORIZONTAL_SPLIT); in actionPerformed()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/splitpane/
H A DSplitPaneDemo.java63 … public static final String VERTICAL_SPLIT = resourceManager.getString("SplitPaneDemo.vert_split"); field in SplitPaneDemo
151 JRadioButton button = new JRadioButton(VERTICAL_SPLIT); in createSplitPaneControls()
267 ? JSplitPane.VERTICAL_SPLIT : JSplitPane.HORIZONTAL_SPLIT); in actionPerformed()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/splitpane/
H A DSplitPaneDemo.java63 … public static final String VERTICAL_SPLIT = resourceManager.getString("SplitPaneDemo.vert_split"); field in SplitPaneDemo
151 JRadioButton button = new JRadioButton(VERTICAL_SPLIT); in createSplitPaneControls()
267 ? JSplitPane.VERTICAL_SPLIT : JSplitPane.HORIZONTAL_SPLIT); in actionPerformed()

12345678910>>...14