org.jppf.ui.options.factory
Class OptionsHandler.OptionNode

java.lang.Object
  extended by org.jppf.ui.options.factory.OptionsHandler.OptionNode
Enclosing class:
OptionsHandler

public static class OptionsHandler.OptionNode
extends Object

A graph of the persistent options.


Field Summary
 List<OptionsHandler.OptionNode> children
          The children of the corresponding option element.
 OptionElement elt
          The corresponding option element.
 
Constructor Summary
OptionsHandler.OptionNode(OptionElement elt)
          Initilaize this node.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elt

public OptionElement elt
The corresponding option element.


children

public List<OptionsHandler.OptionNode> children
The children of the corresponding option element.

Constructor Detail

OptionsHandler.OptionNode

public OptionsHandler.OptionNode(OptionElement elt)
Initilaize this node.

Parameters:
elt - the correponding option element.


Copyright © 2005-2010 JPPF Team.