Removes a property change listener.
Parameters: propertyName - a name of property to stop listening on Parameters: l - the listener to remove
setGroupName
public void setGroupName(String newGroupName)(Code)
setHitCountFilter
final public void setHitCountFilter(int hitCountFilter, HIT_COUNT_FILTERING_STYLE hitCountFilteringStyle)(Code)
Set the hit count filter and the style of filtering.
Parameters: hitCountFilter - a positive hit count filter, or zero to unset the filter. Parameters: hitCountFilteringStyle - the style of hit count filtering.Can be null only when hitCountFilter == 0.
setValidity
final protected void setValidity(VALIDITY validity, String reason)(Code)
Set the validity of this breakpoint.
Parameters: validity - The new breakpoint validity. Parameters: reason - The message describing why is this validity being set, or null.