Searched defs:VERTICAL (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DProgressBarPanel.java37 public static final int VERTICAL = 0; field in class:ProgressBarPanel
41 this(VERTICAL);
44 /** LayoutType is either VERTICAL or HORIZONTAL */
47 if (layoutType == VERTICAL) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java108 public static final int VERTICAL = 1; field in interface:SwingConstants
H A DJList.java296 public static final int VERTICAL = 0; field in class:JList
329 * How to lay out the cells; defaults to <code>VERTICAL</code>.
429 layoutOrientation = VERTICAL;
894 * depending on the layout orientation: For a {@code VERTICAL} layout
899 * In {@code VERTICAL} orientation:<br>
937 * Returns the layout orientation property for the list: {@code VERTICAL}
957 * VERTICAL: 0
974 * summary="Describes layouts VERTICAL, HORIZONTAL_WRAP, and VERTICAL_WRAP">
976 * <tr><td><code>VERTICAL</code>
991 * The default value of this property is <code>VERTICAL</cod
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java48 public static final int VERTICAL = 1; field in class:OrientableFlowLayout
77 * @param orientation the orientation, one of HORIZONTAL or VERTICAL.
87 * @param orientation the orientation, one of HORIZONTAL or VERTICAL.
99 * @param orientation the orientation, one of HORIZONTAL or VERTICAL.
104 * @param vHGap the horizontal gap between components in VERTICAL.
105 * @param vVGap the vertical gap between components in VERTICAL.
126 orientation = VERTICAL;
303 case VERTICAL:
H A DRepaintArea.java53 private static final int VERTICAL = 1; field in class:RepaintArea
101 addTo = (r.width > r.height) ? HORIZONTAL : VERTICAL;
205 if (!subtract(ra.paintRects[VERTICAL], ra.paintRects[HORIZONTAL])) {
206 subtract(ra.paintRects[HORIZONTAL], ra.paintRects[VERTICAL]);
209 if (ra.paintRects[HORIZONTAL] != null && ra.paintRects[VERTICAL] != null) {
210 Rectangle paintRect = ra.paintRects[HORIZONTAL].union(ra.paintRects[VERTICAL]);
213 * ra.paintRects[HORIZONTAL].height - ra.paintRects[VERTICAL].width
214 * ra.paintRects[VERTICAL].height;
218 ra.paintRects[VERTICAL] = null;
/openjdk7/jdk/src/share/classes/java/awt/
H A DAdjustable.java48 public static final int VERTICAL = 1; field in interface:Adjustable
58 * either <code>HORIZONTAL</code>, <code>VERTICAL</code>,
H A DGridBagConstraints.java75 public static final int VERTICAL = 3; field in class:GridBagConstraints
468 * <code>VERTICAL</code>: Make the component tall enough to fill its
661 return (fill == BOTH || fill == VERTICAL);
H A DScrollbar.java51 * redSlider=new Scrollbar(Scrollbar.VERTICAL, 0, 1, 0, 255);
176 public static final int VERTICAL = 1; field in class:Scrollbar
229 * orientation can be either : <code>VERTICAL</code> or
309 * <td><code>Scrollbar.VERTICAL</code></td>
357 this(VERTICAL, 0, 10, 0, 100);
365 * or <code>Scrollbar.VERTICAL</code>,
385 * or <code>Scrollbar.VERTICAL</code>,
409 case VERTICAL:
446 * <code>Scrollbar.VERTICAL</code>
458 * <code>Scrollbar.VERTICAL</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleState.java277 * @see #VERTICAL
282 public static final AccessibleState VERTICAL field in class:AccessibleState
/openjdk7/jdk/src/share/demo/applets/BarChart/
H A DBarChart.java53 private static final int VERTICAL = 0; field in class:BarChart
114 orientation = VERTICAL;
118 orientation = VERTICAL;
205 } else { // VERTICAL
310 { "orientation", "{VERTICAL, HORIZONTAL}",
311 "The orienation of the bar graph. Default is VERTICAL." },
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKConstants.java116 VERTICAL enum constant in enum:GTKConstants.Orientation
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollPanePeer.java41 public final static int VERTICAL = 1 << 0; field in class:XScrollPanePeer
52 int active=VERTICAL;
230 scroll(x, y, VERTICAL | HORIZONTAL);
242 if (adj.getOrientation() == Adjustable.VERTICAL) {
251 if (adj.getOrientation() == Adjustable.VERTICAL) {
252 scroll(-1, v, VERTICAL);
260 scroll(x, y, VERTICAL | HORIZONTAL);
300 if ((flag & VERTICAL) != 0) {
489 active = VERTICAL;
503 if (active == VERTICAL) {
[all...]
H A DXFileDialogPeer.java848 public final static int VERTICAL = 1; field in class:Separator
857 // VERTICAL
875 // VERTICAL
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java225 public static final Orientation VERTICAL = new Orientation(_vertical); field in class:JRSUIConstants.Orientation

Completed in 276 milliseconds