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

Quick Search    Search Deep
A B C D E F G H I L M N O P R S W

A

abort() - Method in class recoin.gui.GUIManager
Aborts by displaying the main dialog.
abort() - Method in interface recoin.gui.ProcedureManager
This method is called when a procedure is aborted.
abortProc() - Method in class recoin.gui.ProcFrame
Aborts the current procedure and notifies the ProcedureManager.
actionPerformed(ActionEvent) - Method in class recoin.gui.ControlPanel
Receives events from the different buttons of this ControlPanel and triggers the corresponding actions.
actionPerformed(ActionEvent) - Method in class recoin.gui.MainFrame
Receives events from the different buttons of this MainFrame and triggers the corresponding actions.
actionPerformed(ActionEvent) - Method in class recoin.gui.RepositorySubPanel
This method is called when the select box is changed.
addContent(ParameterSubPanel) - Method in class recoin.gui.ContentPanel
Adds the specified ParameterSubPanel to this ContentPanel.
addContent(ContentSubPanel) - Method in class recoin.gui.ContentPanel
Adds the specified ContentSubPanel to this ContentPanel.
addContent(String, String) - Method in class recoin.gui.SubmitSubPanel
Adds the specified content to this SubmitSubPanel.
addContent(String, SelfDescription) - Method in class recoin.gui.SubmitSubPanel
Adds the specified selfdescription to this SubmitSubPanel.
addContent(String, String) - Method in interface recoin.gui.Writable
Adds the specified header and content to this ContentPanel.
addContent(String, SelfDescription) - Method in interface recoin.gui.Writable
Adds the specified header and selfdescription to this ContentPanel.
appLabel - Variable in class recoin.gui.MainFrame
The label with application name.
appStateLabel - Variable in class recoin.gui.MainFrame
The label displaying the state of the application.
applicationManager - Variable in class recoin.gui.GUIManager
The ApplicationManager.

B

b_back - Variable in class recoin.gui.ControlPanel
The back button.
b_cancel - Variable in class recoin.gui.ControlPanel
The cancel button.
b_next - Variable in class recoin.gui.ControlPanel
The next button.
b_submit - Variable in class recoin.gui.ControlPanel
The submit button.
box - Variable in class recoin.gui.RepositorySubPanel
The select box to choose an available repository.
buttonPanel - Variable in class recoin.gui.MainFrame
The panel containing the buttons.

C

CURRENT_PROC - Variable in class recoin.gui.GUIManager
The current procedure.
ContentPanel - class recoin.gui.ContentPanel.
A ContentPanel is a special JPanel that can be used inside a ProcFrame.
ContentPanel() - Constructor for class recoin.gui.ContentPanel
Creates a new ConentPanel.
ContentPanelStorage - class recoin.gui.ContentPanelStorage.
The ContentPanelStorage provides different sets of ContentPanel arrays that constitute a certain procedure which can be executed in a ProcFrame.
ContentPanelStorage() - Constructor for class recoin.gui.ContentPanelStorage
Creates a new ContentPanelStorage.
ContentSubPanel - class recoin.gui.ContentSubPanel.
A ContentSubPanel represents a panel that can be added to a ContentPanel to display certain information.
ContentSubPanel() - Constructor for class recoin.gui.ContentSubPanel
Creates a new ContentSubPanel.
ControlPanel - class recoin.gui.ControlPanel.
The ControlPanel forms part of a ProcFrame and provides means to control the procedure being executed in the ProcFrame object.
ControlPanel(ProcFrame) - Constructor for class recoin.gui.ControlPanel
Creates a new ControlPanel for the specified ProcFrame.
centerPanel - Variable in class recoin.gui.MainFrame
The panel in the center.
contentPane - Variable in class recoin.gui.ProcFrame
The ContentPane of this ProcFrame.
contentPanels - Variable in class recoin.gui.ProcFrame
The ContentPanel objects.
controlPanel - Variable in class recoin.gui.ProcFrame
The ControlPanel containing the control buttons.
createStartPanels(Hashtable, Vector) - Method in class recoin.gui.ContentPanelStorage
Creates the ContentPanel Array for the start procedure.
createStopPanels() - Method in class recoin.gui.ContentPanelStorage
Creates the ContentPanel Array for the stop procedure.
createSubmitSubPanel() - Method in class recoin.gui.GUIManager
Returns a new SubmitSubPanel that contains a summary of the selected parameters of the current procedure.
createSubmitSubPanel() - Method in interface recoin.gui.ProcedureManager
Returns a SubmitSubPanel that contains a summary of the currently stored parameters.
currentPanel - Variable in class recoin.gui.ProcFrame
The currently displayed ContentPanel.
currentPanelIndex - Variable in class recoin.gui.ProcFrame
The index of the currently selected ContentPanel.

D

description - Variable in class recoin.gui.RepositorySubPanel
The label with the description of the currently selected repository.
display(int) - Method in class recoin.gui.ProcFrame
Displays the ContentPanel with the specified index.
display() - Method in class recoin.gui.ProcFrame
Shows this ProcFrame.

