- getAutocreateContainerGaps() - Method in class org.jdesktop.layout.GroupLayout
-
Returns whether or not gaps between the container and the
first/last components should automatically be created.
- getAutocreateGaps() - Method in class org.jdesktop.layout.GroupLayout
-
Returns true if gaps between components are automatically be created.
- getBaseline(JComponent) - Static method in class org.jdesktop.layout.Baseline
-
Returns the baseline for the specified component, or -1 if the
baseline can not be determined.
- getBaseline(JComponent, int, int) - Static method in class org.jdesktop.layout.Baseline
-
Returns the baseline for the specified component, or a value less
than 0 if the baseline can not be determined.
- getBaselineResizeBehavior(JComponent) - Static method in class org.jdesktop.layout.Baseline
-
Returns a constant indicating how the baseline varies with the size
of the component.
- getComponentBaseline(JComponent, int, int) - Method in class org.jdesktop.layout.Baseline
-
Returns the baseline for the specified component, or -1 if the
baseline can not be determined.
- getContainerGap(JComponent, int, Container) - Method in class org.jdesktop.layout.LayoutStyle
-
Returns the amount of space to position a component inside its
parent.
- getHonorsVisibility() - Method in class org.jdesktop.layout.GroupLayout
-
Returns whether component visiblity is considered when sizing and
positioning components.
- getHorizontalGroup() - Method in class org.jdesktop.layout.GroupLayout
-
Returns the Group
that is responsible for
layout along the horizontal axis.
- getLayoutAlignmentX(Container) - Method in class org.jdesktop.layout.GroupLayout
-
Returns the alignment along the x axis.
- getLayoutAlignmentY(Container) - Method in class org.jdesktop.layout.GroupLayout
-
Returns the alignment along the y axis.
- getLayoutStyle() - Method in class org.jdesktop.layout.GroupLayout
-
Returns the LayoutStyle instance to use
- getPreferredGap(JComponent, JComponent, int, int, Container) - Method in class org.jdesktop.layout.LayoutStyle
-
Returns the amount of space to use between two components.
- getSharedInstance() - Static method in class org.jdesktop.layout.LayoutStyle
-
Factory methods for obtaining the current LayoutStyle
object appropriate for the current look and feel.
- getVerticalGroup() - Method in class org.jdesktop.layout.GroupLayout
-
Returns the ParallelGroup
that is responsible for
layout along the vertical axis.
- GroupLayout - Class in org.jdesktop.layout
-
GroupLayout is a LayoutManager that hierarchically groups components to
achieve common, and not so common, layouts.
- GroupLayout(Container) - Constructor for class org.jdesktop.layout.GroupLayout
-
Creates a GroupLayout for the specified JComponent.
- GroupLayout.Group - Class in org.jdesktop.layout
-
Group provides for commonality between the two types of operations
supported by GroupLayout
: laying out components one
after another (SequentialGroup
) or layout on top
of each other (ParallelGroup
).
- GroupLayout.ParallelGroup - Class in org.jdesktop.layout
-
A Group
that lays out its elements on top of each
other.
- GroupLayout.SequentialGroup - Class in org.jdesktop.layout
-
A Group
that lays out its elements sequentially, one
after another.