org.netbeans.spi.debugger.ui
Class BreakpointAnnotation
java.lang.Object
org.openide.text.Annotation
org.netbeans.spi.debugger.ui.BreakpointAnnotation
public abstract class BreakpointAnnotation
- extends Annotation
The base class for breakpoint annotations.
Methods inherited from class org.openide.text.Annotation |
addPropertyChangeListener, attach, detach, firePropertyChange, getAnnotationType, getAttachedAnnotatable, getShortDescription, moveToFront, notifyAttached, notifyDetached, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BreakpointAnnotation
public BreakpointAnnotation()
getBreakpoint
public abstract Breakpoint getBreakpoint()
- Get the breakpoint that is annotated by this annotation.
- Returns:
- The annotated breakpoint