Uses of Class
ubiware.core.visualizer.SemanticStatementElementTreeModel.Type

Packages that use SemanticStatementElementTreeModel.Type
ubiware.core.visualizer   
 

Uses of SemanticStatementElementTreeModel.Type in ubiware.core.visualizer
 

Methods in ubiware.core.visualizer that return SemanticStatementElementTreeModel.Type
 SemanticStatementElementTreeModel.Type SemanticStatementElementTreeModel.getType()
          Returns the SemanticStatementElementTreeModel.Type of this tree model.
static SemanticStatementElementTreeModel.Type SemanticStatementElementTreeModel.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SemanticStatementElementTreeModel.Type[] SemanticStatementElementTreeModel.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ubiware.core.visualizer with parameters of type SemanticStatementElementTreeModel.Type
SemanticStatementElementTreeModel(javax.swing.tree.TreeModel root, java.lang.String value, SemanticStatementElementTreeModel.Type type)
          Creates a new instance of this tree model.