Impact Acquire SDK Java
TComponentRepresentation Class Reference

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()
 

Detailed Description

Defines valid recommended representations for features.

These representations can be used to create a suitable GUI editor for a features.

Since
2.14.0

Member Data Documentation

◆ crBoolean

final int crBoolean = acquireJNI.crBoolean_get()
static

Defines a boolean feature.

This could be displayed to the user as a check box.

◆ crDirectoryName

final int crDirectoryName = acquireJNI.crDirectoryName_get()
static

Defines a feature representing a directory name.

This could be displayed to the user as a directory selection dialog.

◆ crFileName

final int crFileName = acquireJNI.crFileName_get()
static

Defines a feature representing a file name.

This could be displayed to the user as a file selection dialog.

◆ crHexNumber

final int crHexNumber = acquireJNI.crHexNumber_get()
static

Defines a feature representing a hexadecimal number.

◆ crIPv4Address

final int crIPv4Address = acquireJNI.crIPv4Address_get()
static

Defines a feature representing an IPv4 address.

This could be displayed to the user as a custom IPv4 edit control.

◆ crLinear

final int crLinear = acquireJNI.crLinear_get()
static

Defines a feature with linear behaviour.

One possible editor would be a slider with linear behaviour.

◆ crLogarithmic

final int crLogarithmic = acquireJNI.crLogarithmic_get()
static

Defines a feature with logarithmic behaviour.

One possible editor would be a slider with logarithmic behaviour.

◆ crMACAddress

final int crMACAddress = acquireJNI.crMACAddress_get()
static

Defines a feature representing a MAC address.

This could be displayed to the user as a custom MAC address edit control.

◆ crPureNumber

final int crPureNumber = acquireJNI.crPureNumber_get()
static

Defines a feature representing a pure number.

This could be displayed to the user as an edit control.

◆ crUndefined

final int crUndefined = acquireJNI.crUndefined_get()
static