Searched defs:HORIZONTAL (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DProgressBarPanel.java38 public static final int HORIZONTAL = 1; field in class:ProgressBarPanel
44 /** LayoutType is either VERTICAL or HORIZONTAL */
51 bar = new JProgressBar(JProgressBar.HORIZONTAL, 0, MAX);
60 bar = new JProgressBar(JProgressBar.HORIZONTAL, 0, MAX);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java106 public static final int HORIZONTAL = 0; field in interface:SwingConstants
/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java43 public static final int HORIZONTAL = 0; field in class:OrientableFlowLayout
70 this(HORIZONTAL, CENTER, CENTER, 5, 5, 5, 5);
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.
102 * @param hHGap the horizontal gap between components in HORIZONTAL.
103 * @param hVGap the vertical gap between components in HORIZONTAL.
119 orientation = HORIZONTAL;
139 if (orientation == HORIZONTAL) {
174 if (orientation == HORIZONTAL) {
[all...]
H A DRepaintArea.java52 private static final int HORIZONTAL = 0; 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]);
212 int benefit = square - ra.paintRects[HORIZONTAL].width
213 * ra.paintRects[HORIZONTAL].height - ra.paintRects[VERTICAL].width
217 ra.paintRects[HORIZONTAL] = paintRect;
/openjdk7/jdk/src/share/classes/java/awt/
H A DAdjustable.java43 public static final int HORIZONTAL = 0; field in interface:Adjustable
58 * either <code>HORIZONTAL</code>, <code>VERTICAL</code>,
H A DGridBagConstraints.java70 public static final int HORIZONTAL = 2; field in class:GridBagConstraints
465 * <code>HORIZONTAL</code>: Make the component wide enough to fill
H A DScrollbar.java70 * ranger = new Scrollbar(Scrollbar.HORIZONTAL, 0, 60, 0, 300);
171 public static final int HORIZONTAL = 0; field in class:Scrollbar
230 * <code>HORIZONTAL</code> only.
364 * values <code>Scrollbar.HORIZONTAL</code>,
384 * values <code>Scrollbar.HORIZONTAL</code>,
408 case HORIZONTAL:
445 * <code>Scrollbar.HORIZONTAL</code> or
457 * <code>Scrollbar.HORIZONTAL</code> or
471 case HORIZONTAL:
489 ? AccessibleState.HORIZONTAL
[all...]
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleState.java289 * @see #HORIZONTAL
294 public static final AccessibleState HORIZONTAL field in class:AccessibleState
/openjdk7/jdk/src/share/demo/applets/BarChart/
H A DBarChart.java54 private static final int HORIZONTAL = 1; field in class:BarChart
116 orientation = HORIZONTAL;
203 if (orientation == HORIZONTAL) {
310 { "orientation", "{VERTICAL, HORIZONTAL}",
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKConstants.java115 HORIZONTAL, enum constant in enum:GTKConstants.Orientation
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollPanePeer.java42 public final static int HORIZONTAL = 1 << 1; field in class:XScrollPanePeer
230 scroll(x, y, VERTICAL | HORIZONTAL);
245 // HORIZONTAL
254 // HORIZONTAL
255 scroll(v, -1, HORIZONTAL);
260 scroll(x, y, VERTICAL | HORIZONTAL);
288 if ((flag & HORIZONTAL) != 0) {
493 active = HORIZONTAL;
505 } else if (active == HORIZONTAL) {
515 } else if ((active == HORIZONTAL)) {
[all...]
H A DXFileDialogPeer.java215 // 1, 0, GridBagConstraints.HORIZONTAL, textFieldInset);
218 // 1, 0, GridBagConstraints.HORIZONTAL, textFieldInset);
221 1, 0, GridBagConstraints.HORIZONTAL, textFieldInset);
233 1, 0, GridBagConstraints.HORIZONTAL, textFieldInset);
263 1, 0, GridBagConstraints.HORIZONTAL, textFieldInset);
264 addComponent(new Separator(fileDialog.size().width, 2, Separator.HORIZONTAL), gbl, gbc, 0, 8, 15,
266 1, 0, GridBagConstraints.HORIZONTAL, separatorInset);
282 1, 0, GridBagConstraints.HORIZONTAL, buttonsInset);
847 public final static int HORIZONTAL = 0; field in class:Separator
854 if (orient == HORIZONTAL) {
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java223 public static final Orientation HORIZONTAL = new Orientation(_horizontal); field in class:JRSUIConstants.Orientation

Completed in 38 milliseconds