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

W

windowClosing(WindowEvent) - Method in class gdl.components.wizard.Wizard
If the user presses the close box on the dialog's window, treat it as a cancel.
Wizard - Class in gdl.components.wizard
This class implements a basic wizard dialog, where the programmer can insert one or more Components to act as panels.
Wizard() - Constructor for class gdl.components.wizard.Wizard
Default constructor.
Wizard(Dialog) - Constructor for class gdl.components.wizard.Wizard
This method accepts a java.awt.Dialog object as the javax.swing.JDialog's parent.
Wizard(Frame) - Constructor for class gdl.components.wizard.Wizard
This method accepts a java.awt.Frame object as the javax.swing.JDialog's parent.
WizardController - Class in gdl.components.wizard
This class is responsible for reacting to events generated by pushing any of the three buttons, 'Next', 'Previous', and 'Cancel.'
WizardController(Wizard) - Constructor for class gdl.components.wizard.WizardController
This constructor accepts a reference to the Wizard component that created it, which it uses to update the button components and access the WizardModel.
WizardModel - Class in gdl.components.wizard
The model for the Wizard component, which tracks the text, icons, and enabled state of each of the buttons, as well as the current panel that is displayed.
WizardModel() - Constructor for class gdl.components.wizard.WizardModel
Default constructor.
WizardPanelDescriptor - Class in gdl.components.wizard
A base descriptor class used to reference a Component panel for the Wizard, as well as provide general rules as to how the panel should behave.
WizardPanelDescriptor() - Constructor for class gdl.components.wizard.WizardPanelDescriptor
Default constructor.
WizardPanelDescriptor(Object, Component) - Constructor for class gdl.components.wizard.WizardPanelDescriptor
Constructor which accepts both the Object-based identifier and a reference to the Component class which makes up the panel.
WizardPanelFileChooser - Class in gdl.wizard
A JPanel that is used within the configuration wizard to select the input file.
WizardPanelFileChooser(JDialog, WizardValueManager) - Constructor for class gdl.wizard.WizardPanelFileChooser
Creates new form WizardPanelFileChooser
WizardPanelFileChooserDescriptor - Class in gdl.wizard
The descriptor class of the FileChooser panel, specifying its "neybors" in the wizard, and an identifier
WizardPanelFileChooserDescriptor(JDialog, WizardValueManager) - Constructor for class gdl.wizard.WizardPanelFileChooserDescriptor
 
WizardPanelNotFoundException - Exception in gdl.components.wizard
 
WizardPanelNotFoundException() - Constructor for exception gdl.components.wizard.WizardPanelNotFoundException
 
WizardPanelProgress - Class in gdl.wizard
The Wizard panel that displayes the summary of the parsing process during the configuration wizard.
WizardPanelProgress(WizardValueManager, GraphExplorerGui) - Constructor for class gdl.wizard.WizardPanelProgress
Creates new form WizardPanelProgress
WizardPanelProgressDescriptor - Class in gdl.wizard
The descriptor class of the progress panel, specifying its "neybors" in the wizard, and an identifier.
WizardPanelProgressDescriptor(WizardValueManager, GraphExplorerGui) - Constructor for class gdl.wizard.WizardPanelProgressDescriptor
 
WizardPanelTagConfiguration - Class in gdl.wizard
A wizard panel used during the configuration process to input the tag configuration.
WizardPanelTagConfiguration(WizardValueManager) - Constructor for class gdl.wizard.WizardPanelTagConfiguration
Creates new form WizardPanelTagConfiguration
WizardPanelTagConfigurationDescriptor - Class in gdl.wizard
The descriptor class of the tag configuration panel, specifying its "neybors" in the wizard, and an identifier.
WizardPanelTagConfigurationDescriptor(WizardValueManager) - Constructor for class gdl.wizard.WizardPanelTagConfigurationDescriptor
 
WizardValueManager - Class in gdl.wizard
A class that holds the user input during the configuration process in the source opening wizard.
WizardValueManager() - Constructor for class gdl.wizard.WizardValueManager
 

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