de.sciss.app
Interface WindowHandler
- All Known Implementing Classes:
- AbstractWindowHandler, BasicWindowHandler
public interface WindowHandler
- Version:
- 0.17, 19-Mar-08
- Author:
- Hanns Holger Rutz
OPTION_EXCLUDE_FONT
static final java.lang.Object OPTION_EXCLUDE_FONT
OPTION_GLOBAL_MENUBAR
static final java.lang.Object OPTION_GLOBAL_MENUBAR
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()