Uses of Class
org.jhotdraw8.application.action.edit.AbstractSelectionAction
Packages that use AbstractSelectionAction
Package
Description
Provides editing actions for the currently focused user interface control.
-
Uses of AbstractSelectionAction in org.jhotdraw8.application.action.edit
Subclasses of AbstractSelectionAction in org.jhotdraw8.application.action.editModifier and TypeClassDescriptionclassClears (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.classSelects all items.