Uses of Interface
org.eclipse.debug.ui.IBreakpointOrganizerDelegate
-
Packages that use IBreakpointOrganizerDelegate Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. -
-
Uses of IBreakpointOrganizerDelegate in org.eclipse.debug.ui
Subinterfaces of IBreakpointOrganizerDelegate in org.eclipse.debug.ui Modifier and Type Interface Description interface
IBreakpointOrganizerDelegateExtension
Optional enhancements to theIBreakpointOrganizerDelegate
interface.Classes in org.eclipse.debug.ui that implement IBreakpointOrganizerDelegate Modifier and Type Class Description class
AbstractBreakpointOrganizerDelegate
Common function for breakpoint organizer delegates.
-