BaseDesktop
com.ibm.eNetwork.HOD.customizable Class BaseDesktop
java.lang.Object | +--com.ibm.eNetwork.HOD.customizable.BaseDesktop
- Direct Known Subclasses:
- CustomDesktop, HODDesktop
- public abstract class BaseDesktop
- extends java.lang.Object
| Constructor Summary | |
Constructor for
using the BaseDesktop with a custom Applet. |
|
Constructor for using the BaseDesktop with a custom
application. |
|
Constructor for using the BaseDesktop
with a custom application. |
|
| Method Summary | |
void
|
closeAllSessions() Method called by
custom application or applet to cleanly close all currently active
sessions. |
void
|
save() Method called by custom application
or applet to save the changes of all the sessions. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
BaseDesktop
public BaseDesktop(com.ibm.eNetwork.HOD.common.Environment env,
java.lang.String readDirectory)
- Constructor for using the BaseDesktop with a custom Applet.
BaseDesktop
public BaseDesktop(java.awt.Frame parentFrame,
java.io.File file,
java.lang.String readDirectory)
- Constructor for using the BaseDesktop with a custom application.
BaseDesktop
public BaseDesktop(java.awt.Frame parentFrame,
java.lang.String url,
java.lang.String readDirectory)
- Constructor for using the BaseDesktop with a custom application.
| Method Detail |
save
public void save()
- Method called by custom application or applet to save the changes of all the sessions.