de.sciss.app
Interface WindowHandler

All Known Implementing Classes:
AbstractWindowHandler, BasicWindowHandler

public interface WindowHandler

Version:
0.17, 19-Mar-08
Author:
Hanns Holger Rutz

Field Summary
static java.lang.Object OPTION_EXCLUDE_FONT
           
static java.lang.Object OPTION_GLOBAL_MENUBAR
           
 
Method Summary
 void addWindow(AbstractWindow w, java.util.Map options)
           
 AbstractWindow createWindow(int flags)
           
 java.util.Iterator getWindows()
           
 void removeWindow(AbstractWindow w, java.util.Map options)
           
 boolean usesInternalFrames()
           
 boolean usesScreenMenuBar()
           
 

Field Detail

OPTION_EXCLUDE_FONT

static final java.lang.Object OPTION_EXCLUDE_FONT

OPTION_GLOBAL_MENUBAR

static final java.lang.Object OPTION_GLOBAL_MENUBAR
Method Detail

addWindow

void addWindow(AbstractWindow w,
               java.util.Map options)

removeWindow

void removeWindow(AbstractWindow w,
                  java.util.Map options)

getWindows

java.util.Iterator getWindows()

createWindow

AbstractWindow createWindow(int flags)

usesInternalFrames

boolean usesInternalFrames()

usesScreenMenuBar

boolean usesScreenMenuBar()