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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java94 public static final int WEST = 7; field in interface:SwingConstants
H A DSpringLayout.java213 public static final String WEST = "West"; field in class:SpringLayout
250 private static String[] ALL_HORIZONTAL = {WEST, WIDTH, EAST, HORIZONTAL_CENTER};
273 * for a <code>Constraints</code> object (here WEST and <code>x</code> are synonyms, as are and NORTH and <code>y</code>):
276 * EAST = WEST + WIDTH
278 * HORIZONTAL_CENTER = WEST + WIDTH/2
283 * For example, if you have specified the WIDTH and WEST (X) location
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
310 * For example, if the <code>WEST</code>, <code>WIDTH</code> and
514 pushConstraint(WEST,
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java37 * <code>WEST</code>, and <code>CENTER</code>. When adding a
59 * <code>NORTH</code>, <code>SOUTH</code>, <code>WEST</code>, and
88 * <code>WEST</code> components may be stretched vertically;
113 * add(new Button("West"), BorderLayout.WEST);
259 public static final String WEST = "West"; field in class:BorderLayout
325 * this is equivalent to WEST.
407 * <code>WEST</code>, or <code>CENTER</code>.
507 * <code>WEST</code>, <code>EAST</code>,
524 } else if (WEST.equals(constraints)) {
548 * <code>NORTH</code>, <code>SOUTH</code>, <code>WEST</cod
[all...]
H A DGridBagConstraints.java119 public static final int WEST = 17; field in class:GridBagConstraints
145 * {@code ComponentOrientation}. Equal to WEST for horizontal,
155 * left-to-right orientations and WEST for horizontal, right-to-left
434 * <code>SOUTHWEST</code>, <code>WEST</code>, and <code>NORTHWEST</code>.
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java209 public static final Direction WEST = new Direction(_west); field in class:JRSUIConstants.Direction

Completed in 46 milliseconds