|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.roydesign.app.Application
de.sciss.app.AbstractApplication
de.sciss.common.BasicApplication
public abstract class BasicApplication
Constructor Summary | |
---|---|
protected |
BasicApplication(java.lang.Class c,
java.lang.String name)
|
Method Summary | |
---|---|
protected abstract DocumentHandler |
createDocumentHandler()
|
protected abstract BasicMenuFactory |
createMenuFactory()
|
protected abstract BasicWindowHandler |
createWindowHandler()
|
DocumentHandler |
getDocumentHandler()
|
GraphicsHandler |
getGraphicsHandler()
|
MenuRoot |
getMenuBarRoot()
|
BasicMenuFactory |
getMenuFactory()
|
javax.swing.Action |
getQuitAction()
|
WindowHandler |
getWindowHandler()
|
protected void |
handleOpenFile(net.roydesign.event.ApplicationEvent e)
|
protected void |
init()
|
Methods inherited from class de.sciss.app.AbstractApplication |
---|
addComponent, getApplication, getClipboard, getComponent, getMRJApplication, getResourceString, getResourceString, getSystemPrefs, getUserPrefs, quit, removeComponent |
Methods inherited from class net.roydesign.app.Application |
---|
addOpenApplicationListener, addOpenDocumentListener, addPrintDocumentListener, addReopenApplicationListener, getAboutJMenuItem, getAboutMenuItem, getFramelessJMenuBar, getFramelessMenuBar, getInstance, getName, getPreferencesJMenuItem, getPreferencesMenuItem, getQuitJMenuItem, getQuitMenuItem, removeOpenApplicationListener, removeOpenDocumentListener, removePrintDocumentListener, removeReopenApplicationListener, setFramelessJMenuBar, setFramelessMenuBar, 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 |
---|
getMacOSCreator, getName, getVersion |
Constructor Detail |
---|
protected BasicApplication(java.lang.Class c, java.lang.String name)
Method Detail |
---|
protected void init()
public GraphicsHandler getGraphicsHandler()
protected abstract BasicMenuFactory createMenuFactory()
protected abstract BasicWindowHandler createWindowHandler()
protected abstract DocumentHandler createDocumentHandler()
public WindowHandler getWindowHandler()
public DocumentHandler getDocumentHandler()
public MenuRoot getMenuBarRoot()
public BasicMenuFactory getMenuFactory()
public javax.swing.Action getQuitAction()
protected void handleOpenFile(net.roydesign.event.ApplicationEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |