Uses of Class
pl.mbdev.openstage.Option

Packages that use Option
pl.mbdev.openstage This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. 
 

Uses of Option in pl.mbdev.openstage
 

Methods in pl.mbdev.openstage with parameters of type Option
 void IppList.add(Option o)
          Adds an option to this IppList.
 void IppChoiceGroup.add(Option o)
          Adds an option to this choice group.
 

Constructors in pl.mbdev.openstage with parameters of type Option
IppChoiceGroup(java.lang.String label, IppChoiceGroup.Type type, Option[] options)
           
IppList(java.lang.String title, java.lang.String url, IppList.Type type, int columns, Option[] options)
          Creates a new list with all parameters available to set.