Uses of Class
com.alee.extended.tree.sample.SampleNodeType

Packages that use SampleNodeType
com.alee.extended.tree.sample   
 

Uses of SampleNodeType in com.alee.extended.tree.sample
 

Fields in com.alee.extended.tree.sample declared as SampleNodeType
protected  SampleNodeType SampleNode.type
          Node type.
 

Methods in com.alee.extended.tree.sample that return SampleNodeType
 SampleNodeType SampleNode.getType()
          Returns node type.
static SampleNodeType SampleNodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SampleNodeType[] SampleNodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.tree.sample with parameters of type SampleNodeType
 void SampleNode.setType(SampleNodeType type)
          Changes node type.
 

Constructors in com.alee.extended.tree.sample with parameters of type SampleNodeType
SampleNode(java.lang.String name, SampleNodeType type)
          Constructs sample node.