|
Class Summary |
| ChoiceDialog |
A dialog that presents a set of choices as a list of checkboxes or radio
buttons. |
| ChoicePanel |
Allows selection of either one or many integer-based choices in a checkbox
or radio list. |
| ComboInputDialog |
Same as the JFace InputDialog, but uses a combo box for input. |
| FileTextField |
A text control that is designed for entering a file or directory. |
| FontChooser |
Font chooser control showing font description plus a button to popup a
font chooser dialog. |
| ListCheckboxChooser |
A chooser that allows items to be added/removed from a collection by
checking/unchecking them in a checkbox list view. |
| ListShuffler |
Basic list editor that allows user to shuffle items between two lists. |
| MenuToolItem |
A pseudo SWT ToolItem that wraps a real dropdown item and a
menu. |
| NiceWindow |
Base class for "nice" windows that remember their last location and/or size. |
| StatusBar |
A single line status bar that shows error, warning and info messages. |
| StatusBar.Item |
|
| TableColumnResizer |
A listener that makes the specified table's columns resize
automatically when the table is resized. |
| ToolbarPanel |
A host for a control that exports commands in its toolbar command view. |