portal.core.api
Class ApplicationDesktop

java.lang.Object
  extended byportal.core.api.ApplicationDesktop
All Implemented Interfaces:
java.io.Serializable, SystemChildDesktop

public class ApplicationDesktop
extends java.lang.Object
implements SystemChildDesktop

See Also:
Serialized Form

Constructor Summary
ApplicationDesktop()
           
 
Method Summary
 Component getRootComponent()
           
 java.lang.String getTitle()
           
 void init()
           
 void setSystemDesktop(SystemDesktop systemDesktop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDesktop

public ApplicationDesktop()
Method Detail

setSystemDesktop

public void setSystemDesktop(SystemDesktop systemDesktop)
Specified by:
setSystemDesktop in interface SystemChildDesktop

init

public void init()
Specified by:
init in interface SystemChildDesktop

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface SystemChildDesktop

getRootComponent

public Component getRootComponent()
Specified by:
getRootComponent in interface SystemChildDesktop