Package jadex.rules.tools.stateviewer
Class ObjectInspectorTreeModelTest
- java.lang.Object
-
- jadex.rules.tools.stateviewer.OAVTreeModel
-
- jadex.rules.tools.stateviewer.ObjectInspectorTreeModelTest
-
- All Implemented Interfaces:
javax.swing.tree.TreeModel
public class ObjectInspectorTreeModelTest extends OAVTreeModel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jadex.rules.tools.stateviewer.OAVTreeModel
OAVTreeModel.AttributeNode, OAVTreeModel.OAVTreeCellRenderer, OAVTreeModel.ObjectInspectorNode, OAVTreeModel.ObjectNode, OAVTreeModel.RootNode
-
-
Field Summary
-
Fields inherited from class jadex.rules.tools.stateviewer.OAVTreeModel
copy, enableObjectInspection, icons, inspectors, listeners, nodes, notify, timerList
-
-
Constructor Summary
Constructors Constructor Description ObjectInspectorTreeModelTest()
Construct a test model
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createAndTestStructureChange(ObjectInspectorTreeModelTest model)
static void
main(java.lang.String[] args)
some simple testsvoid
setObjectRootNode(OAVTreeModel.ObjectInspectorNode root)
Set root node to inspect from-
Methods inherited from class jadex.rules.tools.stateviewer.OAVTreeModel
addRefreshTimer, addTreeModelListener, dispose, fireTreeStructureChanged, getChild, getChildCount, getIndexForChild, getIndexForChild, getIndexOfChild, getNextNodeUUID, getRoot, isInspectable, isInspectable, isLeaf, refreshInspectorNodes, removeRefreshTimer, removeTreeModelListener, setRefreshDelay, testInspectorNodesListEquals, valueForPathChanged
-
-
-
-
Method Detail
-
setObjectRootNode
public void setObjectRootNode(OAVTreeModel.ObjectInspectorNode root)
Set root node to inspect from- Parameters:
root
- tree root object
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
some simple tests- Parameters:
args
-- Throws:
java.lang.Exception
-
createAndTestStructureChange
public void createAndTestStructureChange(ObjectInspectorTreeModelTest model) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-