|
CubeTwister 2.0alpha142 2012-02-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jhotdraw.beans.AbstractBean
org.jhotdraw.app.AbstractApplicationModel
org.jhotdraw.app.DefaultApplicationModel
ch.randelshofer.cubetwister.CubeTwisterApplicationModel
public class CubeTwisterApplicationModel
CubeTwisterApplicationModel.
| Field Summary |
|---|
| Fields inherited from class org.jhotdraw.app.AbstractApplicationModel |
|---|
allowMultipleViewsForURI, copyright, COPYRIGHT_PROPERTY, name, NAME_PROPERTY, openLastURIOnLaunch, version, VERSION_PROPERTY, VIEW_CLASS_NAME_PROPERTY, VIEW_CLASS_PROPERTY, viewClass, viewClassName |
| Fields inherited from class org.jhotdraw.beans.AbstractBean |
|---|
propertySupport |
| Constructor Summary | |
|---|---|
CubeTwisterApplicationModel()
Creates a new instance. |
|
| Method Summary | |
|---|---|
javax.swing.ActionMap |
createActionMap(org.jhotdraw.app.Application a,
org.jhotdraw.app.View v)
Returns an ActionMap with a default set of actions (See
class comments). |
org.jhotdraw.gui.JFileURIChooser |
createExportChooser(org.jhotdraw.app.Application a,
org.jhotdraw.app.View v)
Returns createSaveChooser. |
protected org.jhotdraw.app.MenuBuilder |
createMenuBuilder()
Creates the DefaultMenuBuilder. |
org.jhotdraw.gui.JFileURIChooser |
createSaveChooser(org.jhotdraw.app.Application a,
org.jhotdraw.app.View v)
Creates a save chooser. |
java.util.List<javax.swing.JToolBar> |
createToolBars(org.jhotdraw.app.Application a,
org.jhotdraw.app.View p)
Returns an empty unmodifiable list. |
void |
initApplication(org.jhotdraw.app.Application a)
This method is empty. |
| Methods inherited from class org.jhotdraw.app.DefaultApplicationModel |
|---|
getMenuBuilder, initView, setMenuBuilder |
| Methods inherited from class org.jhotdraw.app.AbstractApplicationModel |
|---|
createImportChooser, createOpenChooser, createOpenDirectoryChooser, createView, destroyApplication, destroyView, getCopyright, getName, getVersion, getViewClass, isAllowMultipleViewsPerURI, isOpenLastURIOnLaunch, setAllowMultipleViewsForURI, setCopyright, setName, setOpenLastURIOnLaunch, setVersion, setViewClass, setViewClassName |
| Methods inherited from class org.jhotdraw.beans.AbstractBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CubeTwisterApplicationModel()
| Method Detail |
|---|
public java.util.List<javax.swing.JToolBar> createToolBars(org.jhotdraw.app.Application a,
org.jhotdraw.app.View p)
org.jhotdraw.app.DefaultApplicationModel
createToolBars in interface org.jhotdraw.app.ApplicationModelcreateToolBars in class org.jhotdraw.app.DefaultApplicationModela - Application.p - The view for which the toolbars need to be created, or null
if the toolbars are shared by multiple views.public void initApplication(org.jhotdraw.app.Application a)
org.jhotdraw.app.AbstractApplicationModel
initApplication in interface org.jhotdraw.app.ApplicationModelinitApplication in class org.jhotdraw.app.AbstractApplicationModel
public javax.swing.ActionMap createActionMap(org.jhotdraw.app.Application a,
org.jhotdraw.app.View v)
org.jhotdraw.app.DefaultApplicationModelActionMap with a default set of actions (See
class comments).
createActionMap in interface org.jhotdraw.app.ApplicationModelcreateActionMap in class org.jhotdraw.app.DefaultApplicationModela - Application.v - The view for which the toolbars need to be created, or null
if the actions are shared by multiple views.protected org.jhotdraw.app.MenuBuilder createMenuBuilder()
org.jhotdraw.app.DefaultApplicationModel
createMenuBuilder in class org.jhotdraw.app.DefaultApplicationModel
public org.jhotdraw.gui.JFileURIChooser createExportChooser(org.jhotdraw.app.Application a,
org.jhotdraw.app.View v)
org.jhotdraw.app.AbstractApplicationModel
createExportChooser in interface org.jhotdraw.app.ApplicationModelcreateExportChooser in class org.jhotdraw.app.AbstractApplicationModela - Application.v - The view for which the chooser needs to be created, or null
if the chooser is shared by multiple views.
public org.jhotdraw.gui.JFileURIChooser createSaveChooser(org.jhotdraw.app.Application a,
org.jhotdraw.app.View v)
org.jhotdraw.app.ApplicationModel
createSaveChooser in interface org.jhotdraw.app.ApplicationModelcreateSaveChooser in class org.jhotdraw.app.AbstractApplicationModela - Application.v - The view for which the chooser needs to be created, or null
if the chooser is shared by multiple views.
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||