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.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.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.common.gui.table |
Contains GUI support classes for tables of objects.
|
de.esprit.common.gui.util |
Contains non visible GUI support classes like renderers etc.
|
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.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.tool.pathtree |
Contains a PathTree implementation for observing a remote file system.
|
de.esprit.netsuite.client.tool.proc |
Contains classes for configuring server processes
|
de.esprit.netsuite.demo |
Contains a demo GUI for starting server and clients
|
de.esprit.netsuite.eclient |
Contains classes for launching the client
|
Modifier and Type | Class and Description |
---|---|
class |
ClassBrowseField
This field browses through the class hierarchy showing up with sub-packages
as well as class files
|
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 |
ApplicationMainFrame<C extends ApplicationContext>
This frame is supposed to be the main-frame of an application.
|
Modifier and Type | Class and Description |
---|---|
class |
PathTree<C extends ApplicationContext,N extends PathTreeNode>
This is a specialized JTree built on a
PathTreeModel . |
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 |
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 | Method and Description |
---|---|
void |
EnvStore.registerForSave(EnvStorable candidate)
Registers the given class for being asked for it's properties when save() is called.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFormatMenuBar
This is an array of check-boxes that allows the user to choose the details-level
for log printing.
|
class |
LogFrame
This frame contains a
LogConsole for printing log messages to the screen. |
class |
LogLevelChoiceField
This is a combo-box that allows the user to choose one of the available log-levels.
|
class |
LogMessagePanel
This panel contains a
MessageConsole together with a LogControlPanel |
Modifier and Type | Class and Description |
---|---|
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 |
ClientMainFrame<C extends ClientContext>
This is the MainFrame for a client GUI
|
class |
ClientTable<C extends ClientContext,T>
This table just manages a ClientContext.
|
Modifier and Type | Class and Description |
---|---|
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 |
ClientPathTree<C extends ClientContext,N extends PathTreeNode>
This class just provides a
ClientContext to the PathTree |
class |
LocalClientPathTree<C extends ClientContext,N extends PathTreeNode>
This is a local
ClientPathTree with an additional FileUploadAction . |
class |
RemoteClientPathTree<C extends ClientContext,N extends PathTreeNode>
This is a remote
ClientPathTree with an additional FileDownloadAction . |
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskTable
This list keeps the currently configured server processes.
|
Modifier and Type | Class and Description |
---|---|
class |
EspritDemoMainFrame
This is the launching class for the EsprIT demo.
|
Modifier and Type | Class and Description |
---|---|
class |
EspritClientMainFrame
This is the main frame of the EsprIT Admin-Client application
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.