| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | EditFamilyTable
()
Edits the family table using Pro/TABLE or another text editor. |
| void | EraseFamilyTable
()
Clears the specified family table. |
| FamilyTableStatus | GetFamilyTableStatus
()
Determine whether the family table is valid and/or empty. |
| boolean | IsModifiable
(boolean ShowUI)
Check if a given family table is modifiable. |
| WFamilyTableRows | SelectRows
(boolean AllowMultiSelect)
Enables the user to select one or more instances in the specified family table. |
| void | ShowFamilyTable
()
Displays the family table using Pro/TABLE or another text editor. |
| Method Detail |
|---|
| SelectRows |
|---|
| WFamilyTableRows | SelectRows | (boolean AllowMultiSelect) |
Enables the user to select one or more instances in the specified family table.
|
| GetFamilyTableStatus |
|---|
| FamilyTableStatus | GetFamilyTableStatus | () |
| Determine whether the family table is valid and/or empty. Exceptions thrown (but not limited to): XToolkitNotFound - The family table was not found for the specified owner. XToolkitEmpty - The family table is found and is empty.
|
| IsModifiable |
|---|
| boolean | IsModifiable | (boolean ShowUI) |
Check if a given family table is modifiable.
|
| EditFamilyTable |
|---|
| void | EditFamilyTable | () |
Edits the family table using Pro/TABLE
or another text editor.
|
| EraseFamilyTable |
|---|
| void | EraseFamilyTable | () |
| Clears the specified family table. Exceptions thrown (but not limited to): XToolkitNotFound - The family table was not found.
|
| ShowFamilyTable |
|---|
| void | ShowFamilyTable | () |
Displays the family table using Pro/TABLE
or another text editor.
|