Package | Description |
---|---|
de.esprit.appsuite.appstore.app |
Contains raw examples and and test Apps
|
de.esprit.appsuite.appstore.gui |
Contains the GUI classes of the App-Store
|
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.editor |
Contains all FieldEditors used by the Field input components.
|
de.esprit.appsuite.database.dbgui.form |
Contains form components for graphical editing of DBRecord instances.
|
de.esprit.appsuite.database.dbgui.list |
Contains the DBList component for visualizing DBRecord instances in a list.
|
de.esprit.appsuite.database.dbgui.table |
Contains the DBTable component for visualizing DBRecord instances in a table.
|
de.esprit.appsuite.database.dbgui.tool |
Contains the TableEditTool as an example for a database tool.
|
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.memory |
Contains a memory monitor dialog for observing memory usage.
|
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.pathtree.edit |
Contains the path-tree related archiving tools
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.task.archive |
Contains helper classes for executing the archiver tools.
|
de.esprit.appsuite.workflow.monitor |
Contains support classes for monitoring workflow tasks
|
de.esprit.appsuite.workflow.wft |
Contains support classes for building workflow 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.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.dialog |
Contains standard client dialogs
|
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.net |
Contains GUI gui components for network controlling and monitoring
|
de.esprit.netsuite.client.tool.chat |
Contains classes that make up the client chat tool
|
de.esprit.netsuite.client.tool.cpu |
Contains classes for configuring the server's CPU parameters
|
de.esprit.netsuite.client.tool.datasrc |
Contains classes for displaying the server's data sources
|
de.esprit.netsuite.client.tool.email |
Contains the dialog for configuring mail receipients for server mails
|
de.esprit.netsuite.client.tool.log |
Contains miscellaneous standard client dialogs
|
de.esprit.netsuite.client.tool.mem |
Contains a dialog displaying cliennt/server memory oscilloscope
|
de.esprit.netsuite.client.tool.messg |
Contains classes for the client messaging tool
|
de.esprit.netsuite.client.tool.passwd |
Contains classes for displaying the server's data sources
|
de.esprit.netsuite.client.tool.permission |
Contains basic classes for permission management support
|
de.esprit.netsuite.client.tool.proc |
Contains classes for configuring server processes
|
de.esprit.netsuite.client.tool.sess |
Contains classes for moitoring sessions
|
de.esprit.netsuite.client.tool.srvevent |
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
|
de.esprit.netsuite.demo |
Contains a demo GUI for starting server and clients
|
de.esprit.netsuite.eclient |
Contains classes for launching the client
|
de.esprit.netsuite.netdata.command |
Contains a collection of standard ClientCommands
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationTestFrame
This is a sample JFrame for testing an external
JavaCommand that runs in a different VM. |
Modifier and Type | Class and Description |
---|---|
class |
AppLaunchPrefsDialog
This dialog provides a maxMemField for entering the max memory to be used by Java
for the next launch (restart) of a Java application.
|
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 |
CalendarDateDialog
This dialog allows for entering a date value by mouse.
|
class |
CalendarPanel
CalendarPanel groups the choices for YEAR MONTH and DAY.
|
class |
CalendarTimestampDialog
This dialog allows for entering a Timestamp value by mouse.
|
class |
MonthChoice
This component allows for choosing a month.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldDialog
This is a Dialog that attaches and aligns to an underlying input field.
|
class |
DefaultFieldEditor<T>
This is a dialog that provides a default implementation of the
FieldEditor interface. |
class |
DirectoryPathEditor
This class allows for choosing a directory with the
JFileChooser . |
class |
FilePathEditor
This class allows for choosing a File with the
JFileChooser . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecordDialog<C extends ApplicationContext,R extends DBRecord>
This dialog contains uses a
RecordFieldPanel for editing a DBRecord within a form. |
class |
AbstractRecordFrame<C extends ApplicationContext,R extends DBRecord>
This class is a simple
DBRecord form that uses a RecordFieldPanel . |
class |
DefaultRecordCreateDialog<C extends ApplicationContext,R extends DBRecord>
This class is a simple DBObject form that uses a
RecordFieldPanel . |
class |
DefaultRecordEditDialog<C extends ApplicationContext,R extends DBRecord>
This class is a simple
DBRecord form that uses a RecordFieldPanel . |
class |
RecordTypeChooserDialog<C extends ApplicationContext>
This class is a simple Dialog that contains a RecordTypeList.
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordListFrame<C extends ApplicationContext>
This class is a simple DBRecord form that uses a DBList.
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordTableDialog<C extends ApplicationContext>
This class is a simple Dialog that contains a
DBRecordTablePanel . |
class |
DBRecordTableFrame<C extends ApplicationContext>
This class is a simple Frame that contains a
DBRecordTablePanel . |
Modifier and Type | Class and Description |
---|---|
class |
TableEditFrame<C extends ApplicationContext>
This is a
ToolFrame containing a full functional ASCII text editor |
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 |
ApplicationMainFrame<C extends ApplicationContext>
This frame is supposed to be the main-frame of an application.
|
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.
|
class |
ToolDialog<C extends ApplicationContext>
This is the base class for all
Applieable GUI dialogs. |
class |
ToolFrame<C extends ApplicationContext>
This is an applieable Frame that can be used similar to
ToolDialog |
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 |
ActivityMonitorDialog<C extends ApplicationContext>
This dialog shows up an
ActivityTabbedPane displaying an ActivityTab for
each particular type of async activity. |
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 |
ConfirmDialog
This dialog requests the user for a confirmation.
|
class |
DumpDialog
|
class |
ErrorDialog
This Dialog pops up synchronously and blocks until confirmed
|
class |
FileViewerDialog
This dialog contains a TextArea in order to display the dump text of any object that implements
the Dumpable interface.
|
class |
InfoDialog
This Dialog pops up syncroneously and blocks until confirmed
|
class |
ListRowDumpDialog
Extends the
DumpDialog for dumping the currently selected row of a JList . |
class |
MessageDialog
This dialog is used for most user notifications.
|
class |
TableRowDumpDialog
Extends the DumpDialog for dumping the currently selected row of a ZTable.
|
class |
WarningDialog
This Dialog pops up synchronously and blocks until confirmed
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryMonitorDialog<C extends ApplicationContext>
This dialog contains a
MemoryOscilloscope that displays the current memory usage graphically. |
Modifier and Type | Class and Description |
---|---|
class |
AboutEspritDialog<C extends ApplicationContext>
This dialog displays details about the current software version
|
class |
AbstractNameInputDialog<C extends ApplicationContext>
This dialog contains a labeled text input field for simple name input.
|
class |
CrossListAssignPanel<E>
This panel encapsulates the reusable part of a cross-list assignment layout.
|
class |
OutputDirectoryChooserDialog<C extends ApplicationContext>
This dialog allows for choosing a target directory via a
DirectoryField . |
class |
OutputFileChooserDialog<C extends ApplicationContext>
This dialog allows for choosing a file via a
FileField . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckBoxOptionDialog<C extends ApplicationContext>
This dialog provides a set of options represented by check boxes
|
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 |
RadioButtonOptionDialog<C extends ApplicationContext>
This dialog provides a set of options represented by radio buttons
|
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 |
AbstractPathEditDialog<C extends ApplicationContext> |
class |
CreateDirectoryDialog<C extends ApplicationContext> |
class |
CreateFileDialog<C extends ApplicationContext> |
class |
RenamePathDialog<C extends ApplicationContext> |
class |
RootDirectoryChooserDialog<C extends ApplicationContext>
This dialog allows for choosing a new root directory.
|
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 |
TaskManagerDialog<C extends ApplicationContext>
This dialog displays the currently running tasks and provides support for canceling them.
|
class |
TaskProgressBar
This component is composed of a StartButton, a ProgressBar and a CancelButton.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveConfigDialog<C extends ApplicationContext>
This dialog allows for selecting an
ArchiveTaskOption as well as a
CompressionLevel . |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowManagerDialog<C extends ApplicationContext>
This dialog shows up an
ActivityTabbedPane displaying an ActivityTab for
each particular type of async activity. |
class |
WorkflowMonitorDialog<C extends ApplicationContext>
This dialog monitors the running
WorkflowTask s within a AbstractWorkflow . |
Modifier and Type | Class and Description |
---|---|
class |
InputFileChooserDialog<C extends ApplicationContext>
This dialog provides a
ZFileChooser for choosing an input file |
class |
TaskOptionDialog<C extends ApplicationContext>
This is a default implementation for a Dialog that asks the user to select one of the given
CheckOption items. |
Modifier and Type | Class and Description |
---|---|
class |
BorderLayoutPanel
This is just a panel managed by a BorderLayout
|
class |
FatalErrorFrame<C extends ApplicationContext>
This is a special Dialog that exits the client with a fatal error message.
|
class |
LogoLabel
A simple bordered Icon
|
class |
ZDialog
This is the base class for all GUI dialogs.
|
class |
ZFrame
This is the base class for all GUI Frames.
|
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 |
FindStringDialog<C extends ApplicationContext>
This is the Search and Replace dialog for the TextEditor
|
class |
TextEditorDialog<C extends ApplicationContext>
This is a
ToolDialog containing a full functional ASCII text editor |
class |
TextEditorFrame<C extends ApplicationContext>
This is a
ToolFrame containing a full functional ASCII text editor |
class |
TextEditorPanel<C extends ApplicationContext>
This is a
ApplicationPanel containing a full functional ASCII text editor |
class |
TextViewerDialog<C extends ApplicationContext>
This is a
ToolDialog containing a read only ASCII text viewer |
class |
TextViewerFrame<C extends ApplicationContext>
This is a
ToolFrame containing a read only ASCII text viewer |
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 |
LogFrame
This frame contains a
LogConsole for printing log messages to the screen. |
class |
LogMessagePanel
This panel contains a
MessageConsole together with a LogControlPanel |
Modifier and Type | Class and Description |
---|---|
class |
ABOCreateDialog<C extends ClientContext>
This dialog contains allows for entering a primary key for business object.
|
class |
ABOEditDialog<C extends ClientContext>
This dialog contains allows for entering a primary key for business object.
|
class |
ABOFetchDialog<C extends ClientContext>
This dialog contains allows for entering a primary key for business object.
|
class |
ABOFindDialog<C extends ClientContext>
This dialog allows for entering a primary key for an
AliveBusinessObject . |
class |
AbstractABODialog<C extends ClientContext>
This dialog contains allows for entering a primary key for business object.
|
Modifier and Type | Class and Description |
---|---|
class |
TankEditDialog
This dialog allows for editing a
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 |
BatchTaskConfigDialog
This dialog allows for configuring and controlling a server process on the server
|
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 |
AbstractLoginFrame<C extends ClientContext>
This LoginFrame starts the MainFrame on a successful server login
|
class |
ClientMainFrame<C extends ClientContext>
This is the MainFrame for a client GUI
|
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 |
ClientToolDialog<C extends ClientContext>
This dialog just manages a ClientContext object
|
class |
ClientToolFrame<C extends ClientContext>
This dialog allows for accessing the server log-files
|
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 |
AbstractClientRecordDialog<C extends ClientContext,R extends DBRecord>
This is the client side version of a
AbstractRecordDialog . |
class |
DefaultClientRecordDialog<C extends ClientContext,R extends DBRecord>
This the default implementation of an
AbstractClientRecordDialog . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLoginDialog<C extends ClientContext>
This Dialog allows for re-login from the MainFrame
|
class |
FileNameInputDialog<C extends ApplicationContext>
This dialog allows for entering a filename using the FileChooser
|
Modifier and Type | Class and Description |
---|---|
class |
ClientActivityMenuController<C extends ClientContext>
This component allows for going online and offline.
|
class |
ClientActivityMonitorDialog<C extends ClientContext>
This class ...
|
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 |
RemoteTextEditorDialog<C extends ClientContext>
This class extends the TextEditorDialog for working with remote server files
using the ResourceLock mechanism.
|
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 |
ObserveTaskDialog<C extends ClientContext>
This Frame contains a table that displays the currently running remote tasks.
|
class |
RemoteTaskFrame<C extends ClientContext>
This Frame contains a table that displays the currently running remote tasks.
|
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 |
ConnectionLostDialog<C extends ClientContext>
This dialog is shown when the connection to the server was lost and could not be reestablished
after a certain number of retries.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatToolFrame
This class implements the chat feature.
|
Modifier and Type | Class and Description |
---|---|
class |
CpuLoadConfigDialog
This dialog allows for specifying the server's heavy load protection parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceListDialog
This dialog allows for viewing the currently configured data sources
|
Modifier and Type | Class and Description |
---|---|
class |
EmailConfigDialog
This dialog allows for specifying the mail addresses of administrators, that
should be notified about server errors.
|
Modifier and Type | Class and Description |
---|---|
class |
LogConfigDialog
This Dialog allows for configuring the Server logging parameters
|
class |
LogfileListDialog
This dialog allows for accessing the server log-files
|
Modifier and Type | Class and Description |
---|---|
class |
ServerMemoryMonitorDialog<C extends ClientContext>
This dialog provides two memory monitor panes, one observing client-memory
and another one observing server-memory.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientMessageSendDialog
Tis Dialog allows for creating and sending a text message to any user selected from a choice menu
|
Modifier and Type | Class and Description |
---|---|
class |
ChangePasswordForUserDialog
This dialog asks the user to change his password.
|
class |
PasswordChangeDialog
This dialog asks the user to change his password.
|
class |
SetDefaultPasswordDialog
This dialog sets the system default password for new users.
|
Modifier and Type | Class and Description |
---|---|
class |
ChoosePermissionDialog<C extends ClientContext>
This class ...
|
class |
PermissionManagerDialog
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskManagerDialog
This dialog allows for viewing the currently configured server processes
|
Modifier and Type | Class and Description |
---|---|
class |
RunningRemoteTasksListPanel
This dialog allows for viewing the current client sessions
|
class |
SessionManagerDialog
This dialog allows for viewing the current client sessions
|
Modifier and Type | Class and Description |
---|---|
class |
ServerEventRegisterDialog
This dialog allows for defining the event-types that the client should receive
|
Modifier and Type | Class and Description |
---|---|
class |
LoadMeterComponent
This class ...
|
class |
LoadMeterDialog
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroupManagerDialog<C extends ClientContext>
This dialog allows for viewing/editing the currently configured groups
|
class |
AbstractUserManagerDialog<C extends ClientContext>
This dialog allows for viewing/editing the currently configured users
|
class |
GroupAssignDialog<C extends ClientContext>
This dialog allows for assigning users to groups.
|
class |
GroupCreateDialog<C extends ClientContext>
This dialog creates a new Group object from a form input and stores it in the servers group database.
|
class |
GroupEditDialog<C extends ClientContext>
This dialog modifies an existing Group object form a form input and stores it in the servers group database.
|
class |
GroupFormDialog<C extends ClientContext>
This is the base dialog for Group creation/editing
|
class |
GroupManagerDialog
This dialog displays all groups defined for the system
|
class |
UserCreateDialog<C extends ClientContext>
This dialog creates a new User object from a form input and stores it in the servers user database.
|
class |
UserEditDialog<C extends ClientContext>
This dialog modifies an existing User object form a form input and stores it in the servers user database.
|
class |
UserFormDialog<C extends ClientContext>
This is the base dialog for User creation/editing
|
class |
UserManagerDialog<C extends ClientContext>
This dialog displays all users defined for the system
|
Modifier and Type | Class and Description |
---|---|
class |
EspritDemoMainFrame
This is the launching class for the EsprIT demo.
|
Modifier and Type | Class and Description |
---|---|
class |
EspritClientLoginFrame
This login dialog prompts for username and password and launches the
EspritClientMainFrame . |
class |
EspritClientMainFrame
This is the main frame of the EsprIT Admin-Client application
|
Modifier and Type | Class and Description |
---|---|
class |
ClientShutdownDialog
This dialog is called as the last one to notify the user about a forced termination of the client
|
class |
ServerShutdownDialog
This dialog is called when the server was shut down.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.