Uses of Package
org.jhotdraw8.application.action
Packages that use org.jhotdraw8.application.action
Package
Description
Defines a programming model for document oriented applications and provides default
implementations.
Provides abstract actions for applications.
Provides actions which act on an application.
Provides editing actions for the currently focused user interface control.
Provides actions for files.
Provides actions for views.
-
Classes in org.jhotdraw8.application.action used by org.jhotdraw8.application
-
Classes in org.jhotdraw8.application.action used by org.jhotdraw8.application.actionClassDescriptionAbstractAction.This abstract class can be extended to implement an
Actionthat acts on the activeActivity, or on a specificActivity.This abstract class can be extended to implement anActionthat acts on anApplication.Action. -
Classes in org.jhotdraw8.application.action used by org.jhotdraw8.application.action.appClassDescriptionAbstractAction.This abstract class can be extended to implement an
Actionthat acts on anApplication.Action. -
Classes in org.jhotdraw8.application.action used by org.jhotdraw8.application.action.editClassDescriptionAbstractAction.This abstract class can be extended to implement an
Actionthat acts on the activeActivity, or on a specificActivity.This abstract class can be extended to implement anActionthat acts on anApplication.Action. -
Classes in org.jhotdraw8.application.action used by org.jhotdraw8.application.action.fileClassDescriptionAbstractAction.This abstract class can be extended to implement an
Actionthat acts on the activeActivity, or on a specificActivity.This abstract class can be extended to implement anActionthat acts on anApplication.This abstract class can be extended to implement anActionthat asks to write unsaved changes of aFileBasedActivitybefore a destructive action is performed.Action. -
Classes in org.jhotdraw8.application.action used by org.jhotdraw8.application.action.viewClassDescriptionAbstractAction.This abstract class can be extended to implement an
Actionthat acts on the activeActivity, or on a specificActivity.This abstract class can be extended to implement anActionthat acts on anApplication.Action. -
Classes in org.jhotdraw8.application.action used by org.jhotdraw8.application.resources