Classes | |
class | ActionWrapper |
Base class for decorators of Action classes. More... | |
class | ComponentOwnedActionWrapper |
Base class for Action decorators that are owned by a Component object. More... | |
class | ComponentView |
Base class for View classes that are also swing components. More... | |
interface | ComponentVisitor |
An callback interface that used for component traversal. More... | |
interface | Controller |
An interface that must be implemented by all swing controllers of the application. More... | |
class | DocManager |
A document manager. More... | |
class | DocTemplate |
A document template. More... | |
class | ExampleFileFilter |
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about. More... | |
class | ExceptionSafeActionWrapper |
An Action decorator which wraps its actionPerformed() method with an exception-handling construct. More... | |
class | Form |
Base class for Form objects. More... | |
class | LookAndFeelSelector |
This soft singleton class simplifies the selection of a Swing Look-and-Feel. More... | |
class | LookAndFeelSelector.LookAndFeelSelectAction |
class | MoreSwingUtilities |
An extended version of SwingUtilities. More... | |
interface | View |
An interface that must be implemented by all view classes. More... | |
interface | ViewFactory |
Abstract factory that creates View objects. More... |
As they are not directly related to the application's domain, they may be moved into a component library.