Package javatools.swing

Class Summary
AbstractWizard Class to represent a generic wizard, with much code written and ready to use.
ConnectionWizard The wizard to manage collecting dbms information to save in a properties file.
DatePanel It consists of a panel to get date-time information from the user.
DBMSSpecificationPanel This panel is used to show DBMS specifications, just like DBMS name, address and TCP/IP port.
DBMSUserInfoPanel Panel to collect user information and the database name.
IndexablePanel It represents a details panel for a given thing.
InputPanel It is a class to represent a generic panel used in AbstractWizard to collect information.
JAboutBox Manages a generic about box.
MoreSwingUtilities Additional static methods for Swing components.
NoSpacesTCChecker Checks if a component contains a text with no spaces in it, and it is not empty.
NotEmptyTCChecker It is used to check if a text component contains a non empty value.
NumericTCChecker Checks if a text component contains a numeric value.
PositiveTCChecker Checks if a text component contains a positive numeric value.
PresentationPanel It is a class representing a panel used only to display text into a label.
ResizeManager It's a class to manage resizing in form in which the GridBagLayout is used.
ScriptExecutorWizard The wizard to manage collecting information for executing a script.
SimpleFileFilter It's an implementation of the file filter, accepting a set of extensions.
SplashScreen A generic splash screen.
StatusLabelSync It is a thread to control messages displayed into a status label.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
TestPerformer It was a preliminary test, rest in peace...
TestWizard It is a test wizard...
TextComponentChecker It is used to manage checking in a text component.
UpdateUI Contains a function to update the UI.
VariablePaneDispatcher It represents an "event dispatcher" to be used to manage a "variable pane" i.e.
VariableSimpleFrame An empty frame, whose main panel can be set.
WizardPerformer It was a preliminary class to perform operation after a wizard collected all information... rest in peace.
 

Exception Summary
WizardException A particular exception that represents something wrong in the wizard.