| 
 | org.netbeans.api.debugger/1 1.7.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.debugger.Breakpoint
public abstract class Breakpoint
Abstract definition of breakpoint.
| Field Summary | |
|---|---|
| static String | PROP_DISPOSEDProperty name for disposed state of the breakpoint. | 
| static String | PROP_ENABLEDProperty name for enabled status of the breakpoint. | 
| static String | PROP_GROUP_NAMEProperty name for name of group of the breakpoint. | 
| Constructor Summary | |
|---|---|
| Breakpoint() | |
| Method Summary | |
|---|---|
|  void | addPropertyChangeListener(PropertyChangeListener listener)Add a listener to property changes. | 
|  void | addPropertyChangeListener(String propertyName,
                          PropertyChangeListener l)Adds a property change listener. | 
| abstract  void | disable()Disables the breakpoint. | 
| protected  void | dispose()Called when breakpoint is removed. | 
| abstract  void | enable()Enables the breakpoint. | 
| protected  void | firePropertyChange(String name,
                   Object o,
                   Object n)Fire property change. | 
|  String | getGroupName() | 
| abstract  boolean | isEnabled()Test whether the breakpoint is enabled. | 
|  void | removePropertyChangeListener(PropertyChangeListener listener)Remove a listener to property changes. | 
|  void | removePropertyChangeListener(String propertyName,
                             PropertyChangeListener l)Removes a property change listener. | 
|  void | setGroupName(String newGroupName) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String PROP_ENABLED
public static final String PROP_DISPOSED
public static final String PROP_GROUP_NAME
| Constructor Detail | 
|---|
public Breakpoint()
| Method Detail | 
|---|
protected void dispose()
public abstract boolean isEnabled()
true if sopublic abstract void disable()
public abstract void enable()
public String getGroupName()
public void setGroupName(String newGroupName)
public void addPropertyChangeListener(PropertyChangeListener listener)
listener - the listener to addpublic void removePropertyChangeListener(PropertyChangeListener listener)
listener - the listener to removepublic void addPropertyChangeListener(String propertyName, PropertyChangeListener l)
propertyName - a name of property to listen onl - the listener to addpublic void removePropertyChangeListener(String propertyName, PropertyChangeListener l)
propertyName - a name of property to stop listening onl - the listener to removeprotected void firePropertyChange(String name, Object o, Object n)
name - name of propertyo - old value of propertyn - new value of property| 
 | org.netbeans.api.debugger/1 1.7.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||