org.wings.border |
Contains visual borders that can be applied on all {@link org.wings.SComponent}s.
|
Java Source File Name | Type | Comment |
SAbstractBorder.java | Class | This is a an abstract implementation of the SBorder
interface. |
SBevelBorder.java | Class | Draw a beveled border around a component. |
SBorder.java | Interface | This is the interface for Borders. |
SDefaultBorder.java | Class | If a default border is set, CGs will not write any inline borders and paddings. |
SEmptyBorder.java | Class | An invisible border around a component used for spacing. |
SEtchedBorder.java | Class | Draw a etched border around a component. |
SLineBorder.java | Class | Draw a line border around a component. |
STitledBorder.java | Class | Adds a border with a title to a component. |