|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.debugger.Breakpoint org.netbeans.api.debugger.jpda.JPDABreakpoint
Abstract definition of JPDA breakpoint.
Field Summary | |
static String |
PROP_HIDDEN
Property name constant. |
static String |
PROP_PRINT_TEXT
Property name constant. |
static String |
PROP_SUSPEND
Property name constant. |
static int |
SUSPEND_ALL
Suspend property value constant. |
static int |
SUSPEND_EVENT_THREAD
Suspend property value constant. |
static int |
SUSPEND_NONE
Suspend property value constant. |
Fields inherited from class org.netbeans.api.debugger.Breakpoint |
PROP_DISPOSED, PROP_ENABLED, PROP_GROUP_NAME |
Method Summary | |
void |
addJPDABreakpointListener(JPDABreakpointListener listener)
Adds a JPDABreakpointListener. |
void |
disable()
Disables the breakpoint. |
void |
enable()
Enables the breakpoint. |
String |
getPrintText()
Gets value of print text property. |
int |
getSuspend()
Gets value of suspend property. |
boolean |
isEnabled()
Test whether the breakpoint is enabled. |
boolean |
isHidden()
Gets value of hidden property. |
void |
removeJPDABreakpointListener(JPDABreakpointListener listener)
Removes a JPDABreakpointListener. |
void |
setHidden(boolean h)
Sets value of hidden property. |
void |
setPrintText(String printText)
Sets value of print text property. |
void |
setSuspend(int s)
Sets value of suspend property. |
Methods inherited from class org.netbeans.api.debugger.Breakpoint |
addPropertyChangeListener, addPropertyChangeListener, dispose, firePropertyChange, getGroupName, removePropertyChangeListener, removePropertyChangeListener, setGroupName |
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_SUSPEND
public static final String PROP_HIDDEN
public static final String PROP_PRINT_TEXT
public static final int SUSPEND_ALL
public static final int SUSPEND_EVENT_THREAD
public static final int SUSPEND_NONE
Method Detail |
public int getSuspend()
public void setSuspend(int s)
s
- a new value of suspend propertypublic boolean isHidden()
public void setHidden(boolean h)
h
- a new value of hidden propertypublic String getPrintText()
public void setPrintText(String printText)
printText
- a new value of print text propertypublic boolean isEnabled()
true
if sopublic void disable()
public void enable()
public void addJPDABreakpointListener(JPDABreakpointListener listener)
listener
- the listener to addpublic void removeJPDABreakpointListener(JPDABreakpointListener listener)
listener
- the listener to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |