|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionText | |
---|---|
pl.mbdev.openstage | This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. |
Uses of OptionText in pl.mbdev.openstage |
---|
Methods in pl.mbdev.openstage with parameters of type OptionText | |
---|---|
void |
Option.add(OptionText ot)
Adds a new OptionText to this option. |
Constructors in pl.mbdev.openstage with parameters of type OptionText | |
---|---|
Option(OptionText[] optionTexts,
Image image,
boolean selected,
java.lang.String key,
java.lang.String value)
Creates new option with single or multiple OptionText s, and with all other
parameters available to set. |
|
Option(OptionText optionText,
Image image,
boolean selected,
java.lang.String key,
java.lang.String value)
Creates new option with a single OptionText. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |