| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | CreateInParent
(Component optionmenu, ItemPositionData item_pos_data)
|
| Color | GetBackgroundColor
()
|
| String | GetHelpText
()
|
| String | GetImage
()
|
| int | GetIndex
()
|
| String | GetName
()
|
| String | GetText
()
|
| Color | GetTextColor
()
|
| boolean | IsEnabled
()
|
| void | SetBackgroundColor
(Color color)
|
| void | SetHelpText
(String value)
|
| void | SetImage
(String value)
|
| void | SetIsEnabled
(boolean flag)
|
| void | SetName
(String value)
|
| void | SetText
(String value)
|
| void | SetTextColor
(Color color)
|
| Method Detail |
|---|
| CreateInParent |
|---|
| void | CreateInParent | (Component optionmenu, ItemPositionData item_pos_data) |
|
| SetHelpText |
|---|
| void | SetHelpText | (String value) |
|
| GetHelpText |
|---|
| String | GetHelpText | () |
|
| SetBackgroundColor |
|---|
| void | SetBackgroundColor | (Color color) |
|
| GetBackgroundColor |
|---|
| Color | GetBackgroundColor | () |
|
| SetName |
|---|
| void | SetName | (String value) |
|
| GetName |
|---|
| String | GetName | () |
|
| SetText |
|---|
| void | SetText | (String value) |
|
| GetText |
|---|
| String | GetText | () |
|
| SetTextColor |
|---|
| void | SetTextColor | (Color color) |
|
| GetTextColor |
|---|
| Color | GetTextColor | () |
|
| GetIndex |
|---|
| int | GetIndex | () |
|
| SetIsEnabled |
|---|
| void | SetIsEnabled | (boolean flag) |
|
| IsEnabled |
|---|
| boolean | IsEnabled | () |
|
| SetImage |
|---|
| void | SetImage | (String value) |
|
| GetImage |
|---|
| String | GetImage | () |
|