Impact Acquire SDK Java
|
Defines valid recommended visibilities for features. More...
Static Public Attributes | |
static final int | cvBeginner = acquireJNI.cvBeginner_get() |
Defines a feature that should be visible for all users via the GUI and API. | |
static final int | cvExpert = acquireJNI.cvExpert_get() |
Defines a feature that requires a more in-depth knowledge of the functionality. | |
static final int | cvGuru = acquireJNI.cvGuru_get() |
Defines an advanced feature that if not configured correctly might result in unexpected behaviour. | |
static final int | cvInvisible = acquireJNI.cvInvisible_get() |
Defines a feature that should not be displayed in a GUI but is still accessible via API function calls. | |
Defines valid recommended visibilities for features.
These visibilities can be used to create GUIs in which the user can select the amount of features he wants to access.
|
static |
Defines a feature that should be visible for all users via the GUI and API.
This is the default visibility if no visibility has been specified for a particular component.
|
static |
Defines a feature that requires a more in-depth knowledge of the functionality.
This is the preferred visibility level for all advanced features.
|
static |
Defines an advanced feature that if not configured correctly might result in unexpected behaviour.
|
static |
Defines a feature that should not be displayed in a GUI but is still accessible via API function calls.