| java.lang.Object com.javelin.swinglets.SLayoutManager com.javelin.swinglets.SFlowLayout
SFlowLayout | public class SFlowLayout extends SLayoutManager (Code) | | SLayoutManager is used to layout SComponents in a SContainer.
author: Robin Sharp |
Constructor Summary | |
public | SFlowLayout() Construct a fully qualified SFlowLayout, with SConstants.LEFT layout. | public | SFlowLayout(int alignment) | public | SFlowLayout(int alignment, int gap) |
SFlowLayout | public SFlowLayout()(Code) | | Construct a fully qualified SFlowLayout, with SConstants.LEFT layout.
|
SFlowLayout | public SFlowLayout(int alignment)(Code) | | Construct a fully qualified SFlowLayout,
|
SFlowLayout | public SFlowLayout(int alignment, int gap)(Code) | | Construct a fully qualified SFlowLayout,
|
addComponent | public void addComponent(SComponent component, Object constraint)(Code) | | Adds a component and constraint to the manager. -- TO DO
|
getAlignment | public int getAlignment()(Code) | | Get the alignment.
|
getGap | public int getGap()(Code) | | Get the gap.
|
getUIClass | public Class getUIClass()(Code) | | Returns the name of the L&F class that renders this layout.
|
removeComponent | public void removeComponent(SComponent component)(Code) | | Remove a component.
|
|
|