Class DtExpandAllAction

java.lang.Object
com._1c.g5.v8.dt.ui.aef.actions.DtCommandActionBase
com._1c.g5.v8.dt.ui.aef.actions.DtExpandAllAction
All Implemented Interfaces:
IDtAction

public class DtExpandAllAction extends DtCommandActionBase
Expand all elements action
  • Constructor Details

    • DtExpandAllAction

      public DtExpandAllAction()
  • Method Details

    • getIcon

      public org.eclipse.swt.graphics.Image getIcon()
      Returns:
      action icon image.
    • getToolTip

      public String getToolTip()
      Returns:
      action tool tip text.
    • getCommandId

      protected String getCommandId()
      Description copied from class: DtCommandActionBase
      Returns the command id to execute.
      Specified by:
      getCommandId in class DtCommandActionBase
      Returns:
      the command id to execute, never null
    • isEnabledFor

      public boolean isEnabledFor(org.eclipse.emf.ecore.EObject model, org.eclipse.emf.ecore.EStructuralFeature feature, ISelection selection)
      Description copied from interface: IDtAction
      Checks whether the action is enabled for a given model, model feature and selection.
      Parameters:
      model - model to check.
      feature - feature to check.
      selection - selection to check.
      Returns:
      true if action is enabled, false otherwise.