org.jacorb.naming.namemanager

Class NSTable

public class NSTable extends JTable

Constructor Summary
NSTable()
NSTable constructor comment.
Method Summary
ContextNodecurrentSource()
TableCellRenderergetCellRenderer(int row, int column)
voidsetData(Vector newData, ContextNode currentSource)
voidunbind()
unbind a name and remove it from the table
voidupdate()

Constructor Detail

NSTable

public NSTable()
NSTable constructor comment.

Method Detail

currentSource

public ContextNode currentSource()

Returns: the context node that is the source for this table

getCellRenderer

public TableCellRenderer getCellRenderer(int row, int column)

setData

public void setData(Vector newData, ContextNode currentSource)

Parameters: newData Vector

unbind

public void unbind()
unbind a name and remove it from the table

update

public void update()