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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java124 public static final int TRAILING = 11; field in interface:SwingConstants
H A DGroupLayout.java316 TRAILING, enum constant in enum:GroupLayout.Alignment
633 * ParallelGroup} with an alignment of {@code TRAILING} is given
2594 case TRAILING:
2644 "LEADING, TRAILING or CENTER");
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java117 static public final int TRAILING = 5; field in class:TitledBorder
505 case TRAILING:
672 if (justification == TRAILING) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DFlowLayout.java49 * <li>{@link #TRAILING TRAILING}
125 public static final int TRAILING = 4; field in class:FlowLayout
153 * <code>TRAILING</code>
212 * or <code>FlowLayout.TRAILING</code>.
226 * or <code>FlowLayout.TRAILING</code>.
246 * or <code>FlowLayout.TRAILING</code>.
263 * <li><code>FlowLayout.TRAILING</code>
280 case TRAILING:
530 case TRAILING
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1684 TRAILING enum constant in enum:SwingUtilities2.Section
1695 * {@code Section.TRAILING}. For horizontal divisions, the calculation
1709 * {@code Section.TRAILING} indicates that the point is in or somewhere
1758 return forward ? Section.LEADING : Section.TRAILING;
1760 return forward ? Section.TRAILING : Section.LEADING;
1767 return pComp >= middle ? Section.TRAILING : Section.LEADING;
1769 return pComp < middle ? Section.TRAILING : Section.LEADING;

Completed in 50 milliseconds