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

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

Uses of IppButton.Type in pl.mbdev.openstage
 

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

Methods in pl.mbdev.openstage that return IppButton.Type
static IppButton.Type IppButton.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppButton.Type[] IppButton.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 IppButton.Type
IppButton(java.lang.String label, Image image, IppButton.Type type, java.lang.String key, java.lang.String value)
          Creates new IppButton with all parameters available to set.