|
org.netbeans.api.debugger/1 1.7.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.debugger.Watch
public final class Watch
Abstract definition of watch. Each watch is created for one String which contains the name of variable or some expression.
Field Summary | |
---|---|
static String |
PROP_EXPRESSION
Name of the property for the watched expression. |
static String |
PROP_VALUE
Name of the property for the value of the watched expression. |
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Add a property change listener. |
String |
getExpression()
Return expression this watch is created for. |
void |
remove()
Remove the watch from the list of all watches in the system. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Remove a property change listener. |
void |
setExpression(String expression)
Set the expression to watch. |
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_EXPRESSION
public static final String PROP_VALUE
Method Detail |
---|
public String getExpression()
public void setExpression(String expression)
expression
- expression to watchpublic void remove()
public void addPropertyChangeListener(PropertyChangeListener l)
l
- the listener to addpublic void removePropertyChangeListener(PropertyChangeListener l)
l
- the listener to remove
|
org.netbeans.api.debugger/1 1.7.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |