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.calendar |
Contains all classes that make up the calendar dialogs.
|
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.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.wizzard |
Classes that make up a generic wizzard.
|
de.esprit.common.log.gui |
Contains a set of available LogPrinters
|
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.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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
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.
|
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 |
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 |
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 |
LogoLabel
A simple bordered Icon
|
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 |
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 |
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 |
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 |
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 |
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 ...
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.