gnu.kawa.models

Interface Window

Known Implementing Classes:
SwingFrame

public interface Window

Represents an abstract (toolkit-independent) window.

Method Summary

Display
getDisplay()
String
getTitle()
void
open()
void
setContent(Object content)
void
setMenuBar(Object menubar)
void
setTitle(String title)

Method Details

getDisplay

public Display getDisplay()

getTitle

public String getTitle()

open

public void open()

setContent

public void setContent(Object content)

setMenuBar

public void setMenuBar(Object menubar)

setTitle

public void setTitle(String title)