Package org.eclipse.gef
Interface Disposable
-
- All Known Implementing Classes:
AlignmentAction,CopyTemplateAction,DeleteAction,DirectEditAction,EditorPartAction,MatchHeightAction,MatchSizeAction,MatchWidthAction,PasteTemplateAction,PrintAction,RedoAction,SaveAction,SelectionAction,StackAction,UndoAction,WorkbenchPartAction,ZoomInAction,ZoomOutAction
public interface DisposableMarks objects that should be disposed of when no longer in use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Performs and necessary cleanup.
-