Package com._1c.g5.v8.dt.ui.aef.actions
Class DtCollapseAllAction
java.lang.Object
com._1c.g5.v8.dt.ui.aef.actions.DtCommandActionBase
com._1c.g5.v8.dt.ui.aef.actions.DtCollapseAllAction
- All Implemented Interfaces:
IDtAction
Collapse all elements action
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.ui.aef.actions.DtCommandActionBase
FEATURE_VARIABLE, MODEL_VARIABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the command id to execute.org.eclipse.swt.graphics.ImagegetIcon()booleanisEnabledFor(org.eclipse.emf.ecore.EObject model, org.eclipse.emf.ecore.EStructuralFeature feature, ISelection selection) Checks whether the action is enabled for a givenmodel, modelfeatureandselection.Methods inherited from class com._1c.g5.v8.dt.ui.aef.actions.DtCommandActionBase
execute, executeWith, preExecute, setContextIds
-
Constructor Details
-
DtCollapseAllAction
public DtCollapseAllAction()
-
-
Method Details
-
getIcon
public org.eclipse.swt.graphics.Image getIcon()- Returns:
- action icon image.
-
getToolTip
- Returns:
- action tool tip text.
-
isEnabledFor
public boolean isEnabledFor(org.eclipse.emf.ecore.EObject model, org.eclipse.emf.ecore.EStructuralFeature feature, ISelection selection) Description copied from interface:IDtActionChecks whether the action is enabled for a givenmodel, modelfeatureandselection.- Parameters:
model- model to check.feature- feature to check.selection- selection to check.- Returns:
trueif action is enabled,falseotherwise.
-
getCommandId
Description copied from class:DtCommandActionBaseReturns the command id to execute.- Specified by:
getCommandIdin classDtCommandActionBase- Returns:
- the command id to execute, never
null
-