Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.database.dbgui.field.option |
Contains GUI input components for entering java-VM command line options.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDecimalField<T>
This field accepts only decimal number input.
|
class |
DecimalDisplayField
This is a read only field for decimal numbers.
|
class |
DoubleField
This class models a decimal value as a Double object
|
class |
DurationField
This field provides a means for duration input.
|
class |
FloatField
This class models a decimal value as a Float object
|
class |
IntegerField
This field accepts only integer number input.
|
class |
LongField
This field accepts long or integer number input.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerOptionField
This is a
IntegerField to be used in an CommandLineOptionPanel |
class |
JavaXmsOptionField
This field represents the VM option -Xms (java initial heap size)
|
class |
JavaXmxOptionField
This field represents the VM option -Xmx (java max heap size)
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.