org.eclipse.cdt.debug.internal.ui.actions
Class ManageBreakpointRulerActionDelegate

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.eclipse.ui.texteditor.AbstractRulerActionDelegate
          extended by org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.action.IMenuListener, org.eclipse.swt.events.MouseListener, org.eclipse.swt.internal.SWTEventListener, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate

public class ManageBreakpointRulerActionDelegate
extends org.eclipse.ui.texteditor.AbstractRulerActionDelegate


Constructor Summary
ManageBreakpointRulerActionDelegate()
           
 
Method Summary
 org.eclipse.jface.action.IAction createAction(org.eclipse.ui.texteditor.ITextEditor editor, org.eclipse.jface.text.source.IVerticalRulerInfo rulerInfo)
           
 void setActiveEditor(org.eclipse.jface.action.IAction callerAction, org.eclipse.ui.IEditorPart targetEditor)
           
 
Methods inherited from class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
menuAboutToShow, mouseDoubleClick, mouseDown, mouseUp, run, runWithEvent, selectionChanged
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IActionDelegate2
dispose, init
 

Constructor Detail

ManageBreakpointRulerActionDelegate

public ManageBreakpointRulerActionDelegate()
Method Detail

createAction

public org.eclipse.jface.action.IAction createAction(org.eclipse.ui.texteditor.ITextEditor editor,
                                                     org.eclipse.jface.text.source.IVerticalRulerInfo rulerInfo)
Specified by:
createAction in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate

setActiveEditor

public void setActiveEditor(org.eclipse.jface.action.IAction callerAction,
                            org.eclipse.ui.IEditorPart targetEditor)
Specified by:
setActiveEditor in interface org.eclipse.ui.IEditorActionDelegate
Overrides:
setActiveEditor in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate