Class ConnectCommandAction

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
org.eclipse.debug.ui.actions.DebugCommandAction
com._1c.g5.v8.dt.internal.debug.ui.actions.ConnectCommandAction
All Implemented Interfaces:
org.eclipse.debug.ui.contexts.IDebugContextListener, org.eclipse.jface.action.IAction

public class ConnectCommandAction extends org.eclipse.debug.ui.actions.DebugCommandAction
Connect action.
  • Field Summary

    Fields inherited from interface org.eclipse.jface.action.IAction

    AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for ConnectCommandAction.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.eclipse.jface.resource.ImageDescriptor
     
     
    org.eclipse.jface.resource.ImageDescriptor
     
     
    org.eclipse.jface.resource.ImageDescriptor
     
     
     

    Methods inherited from class org.eclipse.debug.ui.actions.DebugCommandAction

    debugContextChanged, dispose, getActionProxy, getContext, getDebugContextService, getInitialEnablement, init, init, postExecute, run, runWithEvent, setActionProxy, setEnabled

    Methods inherited from class org.eclipse.jface.action.Action

    convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getHelpListener, getMenuCreator, getStyle, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText

    Methods inherited from class org.eclipse.jface.action.AbstractAction

    addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getText

      public String getText()
      Specified by:
      getText in interface org.eclipse.jface.action.IAction
      Specified by:
      getText in class org.eclipse.debug.ui.actions.DebugCommandAction
    • getHelpContextId

      public String getHelpContextId()
      Specified by:
      getHelpContextId in class org.eclipse.debug.ui.actions.DebugCommandAction
    • getId

      public String getId()
      Specified by:
      getId in interface org.eclipse.jface.action.IAction
      Specified by:
      getId in class org.eclipse.debug.ui.actions.DebugCommandAction
    • getToolTipText

      public String getToolTipText()
      Specified by:
      getToolTipText in interface org.eclipse.jface.action.IAction
      Specified by:
      getToolTipText in class org.eclipse.debug.ui.actions.DebugCommandAction
    • getDisabledImageDescriptor

      public org.eclipse.jface.resource.ImageDescriptor getDisabledImageDescriptor()
      Specified by:
      getDisabledImageDescriptor in interface org.eclipse.jface.action.IAction
      Specified by:
      getDisabledImageDescriptor in class org.eclipse.debug.ui.actions.DebugCommandAction
    • getHoverImageDescriptor

      public org.eclipse.jface.resource.ImageDescriptor getHoverImageDescriptor()
      Specified by:
      getHoverImageDescriptor in interface org.eclipse.jface.action.IAction
      Specified by:
      getHoverImageDescriptor in class org.eclipse.debug.ui.actions.DebugCommandAction
    • getImageDescriptor

      public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
      Specified by:
      getImageDescriptor in interface org.eclipse.jface.action.IAction
      Specified by:
      getImageDescriptor in class org.eclipse.debug.ui.actions.DebugCommandAction
    • getCommandType

      protected Class<IConnectHandler> getCommandType()
      Specified by:
      getCommandType in class org.eclipse.debug.ui.actions.DebugCommandAction