org.esa.beam.framework.ui.product.tree
Class ProductTreeModel
java.lang.Object
org.esa.beam.framework.ui.product.tree.ProductTreeModel
- All Implemented Interfaces:
- TreeModel
public class ProductTreeModel
- extends Object
- implements TreeModel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductTreeModel
public ProductTreeModel(ProductManager manager)
getProductManager
public ProductManager getProductManager()
getChild
public AbstractTN getChild(Object parent,
int index)
- Specified by:
getChild in interface TreeModel
getChildCount
public int getChildCount(Object parent)
- Specified by:
getChildCount 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
getRoot
public AbstractTN getRoot()
- Specified by:
getRoot 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
fireTreeNodeInserted
protected void fireTreeNodeInserted(TreePath treePath)
fireTreeNodeRemoved
protected void fireTreeNodeRemoved(TreePath treePath)
fireTreeNodeChanged
protected void fireTreeNodeChanged(TreePath treePath)
getTreePath
public TreePath getTreePath(Object nodeContent)
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.