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

G-Index (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.1

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

G

getActions(NodeActionsProvider, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns set of actions for given variable.
getActions(NodeActionsProvider, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns set of actions for given variable.
getAllStaticFields(int, int) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Return all static fields.
getArgs() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns map of arguments.
getArgs() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns map of arguments to be used.
getAttachingConnector() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns instance of AttachingDICookie.
getAvailableStrata() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns name of default stratumn.
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Returns type of breakpoint.
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Returns type of breakpoint (one of TYPE_ACCESS and TYPE_MODIFICATION).
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Returns type of this breakpoint.
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.ThreadBreakpoint
Returns type of this breakpoint.
getCallStack() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns call stack for this thread.
getCallStack(int, int) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns call stack for this thread on the given indexes.
getCatchType() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Returns breakpoint type property value.
getChildren(TreeModel, Variable, int, int) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns filtered children for given variable on given indexes.
getChildren(TreeModel, Variable, int, int) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns filtered children for given variable on given indexes.
getChildrenCount(TreeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns number of filtered children for given variable.
getChildrenCount(TreeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns number of filtered children for given variable.
getClassExclusionFilters() - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Get list of class exclusion filters to stop on.
getClassExclusionFilters() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get list of class exclusion filters to stop on.
getClassFilters() - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Get list of class filters to stop on.
getClassFilters() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get list of class filters to stop on.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns class name of this stack frame.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.Field
Returns name of enclosing class.
getClassName() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Get name of class the field is defined in.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
If this thread is suspended returns class name this thread is stopped in.
getClassName() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns main class name.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
Returns name of enclosing class.
getClassName(String, int) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns class name for given url and line number or null.
getCommandLine() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns command line to be used.
getCondition() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Returns condition.
getCondition() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Returns condition.
getCondition() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns condition.
getCondition() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Returns condition.
getConditionException() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns result of condition evaluation.
getConditionResult() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns result of condition evaluation.
getContendedMonitor() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns monitor this thread is waiting on.
getCurrentCallStackFrame() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns current stack frame or null.
getCurrentClassName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns name of class currently selected in editor or empty string.
getCurrentFieldName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns name of field currently selected in editor or null.
getCurrentLineNumber() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns number of line currently selected in editor or -1.
getCurrentMethodName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns name of method currently selected in editor or empty string.
getCurrentThread() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns current thread or null.
getCurrentURL() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns URL of source currently selected in editor or empty string.
getDebugger() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns JPDADebugger instance this breakpoint has been reached in.
getDeclaredType() - Method in interface org.netbeans.api.debugger.jpda.Field
Declared type of this field.
getDeclaredType() - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
Declared type of this local.
getDefaultStratum() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns name of default stratumn.
getDepth() - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Returns depth of the step.
getDisplayName(NodeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns filterred display name for given variable.
getDisplayName(NodeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns filterred display name for given variable.
getExceptionClassName() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Get name of exception class to stop on.
getExceptionDescription() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Returns description of problem is this watch can not be evaluated in current context.
getExclusionPatterns() - Method in interface org.netbeans.api.debugger.jpda.SmartSteppingFilter
Returns list of all exclusion patterns.
getExpression() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Watched expression.
getField(String) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns field defined in this object.
getFieldLineNumber(String, String, String) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns line number of given field in given class.
getFieldName() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Returns name of field.
getFields(int, int) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns non static fields defined in this object.
getFieldsCount() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Number of fields defined in this object.
getHidden() - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Returns hidden property of the step.
getHostName() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns name of computer.
getIconBase(NodeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns filterred icon for given variable.
getIconBase(NodeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns filterred icon for given variable.
getImports(String) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns list of imports for given source url.
getInheritedFields(int, int) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Return all inherited fields.
getLineNumber(String) - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns line number associated with this stack frame.
getLineNumber(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns line number of the location this thread stopped at.
getLineNumber() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Gets number of line to stop on.
getLineNumber(Object, Object) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns line number given annotation is associated with.
getListeningConnector() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns instance of ListeningConnector.
getLocalVariables() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns local variables.
getMethodName() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns method name associated with this stack frame.
getMethodName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
If this thread is suspended returns method name this thread is stopped in.
getMethodName() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get name of method to stop on.
getName() - Method in interface org.netbeans.api.debugger.jpda.Field
Declared name of field.
getName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Getter for the name of thread property.
getName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Getter for the name of thread group property.
getName() - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
Declared name of local.
getOriginalSourceRoots() - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Returns set of original source roots.
getOwnedMonitors() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns monitors owned by this thread.
getParentThreadGroup() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns parent thread group.
getParentThreadGroup() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Returns parent thread group or null (for root thread group).
getPortNumber() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns port number.
getPortNumber() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns port number.
getPrintText() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Gets value of print text property.
getReferenceType() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns context class.
getRelativePath(String, char, boolean) - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Returns relative path (java/lang/Thread.java) for given url ("file:///C:/Sources/java/lang/Thread.java").
getResume() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns resume value.
getSelectedIdentifier() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns identifier currently selected in editor or null.
getSelectedMethodName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns method name currently selected in editor or empty string.
getSharedMemoryName() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns shared memory block name.
getSharedMemoryName() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns shared memory block name.
getShortDescription(NodeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns filterred tooltip for given variable.
getShortDescription(NodeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns filterred tooltip for given variable.
getSize() - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Returns size of the step.
getSmartSteppingFilter() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns instance of SmartSteppingFilter.
getSourceName(String) - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns name of file this stack frame is stopped in.
getSourceName(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns file name this frame is stopped in or null.
getSourceName() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns source name.
getSourcePath(String) - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns source path of file this frame is stopped in or null.
getSourcePath(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns source path of file this frame is stopped in or null.
getSourcePath() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns source path.
getSourceRoots() - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Returns array of source roots.
getStackDepth() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns length of current call stack.
getState() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns current state of JPDA debugger.
getState() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns current state of this thread.
getStratum() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns stratum.
getSuper() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns representation of super class of this object.
getSupportedAncestors() - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns set of fully quilified class names (like java.lang.String) this filter is registerred to.
getSupportedAncestors() - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns set of fully quilified class names (like java.lang.String) this filter is registerred to.
getSupportedTypes() - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns set of fully quilified class names (like java.lang.String) this filter is registerred to.
getSupportedTypes() - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns set of fully quilified class names (like java.lang.String) this filter is registerred to.
getSuspend() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Gets value of suspend property.
getSuspend() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Gets value of suspend property.
getSuspend() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns suspended state.
getTargetException() - Method in exception org.netbeans.api.debugger.jpda.DebuggerStartException
Get the thrown target exception.
getTargetException() - Method in exception org.netbeans.api.debugger.jpda.InvalidExpressionException
Get the thrown target exception.
getThisVariable() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns object reference this frame is associated with or null ( frame is in static method).
getThread() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns thread.
getThread() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns context thread - thread stopped on breakpoint.
getThreadGroups() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Returns this thread group's thread groups.
getThreads() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Returns this thread group's threads.
getToStringValue() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Calls Object.toString() in debugged JVM and returns its value.
getToStringValue() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Calls Object.toString() in debugged JVM and returns its value.
getTransportName() - Static method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns type of transport to be used.
getType() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Declared type of this local.
getType() - Method in interface org.netbeans.api.debugger.jpda.Variable
Type of this instance.
getURL() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Gets name of class to stop on.
getURL(String, boolean) - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Translates a relative path ("java/lang/Thread.java") to url ("file:///C:/Sources/java/lang/Thread.java").
getValue() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Text representation of current value of this local.
getValue() - Method in interface org.netbeans.api.debugger.jpda.Variable
Text representation of current value of "this" variable.
getValueAt(TableModel, Variable, String) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
Returns filterred value to be displayed in column columnID and for variable variable.
getValueAt(TableModel, Variable, String) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
Returns filterred value to be displayed in column columnID and for variable variable.
getVariable() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns context variable.
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.AbstractDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.

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