Searched defs:RIGHT (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DAlignment.java87 public static final Alignment RIGHT = new Alignment("right") { field in class:Alignment
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java62 public static final int RIGHT = 4; field in interface:SwingConstants
H A DJSplitPane.java134 public final static String RIGHT = "right"; field in class:JSplitPane
518 add(comp, JSplitPane.RIGHT);
972 * <li>JSplitPane.RIGHT
1004 constraints = JSplitPane.RIGHT;
1018 (constraints.equals(JSplitPane.RIGHT) ||
/openjdk7/jdk/src/share/classes/java/awt/
H A DLabel.java78 public static final int RIGHT = 2; field in class:Label
139 * <code>Label.RIGHT</code>, and <code>Label.CENTER</code>.
195 * <code>Label.LEFT</code>, <code>Label.RIGHT</code>, and
206 * <code>Label.RIGHT</code>, and <code>Label.CENTER</code>.
216 case RIGHT:
279 case RIGHT: str += "right"; break;
H A DFlowLayout.java46 * <li>{@link #RIGHT RIGHT}
103 public static final int RIGHT = 2; field in class:FlowLayout
133 * <code>RIGHT</code>
150 * <code>RIGHT</code>
210 * <code>FlowLayout.LEFT</code>, <code>FlowLayout.RIGHT</code>,
224 * <code>FlowLayout.LEFT</code>, <code>FlowLayout.RIGHT</code>,
244 * <code>FlowLayout.RIGHT</code>, <code>FlowLayout.CENTER</code>,
260 * <li><code>FlowLayout.RIGHT</code>
281 this.align = RIGHT;
[all...]
H A DEvent.java133 public static final int RIGHT = 1007; field in class:Event
560 { KeyEvent.VK_RIGHT, Event.RIGHT },
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java107 static public final int RIGHT = 3; field in class:TitledBorder
305 case RIGHT:
503 case RIGHT:
670 return c.getComponentOrientation().isLeftToRight() ? LEFT : RIGHT;
673 return c.getComponentOrientation().isLeftToRight() ? RIGHT : LEFT;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSBorder.java59 final static int TOP = 0, RIGHT = 1, BOTTOM = 2, LEFT = 3; field in class:CSSBorder
134 * Return an array of border widths in the TOP, RIGHT, BOTTOM, LEFT order.
200 insets.set(widths[TOP], widths[LEFT], widths[BOTTOM], widths[RIGHT]);
217 int intWidth = width - (widths[RIGHT] + widths[LEFT]);
H A DStyleSheet.java1812 * View.LEFT, View.BOTTOM, or View.RIGHT.
1828 case View.RIGHT:
1829 inset += getOrientationMargin(HorizontalMargin.RIGHT,
1880 float localRightMargin = getOrientationMargin(HorizontalMargin.RIGHT,
1953 static enum HorizontalMargin { LEFT, RIGHT } enum constant in enum:StyleSheet.BoxPainter.HorizontalMargin
1963 * This can be HorizontalMargin.LEFT or HorizontalMargin.RIGHT
1975 case RIGHT:
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKConstants.java96 RIGHT, enum constant in enum:GTKConstants.PositionType
108 RIGHT enum constant in enum:GTKConstants.ArrowType
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java285 private enum Side {LEFT, RIGHT}; enum constant in enum:Dasher.LengthIterator.Side
346 this.sides[0] = Side.RIGHT;
472 while(sides[recLevel] == Side.RIGHT) {
480 sides[recLevel] = Side.RIGHT;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java241 map.put(new Actions(Actions.RIGHT));
320 private static String RIGHT = "right"; field in class:BasicDesktopPaneUI.Actions
379 RIGHT == key ||
414 } else if (RIGHT == key) {
H A DBasicTabbedPaneUI.java200 map.put(new Actions(Actions.RIGHT));
637 case JTabbedPane.RIGHT:
658 case JTabbedPane.RIGHT:
736 default: // RIGHT|LEFT
810 * <code>JTabbedPane.LEFT</code>, or <code>JTabbedPane.RIGHT</code>.
913 * For tabs placed on LEFT or RIGHT, the bottom torn edge is created by
929 case RIGHT:
971 } else { // LEFT or RIGHT
985 case RIGHT:
1109 case RIGHT
2167 final static String RIGHT = "navigateRight"; field in class:BasicTabbedPaneUI.Actions
[all...]
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java538 public static final String RIGHT = "right"; field in class:HTMLWriter
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java5183 static int RIGHT= 0x2; field in class:Pattern.Bound
5225 return ((left ^ right) ? (right ? LEFT : RIGHT) : NONE);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java198 map.put(new Actions(Actions.RIGHT));
607 case SwingConstants.RIGHT:
627 case SwingConstants.RIGHT:
698 default: // RIGHT|LEFT
771 * <code>JTabbedPane.LEFT</code>, or <code>JTabbedPane.RIGHT</code>.
862 * For tabs placed on LEFT or RIGHT, the bottom torn edge is created by
878 case RIGHT:
920 } else { // LEFT or RIGHT
934 case RIGHT:
1028 case RIGHT
2013 final static String RIGHT = "navigateRight"; field in class:AquaTabbedPaneCopyFromBasicUI.Actions
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java201 public static final Direction RIGHT = new Direction(_right); field in class:JRSUIConstants.Direction
261 public static final AlignmentHorizontal RIGHT = new AlignmentHorizontal(_right); field in class:JRSUIConstants.AlignmentHorizontal

Completed in 120 milliseconds