Package | Description |
---|---|
de.esprit.appsuite.appstore.gui |
Contains the GUI classes of the App-Store
|
de.esprit.appsuite.database.dbgui |
Contains GUI components that visually display DBRecord instances like lists, tables and forms.
|
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.concurrent |
Contains classes supporting async operations executing in Thread pools
|
de.esprit.common.gui.action |
Contains reuseable base classes for common GUI actions.
|
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.util |
Contains useful GUI utility classes for common usage.
|
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 |
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.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.eclient |
Contains classes for launching the client
|
de.esprit.netsuite.netdata.command |
Contains a collection of standard ClientCommands
|
de.esprit.netsuite.server.chxfer |
Contains classes that make up the server's transfer channel
|
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 | Interface and Description |
---|---|
interface |
RecordTypeChooser
This class typically contains a list of available record types
that are offered to the user for record creation.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarDateDialog
This dialog allows for entering a date value by mouse.
|
class |
CalendarTimestampDialog
This dialog allows for entering a Timestamp value by mouse.
|
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 | Interface and Description |
---|---|
interface |
ApplicationToolWindow<C extends ApplicationContext>
All applieable windows (Dialogs or Frames) should implement this interface
|
Modifier and Type | Class and Description |
---|---|
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 |
ActivityMonitorDialog<C extends ApplicationContext>
This dialog shows up an
ActivityTabbedPane displaying an ActivityTab for
each particular type of async activity. |
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 |
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 |
RadioButtonOptionDialog<C extends ApplicationContext>
This dialog provides a set of options represented by radio buttons
|
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 |
TaskManagerDialog<C extends ApplicationContext>
This dialog displays the currently running tasks and provides support for canceling them.
|
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 |
CancellableThread
This is a cancellable thread which manages a cancel flag internally.
|
Constructor and Description |
---|
CancelAction(ApplicationContext ctx,
Cancellable cancellable) |
CancelAction(Cancellable cancellable) |
Constructor and Description |
---|
CancelButton(Cancellable target) |
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 |
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 |
AbstractOneShotTimer
This class is a simple timer that fires once after the given delay.
|
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 |
BatchTaskConfigDialog
This dialog allows for configuring and controlling a server process on the server
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoginFrame<C extends ClientContext>
This LoginFrame starts the MainFrame on a successful server login
|
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
|
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 |
ClientActivityMonitorDialog<C extends ClientContext>
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteTextEditorDialog<C extends ClientContext>
This class extends the TextEditorDialog 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.
|
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 |
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 |
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 |
EspritClientLoginFrame
This login dialog prompts for username and password and launches the
EspritClientMainFrame . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileTransferEntry
This class maintains a file transfer on the server during up/download.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.