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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java62 * Group} is determined by the type of group. A {@code ParallelGroup}'s
291 * Enumeration of the possible ways {@code ParallelGroup} can align
601 * Creates and returns a {@code ParallelGroup} with an alignment of
605 * @return a new {@code ParallelGroup}
608 public ParallelGroup createParallelGroup() {
613 * Creates and returns a {@code ParallelGroup} with the specified
620 * @return a new {@code ParallelGroup}
622 * @see ParallelGroup
624 public ParallelGroup createParallelGroup(Alignment alignment) {
629 * Creates and returns a {@code ParallelGroup} wit
2454 public class ParallelGroup extends Group { class in class:GroupLayout
2460 ParallelGroup(Alignment childAlignment, boolean resizable) { method in class:GroupLayout.ParallelGroup
[all...]

Completed in 35 milliseconds