| Home >> All >> recoin >> [ gui Javadoc ] |
recoin.gui: Javadoc index of package recoin.gui.
Package Samples:
recoin.gui
Classes:
GUIManager: The GUIManager represents the component that controls and delivers all GUI components of the application. It uses a ProcFrame to execute different procedures like start and stop procedures. Any parameters provided by the user during these procedures are collected in a Hashtable in the GUIManager and used, for example, to start the RuntimeManager.
ProcFrame: The ProcFrame provides a setting to execute procedures that represent a dialog with the user consisting of a number of masks or pages that have to be displayed. In the upper portion of the ProcFrame the different pages can be presented while the lower portion contains means to move through the pages, e.g. a NEXT- and BACK-Button.
SubmitSubPanel: The SubmitSubPanel displays a summary of the parameters chosen in the procedure it is part of. It is therefore the last panel to be shown to the user in a certain procedure. It implements the Writable interface to add the content before being displayed.
RepositorySubPanel: The RepositorySubPanel displays a select box with available Repository objects. The corresponding description of the repository is displayed on the RepositorySubPanel every time a different repository is selected.
Readable: The Readable interface should be implemented by subclasses of ContentPanel that accept user input. By implementing this interface they provide a method for other objects to access any specified parameters.
ContentPanel: A ContentPanel is a special JPanel that can be used inside a ProcFrame. It consists of a Header label and can contain different types of sub panels to add further content.
ContentPanelStorage: The ContentPanelStorage provides different sets of ContentPanel arrays that constitute a certain procedure which can be executed in a ProcFrame.
ParameterSubPanel: The ParameterSubPanel provides means for the user to enter or select information which the ParameterSubPanel then stores for extraction.
ProcedureManager: This interface should be implemented by classes that control and oversee any procedures like starting and stopping the RECOIN framework.
Writable: Interface that can be implemented by subclasses of ContentPanel if they want to provide the possibility to dynamically add content.
ControlPanel: The ControlPanel forms part of a ProcFrame and provides means to control the procedure being executed in the ProcFrame object.
MainFrame: The main console of the application providing basic functionality, e.g. for starting and stopping the application.
ContentSubPanel: A ContentSubPanel represents a panel that can be added to a ContentPanel to display certain information.
| Home | Contact Us | Privacy Policy | Terms of Service |