Module org.jhotdraw8.application
Package org.jhotdraw8.application.action.edit
package org.jhotdraw8.application.action.edit
Provides editing actions for the currently focused user interface control.
-
ClassesClassDescriptionAbstractFindAction<A extends Activity>Presents a find dialog to the user and then highlights the found items in the active view.
AbstractSelectionActionacts on the selection of a target component or of the currently focused component in the application.Clears (de-selects) the selected region.Copies the selected region and place its contents into the system clipboard.Cuts the selected region and places its contents into the system clipboard.Deletes the region at (or after) the caret position.Duplicates the selected region.Pastes the contents of the system clipboard at the caret position.Redoes the last user action on the active view.Selects all items.Undoes the last user action.