| Method Summary |
| void | AddActionListener
(OptionMenuListener listener)
|
| boolean | CanDrawContentDisabled
()
|
| boolean | CanRedraw
()
|
| boolean | CanResizeWhenNeeded
()
|
| boolean | CanTruncateText
()
|
| void | CopySelectionToClipboard
()
|
| void | CreateTimer
(OptionMenuTimer timer, String timerName, boolean writeInTrail)
|
| void | CutSelectionToClipboard
()
|
| void | DeleteGroupsByName
(stringseq names)
|
| void | DeleteItemsByIndex
(intseq items)
|
| void | DeleteItemsByName
(stringseq names)
|
| void | DeletePopupMenu
()
|
| boolean | DoesAlwaysShowValueSign
()
|
| boolean | DoesAutoCompleteReplace
()
|
| boolean | DoesAutoOpen
()
|
| boolean | DoesOpenOnMnemonic
()
|
| boolean | DoesSizeByContents
()
|
| int | GetAutoCompleteLength
()
|
| int | GetCaretPosition
()
|
| String | GetDefaultHelpText
()
|
| int | GetDigits
()
|
| String | GetDoubleFormat
()
|
| double | GetDoubleValue
()
|
| realseq | GetDoubleValueArray
()
|
| int | GetDropDownHeight
()
|
| String | GetDropItemName
()
|
| stringseq | GetEnabledItemNameArray
()
|
| Dimension | GetFrameMinimumSize
()
|
| Point | GetFrameOrigin
()
|
| Rectangle | GetFrameRectangle
()
|
| Dimension | GetFrameSize
()
|
| stringseq | GetGroupHelpTextArray
()
|
| stringseq | GetGroupImageArray
()
|
| stringseq | GetGroupItemNameArray
()
|
| stringseq | GetGroupNameArray
()
|
| intseq | GetGroupOpenArray
()
|
| stringseq | GetGroupTextArray
()
|
| String | GetImage
()
|
| int | GetImageHeight
()
|
| int | GetImageWidth
()
|
| int | GetIntegerValue
()
|
| intseq | GetIntegerValueArray
()
|
| Colors | GetItemBackgroundColorArray
()
|
| stringseq | GetItemHelpTextArray
()
|
| stringseq | GetItemImageArray
()
|
| stringseq | GetItemNameArray
()
|
| stringseq | GetItemTextArray
()
|
| Colors | GetItemTextColorArray
()
|
| int | GetLineLength
(int line)
|
| double | GetMaximumDoubleValue
()
|
| int | GetMaximumIntegerValue
()
|
| int | GetMaximumWidth
()
|
| double | GetMinimumDoubleValue
()
|
| int | GetMinimumIntegerValue
()
|
| int | GetMinimumWidth
()
|
| String | GetMostRecentItemName
()
|
| String | GetPrompt
()
|
| ReadingOrder | GetReadingOrder
()
|
| Rectangle | GetRectangleOfMonitor
()
|
| Point | GetScreenOrigin
()
|
| Rectangle | GetScreenRectangle
()
|
| stringseq | GetSelectedItemNameArray
()
|
| Point | GetSelectedRange
()
|
| String | GetSelectedText
()
|
| String | GetStringValue
()
|
| stringseq | GetStringValueArray
()
|
| int | GetTextGravity
()
|
| String | GetTextValue
()
|
| int | GetTextValueMaximumLength
()
|
| InputType | GetValueType
()
|
| int | GetWidth
()
|
| boolean | HasBorder
()
|
| boolean | HasTextChanged
()
|
| void | InputBackspaceKeys
(int count)
|
| void | InputDeleteKeys
(int count)
|
| void | InsertGroup
(OptionMenuGroup optionmenugroup, ItemPositionData item_pos_data)
|
| void | InsertItem
(OptionMenuItem optionmenuitem, ItemPositionData item_pos_data)
|
| void | InsertItems
(OptionMenuItems optionmenuitems, ItemPositionData posData)
|
| int | InsertPopupMenu
(Component component)
|
| void | InsertTextIntoSelection
(String text)
|
| boolean | IsAutoCompleteCaseSensitive
()
|
| boolean | IsCaretVisible
()
|
| boolean | IsComboBox
()
|
| boolean | IsSelectionVisible
()
|
| boolean | IsWidthFixed
()
|
| void | MoveItemsByIndex
(int item, intseq items)
|
| void | MoveItemsByName
(String name, stringseq names)
|
| void | OpenPopup
()
|
| void | PasteClipboardToSelection
()
|
| void | PushAction
(OptionMenuAction action)
|
| void | RedoLastUndo
()
|
| void | ReplaceSelectionWithText
(int start, int end, String text)
|
| void | SelectAll
()
|
| void | SetAlwaysShowValueSign
(boolean flag)
|
| void | SetAutoCompleteCaseSensitive
(boolean flag)
|
| void | SetAutoCompleteLength
(int value)
|
| void | SetAutoCompleteReplace
(boolean flag)
|
| void | SetAutoOpen
(boolean flag)
|
| void | SetCanDrawContentDisabled
(boolean flag)
|
| void | SetCanRedraw
(boolean flag)
|
| void | SetCanResizeWhenNeeded
(boolean flag)
|
| void | SetCanTruncateText
(boolean flag)
|
| void | SetCaretPosition
(int position)
|
| void | SetCaretVisible
(boolean flag)
|
| void | SetComboBox
(boolean flag)
|
| void | SetDefaultHelpText
(String value)
|
| void | SetDigits
(int value)
|
| void | SetDoubleFormat
(String value)
|
| void | SetDoubleValue
(double value)
|
| void | SetDoubleValueArray
(realseq values)
|
| void | SetDropDownHeight
(int value)
|
| void | SetEnabledItemNameArray
(stringseq values)
|
| void | SetFrameOrigin
(Point value)
|
| void | SetFrameRectangle
(Rectangle rect)
|
| void | SetFrameSize
(Dimension value)
|
| void | SetGroupHelpTextArray
(stringseq values)
|
| void | SetGroupImageArray
(stringseq values)
|
| void | SetGroupItemNameArray
(stringseq values)
|
| void | SetGroupNameArray
(stringseq values)
|
| void | SetGroupOpenArray
(intseq values)
|
| void | SetGroupTextArray
(stringseq values)
|
| void | SetHasBorder
(boolean flag)
|
| void | SetHasTextChanged
(boolean flag)
|
| void | SetImage
(String value)
|
| void | SetImageHeight
(int value)
|
| void | SetImageWidth
(int value)
|
| void | SetIntegerValue
(int value)
|
| void | SetIntegerValueArray
(intseq values)
|
| void | SetItemBackgroundColorArray
(Colors colors)
|
| void | SetItemHelpTextArray
(stringseq values)
|
| void | SetItemImageArray
(stringseq values)
|
| void | SetItemNameArray
(stringseq values)
|
| void | SetItemTextArray
(stringseq values)
|
| void | SetItemTextColorArray
(Colors colors)
|
| void | SetMaximumDoubleValue
(double value)
|
| void | SetMaximumIntegerValue
(int value)
|
| void | SetMaximumWidth
(int value)
|
| void | SetMinimumDoubleValue
(double value)
|
| void | SetMinimumIntegerValue
(int value)
|
| void | SetMinimumWidth
(int value)
|
| void | SetOpenOnMnemonic
(boolean flag)
|
| void | SetPrompt
(String value)
|
| void | SetReadingOrder
(ReadingOrder value)
|
| void | SetSelectedItemNameArray
(stringseq values)
|
| void | SetSelectedRange
(Point value)
|
| void | SetSelectionVisible
(boolean flag)
|
| void | SetSizeByContents
(boolean flag)
|
| void | SetStringValue
(String value)
|
| void | SetStringValueArray
(stringseq values)
|
| void | SetTextGravity
(int value)
|
| void | SetTextValue
(String value)
|
| void | SetTextValueMaximumLength
(int value)
|
| void | SetValueType
(InputType value)
|
| void | SetWidth
(int value)
|
| void | SetWidthFixed
(boolean flag)
|
| void | StartTimer
(String timerName, int duration)
|
| void | StopTimer
(String timerName)
|
| void | UndoLastChange
()
|