portal.core.api
Class ErrorDesktop

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

public class ErrorDesktop
extends java.lang.Object
implements SystemChildDesktop

See Also:
Serialized Form

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

Constructor Detail

ErrorDesktop

public ErrorDesktop()
Method Detail

setSystemDesktop

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

setErrorState

public void setErrorState(ErrorState errorState)

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