Interface | Description |
---|---|
ComponentFacade |
A facade to an object which contains a component.
|
ContainerFacade |
A facade to an object to which components can be added.
|
Startable |
A simple lifecycle method called when an object is fully constructed.
|
Class | Description |
---|---|
DefaultAction |
A default action implementation
|
TableLayout |
Represents a HTML style table layout
|
TableLayoutCell |
Represents a cell in a table layout.
|
TableLayoutRow |
Represents a row in a table layout
|
Implementation classes for SwingBuilder