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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java39 * {@code GroupLayout} is a {@code LayoutManager} that hierarchically
41 * {@code GroupLayout} is intended for use by builders, but may be
44 * GroupLayout} supports two types of groups. A sequential group
51 * size. In addition {@code GroupLayout} supports a preferred gap,
66 * {@code GroupLayout} treats each axis independently. That is, there
121 * {@code GroupLayout} provides the ability to insert gaps between
133 * GroupLayout layout = new GroupLayout(panel);
145 * GroupLayout.SequentialGroup hGroup = layout.createSequentialGroup();
160 * GroupLayout
208 public class GroupLayout implements LayoutManager2 { class in inherits:LayoutManager2
372 public GroupLayout(Container host) { method in class:GroupLayout
[all...]

Completed in 28 milliseconds