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 |
Contains GUI classes that maintain an ApplicationContext.
|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.gui.dialog |
Contains reuseable standard dialogs.
|
de.esprit.appsuite.gui.dialog.misc |
Contains a collection of miscellaneous dialogs.
|
de.esprit.appsuite.gui.dialog.option |
Contains dialogs for choosing options by check boxes.
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.gui.comp |
Contains useful frequently needed GUI components.
|
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.activity |
Contains the client's activity monitoring classes
|
de.esprit.netsuite.client.admin |
Contains GUI components that are special to the admin client
|
de.esprit.netsuite.client.admin.srvlock |
Contains ResourceLock monitoring classes
|
de.esprit.netsuite.client.gui |
Contains GUI related classes of the Duap-Port Servers admin client
|
de.esprit.netsuite.client.gui.db |
Contains the client's support classes for managing remote Records
|
de.esprit.netsuite.client.gui.net |
Contains the client's network related classes
|
de.esprit.netsuite.client.gui.remote |
Contains classes used to perform a remote table editing
|
de.esprit.netsuite.client.gui.rtask |
Contains GUI components dealing with remote tasks
|
de.esprit.netsuite.client.gui.transfer |
Contains classes for monitoring all Transfers running on the server
|
de.esprit.netsuite.client.gui.web |
Contains classes that make up the client's web browser
|
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 |
GenderField
This provides two RadioButtons for specifying whether a person is a MR or a MRs.
|
class |
RadioButtonField
This field provides a set of RadioButtons as a choice.
|
class |
SliderField
This field provides a set of RadioButtons as a choice.
|
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 |
MonthChoice
This component allows for choosing a month.
|
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 |
AbstractConsoleTabPanel<C extends ApplicationContext>
This panel contains a
LogMessagePanel for printing logging messages into a text console. |
class |
ApplicationConsoleTabPanel<C extends ApplicationContext>
This panel contains a
LogMessagePanel for printing logging messages into a text console. |
class |
ApplicationPanel<C extends ApplicationContext>
This is
BorderLayoutPanel which manages an ApplicationContext . |
class |
ApplicationTabPanel<C extends ApplicationContext>
This is a base panel used in
ZTabbedPane . |
class |
ApplicationToolBar<C extends ApplicationContext>
This toolbar contains a logo Icon at the right side, which is read from the Version.txt file.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveTasksTab
This tab displays a list of all running
AsyncTask s. |
class |
ActiveWorkflowsTab<C extends ApplicationContext>
This tab displays a list of all running
AbstractWorkflow s. |
class |
ActivityListControlPanel
This panel contains an
ActivityList together with its controls like a details- and cancel-button |
class |
ActivityTab<C extends ApplicationContext>
This tab shows up with a list of all running activities of a particular type.
|
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 |
CrossListAssignPanel<E>
This panel encapsulates the reusable part of a cross-list assignment layout.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOptionPanel<T extends CheckOption>
This class encapsulates the common part of option choice panels.
|
class |
CheckBoxOptionPanel<T extends CheckOption>
This panel contains a set of check-boxes representing options that can be selected.
|
class |
RadioButtonOptionPanel<T extends CheckOption>
This panel contains a set of radio buttons representing options that can be selected.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTaskTab<C extends ApplicationContext>
This is a tab-panel for adding task-controls.
|
class |
ActivityMenuController<C extends ApplicationContext>
This component allows for going online and offline.
|
class |
TaskControlPanel
This panel provides a
TaskProgressBar with start- and stop-button for each task added. |
class |
TaskProgressBar
This component is composed of a StartButton, a ProgressBar and a CancelButton.
|
Modifier and Type | Class and Description |
---|---|
class |
BorderLayoutPanel
This is just a panel managed by a BorderLayout
|
class |
LogoLabel
A simple bordered Icon
|
class |
ZRadioButtonPanel
This ButtonPanel automatically registers all buttons in a
ZButtonGroup |
class |
ZTitledListPanel
This is a
BorderLayoutPanel which wrapps a list in a JScrollPane and adds title label, which
counts the elements in the list. |
class |
ZTitledPanel
This is a panel with a titled border managed by a BorderLayout
|
Modifier and Type | Class and Description |
---|---|
class |
ZImageComponent
This component paints an icon scaled to fit to the size of the component.
|
Modifier and Type | Class and Description |
---|---|
class |
TextEditorPanel<C extends ApplicationContext>
This is a
ApplicationPanel containing a full functional ASCII text editor |
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.
|
class |
WizzardPanel
This is a sample wizzard panel that leads you through the steps of a StepSerie.
|
Modifier and Type | Class and Description |
---|---|
class |
LogMessagePanel
This panel contains a
MessageConsole together with a LogControlPanel |
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 |
ClientActivityTab<C extends ClientContext>
This is the base class for all
ActivityTab s displaying the client's async activity. |
Modifier and Type | Class and Description |
---|---|
class |
ClientConsoleTabPanel<C extends ClientContext>
This panel contains the client's log console.
|
class |
ServerConsoleTabPanel<C extends ClientContext>
This console displays the server log messages.
|
class |
ServerProfilePanel
This panel displays all relevant Server statistic parameters
|
class |
ServerRuntimeTabPanel
This panel allows for observing the server runtime environment such as client logins and
co-client/co-server connections.
|
class |
ServerStatisticTabPanel
This panel allows for observing the server statistics by receiving statistic messages
from the server in regular time periods.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerLockListPanel
This dialog allows for viewing the current client sessions
|
Modifier and Type | Class and Description |
---|---|
class |
ClientPanel<C extends ClientContext>
This panel just manages an internal
ClientContext |
class |
ClientTabPanel<C extends ClientContext>
Same as
ApplicationTabPanel but just nails the context to ClientContext |
class |
DefaultLoginPanel<C extends ClientContext>
This panel shows up with a user and password field for capturing the login data
|
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 |
ClientActivityMenuController<C extends ClientContext>
This component allows for going online and offline.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientTableEditTabPanel<C extends ClientContext>
This panel contains the remote record editor for editing any DBObject based database table.
|
class |
RemoteAsyncTableLoader<C extends ClientContext>
This panel just groups a LoadButton, a ProgressBar and a Cancelbutton
for loading the given DBTableModel from the database.
|
class |
RemoteTableStepperPanel
This class ...
|
class |
RemoteTextEditorPanel<C extends ClientContext>
This class extends the TextEditorPanel for working with remote server files
using the ResourceLock mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskPanel<C extends ClientContext>
This panel contains a table showing up with the currently running remote tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerTransferListPanel
This dialog allows for viewing the current client sessions
|
Modifier and Type | Class and Description |
---|---|
class |
WebBrowserTabPanel<C extends ClientContext>
This panel implements a simple webbrowser for testing the MCWebServer
|
Modifier and Type | Class and Description |
---|---|
class |
RunningRemoteTasksListPanel
This dialog allows for viewing the current client sessions
|
Modifier and Type | Class and Description |
---|---|
class |
LoadMeterComponent
This class ...
|
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.