portal.core.api
Class LoginDesktop

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

public class LoginDesktop
extends java.lang.Object
implements SystemChildDesktop

See Also:
Serialized Form

Constructor Summary
LoginDesktop()
           
 
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

LoginDesktop

public LoginDesktop()
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