Package | Description |
---|---|
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.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.gui.pathtree |
Contains the path-tree model for watching file system paths
|
de.esprit.appsuite.gui.table |
Contains classes for Object based application-tables
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.jversion |
Contains classes java version detection and launching various java VMs.
|
de.esprit.appsuite.task.osproc |
Contains tool classes for running OS-processes
|
de.esprit.appsuite.workflow.monitor |
Contains support classes for monitoring workflow tasks
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.gui.table |
Contains GUI support classes for tables of objects.
|
de.esprit.netsuite.client.abo |
Contains the client's support classes for ABOs (Alive Business Objects)
|
de.esprit.netsuite.client.activity.abo |
Contains GUI classes for working with Alive Business Objects (ABOs)
|
de.esprit.netsuite.client.activity.agent |
Contains Agent activity monitoring classes
|
de.esprit.netsuite.client.activity.command |
Contains ClientCommand activity monitoring classes
|
de.esprit.netsuite.client.activity.lock |
Contains Lock activity monitoring classes
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
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.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.tool.chat |
Contains classes that make up the client chat tool
|
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.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.user |
Contains classes that make up the user manager
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordList<C extends ApplicationContext>
This is a special list that stores
DBRecord objects and therefore uses a DBRecordListModel . |
Modifier and Type | Class and Description |
---|---|
class |
DBRecordTable<C extends ApplicationContext,T extends DBRecord>
This is a special table that uses a
DBRecordTableModel in order to store DBRecord s. |
Modifier and Type | Class and Description |
---|---|
class |
ActivityList<C extends ApplicationContext,T>
This list displays async activity items which might be either a
RunStateFlag s
or AsyncTask s. |
Modifier and Type | Class and Description |
---|---|
class |
PathRegistrationList
This list displays the paths currently being watched by the
PathTreeModelDriver . |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationTable<C extends ApplicationContext,T>
This table just maintains an
ApplicationContext |
Modifier and Type | Class and Description |
---|---|
class |
ActiveTasksList<C extends ApplicationContext>
This list displays all
AsyncTask s which are currently running in any thread-pool. |
Modifier and Type | Class and Description |
---|---|
class |
JavaVersionList<C extends ApplicationContext>
This list contains
JavaVersion objects which it loads from the JavaVersionManager . |
Modifier and Type | Class and Description |
---|---|
class |
ActiveOsProcessesList
This list displays the currently running async agents.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveWorkflowsList
This kist shows up with the currently executing workflows
|
Modifier and Type | Class and Description |
---|---|
class |
ZList<E>
This is JList provides a set of standard Actions (see getActionXX()).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarkableTable<T>
This class ...
|
class |
AbstractObjectTable<T>
This is a JTable width many basic functionality added.
|
class |
AbstractTable
This is a JTable with much basic functionality added.
|
Modifier and Type | Class and Description |
---|---|
class |
ABOList
This list displays the accessed ABOs.
|
class |
ABORecordTable<C extends ClientContext,T extends DBRecord>
This table just displays ABOs
|
class |
ABOTable<C extends ClientContext,T extends AliveBusinessObject>
This ABOTable contains currently accessed AliveBusinessObjects.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveAbosList
This list just displays the currently cached
AliveBusinessObject s. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveAgentsList
This list displays the currently running async
AsyncAgent s. |
Modifier and Type | Class and Description |
---|---|
class |
ClientCommandList
This list keeps the CommandExecutorTask objects which are currently queued or being executed in the
ClientCommandExecutor . |
Modifier and Type | Class and Description |
---|---|
class |
ClientLockList
This list caches resource locks that the client is holding.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveStreamsList
This list displays the currently running async agents.
|
class |
ActiveTransfersList
This list displays the currently running async agents.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerLockList
This list contains the resource locks currently hold by clients.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientActivityList<C extends ClientContext,T>
This is the base class for displaying different types of client activity
|
class |
ClientConnectionList
This list keeps the currently logged in clients.
|
class |
ClientList<C extends ClientContext>
This list just manages a ClientContext.
|
class |
ClientTable<C extends ClientContext,T>
This table just manages a ClientContext.
|
class |
ClientZList<C extends ClientContext,T>
This list just manages a ClientContext.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRecordList<C extends ClientContext>
This is the client side version of a
DBRecordList . |
class |
ClientRecordTable<C extends ClientContext,T extends DBRecord>
This is the client side version of
DBRecordTable which narrows to ClientContext . |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskTable<C extends ClientContext>
This class...
|
Modifier and Type | Class and Description |
---|---|
class |
ServerTransferList
This list displays all file transfer currently running on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
OnlineUsersList
This list keeps the currently logged in user sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceList
This list keeps the currently configured data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
EmailAddrList
This List contains email addresses of the administrators to be notified about
server errors.
|
Modifier and Type | Class and Description |
---|---|
class |
LogfileList<C extends ClientContext>
This List component presents the currently available server log files for reading
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPermOwnerList
This class...
|
class |
PermAssignedList
This class...
|
class |
PermDefsList
This class...
|
class |
PermGroupList
This class...
|
class |
PermUserList
This class...
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskTable
This list keeps the currently configured server processes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedClientsList
This list displays the currently logged in clients.
|
class |
ConnectedCoClientsList
This list keeps the currently connected Co-Clients.
|
class |
ConnectedCoServersList
This list keeps the currently connected Co-Servers.
|
class |
RunningRemoteTasksList
This list displays all async agents that are currently running on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupList
This list keeps the currently configured
Group s. |
class |
GroupMemberList
This list displays the members of the currently selected group.
|
class |
UserList
This list keeps the currently configured data sources.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.