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 -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<IConnectHandler>
org.eclipse.jface.resource.ImageDescriptor
org.eclipse.jface.resource.ImageDescriptor
getId()
org.eclipse.jface.resource.ImageDescriptor
getText()
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
-
Constructor Details
-
ConnectCommandAction
public ConnectCommandAction()Constructor forConnectCommandAction
.
-
-
Method Details
-
getText
- Specified by:
getText
in interfaceorg.eclipse.jface.action.IAction
- Specified by:
getText
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-
getHelpContextId
- Specified by:
getHelpContextId
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-
getId
- Specified by:
getId
in interfaceorg.eclipse.jface.action.IAction
- Specified by:
getId
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-
getToolTipText
- Specified by:
getToolTipText
in interfaceorg.eclipse.jface.action.IAction
- Specified by:
getToolTipText
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-
getDisabledImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getDisabledImageDescriptor()- Specified by:
getDisabledImageDescriptor
in interfaceorg.eclipse.jface.action.IAction
- Specified by:
getDisabledImageDescriptor
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-
getHoverImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getHoverImageDescriptor()- Specified by:
getHoverImageDescriptor
in interfaceorg.eclipse.jface.action.IAction
- Specified by:
getHoverImageDescriptor
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-
getImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()- Specified by:
getImageDescriptor
in interfaceorg.eclipse.jface.action.IAction
- Specified by:
getImageDescriptor
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-
getCommandType
- Specified by:
getCommandType
in classorg.eclipse.debug.ui.actions.DebugCommandAction
-