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.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.list |
Contains support classes for dealing with JList and ListModel.
|
de.esprit.appsuite.gui.plaf |
Contains actions for changing the look and feel.
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.gui.tree |
Contains support classes for working with JTree
|
de.esprit.appsuite.io.archive |
Contains base classes for the archive tools
|
de.esprit.appsuite.io.parser |
Contains base classes for parsing text files
|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.appsuite.nio.parser |
Contains classes for very fast ascii-file parsing.
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.appsuite.task.archive |
Contains helper classes for executing the archiver tools.
|
de.esprit.appsuite.workflow |
Contains classes for building workflows upon async 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.action |
Contains reuseable base classes for common GUI actions.
|
de.esprit.common.gui.editor |
Contains all classes that make up a platform independent text editor.
|
de.esprit.common.gui.list |
Contains GUI support classes for lists of objects.
|
de.esprit.common.gui.table |
Contains GUI support classes for tables of objects.
|
de.esprit.common.gui.wizzard |
Classes that make up a generic wizzard.
|
de.esprit.netsuite.client.activity.command |
Contains ClientCommand activity monitoring classes
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.client.admin.action |
Contains admin client actions possibly reusable by other clients
|
de.esprit.netsuite.client.gui.action |
Contains network related standard actions used in the client GUI
|
de.esprit.netsuite.client.gui.rtask |
Contains GUI components dealing with remote tasks
|
de.esprit.netsuite.client.tool |
Contains tools accessible by the client's toolbar
|
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.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.client.workflow |
Contains the Workflow support classes
|
de.esprit.netsuite.demo.graph |
Contains a demo ABO dislaying a spider web like graph
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationToolAction<C extends ApplicationContext>
This action is supposed to popup an
ApplicationToolWindow . |
class |
ConsoleAction<C extends ApplicationContext>
This action executes a request and prints the result or error respectively in the console
|
class |
ToolAction<C extends ApplicationContext>
This is the base class for actions in the appliation toolbar.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ActivityList.MyCancelTaskAction |
Modifier and Type | Class and Description |
---|---|
class |
ApplyAndCloseAction
This is a simple action that can apply and close a ToolWindow
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryMonitorAction<C extends ApplicationContext>
This action pops up the
MemoryMonitorDialog |
Modifier and Type | Class and Description |
---|---|
class |
AboutDialogAction
This action displays the information about the software
|
Modifier and Type | Class and Description |
---|---|
class |
ListDataAction<C extends ApplicationContext>
This action is only active when the underlying JList is not empty.
|
class |
ListSelectionAction<C extends ApplicationContext,E>
This action is only active when the underlying JList has a selection.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionLookAndFeelMetal
Sets the standard Java Look&Feel
|
class |
ActionLookAndFeelMotif
Sets the Motif Look&Feel
|
class |
ActionLookAndFeelWindows
Sets the Windows Look&Feel
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingTask<C extends ApplicationContext>
This is an
AsyncTask supposed to be run in a Swing GUIs environment. |
Modifier and Type | Class and Description |
---|---|
class |
TreeSelectionAction
This action is only active when the underlying JTree has a selection.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveExtractWFT<C extends ApplicationContext>
Depending on the type of the archive input file this workflow task creates either
a
ZipExtractor or a TarExtractor in order to extract the archive. |
class |
ArchiveListWFT<C extends ApplicationContext>
|
Modifier and Type | Class and Description |
---|---|
class |
DataParserTask<C extends ApplicationContext>
This task just executes a
DataParser asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleErrorHandlerSupportAdapter<C extends ApplicationContext>
This is class is a default implementation for
SimpleErrorHandlerSupport |
Modifier and Type | Class and Description |
---|---|
class |
AsciiParserTask<C extends ApplicationContext>
This task just executes a
AsciiParser asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
TaskAction<C extends ApplicationContext>
This action runs a monitored
AsyncTask created by TaskAction.createTask() . |
class |
TaskCancelAction<C extends ApplicationContext>
This Action allows for canceling a
AsyncTask running with a SwingTaskMonitor . |
Modifier and Type | Class and Description |
---|---|
class |
ArchiveConfigDialogWFT<C extends ApplicationContext>
This dialog requests for defining the type of the desired archive
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkflow<C extends ApplicationContext>
This is the base class for all workflows.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsciiParserWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractDataParserWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractTaskOptionDialogWFT<C extends ApplicationContext>
This task pops up a
AbstractTaskOptionDialogWFT which asks the user to make a decision
between a set of TaskOption choices. |
class |
AbstractTaskOptionWFT<C extends ApplicationContext>
This task requests to make a decision between a set of
TaskOption objects. |
class |
AbstractWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
CheckWorkingDirectoryWFT<C extends ApplicationContext>
This
WorkflowTask ensures the existence of the workflows working directory. |
class |
FileNameInputWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
class |
InputFileChooserWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
class |
OutputFileChooserWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
Modifier and Type | Class and Description |
---|---|
class |
ZAction<C extends ApplicationContext>
This is the base class for all GUI actions.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelAction
This action just cancels a
Cancellable instance when fired. |
class |
CleanupMemoryAction
This action just kicks the garbage collector in order to initiate a memory cleanup
|
class |
ClearAction
This action just clears a
Clearable instance when fired. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextEditAction
This action is only enabled when the underlying text component is editable
|
Modifier and Type | Class and Description |
---|---|
class |
ListDetailsAction
This action pops up a details dialog for the selected list item.
|
Modifier and Type | Class and Description |
---|---|
class |
TableDataAction
This action is only active when the underlying table is not empty.
|
class |
TableSelectionAction
This action is only active when the underlying table has got a row selected.
|
Modifier and Type | Class and Description |
---|---|
class |
StepAction
This class encapsulates the common behavior of all step-actions in a wizzard.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCommandTask<C extends ClientContext>
This class performs the execution of an async ClientCommand
|
Modifier and Type | Class and Description |
---|---|
class |
FileTransferClientTask<C extends ClientContext>
This task steps through the joblist and for each job it opens an
FileUploadConnection
or a FileDownloadConnection depending on the transfer direction. |
Modifier and Type | Class and Description |
---|---|
class |
AsyncAgentClientTimeoutAction
This action tests the client side timoeout of an agent
|
class |
AsyncAgentServerTimeoutAction
This action tests the server side timeout of an agent
|
class |
BurstOfSleeperAgentsAction
This action runs a burst of sleeper agents on the server
|
class |
BurstOfWorkerAgentsAction
This action runs a burst of worker agents on the server
|
class |
CancelAllClientCommandsAction
This action cancels all currently running client commands
|
class |
CancelCurrentClientCommandsAction
This action cancels the currently running client command
|
class |
ClientListDumpAction<C extends ClientContext>
This action pops up DumpDialog for dumping the content of a list-item.
|
class |
DeleteLogMessagesAction
This action sends a roundtrip agent which is received in the response and a message
|
class |
EverSleepingAsyncAgentAction
This action starts the execution an ever sleeping async agent
|
class |
EverWorkingAsyncAgentAction
This action starts the execution an ever working async agent
|
class |
FetchUserListAction
This action reads the user-list from the server and prints it onto the given console
|
class |
FileSetDownloadAction
This actions downloads a sample file transfer job
|
class |
FileSetUploadAction
This actions uploads a sample file transfer job
|
class |
FillLogMessagesAction
This action sends a roundtrip agent which is received in the response and a message
|
class |
HeavyLoadOnServerAction
This action start a very busy agent which puts a heavy load onto the server
|
class |
NoReturnAsyncAgentAction
This action start an never returning async agent on the server
|
class |
ProbeDataSourceAction
This action probes the database connections of the server and prints a short info about the connected databases
|
class |
ReleaseAllLocksAction
This action releases all resource locks the client is currently holding
|
class |
RoundTripAction
This action sends a
RoundTripAgent which is received in the response and a message |
class |
RoundTripDataAction
This action sends a
RoundTripAgent with data which is received in the response and a message |
class |
SequencedAsyncAgentAction
This action runs a sample sequenced agent and prints its result to the console
|
class |
ServerShutdownAction
This action performs a server shutdown.
|
class |
StreamDownloadAction
This action performs a sample stream download
|
class |
TimeCompareAction
This action compares the client and server times
|
class |
ViewClientInfoAction
This action shows the dynamic server configuration parameters in the client console
|
class |
ViewRemoteTasksAction
This action shows the current server static in the client console
|
class |
ViewServerParamsAction
This action shows the dynamic server configuration parameters in the client console
|
class |
ViewServerStartupAction
This action shows the static server configuration parameters in the client console
|
class |
ViewServerStatisticAction
This action shows the current server static in the client console
|
class |
ViewThreadPoolStatusAction
This action shows the current server static in the client console
|
Modifier and Type | Class and Description |
---|---|
class |
AgentAction<C extends ClientContext,A extends SuperAgent>
This Action sends an agent to the server for execution.
|
class |
AgentCancelAction
This action is the counterpart of a
AgentAction and cancels the running async agent. |
class |
ChangePasswordAction
This action pops up the
PasswordChangeDialog for modifying the current
login password. |
class |
ClientAction<C extends ClientContext>
This action manages a ClientContext reference.
|
class |
ClientConsoleAction<C extends ClientContext>
This action executes a request and prints the result or error respectively in the console
|
class |
ClientListDataAction<C extends ClientContext>
This action is only active when the underlying JList is not empty.
|
class |
ClientListSelectionAction<C extends ClientContext>
This action is only active when the underlying JList has a selection.
|
class |
ClientTableDataAction<C extends ClientContext>
This action is only active when the underlying table is not empty.
|
class |
ClientTableSelectionAction<C extends ClientContext>
This action is only active when the underlying table has got a row selected.
|
class |
ClientTaskAction<C extends ClientContext>
This is a
TaskAction that automatically disables when the server connection was lost. |
class |
ClientTextEditorAction
This action opens a
TextEditorFrame just for editing text. |
class |
ListDataAgentAction<C extends ClientContext,A extends SuperAgent>
This action is only active when the underlying ZList is not empty.
|
class |
ListSelectionAgentAction<C extends ClientContext,A extends SuperAgent>
This action is only active when the underlying ZList has a selection.
|
class |
LoginAction
This action pops up a
DefaultLoginDialog for performing a new login. |
class |
LogoutAction
This action performs a logout request
|
class |
SendClientMessageAction
This action opens the
ClientMessageSendDialog
for sending a message to a particular client |
class |
UserAuthenticationAction<C extends ClientContext>
This action listens for UnserId changes and enables/disables according to it's
enable condition.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskFramePopupAction
This class...
|
Modifier and Type | Class and Description |
---|---|
class |
ClientToolAction<C extends ClientContext>
This is the base class for actions in the client toolbar.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatToolAction
This action pops up the
ChatToolFrame . |
Modifier and Type | Class and Description |
---|---|
class |
CpuLoadConfigAction
This action pops up the dialog for performance configuration
|
Modifier and Type | Class and Description |
---|---|
class |
ServerDataSourceAction
This action just pops up the
DataSourceListDialog |
Modifier and Type | Class and Description |
---|---|
class |
EmailConfigAction
This action pops up the MailConfigDialog for configuring the servers email target addresses
|
Modifier and Type | Class and Description |
---|---|
class |
LogConfigAction
This action pops up the LogConfigDialog for configuring the logging parameters
|
class |
ServerLogfileListAction
This action displays the available logfiles in a LogfileListDialog
|
Modifier and Type | Class and Description |
---|---|
class |
ServerMemoryMonitorAction
This action pops up the
ServerMemoryMonitorDialog . |
Modifier and Type | Class and Description |
---|---|
class |
ServerBatchTaskConfigAction
This action just pops up the
ServerBatchTaskManagerDialog |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedClientsListAction
This action just pops up the ClientListDialog
|
Modifier and Type | Class and Description |
---|---|
class |
ServerEventRegisterAction
This action just pops up the
ServerEventRegisterDialog |
Modifier and Type | Class and Description |
---|---|
class |
LevelMeterToolAction
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
GroupManagerAction
This action just pops up the
AbstractUserManagerDialog |
class |
UserManagerAction
This action just pops up the
AbstractUserManagerDialog |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientWFT<C extends ClientContext>
This class ...
|
class |
AbstractClientWorkflow<C extends ClientContext>
This is the base class for all client side workflows
|
class |
AbstractEventDrivenWFT<C extends ClientContext>
This workflow-task is supposed to run a remote task on the server.
|
class |
AbstractFileStreamWFT<C extends ClientContext>
This workflow task runs a
FileStreamDownloadAgent with the FileStreamJob set. |
class |
AbstractFileTransferWFT<C extends ClientContext,S extends ServerContext>
This workflow task runs a FileTransferAgent with the jobs added
|
class |
AbstractStreamParserWFT<C extends ClientContext>
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
GraphToolAction
This action pops up the PositionDialog
|
Copyright © 2011 EsprIT-Systems. All Rights Reserved.