|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractOptionElement | |
|---|---|
| org.jppf.ui.monitoring.job | Classes supporting the UI for job monitoring via JMX. |
| org.jppf.ui.monitoring.node | Classes supporting the UI for nodes monitoring via JMX. |
| org.jppf.ui.options | Classes used for automatic generation of options pages. |
| org.jppf.ui.options.xml | Utility classes to build UI components from XML descriptors. |
| org.jppf.ui.treetable | Implementation of the JTreeTable such as published in this Sun's article. |
| Uses of AbstractOptionElement in org.jppf.ui.monitoring.job |
|---|
| Subclasses of AbstractOptionElement in org.jppf.ui.monitoring.job | |
|---|---|
class |
JobDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
| Uses of AbstractOptionElement in org.jppf.ui.monitoring.node |
|---|
| Subclasses of AbstractOptionElement in org.jppf.ui.monitoring.node | |
|---|---|
class |
NodeDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
| Uses of AbstractOptionElement in org.jppf.ui.options |
|---|
| Subclasses of AbstractOptionElement in org.jppf.ui.options | |
|---|---|
class |
AbstractOption
Default abstract implementation of the Option interface. |
class |
BooleanOption
An option for boolean values, represented as a checkbox. |
class |
ButtonOption
Option implementation with a JButton as the underlying component. |
class |
ComboBoxOption
Option that uses a combo box to select its value. |
class |
FileChooserOption
This option encapsulates a file chooser control. |
class |
FillerOption
An option for boolean values, represented as a checkbox. |
class |
FormattedNumberOption
Option class for numbers formatted using a pattern, as defined in class DecimalFormat. |
class |
JavaOption
An option that displays a UI component created through a Java class. |
class |
LabelOption
An option for simple labels that have text, an icon, or both. |
class |
ListOption
Option holding a JList as its UI component. |
class |
OptionPanel
Instances of this page represent dynamic UI components representing a page (or panel) container, with the underlying Swing component being a JPanel. |
class |
PasswordOption
Option for a password value. |
class |
PlainTextOption
Option for a plain string value. |
class |
RadioButtonOption
An option for boolean values, represented as a radio button. |
class |
SpinnerNumberOption
An option that uses a JSpinner control to edit its value. |
class |
SplitPaneOption
This option class encapsulates a split pane, as the one present in the Swing api. |
class |
TabbedPaneOption
This option class encapsulates a tabbed pane, as the one present in the Swing api. |
class |
TextAreaOption
An option that uses a JTextArea to edit its value. |
class |
TextOption
Text option displayed as a text field. |
class |
ToolbarOption
This option class encapsulates a JToolBar. |
class |
ToolbarSeparatorOption
An option for boolean values, represented as a checkbox. |
| Uses of AbstractOptionElement in org.jppf.ui.options.xml |
|---|
| Methods in org.jppf.ui.options.xml with parameters of type AbstractOptionElement | |
|---|---|
void |
OptionsPageBuilder.initCommonAttributes(AbstractOptionElement elt,
OptionDescriptor desc)
Initialize the attributes common to all option elements from an option descriptor. |
| Uses of AbstractOptionElement in org.jppf.ui.treetable |
|---|
| Subclasses of AbstractOptionElement in org.jppf.ui.treetable | |
|---|---|
class |
AbstractTreeTableOption
Abstract implementation of a tree table-based option. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||