public class DotNetInputNode.UserTable extends NodePropertyTable
Table name = Row names = UserTableRow
copyright
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
|
getTableName
public java.util.Vector<DotNetInputNode.UserTableRow> getRows()
getRows
in class NodePropertyTable
public DotNetInputNode.UserTableRow createRow()
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