org.jppf.ui.options.xml
Class OptionDescriptor.ItemDescriptor
java.lang.Object
org.jppf.ui.options.xml.OptionDescriptor.ItemDescriptor
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- OptionDescriptor
public static class OptionDescriptor.ItemDescriptor
- extends Object
- implements Serializable
Descriptor for listeners set on option elements.
- See Also:
- Serialized Form
|
Field Summary |
String |
name
The name of this item. |
String |
selected
Name of the listener class to instantiate to set the listener on an option element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- The name of this item.
selected
public String selected
- Name of the listener class to instantiate to set the listener on an option element.
OptionDescriptor.ItemDescriptor
public OptionDescriptor.ItemDescriptor()
Copyright © 2005-2010 JPPF Team.