Uses of Class
org.jhotdraw8.application.AbstractDisableable
Packages that use AbstractDisableable
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.
-
Uses of AbstractDisableable in org.jhotdraw8.application
Subclasses of AbstractDisableable in org.jhotdraw8.applicationModifier and TypeClassDescriptionclassAbstractActivity.classAbstractFileBasedActivity. -
Uses of AbstractDisableable in org.jhotdraw8.application.action
Subclasses of AbstractDisableable in org.jhotdraw8.application.actionModifier and TypeClassDescriptionclassAbstractAction.classAbstractActivityAction<A extends Activity>This abstract class can be extended to implement anActionthat acts on the activeActivity, or on a specificActivity.classThis abstract class can be extended to implement anActionthat acts on anApplication.classAbstractFocusOwnerAction.classThis abstract class can be extended to implement anActionthat asks to write unsaved changes of aFileBasedActivitybefore a destructive action is performed.classScreenMenuBarProxyAction. -
Uses of AbstractDisableable in org.jhotdraw8.application.action.app
Subclasses of AbstractDisableable 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 AbstractDisableable in org.jhotdraw8.application.action.edit
Subclasses of AbstractDisableable 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 AbstractDisableable in org.jhotdraw8.application.action.file
Subclasses of AbstractDisableable 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 AbstractDisableable in org.jhotdraw8.application.action.view
Subclasses of AbstractDisableable in org.jhotdraw8.application.action.viewModifier and TypeClassDescriptionclassThis action toggles the state of its boolean property.classToggleViewPropertyAction.