A B C D G H I L M O P R S T U V

G

GroupLayout - class org.jdesktop.layout.GroupLayout.
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 org.jdesktop.layout.GroupLayout.Group.
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 org.jdesktop.layout.GroupLayout.ParallelGroup.
A Group that lays out its elements on top of each other.
GroupLayout.SequentialGroup - class org.jdesktop.layout.GroupLayout.SequentialGroup.
A Group that lays out its elements sequentially, one after another.
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.
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.
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.
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.

A B C D G H I L M O P R S T U V