| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupLayout.SequentialGroup | |
|---|---|
| org.jdesktop.layout | |
| Uses of GroupLayout.SequentialGroup in org.jdesktop.layout | 
|---|
| Methods in org.jdesktop.layout that return GroupLayout.SequentialGroup | |
|---|---|
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(boolean useAsBaseline,
    Component component)Adds a Componentto thisGroup. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(boolean useAsBaseline,
    Component component,
    int min,
    int pref,
    int max)Adds a Componentto thisGroupwith the specified size. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(boolean useAsBaseline,
    GroupLayout.Group group)Adds a Groupto thisGroup. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(Component component)Adds the specified Component. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(Component component,
    int min,
    int pref,
    int max)Adds the specified Component. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(GroupLayout.Group group)Adds the specified Groupto thisSequentialGroup | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(int pref)Adds a rigid gap. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(int min,
    int pref,
    int max)Adds a gap with the specified size. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.addContainerGap()Adds an element representing the preferred gap between one edge of the container and the next/previous Component. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.addContainerGap(int pref,
                int max)Adds an element representing the preferred gap between one edge of the container and the next/previous Component. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.addPreferredGap(int type)Adds an element representing the preferred gap between the nearest components. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.addPreferredGap(int type,
                int pref,
                int max)Adds an element for the preferred gap between the nearest components. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1,
                JComponent comp2,
                int type)Adds an element representing the preferred gap between the two components. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1,
                JComponent comp2,
                int type,
                boolean canGrow)Adds an element representing the preferred gap between the two components. | 
|  GroupLayout.SequentialGroup | GroupLayout.createSequentialGroup()Creates and returns a SequentialGroup. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||