- add(boolean, Component) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds a Component
to this Group
.
- add(boolean, Component, int, int, int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds a Component
to this Group
with the specified size.
- add(boolean, GroupLayout.Group) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds a Group
to this Group
.
- add(int) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds a rigid gap.
- add(int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds a rigid gap.
- add(int, int, int) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds a gap with the specified size.
- add(int, int, int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds a gap with the specified size.
- add(int, Component) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds the specified Component.
- add(int, Component, int, int, int) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds the specified Component
.
- add(int, GroupLayout.Group) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds the specified Group
as a child of this group.
- add(Component) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds the specified Component.
- add(Component) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds the specified Component.
- add(Component, int, int, int) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds the specified Component
.
- add(Component, int, int, int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds the specified Component
.
- add(GroupLayout.Group) - Method in class org.jdesktop.layout.GroupLayout.ParallelGroup
-
Adds the specified Group
.
- add(GroupLayout.Group) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds the specified Group
to this
SequentialGroup
- addContainerGap() - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
- addContainerGap(int, int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
- addLayoutComponent(Component, Object) - Method in class org.jdesktop.layout.GroupLayout
-
Notification that a Component
has been added to
the parent container.
- addLayoutComponent(String, Component) - Method in class org.jdesktop.layout.GroupLayout
-
Notification that a Component
has been added to
the parent container.
- addPreferredGap(int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the
nearest components.
- addPreferredGap(int, int, int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds an element for the preferred gap between the
nearest components.
- addPreferredGap(JComponent, JComponent, int) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the two
components.
- addPreferredGap(JComponent, JComponent, int, boolean) - Method in class org.jdesktop.layout.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the two
components.