Uses of Class
pl.mbdev.openstage.IppList.Type

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

Uses of IppList.Type in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppList.Type
private  IppList.Type IppList.type
          Type of the list, value from IppList.Type.
 

Methods in pl.mbdev.openstage that return IppList.Type
static IppList.Type IppList.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppList.Type[] IppList.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in pl.mbdev.openstage with parameters of type IppList.Type
IppList(java.lang.String title, java.lang.String url, IppList.Type type, int columns)
          Creates a new, empty IppList.
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.