Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
L
M
N
P
R
S
W
A
addLayoutComponent(String, Component)
- Method in class net.sf.simplelayout.
SimpleLayout
Do nothing.
C
CENTER
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components in the center corner
D
DETERMINER
- Static variable in class net.sf.simplelayout.helpers.
MaximumDimensionDeterminer
Instance of MinimumDimensionDeterminer
DETERMINER
- Static variable in class net.sf.simplelayout.helpers.
MinimumDimensionDeterminer
Instance of MinimumDimensionDeterminer
DETERMINER
- Static variable in class net.sf.simplelayout.helpers.
PreferredDimensionDeterminer
Instance of PreferredDimensionDeterminer
DimensionDeterminer
- Interface in
net.sf.simplelayout.helpers
Interface for classes which determine some dimension of an component.
E
EAST
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components center right corner
G
getDimension(Component)
- Method in interface net.sf.simplelayout.helpers.
DimensionDeterminer
Returns the dimension of the component
getDimension(Component)
- Method in class net.sf.simplelayout.helpers.
MaximumDimensionDeterminer
Returns the minimum dimension of the component
getDimension(Component)
- Method in class net.sf.simplelayout.helpers.
MinimumDimensionDeterminer
Returns the minimum dimension of the component
getDimension(Component)
- Method in class net.sf.simplelayout.helpers.
PreferredDimensionDeterminer
Returns the preferred dimension of a component.
getHgap()
- Method in class net.sf.simplelayout.
SimpleLayout
Returns the horizontal gap between components.
getVgap()
- Method in class net.sf.simplelayout.
SimpleLayout
Returns the vertical gap between components.
L
layoutContainer(Container)
- Method in class net.sf.simplelayout.
SimpleLayout
Lays out the specified container.
M
MaximumDimensionDeterminer
- Class in
net.sf.simplelayout.helpers
Determines the maximum dimension of a component.
MaximumDimensionDeterminer()
- Constructor for class net.sf.simplelayout.helpers.
MaximumDimensionDeterminer
maximumLayoutSize(Container)
- Method in class net.sf.simplelayout.
SimpleLayout
Calculates the maximum size dimensions for the specified container, given the components it contains.
MinimumDimensionDeterminer
- Class in
net.sf.simplelayout.helpers
Determines the minimum dimension of a component.
MinimumDimensionDeterminer()
- Constructor for class net.sf.simplelayout.helpers.
MinimumDimensionDeterminer
minimumLayoutSize(Container)
- Method in class net.sf.simplelayout.
SimpleLayout
Calculates the minimum size dimensions for the specified container, given the components it contains.
N
net.sf.simplelayout
- package net.sf.simplelayout
net.sf.simplelayout.helpers
- package net.sf.simplelayout.helpers
NORTH
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components top center corner
NORTHEAST
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components top right corner
NORTHWEST
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components top left corner (default)
P
PreferredDimensionDeterminer
- Class in
net.sf.simplelayout.helpers
Determines the preferred dimension of a component.
PreferredDimensionDeterminer()
- Constructor for class net.sf.simplelayout.helpers.
PreferredDimensionDeterminer
preferredLayoutSize(Container)
- Method in class net.sf.simplelayout.
SimpleLayout
Calculates the preferred size dimensions for the specified container, given the components it contains.
R
removeLayoutComponent(Component)
- Method in class net.sf.simplelayout.
SimpleLayout
Do nothing.
S
setAlignment(int, SimpleLayoutConstraints)
- Method in class net.sf.simplelayout.
SimpleLayout
Set the alignment for the given column.
setHgap(int)
- Method in class net.sf.simplelayout.
SimpleLayout
Sets the horizontal gap between components.
setVgap(int)
- Method in class net.sf.simplelayout.
SimpleLayout
Sets the vertical gap between components.
SimpleLayout
- Class in
net.sf.simplelayout
Simple Layout Manager which organizes its components in columns and rows.
SimpleLayout()
- Constructor for class net.sf.simplelayout.
SimpleLayout
Constructor with two columns and no gaps.
SimpleLayout(int)
- Constructor for class net.sf.simplelayout.
SimpleLayout
Constructor with no gaps.
SimpleLayout(int, int, int)
- Constructor for class net.sf.simplelayout.
SimpleLayout
Constructor with no gaps.
SimpleLayoutConstraints
- Class in
net.sf.simplelayout
Alignment constraints for SimpleLayout.
SOUTH
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components lower center corner
SOUTHEAST
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components lower right corner
SOUTHWEST
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components lower left corner
W
WEST
- Static variable in class net.sf.simplelayout.
SimpleLayout
put the components center left corner
A
C
D
E
G
L
M
N
P
R
S
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes