|
JHotDraw 7.0.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapplication.Application
org.jhotdraw.application.AbstractDocumentOrientedApplication
org.jhotdraw.application.AbstractMDIApplication
org.jhotdraw.samples.teddyapplication.TeddyMDIApplication
public class TeddyMDIApplication
TeddyMDIApplication.
Field Summary |
---|
Fields inherited from class org.jhotdraw.application.AbstractDocumentOrientedApplication |
---|
PROP_CURRENT_VIEW, PROP_VIEW_COUNT |
Constructor Summary | |
---|---|
TeddyMDIApplication()
Creates a new instance. |
Method Summary | |
---|---|
javax.swing.ActionMap |
createActionMap()
Put actions into the application action map, which we haven't defined using the @Action annotation. |
javax.swing.JMenu |
createEditMenu(DocumentView v)
Creates the edit menu. |
java.util.LinkedList<javax.swing.JToolBar> |
createToolBars(DocumentView p)
Create toolbars. |
javax.swing.JMenu |
createViewMenu(DocumentView p)
Creates the view menu. |
java.lang.Class |
getViewClass()
Gets the class of the document view. |
Methods inherited from class org.jhotdraw.application.AbstractMDIApplication |
---|
add, createFileMenu, createHelpMenu, createWindowMenu, getComponent, getCurrentView, getDesktopPane, hide, initAWT, initMainFrame, isEditorShared, setCurrentView, show, wrapDesktopPane |
Methods inherited from class org.jhotdraw.application.AbstractDocumentOrientedApplication |
---|
addPalette, addRecentFile, clearRecentFiles, createMenuBar, createMenus, createView, destroyView, getAction, getFrameworkResourceMap, getResourceMap, getViews, initActionMap, initDefaults, initialize, initLookAndFeel, initRecentFiles, initView, isEnabled, launch, recentFiles, remove, removePalette, setEnabled, shutdown, startup, updateName, updateOpenRecentMenu |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jhotdraw.application.DocumentOrientedApplication |
---|
addPropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
---|
public TeddyMDIApplication()
Method Detail |
---|
public java.lang.Class getViewClass()
getViewClass
in class AbstractDocumentOrientedApplication
public javax.swing.ActionMap createActionMap()
createActionMap
in class AbstractMDIApplication
public java.util.LinkedList<javax.swing.JToolBar> createToolBars(DocumentView p)
createToolBars
in class AbstractDocumentOrientedApplication
public javax.swing.JMenu createEditMenu(DocumentView v)
createEditMenu
in class AbstractDocumentOrientedApplication
public javax.swing.JMenu createViewMenu(DocumentView p)
createViewMenu
in class AbstractDocumentOrientedApplication
|
Copyright 1996-2007 (c) JHotDraw.org. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |