Package com.inductiveautomation.rm.swing
Class RJTreeModel
java.lang.Object
com.inductiveautomation.rm.swing.RJTreeModel
- All Implemented Interfaces:
- TreeModel
Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill <info@reportmill.com>.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidintgetChildCount(Object aParent) intgetIndexOfChild(Object aParent, Object aChild) getRoot()booleanvoidvoidvoidvalueForPathChanged(TreePath aPath, Object newValue) 
- 
Constructor Details- 
RJTreeModel
- 
RJTreeModel
 
- 
- 
Method Details- 
addTreeModelListener- Specified by:
- addTreeModelListenerin interface- TreeModel
 
- 
getChild
- 
getChildCount- Specified by:
- getChildCountin interface- TreeModel
 
- 
getIndexOfChild- Specified by:
- getIndexOfChildin interface- TreeModel
 
- 
getRoot
- 
setRoot
- 
isLeaf
- 
removeTreeModelListener- Specified by:
- removeTreeModelListenerin interface- TreeModel
 
- 
valueForPathChanged- Specified by:
- valueForPathChangedin interface- TreeModel
 
- 
didChangepublic void didChange()
 
-