org.jppf.ui.options.xml
Class OptionDescriptor.ItemDescriptor

java.lang.Object
  extended by 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.
 
Constructor Summary
OptionDescriptor.ItemDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

OptionDescriptor.ItemDescriptor

public OptionDescriptor.ItemDescriptor()


Copyright © 2005-2010 JPPF Team.