Package org.eclipse.gef.ui.actions
Interface UpdateAction
-
- All Known Implementing Classes:
AlignmentAction,CopyTemplateAction,DeleteAction,DirectEditAction,EditorPartAction,MatchHeightAction,MatchSizeAction,MatchWidthAction,PasteTemplateAction,PrintAction,RedoAction,SaveAction,SelectionAction,StackAction,UndoAction,WorkbenchPartAction
public interface UpdateActionIndicate the support of an update method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate()Called to update the receiver.
-