GEF (MVC)
3.9.100.201405261516

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 Disposable

Marks objects that should be disposed of when no longer in use.


Method Summary
 void dispose()
          Performs and necessary cleanup.
 

Method Detail

dispose

void dispose()
Performs and necessary cleanup.


GEF (MVC)
3.9.100.201405261516

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.