Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
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.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.list |
Contains support classes for dealing with JList and ListModel.
|
de.esprit.appsuite.gui.pathtree |
Contains the path-tree model for watching file system paths
|
de.esprit.appsuite.gui.pathtree.archive |
Contains the path-tree related dialogs
|
de.esprit.appsuite.gui.pathtree.edit |
Contains the path-tree related archiving tools
|
de.esprit.appsuite.gui.plaf |
Contains actions for changing the look and feel.
|
de.esprit.appsuite.gui.tree |
Contains support classes for working with JTree
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
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.table |
Contains GUI support classes for tables of objects.
|
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.admin |
Contains GUI components that are special to the admin client
|
de.esprit.netsuite.client.admin.action |
Contains admin client actions possibly reusable by other clients
|
de.esprit.netsuite.client.gui |
Contains GUI related classes of the Duap-Port Servers admin client
|
de.esprit.netsuite.client.gui.action |
Contains network related standard actions used in the client GUI
|
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.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.pathtree |
Contains a PathTree implementation for observing a remote file system.
|
de.esprit.netsuite.client.tool.pathtree.action |
Contains path-tree related standard actions
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AllFieldsPanel.MyCheckValuesAction |
Modifier and Type | Method and Description |
---|---|
ZAction |
AllFieldsPanel.getActionFillValues() |
ZAction |
AbstractFieldContainer.getActionOpenEditor() |
Modifier and Type | Method and Description |
---|---|
ZAction |
RecordFieldPanel.getActionRehashRecord()
This action rehashes the current record from the database
without changing its reference.
|
Modifier and Type | Method and Description |
---|---|
ZAction |
DBRecordList.getActionRecordCreate() |
ZAction |
DBRecordList.getActionRecordDelete() |
ZAction |
DBRecordList.getActionRecordEdit() |
ZAction |
DBRecordList.getActionRecordRehash() |
ZAction |
DBRecordList.getActionReload() |
Modifier and Type | Method and Description |
---|---|
ZAction |
DBRecordTablePanel.getActionClearTable() |
ZAction |
DBRecordTablePanel.getActionDumpTableData() |
ZAction |
DBRecordTablePanel.getActionLoadRecords() |
ZAction |
DBRecordTablePanel.getActionRecordCreate() |
ZAction |
DBRecordTablePanel.getActionRecordDelete() |
ZAction |
DBRecordTablePanel.getActionRecordDetails() |
ZAction |
DBRecordTablePanel.getActionRecordEdit() |
ZAction |
DBRecordTablePanel.getActionRecordRehash() |
ZAction |
DBRecordTablePanel.getActionRecordRemove() |
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 |
ConsoleToolAction<C extends ApplicationContext>
This action provides a
TextPrintable for printing action output. |
class |
TestLoggingAction
This class ...
|
class |
ToolAction<C extends ApplicationContext>
This is the base class for actions in the application toolbar.
|
Modifier and Type | Method and Description |
---|---|
protected ZAction |
AbstractConsoleTabPanel.createTestLoggingAction(LogMessagePanel console) |
Modifier and Type | Class and Description |
---|---|
protected class |
ActivityList.MyCancelTaskAction |
Modifier and Type | Method and Description |
---|---|
void |
ActivityListControlPanel.addAction(ZAction action) |
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 |
AboutVersionDialogAction
This action displays the information about the software
|
Modifier and Type | Method and Description |
---|---|
ZAction |
CrossListAssignPanel.getActionClear()
Returns the action to clear the assignment.
|
Modifier and Type | Method and Description |
---|---|
ZAction |
CheckBoxOptionPanel.getActionClearAll() |
ZAction |
CheckBoxOptionPanel.getActionSetAll() |
Modifier and Type | Class and Description |
---|---|
class |
ListDataAction<C extends ApplicationContext>
This action is only active when the underlying JList is not empty.
|
class |
ListDetailsAction
This action pops up a details dialog for the selected list item.
|
class |
ListSelectionAction<C extends ApplicationContext,E>
This action is only active when the underlying JList has a selection.
|
Modifier and Type | Method and Description |
---|---|
protected ZAction |
ListDataController.getAction() |
Constructor and Description |
---|
ListDataController(ZAction action,
javax.swing.JList list) |
ListSelectionController(ZAction action,
javax.swing.JList list) |
Modifier and Type | Class and Description |
---|---|
class |
PathTreeSelectionAction<C extends ApplicationContext,T extends PathTree>
This class ...
|
Modifier and Type | Method and Description |
---|---|
protected ZAction<C> |
PathTree.createActionArchiveExtract() |
protected ZAction<C> |
PathTree.createActionArchiveList() |
protected ZAction<C> |
PathTree.createActionDeletePath() |
protected ZAction<C> |
PathTree.createActionRenamePath() |
protected ZAction<C> |
PathTree.createActionZipDirectory() |
protected ZAction<C> |
PathTree.createCreateFile() |
protected ZAction<C> |
PathTree.createCreateFolder() |
ZAction<C> |
PathTree.getActionArchiveExtract()
This action extracts a ZIP or TAR archive to the current directory.
|
ZAction<C> |
PathTree.getActionArchiveList()
This action extracts a ZIP or TAR archive to the current directory.
|
ZAction<C> |
PathTree.getActionDeletePath()
This action deletes a path from the tree.
|
ZAction<C> |
PathTree.getActionRenamePath()
This action renames a folder in the tree.
|
ZAction<C> |
PathTree.getActionTreeExpandAll()
This action recursively expands all sub-directories down from the current node selection.
|
ZAction<C> |
PathTree.getActionTreeReload()
This action clears all watched paths and resets to the root directory being the only path registered.
|
ZAction<C> |
PathTree.getActionZipDirectory()
This action creates a ZIP archive of the selected directory.
|
ZAction<C> |
PathTree.getCreateFileAction()
This action creates a new file within the selected directory.
|
ZAction<C> |
PathTree.getCreateFolderAction()
This action creates a new folder within the selected directory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractArchiveAction<C extends ApplicationContext,T extends PathTree>
This action only enables when an archive file is selected in the
PathTree |
class |
ArchiveExtractAction<C extends ApplicationContext,T extends PathTree>
This action starts the
ArchiveExtractWorkflow . |
class |
ArchiveListAction<C extends ApplicationContext,T extends PathTree>
This action starts the
ArchiveListWorkflow . |
class |
CreateZipArchiveAction<C extends ApplicationContext,T extends PathTree>
This action creates a ZIP archive from a directory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathEditAction<C extends ApplicationContext,T extends PathTree>
This class...
|
class |
CreateFileAction<C extends ApplicationContext,T extends PathTree> |
class |
CreateFolderAction<C extends ApplicationContext,T extends PathTree> |
class |
RenamePathAction<C extends ApplicationContext,T extends PathTree> |
class |
SetRootNodeAction<C extends ApplicationContext>
This action sets the root-Path in the watched file tree.
|
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 |
TreeSelectionAction<C extends ApplicationContext,T extends javax.swing.JTree>
This action is only active when the underlying JTree has a selection.
|
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 Notify allows for canceling a
AsyncTask running with a SwingTaskMonitor . |
Modifier and Type | Method and Description |
---|---|
ZAction |
ZList.getActionClear() |
ZAction |
ZList.getActionDelete() |
ZAction |
ZList.getActionMoveDown() |
ZAction |
ZList.getActionMoveUp() |
ZAction |
ZAction.setValidator(ActionValidator newValidator)
Sets the validator for this action.
|
Modifier and Type | Method and Description |
---|---|
ZButton |
ButtonPanel.add(ZAction action) |
ZButton |
ButtonPanel.add(ZAction action,
boolean isDefaultButton) |
ZButton |
ButtonPanel.add(ZAction action,
int index) |
ZButton |
ButtonPanel.add(ZAction action,
int index,
boolean isDefaultButton) |
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. |
class |
ScreenShotAction |
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 |
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 | Method and Description |
---|---|
protected ZAction |
TableDataController.getAction() |
Constructor and Description |
---|
TableDataController(ZAction action,
javax.swing.JTable table) |
TableSelectionController(ZAction action,
javax.swing.JTable table) |
Modifier and Type | Class and Description |
---|---|
class |
StepAction
This class encapsulates the common behavior of all step-actions in a wizzard.
|
Constructor and Description |
---|
StepButton(NlsActionKey nls,
StepSerie editState,
ZAction action) |
StepButton(StepSerie editState,
ZAction action) |
Modifier and Type | Method and Description |
---|---|
void |
LogMessagePanel.addAction(ZAction action) |
void |
LogControlPanel.addAction(ZAction action)
Adds a new action as a button into the top action area
|
Modifier and Type | Method and Description |
---|---|
ZAction |
ABOList.getABOCreateAction() |
ZAction |
ABOList.getABODeleteAction() |
ZAction |
ABOList.getABODetailsAction() |
ZAction |
ABOList.getABODropAction() |
ZAction |
ABOList.getABODropAllAction() |
ZAction |
ABOList.getABOEditAction() |
ZAction |
ABOList.getABOFetchAction() |
ZAction |
ABOList.getABOFindAction() |
Modifier and Type | Method and Description |
---|---|
protected ZAction |
ServerConsoleTabPanel.createTestLoggingAction(LogMessagePanel console) |
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 DBInsertAgent agent to insert log messages into a database table
|
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 | Method and Description |
---|---|
ZAction |
ClientMainFrame.getActionChangePassword() |
ZAction |
ClientMainFrame.getActionLogin() |
ZAction |
ClientMainFrame.getActionLogout() |
ZAction |
ClientMainFrame.getActionSendClientMessage() |
ZAction |
ClientMainFrame.getActionTextEditor() |
Modifier and Type | Class and Description |
---|---|
class |
AgentAction<C extends ClientContext,A extends AsyncAgent>
This Notify 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 which is connection sensitive. |
class |
ClientTextEditorAction
This action opens a
TextEditorFrame just for editing text. |
class |
ClientTreeSelectionAction<C extends ClientContext,T extends javax.swing.JTree>
This action is only active when the underlying JTree has a selection and a network connection is established.
|
class |
ListDataAgentAction<C extends ClientContext,A extends AsyncAgent>
This action is only active when the underlying ZList is not empty.
|
class |
ListSelectionAgentAction<C extends ClientContext,A extends AsyncAgent>
This action is only active when the underlying ZList has a selection.
|
class |
LoginAction<C extends ClientContext>
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 | Method and Description |
---|---|
ZAction |
ClientRecordTablePanel.getActionClearTable() |
ZAction |
ClientRecordTablePanel.getActionDumpTableData() |
ZAction |
ClientRecordTablePanel.getActionLoadRecords() |
ZAction |
ClientRecordTablePanel.getActionRecordCreate() |
ZAction |
ClientRecordTablePanel.getActionRecordDelete() |
ZAction |
ClientRecordTablePanel.getActionRecordDetails() |
ZAction |
ClientRecordTablePanel.getActionRecordEdit() |
ZAction |
ClientRecordTablePanel.getActionRecordRehash() |
ZAction |
ClientRecordTablePanel.getActionRecordRemove() |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskFramePopupAction
This class...
|
Modifier and Type | Method and Description |
---|---|
ZAction |
RemoteTaskTable.getActionObserveTask() |
ZAction |
RemoteTaskPanel.getActionObserveTask() |
ZAction |
RemoteTaskPanel.getActionReload() |
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 | Method and Description |
---|---|
ZAction |
DataSourceList.getDataSourceDetailsAction() |
ZAction |
DataSourceList.getSelectDataSourceAction() |
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 | Method and Description |
---|---|
protected ZAction<C> |
RemoteClientPathTree.createActionArchiveExtract() |
protected ZAction<C> |
RemoteClientPathTree.createActionArchiveList() |
protected ZAction<C> |
RemoteClientPathTree.createActionDeletePath() |
ZAction<C> |
RemoteClientPathTree.getActionDownload() |
Modifier and Type | Class and Description |
---|---|
class |
ClientPathTreeArchiveAction<C extends ClientContext,T extends PathTree>
This action enables only if the selected path is an archive file.
|
class |
ClientPathTreeSelectionAction<C extends ClientContext,T extends PathTree>
This action is only enabled when a path is selected in the
ClientPathTree . |
class |
FileDownloadAction<C extends ClientContext,T extends RemoteClientPathTree>
This action downloads a file from a
RemoteClientPathTree from the server to the local file-system. |
class |
FileUploadAction<C extends ClientContext,T extends PathTree>
This action uploads a file from a local
PathTree to the remote file-system of the server. |
class |
RemoteArchiveExtractAction<C extends ClientContext,T extends PathTree>
This action starts the
RemoteArchiveExtractWorkflow . |
class |
RemoteArchiveListAction<C extends ClientContext,T extends PathTree>
This action starts the
RemoteArchiveListWorkflow . |
class |
RemoteDeletePathAction<C extends ClientContext,T extends PathTree>
This action deletes a path (file or directory) in the remote
PathTree . |
Modifier and Type | Class and Description |
---|---|
class |
AddPermissionAction
This class ...
|
class |
PermissionManagerAction
This class ...
|
class |
RemovePermissionAction
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskConfigAction
This action just pops up the
BatchTaskManagerDialog |
Modifier and Type | Class and Description |
---|---|
class |
SessionManagerAction
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 |
LoadMeterToolAction
This action pops up the
LoadMeterDialog . |
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 | Method and Description |
---|---|
ZAction |
UserList.getActionClearPassword() |
ZAction |
GroupList.getActionGroupCreate() |
ZAction |
GroupList.getActionGroupDelete() |
ZAction |
GroupList.getActionGroupEdit() |
ZAction |
UserList.getActionResetPassword() |
ZAction |
UserList.getActionSetPassword() |
ZAction |
UserList.getActionUserCreate() |
ZAction |
UserList.getActionUserDelete() |
ZAction |
UserList.getActionUserEdit() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.