|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IppCommand.Type | |
---|---|
pl.mbdev.openstage | This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. |
Uses of IppCommand.Type in pl.mbdev.openstage |
---|
Fields in pl.mbdev.openstage declared as IppCommand.Type | |
---|---|
private IppCommand.Type |
IppCommand.type
Value from IppCommand.Type . |
Methods in pl.mbdev.openstage that return IppCommand.Type | |
---|---|
static IppCommand.Type |
IppCommand.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IppCommand.Type[] |
IppCommand.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 IppCommand.Type | |
---|---|
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,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |