| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | CreateInParent
(Component table, ColumnPositionData col_pos_data)
|
| Color | GetBackgroundColor
()
|
| String | GetChildMenuName
()
|
| String | GetHelpText
()
|
| int | GetIndex
()
|
| String | GetName
()
|
| String | GetPopupMenuName
()
|
| boolean | GetResizeable
()
|
| int | GetResizing
()
|
| SortArrow | GetSortArrow
()
|
| String | GetText
()
|
| Color | GetTextColor
()
|
| int | GetWidth
()
|
| boolean | IsSelected
()
|
| boolean | IsVisible
()
|
| void | SetBackgroundColor
(Color color)
|
| void | SetChildMenuName
(String value)
|
| void | SetHelpText
(String value)
|
| void | SetIsSelected
(boolean flag)
|
| void | SetIsVisible
(boolean flag)
|
| void | SetName
(String value)
|
| void | SetPopupMenuName
(String value)
|
| void | SetResizeable
(boolean flag)
|
| void | SetResizing
(int value)
|
| void | SetSortArrow
(SortArrow value)
|
| void | SetText
(String value)
|
| void | SetTextColor
(Color color)
|
| void | SetWidth
(int value)
|
| Method Detail |
|---|
| CreateInParent |
|---|
| void | CreateInParent | (Component table, ColumnPositionData col_pos_data) |
|
| SetHelpText |
|---|
| void | SetHelpText | (String value) |
|
| GetHelpText |
|---|
| String | GetHelpText | () |
|
| SetResizing |
|---|
| void | SetResizing | (int value) |
|
| GetResizing |
|---|
| int | GetResizing | () |
|
| SetWidth |
|---|
| void | SetWidth | (int value) |
|
| GetWidth |
|---|
| int | GetWidth | () |
|
| SetResizeable |
|---|
| void | SetResizeable | (boolean flag) |
|
| GetResizeable |
|---|
| boolean | GetResizeable | () |
|
| SetIsVisible |
|---|
| void | SetIsVisible | (boolean flag) |
|
| IsVisible |
|---|
| boolean | IsVisible | () |
|
| SetText |
|---|
| void | SetText | (String value) |
|
| GetText |
|---|
| String | GetText | () |
|
| SetSortArrow |
|---|
| void | SetSortArrow | (SortArrow value) |
|
| GetSortArrow |
|---|
| SortArrow | GetSortArrow | () |
|
| SetTextColor |
|---|
| void | SetTextColor | (Color color) |
|
| GetTextColor |
|---|
| Color | GetTextColor | () |
|
| SetBackgroundColor |
|---|
| void | SetBackgroundColor | (Color color) |
|
| GetBackgroundColor |
|---|
| Color | GetBackgroundColor | () |
|
| SetName |
|---|
| void | SetName | (String value) |
|
| GetName |
|---|
| String | GetName | () |
|
| SetIsSelected |
|---|
| void | SetIsSelected | (boolean flag) |
|
| IsSelected |
|---|
| boolean | IsSelected | () |
|
| SetChildMenuName |
|---|
| void | SetChildMenuName | (String value) |
|
| GetChildMenuName |
|---|
| String | GetChildMenuName | () |
|
| SetPopupMenuName |
|---|
| void | SetPopupMenuName | (String value) |
|
| GetPopupMenuName |
|---|
| String | GetPopupMenuName | () |
|
| GetIndex |
|---|
| int | GetIndex | () |
|