|
org.netbeans.api.debugger/1 1.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.debugger.Breakpoint.GroupProperties
public abstract static class Breakpoint.GroupProperties
Group properties of breakpoint. These are used by the Breakpoint Window to show a tree hierarchy of groups and associated breakpoints.
Constructor Summary | |
---|---|
Breakpoint.GroupProperties()
|
Method Summary | |
---|---|
abstract DebuggerEngine[] |
getEngines()
Get the debugger engines that are currently actively using this breakpoint. |
abstract FileObject[] |
getFiles()
Get the source files containing this breakpoint. |
abstract String |
getLanguage()
Get the language of the source file with the breakpoint. |
abstract Project[] |
getProjects()
Get the projects containing this breakpoint. |
abstract String |
getType()
Get the breakpoint type. |
abstract boolean |
isHidden()
Test is this breakpoint is hidden (not visible to the user). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Breakpoint.GroupProperties()
Method Detail |
---|
public abstract String getLanguage()
null
when this does not apply.org.netbeans.spi.debugger.ui.BreakpointType.getCategoryDisplayName()
public abstract String getType()
null
when this does not apply.org.netbeans.spi.debugger.ui.BreakpointType.getTypeDisplayName()
public abstract FileObject[] getFiles()
null
when this does not apply.public abstract Project[] getProjects()
null
when this does not apply.public abstract DebuggerEngine[] getEngines()
null
when this does not apply.public abstract boolean isHidden()
true
when this breakpoint is hidden, false
otherwise.
|
org.netbeans.api.debugger/1 1.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |