org.jacorb.naming.namemanager
public class NSTree extends JTree
Version: $Id: NSTree.java,v 1.9 2004/05/06 12:39:59 nicolas Exp $
Field Summary | |
---|---|
static int | MAX_BIND |
static NSTable | nsTable |
Constructor Summary | |
---|---|
NSTree(int width, int height, NSTable theTable, NamingContextExt rootCntxt, ORB orb) |
Method Summary | |
---|---|
void | bind(String name)
Bind a new name context and insert it |
void | bindObject(String name, String ior, boolean isRebind) |
Dimension | getPreferredSize() |
void | unbind()
unbind a context and remove it from this tree |
void | update()
update the entire tree of contexts |