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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java39 * both compass-direction constants (NORTH, etc.)
70 public static final int NORTH = 1; field in interface:SwingConstants
H A DSpringLayout.java198 public static final String NORTH = "North"; field in class:SpringLayout
252 private static String[] ALL_VERTICAL = {NORTH, HEIGHT, SOUTH, VERTICAL_CENTER, BASELINE};
273 * for a <code>Constraints</code> object (here WEST and <code>x</code> are synonyms, as are and NORTH and <code>y</code>):
277 * SOUTH = NORTH + HEIGHT
279 * VERTICAL_CENTER = NORTH + HEIGHT/2
280 * ABSOLUTE_BASELINE = NORTH + RELATIVE_BASELINE*
552 pushConstraint(NORTH, y, false);
718 * <code>SpringLayout.NORTH</code>,
740 * @see #NORTH
755 } else if (edgeName == NORTH) {
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java36 * <code>NORTH</code>, <code>SOUTH</code>, <code>EAST</code>,
59 * <code>NORTH</code>, <code>SOUTH</code>, <code>WEST</code>, and
74 * For example, if you add components using both the <code>NORTH</code>
86 * The <code>NORTH</code> and <code>SOUTH</code> components may
110 * add(new Button("North"), BorderLayout.NORTH);
211 * For example, if you add components using both the <code>NORTH</code>
244 public static final String NORTH = "North"; field in class:BorderLayout
305 * equivalent to NORTH.
405 * one of the following constants: <code>NORTH</code>,
506 * <code>NORTH</cod
[all...]
H A DGridBagConstraints.java86 public static final int NORTH = 11; field in class:GridBagConstraints
129 * {@code ComponentOrientation}. Equal to NORTH for horizontal
432 * <code>CENTER</code>, <code>NORTH</code>, <code>NORTHEAST</code>,
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java203 public static final Direction NORTH = new Direction(_north); field in class:JRSUIConstants.Direction

Completed in 321 milliseconds