Uses of Class
pl.mbdev.openstage.IppKey.BufferKeys

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

Uses of IppKey.BufferKeys in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppKey.BufferKeys
private  IppKey.BufferKeys IppKey.bufferKeys
          Current buffering mode, value from IppKey.BufferKeys.
 

Methods in pl.mbdev.openstage that return IppKey.BufferKeys
static IppKey.BufferKeys IppKey.BufferKeys.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppKey.BufferKeys[] IppKey.BufferKeys.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 IppKey.BufferKeys
IppKey(boolean keypad, boolean sendKeys, IppKey.BufferKeys bufferKeys, int bufferLength, java.lang.Character termKey, java.lang.String urlKey)
          Constructs new IppKey element with all parameters available.