|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Option | |
|---|---|
| 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 Option in org.jppf.ui.monitoring.job |
|---|
| Classes in org.jppf.ui.monitoring.job that implement Option | |
|---|---|
class |
JobDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
| Uses of Option in org.jppf.ui.monitoring.node |
|---|
| Classes in org.jppf.ui.monitoring.node that implement Option | |
|---|---|
class |
NodeDataPanel
Panel displaying the tree of all driver connections and attached nodes. |
| Uses of Option in org.jppf.ui.options |
|---|
| Classes in org.jppf.ui.options that implement Option | |
|---|---|
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 |
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. |
| Fields in org.jppf.ui.options declared as Option | |
|---|---|
protected Option |
SplitPaneOption.FILLER1
Used when nothing is set in the left (top) panel. |
protected Option |
SplitPaneOption.FILLER2
Used when nothing is set in the right (bottom) panel. |
| Uses of Option in org.jppf.ui.options.xml |
|---|
| Methods in org.jppf.ui.options.xml that return Option | |
|---|---|
Option |
OptionElementFactory.buildBoolean(OptionDescriptor desc)
Build a check box option from the specified option descriptor. |
Option |
OptionElementFactory.buildButton(OptionDescriptor desc)
Build a button option from the specified option descriptor. |
Option |
OptionElementFactory.buildComboBox(OptionDescriptor desc)
Build a combo box option from the specified option descriptor. |
Option |
OptionElementFactory.buildCustomOption(OptionDescriptor desc)
Build a custom option implemented as a Java class. |
Option |
OptionElementFactory.buildFileChooser(OptionDescriptor desc)
Build a file chooser option from the specified option descriptor. |
Option |
OptionElementFactory.buildFiller(OptionDescriptor desc)
Build a filler option from the specified option descriptor. |
Option |
OptionElementFactory.buildFormattedNumber(OptionDescriptor desc)
Build a formatted number option from the specified option descriptor. |
Option |
OptionElementFactory.buildJavaOption(OptionDescriptor desc)
Build an option with a UI component created from a Java class. |
Option |
OptionElementFactory.buildJobDataPanel(OptionDescriptor desc)
Build a JobDataPanel from the specified descriptor. |
Option |
OptionElementFactory.buildLabel(OptionDescriptor desc)
Build a label option from the specified option descriptor. |
Option |
OptionElementFactory.buildList(OptionDescriptor desc)
Build a list option from the specified option descriptor. |
Option |
OptionElementFactory.buildNodeDataPanel(OptionDescriptor desc)
Build a NodeDataPanel from the specified descriptor. |
Option |
OptionElementFactory.buildPassword(OptionDescriptor desc)
Build a password option from the specified option descriptor. |
Option |
OptionElementFactory.buildPlainText(OptionDescriptor desc)
Build a plain text option from the specified option descriptor. |
Option |
OptionElementFactory.buildRadio(OptionDescriptor desc)
Build a radsio button option from the specified option descriptor. |
Option |
OptionElementFactory.buildSpinnerNumber(OptionDescriptor desc)
Build a spinner number option from the specified option descriptor. |
Option |
OptionElementFactory.buildTextArea(OptionDescriptor desc)
Build a text area option from the specified option descriptor. |
Option |
OptionElementFactory.buildToolbarSeparator(OptionDescriptor desc)
Build a toolbar separator option from the specified option descriptor. |
| Uses of Option in org.jppf.ui.treetable |
|---|
| Classes in org.jppf.ui.treetable that implement Option | |
|---|---|
class |
AbstractTreeTableOption
Abstract implementation of a tree table-based option. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||