java.lang.Object | +--com.ibm.lab.soln.contributions.TreeViewerCollapseNodesAction | +--com.ibm.lab.soln.contributions.ResourceNavigatorCollapseNodesAction
An action contribution is defined for the Navigator 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 | |
---|---|
ResourceNavigatorCollapseNodesAction()
|
Method Summary | |
---|---|
protected org.eclipse.jface.viewers.TreeViewer |
getTreeViewer()
Returns this view's TreeViewer which 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 ResourceNavigatorCollapseNodesAction()
Method Detail |
protected org.eclipse.jface.viewers.TreeViewer getTreeViewer()
getTreeViewer
in class TreeViewerCollapseNodesAction
com.ibm.lab.soln.contributions.TreeViewerCollapseNodesAction