Package de.sciss.gui
Class AbstractWindowHandler
- java.lang.Object
-
- de.sciss.gui.AbstractWindowHandler
-
- All Implemented Interfaces:
WindowHandler
- Direct Known Subclasses:
BasicWindowHandler
public abstract class AbstractWindowHandler extends java.lang.Object implements WindowHandler
A rudimentary implementation of thede.sciss.app.WindowHandlerinterface.
-
-
Field Summary
-
Fields inherited from interface de.sciss.app.WindowHandler
OPTION_EXCLUDE_FONT, OPTION_GLOBAL_MENUBAR
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractWindowHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddWindow(AbstractWindow w, java.util.Map options)synchronization: this method is synchronizedjava.util.IteratorgetWindows()voidremoveWindow(AbstractWindow w, java.util.Map options)synchronization: this method is synchronizedstatic voidsetDeepFont(java.awt.Container c)static voidsetDeepFont(java.awt.Container c, java.util.List exclude)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.sciss.app.WindowHandler
createWindow, usesInternalFrames, usesScreenMenuBar
-
-
-
-
Method Detail
-
addWindow
public void addWindow(AbstractWindow w, java.util.Map options)
synchronization: this method is synchronized- Specified by:
addWindowin interfaceWindowHandler
-
removeWindow
public void removeWindow(AbstractWindow w, java.util.Map options)
synchronization: this method is synchronized- Specified by:
removeWindowin interfaceWindowHandler
-
getWindows
public java.util.Iterator getWindows()
- Specified by:
getWindowsin interfaceWindowHandler
-
setDeepFont
public static void setDeepFont(java.awt.Container c)
-
setDeepFont
public static void setDeepFont(java.awt.Container c, java.util.List exclude)
-
-