Interface Summary |
ButtonConfigurer |
Marker for button configurers. |
ButtonFactory |
Marker for button factories. |
ComponentFactory |
A factory interface for encapsulating logic to create well-formed, configured
GUI controls. |
ControlFactory |
A factory for producing GUI control components. |
MenuFactory |
Marker for menu factories. |
TableFactory |
A simple interface for creating JTable object, this allows the developer to create an
application specific table factory where, say, each tables have a set of renderers
installed, are sortable etc. |