org.jacorb.naming.namemanager

Class NSTable


public class NSTable
extends javax.swing.JTable

Constructor Summary

NSTable()
NSTable constructor comment.

Method Summary

ContextNode
currentSource()
TableCellRenderer
getCellRenderer(int row, int column)
void
setData(Vector newData, ContextNode currentSource)
void
unbind()
unbind a name and remove it from the table
void
update()

Constructor Details

NSTable

public NSTable()
NSTable constructor comment.

Method Details

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()