站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

S-Index (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.0

org.netbeans.api.debugger.jpda/2 2.4.22
A B C D E F G I J L M O P R S T U V W

S

SESSION_ID - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
ID of JPDA Debugger Engine.
setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Sets type of breakpoint.
setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Sets type of breakpoint.
setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Sets type of this breakpoint (TYPE_METHOD_ENTRY or TYPE_METHOD_EXIT).
setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.ThreadBreakpoint
Sets type of this breakpoint (TYPE_THREAD_STARTED or TYPE_THREAD_DEATH).
setCatchType(int) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Sets breakpoint type property value.
setClassExclusionFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Set list of class exclusion filters to stop on.
setClassExclusionFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Set list of class exclusion filters to stop on.
setClassFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Set list of class filters to stop on.
setClassFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Set list of class filters to stop on.
setClassName(String) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Set name of class the field is defined in.
setCondition(String) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Sets condition.
setCondition(String) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Sets condition.
setCondition(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Sets condition.
setCondition(String) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Sets condition.
setDepth(int) - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Sets depth of the step.
setExceptionClassName(String) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Set name of exception class to stop on.
setExpression(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Sets watched expression.
setFieldName(String) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Sets name of field.
setHidden(boolean) - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Sets value of hidden property.
setHidden(boolean) - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Sets the hidden property.
setLineNumber(int) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Sets number of line to stop on.
setMethodName(String) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Set name of method to stop on.
setPrintText(String) - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Sets value of print text property.
setSize(int) - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Sets size of the step.
setSourceName(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Sets source name.
setSourcePath(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Sets source path.
setSourceRoots(String[]) - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Sets array of source roots.
setStratum(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Sets stratum.
setSuspend(int) - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Sets value of suspend property.
setSuspend(int) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Sets value of suspend property.
setURL(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Sets name of class to stop on.
setValue(String) - Method in interface org.netbeans.api.debugger.jpda.Field
Sets value of this field represented as text.
setValue(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Sets value of this local represented as text.
setValue(String) - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
Sets value of this local represented as text.
setValueAt(TableModel, Variable, String, Object) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Changes a value displayed in column columnID for variable variable.
setValueAt(TableModel, Variable, String, Object) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Changes a value displayed in column columnID for variable variable.
showSource(String, int, Object) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Shows source with given url on given line number.
SmartSteppingCallback - Class in org.netbeans.spi.debugger.jpda
Listens on stepping engine and defines classes / places the debugger can stop in.
SmartSteppingCallback() - Constructor for class org.netbeans.spi.debugger.jpda.SmartSteppingCallback
 
SmartSteppingFilter - Interface in org.netbeans.api.debugger.jpda
Defines list of class exclusion filters to be used to filter stepping in debugged session.
SourcePathProvider - Class in org.netbeans.spi.debugger.jpda
Defines source path for debugger.
SourcePathProvider() - Constructor for class org.netbeans.spi.debugger.jpda.SourcePathProvider
 
startListening(ListeningConnector, Map, Object[]) - Static method in class org.netbeans.api.debugger.jpda.JPDADebugger
This utility method helps to start a new JPDA debugger session.
STATE_DISCONNECTED - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
Debugger state constant.
STATE_MONITOR - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
Thread state constant.
STATE_NOT_STARTED - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
Thread state constant.
STATE_RUNNING - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
Debugger state constant.
STATE_RUNNING - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
Thread state constant.
STATE_SLEEPING - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
Thread state constant.
STATE_STARTING - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
Debugger state constant.
STATE_STOPPED - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
Debugger state constant.
STATE_UNKNOWN - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
Thread state constant.
STATE_WAIT - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
Thread state constant.
STATE_ZOMBIE - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
Thread state constant.
STEP_INTO - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
Step into any newly pushed frames
STEP_LINE - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
Step to the next location on a different line
STEP_MIN - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
Step to the next available location
STEP_OUT - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
Step out of the current frame
STEP_OVER - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
Step over any newly pushed frames
stopHere(ContextProvider, JPDAThread, SmartSteppingFilter) - Method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback
This method is called during stepping through debugged application.
Super - Interface in org.netbeans.api.debugger.jpda
Represents super class of some object and its value.
suspend() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Suspends thread.
suspend() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Suspends all threads and thread groups in this thread group.
SUSPEND_ALL - Static variable in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Suspend property value constant.
SUSPEND_ALL - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
Suspend property value constant.
SUSPEND_EVENT_THREAD - Static variable in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Suspend property value constant.
SUSPEND_EVENT_THREAD - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
Suspend property value constant.
SUSPEND_NONE - Static variable in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Suspend property value constant.

org.netbeans.api.debugger.jpda/2 2.4.22
A B C D E F G I J L M O P R S T U V W
Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.