Uses of Class
org.jhotdraw8.application.action.AbstractApplicationAction
Packages that use AbstractApplicationAction
Package
Description
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.
-
Uses of AbstractApplicationAction in org.jhotdraw8.application.action
Subclasses of AbstractApplicationAction in org.jhotdraw8.application.actionModifier and TypeClassDescriptionclassAbstractActivityAction<A extends Activity>This abstract class can be extended to implement anActionthat acts on the activeActivity, or on a specificActivity.classAbstractFocusOwnerAction.classThis abstract class can be extended to implement anActionthat asks to write unsaved changes of aFileBasedActivitybefore a destructive action is performed. -
Uses of AbstractApplicationAction in org.jhotdraw8.application.action.app
Subclasses of AbstractApplicationAction in org.jhotdraw8.application.action.appModifier and TypeClassDescriptionclassDisplays a dialog showing information about the application.classDisplays a preferences dialog for the application.classExits the application after letting the user review and possibly save all unsaved views. -
Uses of AbstractApplicationAction in org.jhotdraw8.application.action.edit
Subclasses of AbstractApplicationAction 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.classAbstractSelectionActionacts on the selection of a target component or of the currently focused component in the application.classClears (de-selects) the selected region.classCopies the selected region and place its contents into the system clipboard.classCuts the selected region and places its contents into the system clipboard.classDeletes the region at (or after) the caret position.classDuplicates the selected region.classPastes the contents of the system clipboard at the caret position.classRedoes the last user action on the active view.classSelects all items.classUndoes the last user action. -
Uses of AbstractApplicationAction in org.jhotdraw8.application.action.file
Subclasses of AbstractApplicationAction in org.jhotdraw8.application.action.fileModifier and TypeClassDescriptionclassclassSaves the changes in the active view.classclassClears (empties) the contents of the active view.classClears (empties) the Recent Files sub-menu in the File menu.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.classCreates a new view.classCreates a new view.classPresents anURIChooserand loads the selected URI into an empty view.classLoads the specified URI into an empty view.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 AbstractApplicationAction in org.jhotdraw8.application.action.view
Subclasses of AbstractApplicationAction in org.jhotdraw8.application.action.viewModifier and TypeClassDescriptionclassThis action toggles the state of its boolean property.classToggleViewPropertyAction.