Package org.eclipse.handly.ui.outline
Class CollapseAllActionContribution
java.lang.Object
org.eclipse.handly.ui.outline.OutlineContribution
org.eclipse.handly.ui.outline.OutlineActionContribution
org.eclipse.handly.ui.outline.CollapseAllActionContribution
- All Implemented Interfaces:
IOutlineContribution
Contributes collapse-all action.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.jface.action.Action
Returns a new action that is to be contributed to the outline page.Methods inherited from class org.eclipse.handly.ui.outline.OutlineActionContribution
contribute, dispose, disposeAction, getContributionManager, init
Methods inherited from class org.eclipse.handly.ui.outline.OutlineContribution
getOutlinePage
-
Field Details
-
ID
The action id.- See Also:
-
-
Constructor Details
-
CollapseAllActionContribution
public CollapseAllActionContribution()
-
-
Method Details
-
createAction
protected org.eclipse.jface.action.Action createAction()Description copied from class:OutlineActionContribution
Returns a new action that is to be contributed to the outline page.- Specified by:
createAction
in classOutlineActionContribution
- Returns:
- the created action, or
null
-