Uses of Class org.jdesktop.layout.GroupLayout.SequentialGroup

Uses in package org.jdesktop.layout

Methods with return type org.jdesktop.layout.GroupLayout.SequentialGroup

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(boolean useAsBaseline, Component component)
Adds a Component to this Group.
GroupLayout.SequentialGroup
GroupLayout.SequentialGroup.add(boolean useAsBaseline, Component component, int min, int pref, int max)
Adds a Component to this Group with the specified size.
GroupLayout.SequentialGroup
GroupLayout.SequentialGroup.add(boolean useAsBaseline, GroupLayout.Group group)
Adds a Group to this Group.
GroupLayout.SequentialGroup
Adds a rigid gap.
GroupLayout.SequentialGroup
GroupLayout.SequentialGroup.add(int min, int pref, int max)
Adds a gap with the specified size.
GroupLayout.SequentialGroup
Adds the specified Group to this SequentialGroup
GroupLayout.SequentialGroup
Adds an element representing the preferred gap between one edge of the container and the next/previous Component.
GroupLayout.SequentialGroup
Adds an element representing the preferred gap between one edge of the container and the next/previous Component.
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
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
Creates and returns a SequentialGroup.