|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IppCommand.DisplayOn | |
---|---|
pl.mbdev.openstage | This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. |
Uses of IppCommand.DisplayOn in pl.mbdev.openstage |
---|
Fields in pl.mbdev.openstage declared as IppCommand.DisplayOn | |
---|---|
private IppCommand.DisplayOn |
IppCommand.displayOn
Value from IppCommand.DisplayOn . |
Methods in pl.mbdev.openstage that return IppCommand.DisplayOn | |
---|---|
static IppCommand.DisplayOn |
IppCommand.DisplayOn.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IppCommand.DisplayOn[] |
IppCommand.DisplayOn.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 IppCommand.DisplayOn | |
---|---|
IppCommand(IppCommand.Type type,
IppCommand.DisplayOn displayOn)
Creates new IppCommand, with label that is guessed according to the type argument. |
|
IppCommand(java.lang.String label,
int screenID,
IppCommand.DisplayOn displayOn)
Creates new IppCommand of type SCREEN. |
|
IppCommand(java.lang.String label,
IppCommand.Type type,
int screenID,
int priority,
int auto,
java.lang.String key,
java.lang.String value,
IppCommand.DisplayOn displayOn,
boolean isSelected,
boolean isDefault)
Creates new IppCommand with all possible fields available to set. |
|
IppCommand(java.lang.String label,
IppCommand.Type type,
java.lang.String key,
java.lang.String value,
IppCommand.DisplayOn displayOn,
boolean isSelected)
Creates new IppCommand with some fields set to default values. |
|
IppCommand(java.lang.String label,
java.lang.String key,
java.lang.String value,
IppCommand.DisplayOn displayOn)
Creates new IppCommand of type SELECT. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |