| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static TableCell | TableCellFind
(String device, String component, String name, String name1)
|
| static TableCell | TableCellLookup
(String device, String component, int idx, int idx1)
|
| static TableColumn | TableColumnDefine
(String name)
|
| static TableColumn | TableColumnFind
(String device, String component, String name)
|
| static TableColumn | TableColumnLookup
(String device, String component, int idx)
|
| static Table | TableDefine
(String name)
|
| static Table | TableFind
(String device, String component)
|
| static TableRow | TableRowDefine
(String name)
|
| static TableRow | TableRowFind
(String device, String component, String name)
|
| static TableRow | TableRowLookup
(String device, String component, int idx)
|
| Method Detail |
|---|
| TableRowLookup |
|---|
| static TableRow | TableRowLookup | (String device, String component, int idx) |
|
| TableRowFind |
|---|
| static TableRow | TableRowFind | (String device, String component, String name) |
|
| TableRowDefine |
|---|
| static TableRow | TableRowDefine | (String name) |
|
| TableColumnLookup |
|---|
| static TableColumn | TableColumnLookup | (String device, String component, int idx) |
|
| TableColumnDefine |
|---|
| static TableColumn | TableColumnDefine | (String name) |
|
| TableColumnFind |
|---|
| static TableColumn | TableColumnFind | (String device, String component, String name) |
|
| TableCellFind |
|---|
| static TableCell | TableCellFind | (String device, String component, String name, String name1) |
|
| TableCellLookup |
|---|
| static TableCell | TableCellLookup | (String device, String component, int idx, int idx1) |
|
| TableFind |
|---|
| static Table | TableFind | (String device, String component) |
|
| TableDefine |
|---|
| static Table | TableDefine | (String name) |
|