Package | Description |
---|---|
de.esprit.appsuite.database.dbgui |
Contains GUI components that visually display DBRecord instances like lists, tables and forms.
|
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.calendar |
Contains all classes that make up the calendar dialogs.
|
de.esprit.appsuite.database.dbgui.field.option |
Contains GUI input components for entering java-VM command line options.
|
de.esprit.appsuite.database.dbgui.form |
Contains form components for graphical editing of DBRecord instances.
|
de.esprit.appsuite.database.dbgui.table |
Contains the DBTable component for visualizing DBRecord instances in a table.
|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.gui.dialog |
Contains reuseable standard dialogs.
|
de.esprit.common.gui.editor |
Contains all classes that make up a platform independent text editor.
|
de.esprit.common.gui.gridbag |
Contains classes for making GridBagLayout easy
|
de.esprit.common.gui.wizzard |
Classes that make up a generic wizzard.
|
de.esprit.common.log.gui |
Contains a set of available LogPrinters
|
de.esprit.netsuite.client.abo |
Contains the client's support classes for ABOs (Alive Business Objects)
|
de.esprit.netsuite.client.abo.std |
Contains standard client ABOs
|
de.esprit.netsuite.client.admin |
Contains GUI components that are special to the admin client
|
de.esprit.netsuite.client.gui.db |
Contains the client's support classes for managing remote Records
|
de.esprit.netsuite.client.gui.remote |
Contains classes used to perform a remote table editing
|
de.esprit.netsuite.client.tool.sess |
Contains classes for moitoring sessions
|
de.esprit.netsuite.client.tool.srvload |
Contains a load-meter for measuring the server load.
|
de.esprit.netsuite.client.tool.user |
Contains classes that make up the user manager
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncTableLoadPanel
This panel just groups a
LoadButton , a ProgressBar and a CancelButton
for loading the given DBTableModel from the database. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldContainer<T>
This container serves as a wrapper class for Field input components.
|
class |
AllFieldsPanel
This is a demo panel that contains all types of input fields.
|
class |
CalendarDateField
This is a
DateField with a button that opens a CalendarDateDialog |
class |
CalendarTimestampField
This is a
TimestampField with a button that opens a CalendarTimestampDialog |
class |
DirectoryField
This field is allows for entering a directory path name.
|
class |
FieldPanel
Special panel for convenient layouting and group-management of database fields.
|
class |
FileField
This field allows for entering a file path name.
|
class |
SpinnerField
This is an integer field which is controlled by Spinner buttons.
|
class |
TimeSpanField
This field provides a means for timespan input.
|
class |
VarcharScrollField
This is a TextArea like input field for varchar columns.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarPanel
CalendarPanel groups the choices for YEAR MONTH and DAY.
|
class |
YearChoice
This component allows for choosing a year.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandLineOptionPanel
This panel places
OptionField instances which appear with a help text next to it. |
Modifier and Type | Class and Description |
---|---|
class |
RecordFieldPanel<C extends ApplicationContext,R extends DBRecord>
This class creates a ready to use input form that contains all fields
of the given
DBRecord for user input. |
Modifier and Type | Class and Description |
---|---|
class |
TableStepperPanel
This panel contains the stepper buttons as well as countlabel.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityListControlPanel
This panel contains an
ActivityList together with its controls like a details- and cancel-button |
Modifier and Type | Class and Description |
---|---|
class |
HeaderPanel
This panel contains an Icon, a header label and a multi-line description text
|
Modifier and Type | Class and Description |
---|---|
class |
FindStringDialog<C extends ApplicationContext>
This is the Search and Replace dialog for the TextEditor
|
Modifier and Type | Class and Description |
---|---|
class |
GridBagPanel
This is a helper panel which simplifies the usage of
GridBagLayout . |
Modifier and Type | Class and Description |
---|---|
class |
ProgressStatePanel
This panel displays the CheckMark's and their action components.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFrame
This frame contains a
LogConsole for printing log messages to the screen. |
Modifier and Type | Class and Description |
---|---|
class |
ABOFieldPanel<C extends ClientContext>
This is an editor panel for
AliveBusinessObject s |
Modifier and Type | Class and Description |
---|---|
class |
TankFieldPanel
This is an editor panel for the
TankABO |
Modifier and Type | Class and Description |
---|---|
class |
ServerProfilePanel
This panel displays all relevant Server statistic parameters
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRecordFieldPanel<C extends ClientContext,R extends DBRecord>
This version of a
RecordFieldPanel listens for RemoteRecordChangeEvent s in order
to update its form content dynamically on changes. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTableStepperPanel
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
RunningRemoteTasksListPanel
This dialog allows for viewing the current client sessions
|
Modifier and Type | Class and Description |
---|---|
class |
LoadMeterScale
This is the scale view for the LoadMeter.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupFieldPanel
This class encapsulates the input fields for creating/editing a Group object
|
class |
UserFieldPanel
This class encapsulates the input fields for creating/editing a User object
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.