Package org.eclipse.gef.ui.actions
This package support for using JFace Actions in your EditorPart.
-
Interface Summary Interface Description UpdateAction Indicate the support of an update method. -
Class Summary Class Description ActionBarContributor Contributes actions to the workbench. !!ActionRegistry A container for editor actions.AlignmentAction An action to align the selected parts.AlignmentRetargetAction Clipboard A GEF clipboard for cut/copy/paste actions between GEF editors.CopyRetargetAction Deprecated. Use org.eclipse.ui.actions.ActionFactory insteadCopyTemplateAction Copies the currently selected template in the palatte to the system clipboard.CreateGuideAction An Action that creates a guide on a ruler and reveals it.DeleteAction An action to delete selected objects.DeleteRetargetAction DirectEditAction An action to perform direct editing on a selected part.EditorPartAction GEFActionConstants Defines the names of those actions which are preregistered with theGraphicalEditor
.MatchHeightAction An action that matches the height of all selected EditPart's Figures to the width of the Primary Selection EditPart's Figure.MatchHeightRetargetAction A LabelRetargetAction for MatchHeightAction.MatchSizeAction An action that matches the size of all selected EditPart's Figures to the size of the Primary Selection EditPart's Figure.MatchSizeRetargetAction A LabelRetargetAction for MatchSizeAction.MatchWidthAction An action that matches the width of all selected EditPart's Figures to the width of the Primary Selection EditPart's Figure.MatchWidthRetargetAction A LabelRetargetAction for MatchWidthAction.PasteRetargetAction Deprecated. Use org.eclipse.ui.actions.ActionFactory insteadPasteTemplateAction If the current object on the clipboard is a valid template, this action will paste the template to the viewer.PrintAction RedoAction An action to redo the last command.RedoRetargetAction SaveAction An action to save the editor's current state.SelectAllAction An action which selects all edit parts in the active workbench part.SelectionAction Superclass for an action needing the current selection.SetActivePaletteToolAction This action sets a Tool to be the active entry in the PaletteViewer.StackAction Superclass for actions needing access to the stack.ToggleGridAction An action that toggles the grid.ToggleRulerVisibilityAction An action that toggles the rulervisibility
property on the given viewer.ToggleSnapToGeometryAction An action that toggles thesnap to geometry
property on the given viewer.UndoAction An action to undo the last command.UndoRetargetAction WorkbenchPartAction Base class for actions involving a WorkbenchPart.ZoomComboContributionItem A ControlContribution that uses aCombo
as its controlZoomInAction ZoomInRetargetAction ZoomOutAction ZoomOutRetargetAction