fr.ifremer.coser.ui.option
Class ValidatorsTreeModel
java.lang.Object
fr.ifremer.coser.ui.option.ValidatorsTreeModel
- All Implemented Interfaces:
- TreeModel
public class ValidatorsTreeModel
- extends Object
- implements TreeModel
Validators tree model.
- Version:
- $Revision: 451 $
Last update : $Date: 2010-12-24 17:41:21 +0100 (ven., 24 déc. 2010) $
By : $Author: chatellier $
- Author:
- chatellier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
support
protected org.jdesktop.swingx.tree.TreeModelSupport support
dataCategory
protected CoserConstants.Category[] dataCategory
ValidatorsTreeModel
public ValidatorsTreeModel()
getRoot
public Object getRoot()
- Specified by:
getRoot in interface TreeModel
getChild
public Object getChild(Object parent,
int index)
- Specified by:
getChild in interface TreeModel
getChildCount
public int getChildCount(Object parent)
- Specified by:
getChildCount in interface TreeModel
isLeaf
public boolean isLeaf(Object node)
- Specified by:
isLeaf in interface TreeModel
valueForPathChanged
public void valueForPathChanged(TreePath path,
Object newValue)
- Specified by:
valueForPathChanged in interface TreeModel
getIndexOfChild
public int getIndexOfChild(Object parent,
Object child)
- Specified by:
getIndexOfChild in interface TreeModel
addTreeModelListener
public void addTreeModelListener(TreeModelListener l)
- Specified by:
addTreeModelListener in interface TreeModel
removeTreeModelListener
public void removeTreeModelListener(TreeModelListener l)
- Specified by:
removeTreeModelListener in interface TreeModel
Copyright © 2010-2011 Ifremer. All Rights Reserved.