|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractOption | |
|---|---|
| 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 AbstractOption in org.jppf.ui.monitoring.job |
|---|
| Subclasses of AbstractOption in org.jppf.ui.monitoring.job | |
|---|---|
class |
JobDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
| Uses of AbstractOption in org.jppf.ui.monitoring.node |
|---|
| Subclasses of AbstractOption in org.jppf.ui.monitoring.node | |
|---|---|
class |
NodeDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
| Uses of AbstractOption in org.jppf.ui.options |
|---|
| Subclasses of AbstractOption in org.jppf.ui.options | |
|---|---|
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 |
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 |
TextAreaOption
An option that uses a JTextArea to edit its value. |
class |
TextOption
Text option displayed as a text field. |
class |
ToolbarSeparatorOption
An option for boolean values, represented as a checkbox. |
| Uses of AbstractOption in org.jppf.ui.options.xml |
|---|
| Methods in org.jppf.ui.options.xml with parameters of type AbstractOption | |
|---|---|
void |
OptionsPageBuilder.initCommonOptionAttributes(AbstractOption option,
OptionDescriptor desc)
Initialize the attributes common to all options from an option descriptor. |
| Uses of AbstractOption in org.jppf.ui.treetable |
|---|
| Subclasses of AbstractOption in org.jppf.ui.treetable | |
|---|---|
class |
AbstractTreeTableOption
Abstract implementation of a tree table-based option. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||