org.jppf.ui.options.factory
Class OptionsHandler.OptionNode
java.lang.Object
org.jppf.ui.options.factory.OptionsHandler.OptionNode
- Enclosing class:
- OptionsHandler
public static class OptionsHandler.OptionNode
- extends Object
A graph of the persistent options.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elt
public OptionElement elt
- The corresponding option element.
children
public List<OptionsHandler.OptionNode> children
- The children of the corresponding option element.
OptionsHandler.OptionNode
public OptionsHandler.OptionNode(OptionElement elt)
- Initilaize this node.
- Parameters:
elt - the correponding option element.
Copyright © 2005-2010 JPPF Team.