Uses of Interface
org.jppf.ui.options.OptionProperties

Packages that use OptionProperties
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.treetable Implementation of the JTreeTable such as published in this Sun's article
 

Uses of OptionProperties in org.jppf.ui.monitoring.job
 

Classes in org.jppf.ui.monitoring.job that implement OptionProperties
 class JobDataPanel
          Panel displaying the tree of all driver connections and attached nodes.
 

Uses of OptionProperties in org.jppf.ui.monitoring.node
 

Classes in org.jppf.ui.monitoring.node that implement OptionProperties
 class NodeDataPanel
          Panel displaying the tree of all driver connections and attached nodes.
 

Uses of OptionProperties in org.jppf.ui.options
 

Subinterfaces of OptionProperties in org.jppf.ui.options
 interface Option
          Instances of this interface represent one option in an options page.
 interface OptionElement
          Base interface for all UI components dynamically created from XML descriptors.
 interface OptionsPage
          Interface for dynamic UI components representing a page (or panel) container.
 

Classes in org.jppf.ui.options that implement OptionProperties
 class AbstractOption
          Default abstract implementation of the Option interface.
 class AbstractOptionElement
          Default abstract implementation of the OptionElement interface.
 class AbstractOptionProperties
          Default abstract implementation of the OptionElement 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.
 

Methods in org.jppf.ui.options that return OptionProperties
 OptionProperties OptionProperties.getRoot()
          Get the root of the option tree this option belongs to.
 

Uses of OptionProperties in org.jppf.ui.treetable
 

Classes in org.jppf.ui.treetable that implement OptionProperties
 class AbstractTreeTableOption
          Abstract implementation of a tree table-based option.
 



Copyright © 2005-2010 JPPF Team.