Impact Acquire SDK Java
|
Defines valid recommended representations for features. More...
Static Public Attributes | |
static final int | crBoolean = acquireJNI.crBoolean_get() |
Defines a boolean feature. | |
static final int | crDirectoryName = acquireJNI.crDirectoryName_get() |
Defines a feature representing a directory name. | |
static final int | crFileName = acquireJNI.crFileName_get() |
Defines a feature representing a file name. | |
static final int | crHexNumber = acquireJNI.crHexNumber_get() |
Defines a feature representing a hexadecimal number. | |
static final int | crIPv4Address = acquireJNI.crIPv4Address_get() |
Defines a feature representing an IPv4 address. | |
static final int | crLinear = acquireJNI.crLinear_get() |
Defines a feature with linear behaviour. | |
static final int | crLogarithmic = acquireJNI.crLogarithmic_get() |
Defines a feature with logarithmic behaviour. | |
static final int | crMACAddress = acquireJNI.crMACAddress_get() |
Defines a feature representing a MAC address. | |
static final int | crPureNumber = acquireJNI.crPureNumber_get() |
Defines a feature representing a pure number. | |
static final int | crUndefined = acquireJNI.crUndefined_get() |
Defines valid recommended representations for features.
These representations can be used to create a suitable GUI editor for a features.
|
static |
Defines a boolean feature.
This could be displayed to the user as a check box.
|
static |
Defines a feature representing a directory name.
This could be displayed to the user as a directory selection dialog.
|
static |
Defines a feature representing a file name.
This could be displayed to the user as a file selection dialog.
|
static |
Defines a feature representing a hexadecimal number.
|
static |
Defines a feature representing an IPv4 address.
This could be displayed to the user as a custom IPv4 edit control.
|
static |
Defines a feature with linear behaviour.
One possible editor would be a slider with linear behaviour.
|
static |
Defines a feature with logarithmic behaviour.
One possible editor would be a slider with logarithmic behaviour.
|
static |
Defines a feature representing a MAC address.
This could be displayed to the user as a custom MAC address edit control.
|
static |
Defines a feature representing a pure number.
This could be displayed to the user as an edit control.
|
static |