Searched defs:EAST (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java78 public static final int EAST = 3; field in interface:SwingConstants
H A DSpringLayout.java208 public static final String EAST = "East"; field in class:SpringLayout
250 private static String[] ALL_HORIZONTAL = {WEST, WIDTH, EAST, HORIZONTAL_CENTER};
276 * EAST = WEST + WIDTH
284 * the EAST is calculated as WEST + WIDTH. If you instead specified
285 * the WIDTH and EAST locations the WEST (X) location is then calculated
286 * as EAST - WIDTH.
311 * <code>EAST</code> edges are all set, steps must be taken to ensure that
528 if (defined(horizontalHistory, EAST, WIDTH)) {
532 } else if (defined(horizontalHistory, HORIZONTAL_CENTER, EAST)) {
610 if (horizontalHistory.contains(EAST)) {
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java36 * <code>NORTH</code>, <code>SOUTH</code>, <code>EAST</code>,
60 * <code>EAST</code>, respectively.
87 * be stretched horizontally; the <code>EAST</code> and
112 * add(new Button("East"), BorderLayout.EAST);
254 public static final String EAST = "East"; field in class:BorderLayout
335 * this is equivalent to EAST.
406 * <code>SOUTH</code>, <code>EAST</code>,
507 * <code>WEST</code>, <code>EAST</code>,
526 } else if (EAST.equals(constraints)) {
548 * <code>NORTH</code>, <code>SOUTH</code>, <code>WEST</code>, and <code>EAST</cod
[all...]
H A DGridBagConstraints.java97 public static final int EAST = 13; field in class:GridBagConstraints
146 * left-to-right orientations and EAST for horizontal, right-to-left
154 * {@code ComponentOrientation}. Equal to EAST for horizontal,
433 * <code>EAST</code>, <code>SOUTHEAST</code>, <code>SOUTH</code>,
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java207 public static final Direction EAST = new Direction(_east); field in class:JRSUIConstants.Direction

Completed in 53 milliseconds