Impact Acquire SDK Java
TComponentVisibility Class Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ cvBeginner

final int cvBeginner = acquireJNI.cvBeginner_get()
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.

◆ cvExpert

final int cvExpert = acquireJNI.cvExpert_get()
static

Defines a feature that requires a more in-depth knowledge of the functionality.

This is the preferred visibility level for all advanced features.

◆ cvGuru

final int cvGuru = acquireJNI.cvGuru_get()
static

Defines an advanced feature that if not configured correctly might result in unexpected behaviour.

◆ cvInvisible

final int cvInvisible = acquireJNI.cvInvisible_get()
static

Defines a feature that should not be displayed in a GUI but is still accessible via API function calls.