javax > javax.swing > javax.swing.grouplayout >

Class: javax.swing.GroupLayout
    java.lang.Object
       javax.swing.GroupLayout


public class GroupLayout extends Object implements LayoutManager2

Inner Class(es): GroupLayout.Alignment, GroupLayout.Group, GroupLayout.ParallelGroup, GroupLayout.SequentialGroup

FIELDS:
public static final int DEFAULT_SIZE : -1
public static final int PREFERRED_SIZE : -2

CONSTRUCTORS:
public GroupLayout(Container host)


METHODS:
public void addLayoutComponent(Component component, Object constraints)

public void addLayoutComponent(String name, Component component)

public GroupLayout.ParallelGroup createBaselineGroup(boolean resizable, boolean anchorBaselineToTop)

public GroupLayout.ParallelGroup createParallelGroup()

public GroupLayout.ParallelGroup createParallelGroup(GroupLayout.Alignment alignment)
Throws: IllegalArgumentException

public GroupLayout.ParallelGroup createParallelGroup(GroupLayout.Alignment alignment, boolean resizable)
Throws: IllegalArgumentException

public GroupLayout.SequentialGroup createSequentialGroup()

public boolean getAutoCreateContainerGaps()

public boolean getAutoCreateGaps()

public boolean getHonorsVisibility()

public float getLayoutAlignmentX(Container parent)
Throws: IllegalArgumentException

public float getLayoutAlignmentY(Container parent)
Throws: IllegalArgumentException

public LayoutStyle getLayoutStyle()

public void invalidateLayout(Container parent)
Throws: IllegalArgumentException

public void layoutContainer(Container parent)
Throws: IllegalStateException

public void linkSize(int axis, Component... components)
Throws: IllegalArgumentException

public void linkSize(Component... components)
Throws: IllegalArgumentException

public Dimension maximumLayoutSize(Container parent)
Throws: IllegalArgumentException
Throws: IllegalStateException

public Dimension minimumLayoutSize(Container parent)
Throws: IllegalArgumentException
Throws: IllegalStateException

public Dimension preferredLayoutSize(Container parent)
Throws: IllegalArgumentException
Throws: IllegalStateException

public void removeLayoutComponent(Component component)

public void replace(Component existingComponent, Component newComponent)
Throws: IllegalArgumentException

public void setAutoCreateContainerGaps(boolean autoCreateContainerPadding)

public void setAutoCreateGaps(boolean autoCreatePadding)

public void setHonorsVisibility(boolean honorsVisibility)

public void setHonorsVisibility(Component component, Boolean honorsVisibility)
Throws: IllegalArgumentException

public void setHorizontalGroup(GroupLayout.Group group)
Throws: IllegalArgumentException

public void setLayoutStyle(LayoutStyle layoutStyle)

public void setVerticalGroup(GroupLayout.Group group)
Throws: IllegalArgumentException

public String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net