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.OAVTreeModelOAVTreeModel.AttributeNode, OAVTreeModel.OAVTreeCellRenderer, OAVTreeModel.ObjectInspectorNode, OAVTreeModel.ObjectNode, OAVTreeModel.RootNode
 
- 
 - 
Field Summary- 
Fields inherited from class jadex.rules.tools.stateviewer.OAVTreeModelcopy, enableObjectInspection, icons, inspectors, listeners, nodes, notify, timerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description ObjectInspectorTreeModelTest()Construct a test model
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateAndTestStructureChange(ObjectInspectorTreeModelTest model)static voidmain(java.lang.String[] args)some simple testsvoidsetObjectRootNode(OAVTreeModel.ObjectInspectorNode root)Set root node to inspect from- 
Methods inherited from class jadex.rules.tools.stateviewer.OAVTreeModeladdRefreshTimer, addTreeModelListener, dispose, fireTreeStructureChanged, getChild, getChildCount, getIndexForChild, getIndexForChild, getIndexOfChild, getNextNodeUUID, getRoot, isInspectable, isInspectable, isLeaf, refreshInspectorNodes, removeRefreshTimer, removeTreeModelListener, setRefreshDelay, testInspectorNodesListEquals, valueForPathChanged
 
- 
 
- 
- 
- 
Method Detail- 
setObjectRootNodepublic void setObjectRootNode(OAVTreeModel.ObjectInspectorNode root) Set root node to inspect from- Parameters:
- root- tree root object
 
 - 
mainpublic static void main(java.lang.String[] args) throws java.lang.Exceptionsome simple tests- Parameters:
- args-
- Throws:
- java.lang.Exception
 
 - 
createAndTestStructureChangepublic void createAndTestStructureChange(ObjectInspectorTreeModelTest model) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-