Class AbstractTagCloudAction
java.lang.Object
org.eclipse.gef.cloudio.internal.ui.actions.AbstractTagCloudAction
- All Implemented Interfaces:
IActionDelegate
,IWorkbenchWindowActionDelegate
- Direct Known Subclasses:
DeselectAllAction
,ExportImageAction
,LoadFileAction
,LoadStopWordsAction
,SelectAllAction
,ZoomFitAction
,ZoomInAction
,ZoomOutAction
,ZoomResetAction
public abstract class AbstractTagCloudAction
extends Object
implements IWorkbenchWindowActionDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
getShell()
protected TagCloudViewer
void
init
(IWorkbenchWindow window) void
selectionChanged
(IAction action, ISelection selection) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ui.IActionDelegate
run
-
Constructor Details
-
AbstractTagCloudAction
public AbstractTagCloudAction()
-
-
Method Details
-
selectionChanged
- Specified by:
selectionChanged
in interfaceIActionDelegate
-
dispose
public void dispose()- Specified by:
dispose
in interfaceIWorkbenchWindowActionDelegate
-
init
- Specified by:
init
in interfaceIWorkbenchWindowActionDelegate
-
getShell
-
getViewer
-