java.lang.Object | +--com.ibm.lab.soln.contributions.TreeViewerCollapseNodesAction | +--com.ibm.lab.soln.contributions.PackageExplorerCollapseNodesAction
An action contribution is defined for the Package Explorer view that will collapse the expanded nodes of its tree viewer. It relies on the abstract class TreeViewerCollapseNodesAction to do the work.
TreeViewerCollapseNodesAction
Constructor Summary | |
---|---|
PackageExplorerCollapseNodesAction()
|
Method Summary | |
---|---|
protected org.eclipse.jface.viewers.TreeViewer |
getTreeViewer()
Returns this view's TreeViewer which is required by the parent abstract class TreeViewerCollapseNodesAction. |
Methods inherited from class com.ibm.lab.soln.contributions.TreeViewerCollapseNodesAction |
---|
init, run, selectionChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PackageExplorerCollapseNodesAction()
Method Detail |
protected org.eclipse.jface.viewers.TreeViewer getTreeViewer()
getTreeViewer
in class TreeViewerCollapseNodesAction
com.ibm.lab.soln.contributions.TreeViewerCollapseNodesAction