Class EolBreakpointAdapter

  • All Implemented Interfaces:
    org.eclipse.debug.ui.actions.IToggleBreakpointsTarget, org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension

    public class EolBreakpointAdapter
    extends java.lang.Object
    implements org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canToggleBreakpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      boolean canToggleLineBreakpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      boolean canToggleMethodBreakpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      boolean canToggleWatchpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      void toggleBreakpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      void toggleLineBreakpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      void toggleMethodBreakpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      void toggleWatchpoints​(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)  
      • Methods inherited from class java.lang.Object

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

      • EolBreakpointAdapter

        public EolBreakpointAdapter()
    • Method Detail

      • canToggleBreakpoints

        public boolean canToggleBreakpoints​(org.eclipse.ui.IWorkbenchPart part,
                                            org.eclipse.jface.viewers.ISelection selection)
        Specified by:
        canToggleBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension
      • toggleBreakpoints

        public void toggleBreakpoints​(org.eclipse.ui.IWorkbenchPart part,
                                      org.eclipse.jface.viewers.ISelection selection)
                               throws org.eclipse.core.runtime.CoreException
        Specified by:
        toggleBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension
        Throws:
        org.eclipse.core.runtime.CoreException
      • canToggleLineBreakpoints

        public boolean canToggleLineBreakpoints​(org.eclipse.ui.IWorkbenchPart part,
                                                org.eclipse.jface.viewers.ISelection selection)
        Specified by:
        canToggleLineBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
      • canToggleMethodBreakpoints

        public boolean canToggleMethodBreakpoints​(org.eclipse.ui.IWorkbenchPart part,
                                                  org.eclipse.jface.viewers.ISelection selection)
        Specified by:
        canToggleMethodBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
      • canToggleWatchpoints

        public boolean canToggleWatchpoints​(org.eclipse.ui.IWorkbenchPart part,
                                            org.eclipse.jface.viewers.ISelection selection)
        Specified by:
        canToggleWatchpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
      • toggleLineBreakpoints

        public void toggleLineBreakpoints​(org.eclipse.ui.IWorkbenchPart part,
                                          org.eclipse.jface.viewers.ISelection selection)
                                   throws org.eclipse.core.runtime.CoreException
        Specified by:
        toggleLineBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
        Throws:
        org.eclipse.core.runtime.CoreException
      • toggleMethodBreakpoints

        public void toggleMethodBreakpoints​(org.eclipse.ui.IWorkbenchPart part,
                                            org.eclipse.jface.viewers.ISelection selection)
                                     throws org.eclipse.core.runtime.CoreException
        Specified by:
        toggleMethodBreakpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
        Throws:
        org.eclipse.core.runtime.CoreException
      • toggleWatchpoints

        public void toggleWatchpoints​(org.eclipse.ui.IWorkbenchPart part,
                                      org.eclipse.jface.viewers.ISelection selection)
                               throws org.eclipse.core.runtime.CoreException
        Specified by:
        toggleWatchpoints in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
        Throws:
        org.eclipse.core.runtime.CoreException