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