portal.comp.desktop
Class RootWindow

java.lang.Object
  extended byportal.core.api.Component
      extended byportal.comp.desktop.Window
          extended byportal.comp.desktop.RootWindow
All Implemented Interfaces:
Renderable, java.io.Serializable

public class RootWindow
extends Window

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class portal.comp.desktop.Window
Window.MyWindowListener
 
Constructor Summary
RootWindow()
           
RootWindow(java.lang.String name)
           
 
Method Summary
 void show()
           
 
Methods inherited from class portal.comp.desktop.Window
addWindowListener, close, draw, getContentPanel, getTitle, hasDialog, removeWindowListener, setContentPanel, setTitle
 
Methods inherited from class portal.core.api.Component
afterRender, beforeRender, createDefaultModel, getLayout, getModel, getParent, isEnabled, isVisible, render, setEnabled, setLayout, setModel, setParent, setVisible, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootWindow

public RootWindow()

RootWindow

public RootWindow(java.lang.String name)
Method Detail

show

public void show()
Specified by:
show in class Window