Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package recoin.gui

Interface Summary
ProcedureManager This interface should be implemented by classes that control and oversee any procedures like starting and stopping the RECOIN framework.
Readable The Readable interface should be implemented by subclasses of ContentPanel that accept user input.
Writable Interface that can be implemented by subclasses of ContentPanel if they want to provide the possibility to dynamically add content.
 

Class Summary
ContentPanel A ContentPanel is a special JPanel that can be used inside a ProcFrame.
ContentPanelStorage The ContentPanelStorage provides different sets of ContentPanel arrays that constitute a certain procedure which can be executed in a ProcFrame.
ContentSubPanel A ContentSubPanel represents a panel that can be added to a ContentPanel to display certain information.
ControlPanel The ControlPanel forms part of a ProcFrame and provides means to control the procedure being executed in the ProcFrame object.
GUIManager The GUIManager represents the component that controls and delivers all GUI components of the application.
MainFrame The main console of the application providing basic functionality, e.g.
ParameterSubPanel The ParameterSubPanel provides means for the user to enter or select information which the ParameterSubPanel then stores for extraction.
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.
RepositorySubPanel The RepositorySubPanel displays a select box with available Repository objects.
SubmitSubPanel The SubmitSubPanel displays a summary of the parameters chosen in the procedure it is part of.