|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractUIComponent | |
|---|---|
| org.uispec4j | Provides classes for handling user interface components. |
| Uses of AbstractUIComponent in org.uispec4j |
|---|
| Subclasses of AbstractUIComponent in org.uispec4j | |
|---|---|
class |
AbstractButton
Base class for button-like components (toggle buttons, check boxes, etc.) |
class |
AbstractSwingUIComponent
Base class for UIComponent implementations that wrap JComponent subclasses. |
class |
Button
Wrapper for JButton components. |
class |
CheckBox
Wrapper for JCheckBox components. |
class |
ComboBox
Wrapper for JComboBox components. |
class |
DateSpinner
Wrapper for JSpinner components implementing a SpinnerDateModel. |
class |
Desktop
Wrapper for Multiple Desktop Interface (MDI) widgets implemented as JDesktopPane components. |
class |
ListBox
Wrapper for JList components. |
class |
ListSpinner
Wrapper for JSpinner components implementing a SpinnerListModel. |
class |
MenuBar
Wrapper for JMenuBar components. A MenuBar is a container for top-level menu items represented by MenuItem components. |
class |
MenuItem
Wrapper for menu items (commands or sub-menus) such as JMenu, JMenuItem or JPopupMenu. A given MenuItem can be either a command, or a sub-menu containing other MenuItem components. |
class |
NumberSpinner
Wrapper for JSpinner components implementing a SpinnerNumberModel. |
class |
Panel
General container for UI components. |
class |
PasswordField
Wrapper for JPasswordField components. |
class |
ProgressBar
Wrapper for JProgressBar components. |
class |
RadioButton
Wrapper for JRadioButton components. |
class |
Slider
Wrapper for JSlider components. This class provides means for checking the contents and the current position of the knob, changing the position, etc. |
class |
Spinner
Wrapper for JSpinner components. |
class |
TabGroup
Wrapper for JTabbedPane components. |
class |
Table
Wrapper for JTable components. The contents of the underlying table can be usually checked with String or Boolean values, as in the following example: |
class |
Table.Cell
Represents a table cell. |
class |
TextBox
Wrapper for JTextComponent/JLabel components. |
class |
ToggleButton
Wrapper for JToggleButton components. |
class |
Tree
Wrapper for JTree components. |
class |
Window
Wrapper for window components such as JFrame, JDialog, JInternalFrame. |
| Methods in org.uispec4j that return AbstractUIComponent | |
|---|---|
AbstractUIComponent |
AbstractUIComponent.pressKey(Key key)
|
AbstractUIComponent |
AbstractUIComponent.releaseKey(Key key)
|
AbstractUIComponent |
AbstractUIComponent.typeKey(Key key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||