org.netbeans.spi.debugger.ui/1 2.27.1

org.netbeans.spi.debugger.ui
Class BreakpointAnnotation

java.lang.Object
  extended by org.openide.text.Annotation
      extended by org.netbeans.spi.debugger.ui.BreakpointAnnotation

public abstract class BreakpointAnnotation
extends Annotation

The base class for breakpoint annotations.


Field Summary
 
Fields inherited from class org.openide.text.Annotation
PROP_ANNOTATION_TYPE, PROP_MOVE_TO_FRONT, PROP_SHORT_DESCRIPTION
 
Constructor Summary
BreakpointAnnotation()
           
 
Method Summary
abstract  Breakpoint getBreakpoint()
          Get the breakpoint that is annotated by this annotation.
 
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
 

Constructor Detail

BreakpointAnnotation

public BreakpointAnnotation()
Method Detail

getBreakpoint

public abstract Breakpoint getBreakpoint()
Get the breakpoint that is annotated by this annotation.

Returns:
The annotated breakpoint

org.netbeans.spi.debugger.ui/1 2.27.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.