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 |
AbstractCharField<T>
This field implements a checked length text input.
|
class |
AbstractDecimalField<T>
This field accepts only decimal number input.
|
class |
AbstractNumberField<T>
Base class for all number input fields.
|
class |
AbstractTextField<T>
This is the abstract base class for all text input fields.
|
class |
CharField
This field implements a checked length text input.
|
class |
DateField
This field provides a means for Date input.
|
class |
DecimalDisplayField
This is a read only field for decimal numbers.
|
class |
DisplayField
This is a special read-only field for displaying values only.
|
class |
DoubleField
This class models a decimal value as a Double object
|
class |
DurationField
This field provides a means for duration input.
|
class |
FileNameInputField
This Field just returns the entered String readyly casted as a File Object
This Field is used by
DirectoryField and should not be used for other
purposes. |
class |
FloatField
This class models a decimal value as a Float object
|
class |
IntegerField
This field accepts only integer number input.
|
class |
ListCountField
This field displays the itemcount of a ListModel
|
class |
LongField
This field accepts long or integer number input.
|
class |
TimeField
This field provides a means for time input.
|
class |
TimestampField
This field provides a means for timestamp 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)
|
class |
StringOptionField
This is a
CharField to be used in an CommandLineOptionPanel |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.