net.infonode.gui.layout
public class DirectionLayout extends Object implements LayoutManager2
Constructor Summary | |
---|---|
DirectionLayout() | |
DirectionLayout(int componentSpacing) | |
DirectionLayout(Direction direction) | |
DirectionLayout(Direction direction, int componentSpacing) |
Method Summary | |
---|---|
void | addLayoutComponent(String name, Component comp) |
void | addLayoutComponent(Component comp, Object constraints) |
int | getComponentSpacing() |
Direction | getDirection() |
float | getLayoutAlignmentX(Container target) |
float | getLayoutAlignmentY(Container target) |
void | invalidateLayout(Container target) |
boolean | isCompressing() |
boolean | isVertical() |
void | layoutContainer(Container parent) |
Dimension | maximumLayoutSize(Container parent) |
Dimension | minimumLayoutSize(Container parent) |
Dimension | preferredLayoutSize(Container parent) |
void | removeLayoutComponent(Component comp) |
void | setComponentInsets(Component c, Insets i) |
void | setComponentSpacing(int componentSpacing) |
void | setCompressing(boolean compressing) |
void | setDirection(Direction direction) |
void | setLayoutOrderList(ArrayList layoutOrderList) |