Uses of Class
pl.mbdev.openstage.OptionText

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 OptionTexts, 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.