Package de.sciss.app
Interface WindowHandler
-
- All Known Implementing Classes:
AbstractWindowHandler,BasicWindowHandler
public interface WindowHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectOPTION_EXCLUDE_FONTstatic java.lang.ObjectOPTION_GLOBAL_MENUBAR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddWindow(AbstractWindow w, java.util.Map options)AbstractWindowcreateWindow(int flags)java.util.IteratorgetWindows()voidremoveWindow(AbstractWindow w, java.util.Map options)booleanusesInternalFrames()booleanusesScreenMenuBar()
-
-
-
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()
-
-