org.eclipse.emf.ecp.view.spi.categorization.swt
Class ECPTreeViewAction
java.lang.Object
org.eclipse.emf.ecp.view.spi.categorization.swt.ECPTreeViewAction
- All Implemented Interfaces:
- ECPAction
public abstract class ECPTreeViewAction
- extends Object
- implements ECPAction
This ECPAction implementation is specific for a TreeViewer. The action will be initialized with the
TreeViewer, the current TreeEditor and the current TreeSelection.
- Author:
- Eugen Neufeld
|
Method Summary |
void |
init(org.eclipse.jface.viewers.TreeViewer treeViewer,
org.eclipse.jface.viewers.TreeSelection treeSelection,
org.eclipse.swt.custom.TreeEditor treeEditor)
Initialize the tree action. |
| Methods inherited from interface org.eclipse.emf.ecp.view.spi.categorization.model.ECPAction |
execute |
ECPTreeViewAction
public ECPTreeViewAction()
init
public final void init(org.eclipse.jface.viewers.TreeViewer treeViewer,
org.eclipse.jface.viewers.TreeSelection treeSelection,
org.eclipse.swt.custom.TreeEditor treeEditor)
- Initialize the tree action.
- Parameters:
treeViewer - the TreeViewer showing this actiontreeSelection - the current TreeSelectiontreeEditor - the current TreeEditor
Copyright © 2015. All Rights Reserved.