|
JHotDraw 7.0.9 | ||||||||
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.AbstractApplication
org.jhotdraw.app.DefaultAppletApplication
public class DefaultAppletApplication
Default Application that can be run as an Applet.
FIXME - To be implemented.
Field Summary |
---|
Fields inherited from class org.jhotdraw.app.AbstractApplication |
---|
labels |
Fields inherited from class org.jhotdraw.beans.AbstractBean |
---|
propertySupport |
Constructor Summary | |
---|---|
DefaultAppletApplication(javax.swing.JApplet applet)
Creates a new instance of DefaultAppletApplication |
Method Summary | |
---|---|
java.awt.Component |
getComponent()
Returns the application component. |
Project |
getCurrentProject()
Returns the current project. |
void |
hide(Project p)
Hides a project. |
protected void |
initProjectActions(Project p)
|
boolean |
isSharingToolsAmongProjects()
Returns true, if this application shares tools among multiple projects. |
void |
show(Project p)
Shows a project. |
Methods inherited from class org.jhotdraw.app.AbstractApplication |
---|
add, addRecentFile, basicCreateProject, clearRecentFiles, configure, createContainer, createProject, dispose, getCopyright, getModel, getName, getVersion, init, initLabels, isEnabled, launch, projects, recentFiles, remove, setEnabled, setModel, start, stop |
Methods inherited from class org.jhotdraw.beans.AbstractBean |
---|
addPropertyChangeListener, addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jhotdraw.app.Application |
---|
addPropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
---|
public DefaultAppletApplication(javax.swing.JApplet applet)
Method Detail |
---|
public void show(Project p)
Application
public void hide(Project p)
Application
public Project getCurrentProject()
Application
This is a bound property.
public boolean isSharingToolsAmongProjects()
Application
public java.awt.Component getComponent()
Application
protected void initProjectActions(Project p)
initProjectActions
in class AbstractApplication
|
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 |