public class EndpointLookupNode.ClassificationTable extends NodePropertyTable
Table name = Classification Row names = ClassificationTableRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
TABLE_NAME |
copyright, name, rows
Modifier and Type | Method and Description |
---|---|
void |
addRow(EndpointLookupNode.ClassificationTableRow row)
Adds a ClassificationTableRow to the table
|
EndpointLookupNode.ClassificationTableRow |
createRow()
Use to create a new row for this table.
|
java.util.Vector<EndpointLookupNode.ClassificationTableRow> |
getRows() |
void |
removeRow(EndpointLookupNode.ClassificationTableRow row)
Remove a ClassificationTableRow from the table
|
addRow, getTableName, removeRow
protected static final java.lang.String TABLE_NAME
public java.util.Vector<EndpointLookupNode.ClassificationTableRow> getRows()
getRows
in class NodePropertyTable
public EndpointLookupNode.ClassificationTableRow createRow()
NodePropertyTable
createRow
in class NodePropertyTable
public void addRow(EndpointLookupNode.ClassificationTableRow row)
row
- ClassificationTableRow ; the row to add to the tablepublic void removeRow(EndpointLookupNode.ClassificationTableRow row)
row
- ClassificationTableRow ; the row to remove from the table