Package org.eclipse.handly.ui.outline
Class ExpandAllActionContribution
- java.lang.Object
-
- org.eclipse.handly.ui.outline.OutlineContribution
-
- org.eclipse.handly.ui.outline.OutlineActionContribution
-
- org.eclipse.handly.ui.outline.ExpandAllActionContribution
-
- All Implemented Interfaces:
IOutlineContribution
public class ExpandAllActionContribution extends OutlineActionContribution
Contributes expand-all action.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
The action id.
-
Constructor Summary
Constructors Constructor Description ExpandAllActionContribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.jface.action.Action
createAction()
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 Detail
-
ID
public static final java.lang.String ID
The action id.- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-