| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Table | CreateTable
(TableCreateInstructions Instructions)
Creates a table in the model. |
| void | DeleteTable
(Table Table,
/*optional*/
Boolean Repaint)
Deletes a table from the model. |
| /*optional*/ Table | GetTable
(int Id)
Gets a table in the model, given its identifier. |
| Tables | ListTables
()
Lists the tables in the model. |
| Table | RetrieveTable
(TableRetrieveInstructions Instructions)
Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction. |
| Table | RetrieveTableByOrigin
(TableRetrieveInstructions Instructions)
Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions. |
| void | UpdateTables
()
Updates all drawing tables. |
| Method Detail |
|---|
| ListTables |
|---|
| Tables | ListTables | () |
| Lists the tables in the model.
Exceptions thrown (but not limited to): XToolkitNotFound - No tables were found.
|
| GetTable |
|---|
| /*optional*/ Table | GetTable | (int Id) |
Gets a table in the model, given its identifier.
|
| CreateTable |
|---|
| Table | CreateTable | (TableCreateInstructions Instructions) |
| Creates a table in the model.
Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXInAMethod>
|
| RetrieveTable |
|---|
| Table | RetrieveTable | (TableRetrieveInstructions Instructions) |
Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction.
|
| RetrieveTableByOrigin |
|---|
| Table | RetrieveTableByOrigin | (TableRetrieveInstructions Instructions) |
Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions.
|
| UpdateTables |
|---|
| void | UpdateTables | () |
Updates all drawing tables.
|
| DeleteTable |
|---|
| void | DeleteTable | (Table Table, /*optional*/ Boolean Repaint) |
| Deletes a table from the model.
Exceptions thrown (but not limited to): XToolkitNotExist - The specified table_id does not exist.
|