A B C D E F G I L M P R S T

A

addLayoutComponent(Component, Object) - Method in class attachlayout.AttachLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class attachlayout.AttachLayout
Deprecated. replaced by addLayoutComponent(Component, Object). This method is not implemented.
addToColumn(String, boolean, int, boolean, int) - Method in class attachlayout.AttachLayout.Constraints
Attaches a component's left and right side to the left and right side of the specified box.
addToRow(String, boolean, int, boolean, int) - Method in class attachlayout.AttachLayout.Constraints
Attaches a component's top and bottom side to the top and bottom side of the specified box.
AttachConstants - interface attachlayout.AttachConstants.
Defines and holds constants used with an AttachLayout.
attachlayout - package attachlayout
Contains a layout manager and its constraints that allow to organize components in a container by defining attachments for every side of a component (See also Sample included).
AttachLayout - class attachlayout.AttachLayout.
LayoutManager that allows to organize components in a container by defining attachments for every side of a component (See also Sample included).
AttachLayout.Constraints - class attachlayout.AttachLayout.Constraints.
Defines constraints by specifying an anchor, connection type and offset for every side of the component to lay out.
AttachLayout.Constraints() - Constructor for class attachlayout.AttachLayout.Constraints
Constructs a new Constraints object.
AttachLayout() - Constructor for class attachlayout.AttachLayout
Creates a new AttachLayout instance.
attachNone(int) - Method in class attachlayout.AttachLayout.Constraints
Sets a side to be attached to nothing.
attachToBorder(int, boolean, int) - Method in class attachlayout.AttachLayout.Constraints
Attaches a component's side to the container's border.
attachToBox(int, boolean, int, String, int) - Method in class attachlayout.AttachLayout.Constraints
Attaches a component's side to a box defined in the same container.
attachToComponent(int, boolean, int, Component, int) - Method in class attachlayout.AttachLayout.Constraints
Attaches a component's side to another component in the same container.
attachToComponents(int, boolean, int, Component[], int) - Method in class attachlayout.AttachLayout.Constraints
Deprecated. use AttachLayout.defineBox(java.lang.String, attachlayout.AttachLayout.Constraints) and AttachLayout.Constraints.attachToBox(int, boolean, int, java.lang.String, int), AttachLayout.Constraints.addToColumn(java.lang.String, boolean, int, boolean, int) or AttachLayout.Constraints.addToRow(java.lang.String, boolean, int, boolean, int) instead.
attachToRelativePosition(int, boolean, int, int) - Method in class attachlayout.AttachLayout.Constraints
Sets a side to be attached to a relative position.

B

BOTTOM - Static variable in interface attachlayout.AttachConstants
Indicates the bottom side of a component or container.

C

checkSolvable() - Method in class attachlayout.AttachLayout
Checks if the current structure of constraints can be solved.
COMPONENT_PREFERRED - Static variable in interface attachlayout.AttachConstants
Indicates to set the preferred width or height to the component's own preferred width or height.

D

defineBox(String, AttachLayout.Constraints) - Method in class attachlayout.AttachLayout
Defines and adds a box to this layout.
defineColumn(String, AttachLayout.Constraints) - Method in class attachlayout.AttachLayout
Defines and adds a box to this layout.
defineRow(String, AttachLayout.Constraints) - Method in class attachlayout.AttachLayout
Defines and adds a box to this layout.

E

ELASTIC - Static variable in interface attachlayout.AttachConstants
Indicates connection type elastic.

F

FIXED - Static variable in interface attachlayout.AttachConstants
Indicates connection type fixed.

G

getBackSide(int) - Static method in class attachlayout.AttachLayout
Returns the back side of the given side.
getConstraints() - Method in class attachlayout.AttachLayout
Returns a new Constraints instance.
getFrontSide(int) - Static method in class attachlayout.AttachLayout
Returns the front side of the given side.
getLayoutAlignmentX(Container) - Method in class attachlayout.AttachLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class attachlayout.AttachLayout
Returns the alignment along the y axis.
getOppositeSide(int) - Static method in class attachlayout.AttachLayout
Returns the opposite side of the given side.

I

invalidateLayout(Container) - Method in class attachlayout.AttachLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
isFrontSide(int) - Static method in class attachlayout.AttachLayout
Returns true if the given side is LEFT or TOP side.

L

layoutContainer(Container) - Method in class attachlayout.AttachLayout
Lays out the container argument using this layout.
LEFT - Static variable in interface attachlayout.AttachConstants
Indicates the left side of a component or container.

M

main(String[]) - Static method in class attachlayout.AttachLayout
 
maximumLayoutSize(Container) - Method in class attachlayout.AttachLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
minimumLayoutSize(Container) - Method in class attachlayout.AttachLayout
Determines the minimum size of the container using this layout manager.

P

preferredLayoutSize(Container) - Method in class attachlayout.AttachLayout
Determines the preferred size of the container using this layout manager, based on the components in the container.

R

removeLayoutComponent(Component) - Method in class attachlayout.AttachLayout
Removes the specified component from this layout.
RIGHT - Static variable in interface attachlayout.AttachConstants
Indicates the right side of a component or container.

S

setHorizontalAlignment(int) - Method in class attachlayout.AttachLayout.Constraints
Sets the alignment in case both left and right connection types are set to elastic.
setMinimumHeight(int) - Method in class attachlayout.AttachLayout.Constraints
Sets the minimum height for the attached component.
setMinimumWidth(int) - Method in class attachlayout.AttachLayout.Constraints
Sets the minimum width for the attached component.
setPreferredHeight(int) - Method in class attachlayout.AttachLayout.Constraints
Sets the preferred height for the attached component.
setPreferredWidth(int) - Method in class attachlayout.AttachLayout.Constraints
Sets the preferred width for the attached component.
setVerticalAlignment(int) - Method in class attachlayout.AttachLayout.Constraints
Sets the alignment in case both top and bottom connection types are set to elastic.

T

TOP - Static variable in interface attachlayout.AttachConstants
Indicates the top side of a component or container.

A B C D E F G I L M P R S T
Copyright © 2003-2008, Paul Neyens SourceForge.net Logo
All Rights Reserved.