gnu.kawa.echo2
Class Echo2Window

java.lang.Object
  extended by nextapp.echo2.app.Window
      extended by gnu.kawa.echo2.Echo2Window
All Implemented Interfaces:
Window

public class Echo2Window
extends nextapp.echo2.app.Window
implements Window


Constructor Summary
Echo2Window()
           
 
Method Summary
 Display getDisplay()
           
 void open()
           
 void setContent(java.lang.Object content)
           
 void setMenuBar(java.lang.Object menubar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gnu.kawa.models.Window
getTitle, setTitle
 

Constructor Detail

Echo2Window

public Echo2Window()
Method Detail

getDisplay

public Display getDisplay()
Specified by:
getDisplay in interface Window

setMenuBar

public void setMenuBar(java.lang.Object menubar)
Specified by:
setMenuBar in interface Window

setContent

public void setContent(java.lang.Object content)
Specified by:
setContent in interface Window

open

public void open()
Specified by:
open in interface Window