Klasse FlexGanttFX
java.lang.Object
com.flexganttfx.core.FlexGanttFX
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringRepresents the "Licensee" feature.static final StringRepresents the "Product" feature.static final StringRepresents the "Runtime" feature.static final StringRepresents the "Vendor" feature.static final StringRepresents the "Version" feature. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic com.smardec.license4j.Licensestatic StringReturns the version (e.g. "1", "2", ...).static StringReturns the name of the licensee.static StringReturns the product type (e.g.static StringReturns the public key used for decoding the license key.static StringReturns the name of the vendor (e.g.static StringReturns the FlexGanttFX version number in the format major.minor.bug (1.0.0).static booleanDetermines if the product uses a development license.static booleanDetermines if thesetLicenseKey(String)method has been called.static booleanDetermines if the product uses a runtime license.static booleanDetermines if the product is run as a trial.static voidsetLicenseKey(String key) Sets the license key used for FlexGantt.
-
Felddetails
-
FEATURE_LICENSEE
Represents the "Licensee" feature.- Seit:
- 1.0
- Siehe auch:
-
FEATURE_PRODUCT
-
FEATURE_RUNTIME
-
FEATURE_VENDOR
-
FEATURE_VERSION
-
-
Konstruktordetails
-
FlexGanttFX
public FlexGanttFX()
-
-
Methodendetails
-
getVersion
Returns the FlexGanttFX version number in the format major.minor.bug (1.0.0).- Gibt zurück:
- the FlexGanttFX version number
- Seit:
- 1.0
-
getLicensee
Returns the name of the licensee.- Gibt zurück:
- the licensee's name
- Seit:
- 1.0
-
getProduct
Returns the product type (e.g. "LITE", "STANDARD", "ENTERPRISE").- Gibt zurück:
- the product type
- Seit:
- 1.0
-
getPublicKey
Returns the public key used for decoding the license key.- Gibt zurück:
- the public key used for decoding the license key
- Seit:
- 1.0
-
getVendor
Returns the name of the vendor (e.g. ComponentSource, DLSC, Evget, ...).- Gibt zurück:
- the vendor's name
- Seit:
- 1.0
-
getLicensedVersion
Returns the version (e.g. "1", "2", ...). This number is the version number used for licensing issues only. It represents the major version number. A more detailed version number can be looked up by callinggetVersion().- Gibt zurück:
- the product version
- Seit:
- 1.0
-
isDevelopmentLicense
public static boolean isDevelopmentLicense()Determines if the product uses a development license.- Gibt zurück:
- true if the product uses a development license
- Seit:
- 1.0
-
isRuntimeLicense
public static boolean isRuntimeLicense()Determines if the product uses a runtime license.- Gibt zurück:
- true if the product uses a runtime license
- Seit:
- 1.0
-
isTrialLicense
public static boolean isTrialLicense()Determines if the product is run as a trial.- Gibt zurück:
- true if the product is run as a trial
- Seit:
- 1.0
-
isLicenseKeySet
public static boolean isLicenseKeySet()Determines if thesetLicenseKey(String)method has been called.- Gibt zurück:
- true if the license key has already been set
- Seit:
- 1.0
-
setLicenseKey
Sets the license key used for FlexGantt. The key determines whether the product uses a development or a runtime license.- Parameter:
key- the license key- Löst aus:
IllegalStateException- if the license key gets set more than once- Seit:
- 1.0
-
getLicense
public static com.smardec.license4j.License getLicense()
-