Package de.sciss.common
Class BasicApplication
- java.lang.Object
-
- de.sciss.app.AbstractApplication
-
- de.sciss.common.BasicApplication
-
- All Implemented Interfaces:
Application
public abstract class BasicApplication extends AbstractApplication
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBasicApplication(java.lang.Class c, java.lang.String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract DocumentHandlercreateDocumentHandler()protected abstract BasicMenuFactorycreateMenuFactory()protected abstract BasicWindowHandlercreateWindowHandler()DocumentHandlergetDocumentHandler()GraphicsHandlergetGraphicsHandler()MenuRootgetMenuBarRoot()BasicMenuFactorygetMenuFactory()javax.swing.ActiongetQuitAction()WindowHandlergetWindowHandler()protected voidinit()-
Methods inherited from class de.sciss.app.AbstractApplication
addComponent, getApplication, getClipboard, getComponent, getName, getResourceString, getResourceString, getSystemPrefs, getUserPrefs, quit, removeComponent, setName
-
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.Application
getVersion
-
-
-
-
Method Detail
-
init
protected void init()
-
getGraphicsHandler
public GraphicsHandler getGraphicsHandler()
-
createMenuFactory
protected abstract BasicMenuFactory createMenuFactory()
-
createWindowHandler
protected abstract BasicWindowHandler createWindowHandler()
-
createDocumentHandler
protected abstract DocumentHandler createDocumentHandler()
-
getWindowHandler
public WindowHandler getWindowHandler()
-
getDocumentHandler
public DocumentHandler getDocumentHandler()
-
getMenuBarRoot
public MenuRoot getMenuBarRoot()
-
getMenuFactory
public BasicMenuFactory getMenuFactory()
-
getQuitAction
public javax.swing.Action getQuitAction()
-
-