public class ContextTreeModel extends DefaultTreeModel
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
asksAllowsChildren, listenerList, root
Constructor and Description |
---|
ContextTreeModel(EventContext context)
constructs a new ContextTreeModel
|
ContextTreeModel(EventContext context,
Class[] displayClasses,
boolean displayFields)
constructs a new ContextTreeModel
|
Modifier and Type | Method and Description |
---|---|
protected void |
fireTreeStructureChanged(Object arg0,
Object[] arg1,
int[] arg2,
Object[] arg3) |
addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, isLeaf, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged
public ContextTreeModel(EventContext context) throws NamingException
context
- the contextNamingException
- on failurepublic ContextTreeModel(EventContext context, Class[] displayClasses, boolean displayFields) throws NamingException
context
- the contextdisplayClasses
- the set of classes to display as childrendisplayFields
- should we display them?NamingException
- on failureCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.