Package | Description |
---|---|
de.esprit.appsuite.appstore.app |
Contains raw examples and and test Apps
|
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.database.dbgui.tool |
Contains the TableEditTool as an example for a database tool.
|
de.esprit.appsuite.gui |
Contains GUI classes that maintain an ApplicationContext.
|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.gui.editor |
Contains all classes that make up a platform independent text editor.
|
de.esprit.common.log.gui |
Contains a set of available LogPrinters
|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.gui |
Contains GUI related classes of the Duap-Port Servers admin client
|
de.esprit.netsuite.client.gui.rtask |
Contains GUI components dealing with remote tasks
|
de.esprit.netsuite.client.tool.chat |
Contains classes that make up the client chat tool
|
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 |
ApplicationTestFrame
This is a sample JFrame for testing an external
JavaCommand that runs in a different VM. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecordFrame<C extends ApplicationContext,R extends DBRecord>
This class is a simple
DBRecord form that uses a RecordFieldPanel . |
Modifier and Type | Class and Description |
---|---|
class |
DBRecordListFrame<C extends ApplicationContext>
This class is a simple DBRecord form that uses a DBList.
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordTableFrame<C extends ApplicationContext>
This class is a simple Frame that contains a
DBRecordTablePanel . |
Modifier and Type | Class and Description |
---|---|
class |
TableEditFrame<C extends ApplicationContext>
This is a
ToolFrame containing a full functional ASCII text editor |
Modifier and Type | Method and Description |
---|---|
protected ZFrame |
TableEditLaunch.launchMainFrame(TableEditContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationMainFrame<C extends ApplicationContext>
This frame is supposed to be the main-frame of an application.
|
class |
ToolFrame<C extends ApplicationContext>
This is an applieable Frame that can be used similar to
ToolDialog |
Modifier and Type | Method and Description |
---|---|
static void |
Gui.popupFrame(ZFrame frame)
Thread-safe popup of the given frame
|
Modifier and Type | Method and Description |
---|---|
ZFrame |
AbstractApplicationLaunch.getLaunchedMainFrame()
Makes the launched main-frame available to the outside world.
|
protected ZFrame |
AbstractApplicationLaunch.launchMainFrame(C ctx)
Must be implemented for running a GUI application.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractApplicationLaunch.doOnMainFrameCreated(C launchedCtx,
ZFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
FatalErrorFrame<C extends ApplicationContext>
This is a special Dialog that exits the client with a fatal error message.
|
Modifier and Type | Class and Description |
---|---|
class |
TextEditorFrame<C extends ApplicationContext>
This is a
ToolFrame containing a full functional ASCII text editor |
class |
TextViewerFrame<C extends ApplicationContext>
This is a
ToolFrame containing a read only ASCII text viewer |
Modifier and Type | Class and Description |
---|---|
class |
LogFrame
This frame contains a
LogConsole for printing log messages to the screen. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClientLaunch.doOnMainFrameCreated(C ctx,
ZFrame frame)
Overridden to ensure that the command line option -autologin works
even if the ClientMainFrame was not started by a LoginFrame.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoginFrame<C extends ClientContext>
This LoginFrame starts the MainFrame on a successful server login
|
class |
ClientMainFrame<C extends ClientContext>
This is the MainFrame for a client GUI
|
class |
ClientToolFrame<C extends ClientContext>
This dialog allows for accessing the server log-files
|
Modifier and Type | Method and Description |
---|---|
protected abstract ZFrame |
AbstractLoginFrame.createMainFrame(C clientCtx) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskFrame<C extends ClientContext>
This Frame contains a table that displays the currently running remote tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatToolFrame
This class implements the chat feature.
|
Modifier and Type | Class and Description |
---|---|
class |
EspritDemoMainFrame
This is the launching class for the EsprIT demo.
|
Modifier and Type | Method and Description |
---|---|
protected ZFrame |
EspritDemoLaunch.launchMainFrame(ApplicationContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
EspritClientLoginFrame
This login dialog prompts for username and password and launches the
EspritClientMainFrame . |
class |
EspritClientMainFrame
This is the main frame of the EsprIT Admin-Client application
|
Modifier and Type | Method and Description |
---|---|
protected ZFrame |
EspritClientLoginFrame.createMainFrame(ClientContext clientCtx) |
protected ZFrame |
EspritClientLaunch.launchMainFrame(GuiClientContext ctx) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.