Uses of Class
org.jhotdraw8.application.action.AbstractActivityAction
Packages that use AbstractActivityAction
Package
Description
Provides abstract actions for applications.
Provides editing actions for the currently focused user interface control.
Provides actions for files.
Provides actions for views.
-
Uses of AbstractActivityAction in org.jhotdraw8.application.action
Subclasses of AbstractActivityAction in org.jhotdraw8.application.actionModifier and TypeClassDescriptionclassThis abstract class can be extended to implement anActionthat asks to write unsaved changes of aFileBasedActivitybefore a destructive action is performed. -
Uses of AbstractActivityAction in org.jhotdraw8.application.action.edit
Subclasses of AbstractActivityAction in org.jhotdraw8.application.action.editModifier and TypeClassDescriptionclassAbstractFindAction<A extends Activity>Presents a find dialog to the user and then highlights the found items in the active view.classRedoes the last user action on the active view.classUndoes the last user action. -
Uses of AbstractActivityAction in org.jhotdraw8.application.action.file
Subclasses of AbstractActivityAction in org.jhotdraw8.application.action.fileModifier and TypeClassDescriptionclassSaves the changes in the active view.classclassClears (empties) the contents of the active view.classCloses the active view after letting the user save unsaved changes.classPresents a file chooser to the user and then exports the contents of the active view to the chosen file.classPresents a printer chooser to the user and then prints theFileBasedActivity.classLets the user write unsaved changes of the active view, then presents anURIChooserand loads the selected URI into the active view.classSaves the changes in the active view.classPresents anURIChooserand then saves the active view to the specified location. -
Uses of AbstractActivityAction in org.jhotdraw8.application.action.view
Subclasses of AbstractActivityAction in org.jhotdraw8.application.action.viewModifier and TypeClassDescriptionclassThis action toggles the state of its boolean property.classToggleViewPropertyAction.