com.ibm.eNetwork.HOD.customizable
Class HODDesktop

java.lang.Object
  |
  +--com.ibm.eNetwork.HOD.customizable.BaseDesktop
        |
        +--com.ibm.eNetwork.HOD.customizable.HODDesktop

public class HODDesktop
extends BaseDesktop


Method Summary
 javax.swing.JPanel getDesktop()
          Returns the Host On-Demand desktop for an custom application or applet to use.
 
Methods inherited from class com.ibm.eNetwork.HOD.customizable.BaseDesktop
closeAllSessions, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDesktop

public javax.swing.JPanel getDesktop()
Returns the Host On-Demand desktop for an custom application or applet to use. It is a java.awt.Panel for the JDK 1.1 code.