| org.wings.SLayoutManager
All known Subclasses: org.wings.SAbstractLayoutManager,
addComponent | void addComponent(SComponent c, Object constraint, int index)(Code) | | Adds a component to the layout manager
Parameters: c - The new component Parameters: constraint - A (sometimes optional) constraint object |
getBorder | int getBorder()(Code) | | |
getContainer | SContainer getContainer()(Code) | | Returns the corresponding container
The container |
removeComponent | void removeComponent(SComponent c)(Code) | | Removes a component from the layout manager
Parameters: c - The new component |
setBorder | void setBorder(int pixel)(Code) | | |
setContainer | void setContainer(SContainer c)(Code) | | Sets the corresponding container
Parameters: c - The container |
write | void write(Device s) throws IOException(Code) | | Writes the layouted container to the given device.
Parameters: s - The output device |
|
|