E

endOfProcedure(Hashtable) - Method in class recoin.gui.GUIManager
Called by the ProcFrame object to signal the end of a procedure.
endOfProcedure(Hashtable) - Method in interface recoin.gui.ProcedureManager
Called to signal the end of a procedure.
executeProcedure(int) - Method in class recoin.gui.GUIManager
Executes the specified procedure.

F

FIRST_PANEL - Static variable in class recoin.gui.ControlPanel
Static int that signals that the initial panel of the procedure is currently being displayed.

G

GUIManager - class recoin.gui.GUIManager.
The GUIManager represents the component that controls and delivers all GUI components of the application.
GUIManager(ApplicationManager) - Constructor for class recoin.gui.GUIManager
Creates a new GUIManager with the specified ApplicationManager.
getCurrentProcedure() - Method in class recoin.gui.GUIManager
Returns the int for the currently executed procedure.
getParameterPanel() - Method in class recoin.gui.ContentPanel
If the ContentSubPanel is of type ParameterSubPanel it is returned.
getParameters() - Method in class recoin.gui.ParameterSubPanel
Returns a Hashtable with the parameters selected in this ParameterSubPanel.
getParameters() - Method in interface recoin.gui.Readable
Returns the parameters that were entered into the Object implementing this interface.
getProcParameters() - Method in class recoin.gui.ProcFrame
Returns the parameters that were collected during the current procedure.
getStartPanels() - Method in class recoin.gui.ContentPanelStorage
Returns the ContentPanel Array for the start procedure.
getStopPanels() - Method in class recoin.gui.ContentPanelStorage
Returns the ContentPanel Array for the stop procedure.
getSubPanel() - Method in class recoin.gui.ContentPanel
Returns the ContentSubPanel.
guiManager - Variable in class recoin.gui.MainFrame
The GUIManager.

H

headerPanel - Variable in class recoin.gui.ContentPanel
The Header panel.
helpButton - Variable in class recoin.gui.MainFrame
The help button.

I

initComponents() - Method in class recoin.gui.ContentPanel
Initializes the graphical sub components of this ContentPanel.
initComponents() - Method in class recoin.gui.MainFrame
Initializes and adds all GUI components to this MainFrame.
initComponents() - Method in class recoin.gui.RepositorySubPanel
Initializes and adds all subcomponents of this RepositorySubPanel.

L

LAST_PANEL - Static variable in class recoin.gui.ControlPanel
Static int that signals that the last panel of the procedure is currently being displayed.
l_header - Variable in class recoin.gui.ContentPanel
The Header label.
logger - Static variable in class recoin.gui.GUIManager
The logger for this class.
logger - Static variable in class recoin.gui.ProcFrame
The logger for this class.
logger - Static variable in class recoin.gui.RepositorySubPanel
The logger for this class.

M

MainFrame - class recoin.gui.MainFrame.
The main console of the application providing basic functionality, e.g.
MainFrame(GUIManager) - Constructor for class recoin.gui.MainFrame
Creates a new MainFrame for the specified GUIManager.
mainFrame - Variable in class recoin.gui.GUIManager
The main console of the application.

N

nextPanel() - Method in class recoin.gui.ProcFrame
Displays the next ContentPanel of the current procedure.

O

optionLabel - Variable in class recoin.gui.MainFrame
A label with text.

P

PROC_PANEL - Static variable in class recoin.gui.ControlPanel
Static int that signals that an intermediate panel of the procedure is currently being displayed.
ParameterSubPanel - class recoin.gui.ParameterSubPanel.
The ParameterSubPanel provides means for the user to enter or select information which the ParameterSubPanel then stores for extraction.
ParameterSubPanel() - Constructor for class recoin.gui.ParameterSubPanel
Creates a new ParameterSubPanel.
ProcFrame - class recoin.gui.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.
ProcFrame(ProcedureManager) - Constructor for class recoin.gui.ProcFrame
Creates a new ProcFrame for the specified ProcedureManager.
ProcedureManager - interface recoin.gui.ProcedureManager.
This interface should be implemented by classes that control and oversee any procedures like starting and stopping the RECOIN framework.
panelStorage - Variable in class recoin.gui.GUIManager
The ContentPanelStorage object that provides the panels for the different procedures.
panels - Variable in class recoin.gui.SubmitSubPanel
The panels added to this SubmitSubPanel.
parameters - Variable in class recoin.gui.ContentPanelStorage
The parameter Hashtable.
parameters - Variable in class recoin.gui.ParameterSubPanel
A Hashtable to store any input or selections.
previousPanel() - Method in class recoin.gui.ProcFrame
Displays the previous ContentPanel of the current procedure.
procFrame - Variable in class recoin.gui.ControlPanel
The ProcFrame object.
procFrame - Variable in class recoin.gui.GUIManager
The ProcFrame to execute a procedure.
procManager - Variable in class recoin.gui.ProcFrame
An implementation of the ProcedureManager interface.
procParameters - Variable in class recoin.gui.ProcFrame
The parameters that are entered during the procedure.

