public interface IBreakpointOrganizerDelegateExtension extends IBreakpointOrganizerDelegate
IBreakpointOrganizerDelegate
interface.
Supports operations on more than one breakpoint at a time.
Clients contributing a breakpoint organizer may optionally implement this
interface when implementing IBreakpointOrganizerDelegate
.
P_CATEGORY_CHANGED
Modifier and Type | Method and Description |
---|---|
void |
addBreakpoints(IBreakpoint[] breakpoints,
IAdaptable category)
Adds the specified breakpoints to the given category.
|
void |
removeBreakpoints(IBreakpoint[] breakpoints,
IAdaptable category)
Removes the specified breakpoints from the given category.
|
addBreakpoint, addPropertyChangeListener, canAdd, canRemove, dispose, getCategories, getCategories, removeBreakpoint, removePropertyChangeListener
void addBreakpoints(IBreakpoint[] breakpoints, IAdaptable category)
canAdd(...)
returns true
for the given
breakpoints and category.breakpoints
- breakpoints addcategory
- the breakpoints' new categoryvoid removeBreakpoints(IBreakpoint[] breakpoints, IAdaptable category)
canRemove(...)
returns true
for
the given breakpoints and category.breakpoints
- breakpoints to removecategory
- the category the breakpoint is remove from
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.