|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.tree.DefaultTreeModel
nl.tudelft.simulation.naming.context.ContextTreeModel
The ContextTreeModel defines the inner structure of the context.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary |
| Fields inherited from class javax.swing.tree.DefaultTreeModel |
asksAllowsChildren, listenerList, root |
| Constructor Summary | |
ContextTreeModel(javax.naming.event.EventContext context)
constructs a new ContextTreeModel |
|
ContextTreeModel(javax.naming.event.EventContext context,
java.lang.Class[] displayClasses,
boolean displayFields)
constructs a new ContextTreeModel |
|
| Method Summary | |
protected void |
fireTreeStructureChanged(java.lang.Object arg0,
java.lang.Object[] arg1,
int[] arg2,
java.lang.Object[] arg3)
|
| Methods inherited from class javax.swing.tree.DefaultTreeModel |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContextTreeModel(javax.naming.event.EventContext context)
throws javax.naming.NamingException
context - the context
javax.naming.NamingException - on failure
public ContextTreeModel(javax.naming.event.EventContext context,
java.lang.Class[] displayClasses,
boolean displayFields)
throws javax.naming.NamingException
context - the contextdisplayClasses - the set of classes to display as childrendisplayFields - should we display them?
javax.naming.NamingException - on failure| Method Detail |
protected void fireTreeStructureChanged(java.lang.Object arg0,
java.lang.Object[] arg1,
int[] arg2,
java.lang.Object[] arg3)
DefaultTreeModel.fireTreeStructureChanged(
java.lang.Object, java.lang.Object[], int[], java.lang.Object[])
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||