| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | CreateInParent
(Component list, ItemPositionData item_pos_data)
|
| Color | GetBackgroundColor
()
|
| CheckState | GetCheckedState
()
|
| String | GetComponentName
()
|
| String | GetHelpText
()
|
| String | GetImage
()
|
| int | GetIndex
()
|
| String | GetName
()
|
| String | GetText
()
|
| Color | GetTextColor
()
|
| boolean | IsCheckBoxEnabled
()
|
| boolean | IsEnabled
()
|
| boolean | IsSelected
()
|
| void | SetBackgroundColor
(Color color)
|
| void | SetCheckedState
(CheckState value)
|
| void | SetComponentName
(String value)
|
| void | SetHelpText
(String value)
|
| void | SetImage
(String value)
|
| void | SetIsCheckBoxEnabled
(boolean flag)
|
| void | SetIsEnabled
(boolean flag)
|
| void | SetIsSelected
(boolean flag)
|
| void | SetName
(String value)
|
| void | SetText
(String value)
|
| void | SetTextColor
(Color color)
|
| Method Detail |
|---|
| CreateInParent |
|---|
| void | CreateInParent | (Component list, ItemPositionData item_pos_data) |
|
| SetHelpText |
|---|
| void | SetHelpText | (String value) |
|
| GetHelpText |
|---|
| String | GetHelpText | () |
|
| SetBackgroundColor |
|---|
| void | SetBackgroundColor | (Color color) |
|
| GetBackgroundColor |
|---|
| Color | GetBackgroundColor | () |
|
| SetCheckedState |
|---|
| void | SetCheckedState | (CheckState value) |
|
| GetCheckedState |
|---|
| CheckState | GetCheckedState | () |
|
| SetText |
|---|
| void | SetText | (String value) |
|
| GetText |
|---|
| String | GetText | () |
|
| SetIsSelected |
|---|
| void | SetIsSelected | (boolean flag) |
|
| IsSelected |
|---|
| boolean | IsSelected | () |
|
| SetTextColor |
|---|
| void | SetTextColor | (Color color) |
|
| GetTextColor |
|---|
| Color | GetTextColor | () |
|
| SetIsCheckBoxEnabled |
|---|
| void | SetIsCheckBoxEnabled | (boolean flag) |
|
| IsCheckBoxEnabled |
|---|
| boolean | IsCheckBoxEnabled | () |
|
| SetIsEnabled |
|---|
| void | SetIsEnabled | (boolean flag) |
|
| IsEnabled |
|---|
| boolean | IsEnabled | () |
|
| SetImage |
|---|
| void | SetImage | (String value) |
|
| GetImage |
|---|
| String | GetImage | () |
|
| SetName |
|---|
| void | SetName | (String value) |
|
| GetName |
|---|
| String | GetName | () |
|
| SetComponentName |
|---|
| void | SetComponentName | (String value) |
|
| GetComponentName |
|---|
| String | GetComponentName | () |
|
| GetIndex |
|---|
| int | GetIndex | () |
|