Package | Description |
---|---|
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.task |
Contains GUI support classes for async tasks
|
de.esprit.common.gui.editor |
Contains all classes that make up a platform independent text editor.
|
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.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.web |
Contains classes that make up the client's web browser
|
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 |
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 |
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. |
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 |
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 |
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 |
WebBrowserTabPanel<C extends ClientContext>
This panel implements a simple webbrowser for testing the MCWebServer
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.