R

Readable - interface recoin.gui.Readable.
The Readable interface should be implemented by subclasses of ContentPanel that accept user input.
RepositorySubPanel - class recoin.gui.RepositorySubPanel.
The RepositorySubPanel displays a select box with available Repository objects.
RepositorySubPanel(Repository[]) - Constructor for class recoin.gui.RepositorySubPanel
Creates a new RepositorySubPanel with the specified repositories.
readParameters() - Method in class recoin.gui.ParameterSubPanel
Tells this ParameterSubPanel that it should read and store its current parameter settings.
readParameters() - Method in class recoin.gui.RepositorySubPanel
Stores the selected repository in the parameter Hashtable.
readable - Variable in class recoin.gui.ContentPanel
Boolean flag to signal readable content.
recoin.gui - package recoin.gui
 
removeContent() - Method in class recoin.gui.ContentPanel
Removes the current ContentSubPanel from this ContentPanel.
renderContent() - Method in class recoin.gui.SubmitSubPanel
Renders the content of this SubmitSubPanel.
reps - Variable in class recoin.gui.RepositorySubPanel
The repositories.

S

START_PROC - Static variable in class recoin.gui.GUIManager
Class variable representing the start procedure.
STOP_PROC - Static variable in class recoin.gui.GUIManager
Class variable representing the stop procedure.
SubmitSubPanel - class recoin.gui.SubmitSubPanel.
The SubmitSubPanel displays a summary of the parameters chosen in the procedure it is part of.
SubmitSubPanel() - Constructor for class recoin.gui.SubmitSubPanel
Creates a new SubmitSubPanel.
setAppState(boolean) - Method in class recoin.gui.MainFrame
Sets the label about the state of the application according to the specified value.
setContentPanels(ContentPanel[]) - Method in class recoin.gui.ProcFrame
Sets the ContentPanel objects for this ProcFrame to the specified ones.
setHeader(String) - Method in class recoin.gui.ContentPanel
Sets the text of the header label to the specified string.
setState(int) - Method in class recoin.gui.ControlPanel
Sets the state of this ControlPanel to the specified value.
showMainDialog() - Method in class recoin.gui.GUIManager
Shows the main frame of the application.
startButton - Variable in class recoin.gui.MainFrame
The start button.
startPanels - Variable in class recoin.gui.ContentPanelStorage
The ContentPanel Array for the start procedure.
stopButton - Variable in class recoin.gui.MainFrame
The stop button.
stopPanels - Variable in class recoin.gui.ContentPanelStorage
The ContentPanel Array for the stop procedure.
storeParameters(Readable) - Method in class recoin.gui.ProcFrame
Stores the parameters contained in the specified Readable object by adding them to the parameters of this ProcFrame.
subPanel - Variable in class recoin.gui.ContentPanel
The ContentSubPanel.
submitProcParameters() - Method in class recoin.gui.ProcFrame
Submits all collected parameters by passing them to the ProcedureManager and thus signalling the end of the procedure.

W

Writable - interface recoin.gui.Writable.
Interface that can be implemented by subclasses of ContentPanel if they want to provide the possibility to dynamically add content.
welcomeLabel - Variable in class recoin.gui.MainFrame
The label with the welcome text.
windowActivated(WindowEvent) - Method in class recoin.gui.MainFrame
Empty implementation of WindowListener method.
windowActivated(WindowEvent) - Method in class recoin.gui.ProcFrame
Empty implementation of WindowListener method.
windowClosed(WindowEvent) - Method in class recoin.gui.MainFrame
Empty implementation of WindowListener method.
windowClosed(WindowEvent) - Method in class recoin.gui.ProcFrame
Empty implementation of WindowListener method.
windowClosing(WindowEvent) - Method in class recoin.gui.MainFrame
Calls the stop procedure of the application.
windowClosing(WindowEvent) - Method in class recoin.gui.ProcFrame
Aborts the procedure when the window is closed.
windowDeactivated(WindowEvent) - Method in class recoin.gui.MainFrame
Empty implementation of WindowListener method.
windowDeactivated(WindowEvent) - Method in class recoin.gui.ProcFrame
Empty implementation of WindowListener method.
windowDeiconified(WindowEvent) - Method in class recoin.gui.MainFrame
Empty implementation of WindowListener method.
windowDeiconified(WindowEvent) - Method in class recoin.gui.ProcFrame
Empty implementation of WindowListener method.
windowIconified(WindowEvent) - Method in class recoin.gui.MainFrame
Empty implementation of WindowListener method.
windowIconified(WindowEvent) - Method in class recoin.gui.ProcFrame
Empty implementation of WindowListener method.
windowOpened(WindowEvent) - Method in class recoin.gui.MainFrame
Empty implementation of WindowListener method.
windowOpened(WindowEvent) - Method in class recoin.gui.ProcFrame
Empty implementation of WindowListener method.

A B C D E F G H I L M N O P R S W