Package proper.gui.core.frame

Frames that are used in Proper are located here.

See:
          Description

Class Summary
ApplicationFrame This class defines the application window that handles subordinated windows.
ChildFrame This class has always the ApplicationFrame as parent.
CommandLineFrame This class defines a frame that handles command line arguments.
This class is started with the command line parameters like this:
DatabaseChildFrame This class has always the ApplicationFrame as parent.
DummyFrame This Frame is only used for Dialogs, since there exists the problem if a JDialog is instantiated without a parent (e.g.
FrameThread Represents the Thread-Class with a few enhancements for frames.
ProperFrame This abstract Frame is parent to all frames used for Proper.
It only implements the Listener Interfaces, but adds no functionality only empty methods.
Besides that it handles stuff like interpreting the verbose string and propagating changes to its registered listeners.
 

Package proper.gui.core.frame Description

Frames that are used in Proper are located here.