|
Class Summary |
| ButtonPanel |
This class creates a simple panel that displays a group of
radio buttons. |
| ChoiceItem |
This class simply maintains items for a JComboBox. |
| ConfirmationDialog |
This class provides functionality for a simple confirmation
dialog window. |
| Panel |
This class enhances the JPanel class slightly by forcing its
enabled state down onto enclosed components. |
| PasswordField |
This class implements a password field that allows string data to
be entered into it with the string length limited. |
| RadioButton |
This simple extension to JRadioButton allows for the keeping of
a value with the button. |
| UndoableButtonGroup |
This class is necessary to allow UndoableRadioButtons to learn
when a change is made to another button in the same group. |
| UndoableCheckBox |
This class implements an undoable CheckBox. |
| UndoableComboBox |
This class implements a ComboBox. |
| UndoableDoubleField |
This class implements a text field that allows only double data to
be entered into it. |
| UndoableFilePanel |
This class creates a simple panel that displays a text field
and a button. |
| UndoableIntegerField |
This class implements a text field that allows only integer data to
be entered into it. |
| UndoableScrollPane |
This class provides an easy way to create an undoable scroll pane
component. |
| UndoableSliderPanel |
This class creates a simple panel that displays a slider with
an integer field for input. |
| UndoableSpinner |
This class provides an easy way to create an undoable spinner
component. |
| UndoableStringArea |
This class extends UndoableTextArea by allowing for a limit
to the size of the text entered. |
| UndoableStringField |
This class extends UndoableTextField by allowing for a limit to how
long the entered string may be. |
| UndoableTabbedPane |
This class provides an easy way to create an undoable tabbed pane
component. |
| UndoableTextArea |
This class extends the basic JTextArea class to support undoable
edits to the field as implemented with the undo support in
com.autodesk.editor.undo. |
| UndoableTextField |
This class extends the basic JTextField class to support undoable
edits to the field as implemented with the undo support in
com.autodesk.editor.undo. |