- java.lang.Object
-
- com.iamsoft.util.ui.swing.TreeModelProxy
-
-
Constructor Summary
Constructors Constructor Description TreeModelProxy()TreeModelProxy(TreeModel pModel)Creates a new instance of TableLabelDecorator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTreeModelListener(TreeModelListener pListener)ObjectgetChild(Object pParent, int pIdx)intgetChildCount(Object pParent)intgetIndexOfChild(Object pParent, Object pChild)TreeModelgetModel()ObjectgetRoot()booleanisLeaf(Object pNode)voidremoveTreeModelListener(TreeModelListener pListener)voidsetModel(TreeModel pModel)voidvalueForPathChanged(TreePath pPath, Object pNewValue)
-
-
-
Constructor Detail
-
TreeModelProxy
public TreeModelProxy()
-
TreeModelProxy
public TreeModelProxy(TreeModel pModel)
Creates a new instance of TableLabelDecorator.
-
-
Method Detail
-
getModel
public TreeModel getModel()
-
getChildCount
public int getChildCount(Object pParent)
- Specified by:
getChildCountin interfaceTreeModel
-
getIndexOfChild
public int getIndexOfChild(Object pParent, Object pChild)
- Specified by:
getIndexOfChildin interfaceTreeModel
-
valueForPathChanged
public void valueForPathChanged(TreePath pPath, Object pNewValue)
- Specified by:
valueForPathChangedin interfaceTreeModel
-
setModel
public void setModel(TreeModel pModel)
-
addTreeModelListener
public void addTreeModelListener(TreeModelListener pListener)
- Specified by:
addTreeModelListenerin interfaceTreeModel
-
removeTreeModelListener
public void removeTreeModelListener(TreeModelListener pListener)
- Specified by:
removeTreeModelListenerin interfaceTreeModel
-
-