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

Uses of Interface org.netbeans.api.debugger.jpda.Variable (NetBeans Debugger JPDA API) - NetBeans API Javadoc 4.1.0

 

Uses of Interface
org.netbeans.api.debugger.jpda.Variable

Packages that use Variable
org.netbeans.api.debugger.jpda JPDA Debugger APIs. 
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping and Variables Filterring
 

Uses of Variable in org.netbeans.api.debugger.jpda
 

Subinterfaces of Variable in org.netbeans.api.debugger.jpda
 interface Field
          Represents one field.
 interface JPDAWatch
          Represents watch in JPDA debugger.
 interface LocalVariable
          Represents one local.
 interface ObjectVariable
          Represents instance of some object in debugged JVM.
 interface Super
          Represents super class of some object and its value.
 interface This
          Represents "this" value for call stack frame.
 

Methods in org.netbeans.api.debugger.jpda that return Variable
 Variable ObjectVariable.invokeMethod(String methodName, String signature, Variable[] arguments)
          Calls given method in debugged JVM on this instance and returns its value.
abstract  Variable JPDADebugger.evaluate(String expression)
          Evaluates given expression in the current context.
 Variable JPDABreakpointEvent.getVariable()
          Returns context variable.
 

Methods in org.netbeans.api.debugger.jpda with parameters of type Variable
 Variable ObjectVariable.invokeMethod(String methodName, String signature, Variable[] arguments)
          Calls given method in debugged JVM on this instance and returns its value.
 

Constructors in org.netbeans.api.debugger.jpda with parameters of type Variable
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint, JPDADebugger debugger, int conditionResult, JPDAThread thread, com.sun.jdi.ReferenceType referenceType, Variable variable)
          Creates a new instance of JPDABreakpointEvent.
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint, JPDADebugger debugger, Throwable conditionException, JPDAThread thread, com.sun.jdi.ReferenceType referenceType, Variable variable)
          Creates a new instance of JPDABreakpointEvent.
 

Uses of Variable in org.netbeans.spi.debugger.jpda
 

Methods in org.netbeans.spi.debugger.jpda with parameters of type Variable
 Object[] VariablesFilterAdapter.getChildren(org.netbeans.spi.viewmodel.TreeModel original, Variable variable, int from, int to)
          Returns filtered children for given variable on given indexes.
 int VariablesFilterAdapter.getChildrenCount(org.netbeans.spi.viewmodel.TreeModel original, Variable variable)
          Returns number of filtered children for given variable.
 boolean VariablesFilterAdapter.isLeaf(org.netbeans.spi.viewmodel.TreeModel original, Variable variable)
          Returns true if variable is leaf.
 String VariablesFilterAdapter.getDisplayName(org.netbeans.spi.viewmodel.NodeModel original, Variable variable)
          Returns filterred display name for given variable.
 String VariablesFilterAdapter.getIconBase(org.netbeans.spi.viewmodel.NodeModel original, Variable variable)
          Returns filterred icon for given variable.
 String VariablesFilterAdapter.getShortDescription(org.netbeans.spi.viewmodel.NodeModel original, Variable variable)
          Returns filterred tooltip for given variable.
 Action[] VariablesFilterAdapter.getActions(org.netbeans.spi.viewmodel.NodeActionsProvider original, Variable variable)
          Returns set of actions for given variable.
 void VariablesFilterAdapter.performDefaultAction(org.netbeans.spi.viewmodel.NodeActionsProvider original, Variable variable)
          Performs default action for given variable.
 Object VariablesFilterAdapter.getValueAt(org.netbeans.spi.viewmodel.TableModel original, Variable variable, String columnID)
          Returns filterred value to be displayed in column columnID and for variable variable.
 boolean VariablesFilterAdapter.isReadOnly(org.netbeans.spi.viewmodel.TableModel original, Variable variable, String columnID)
          Filters original isReadOnly value from given table model.
 void VariablesFilterAdapter.setValueAt(org.netbeans.spi.viewmodel.TableModel original, Variable variable, String columnID, Object value)
          Changes a value displayed in column columnID for variable variable.
abstract  Object[] VariablesFilter.getChildren(org.netbeans.spi.viewmodel.TreeModel original, Variable variable, int from, int to)
          Returns filtered children for given variable on given indexes.
abstract  int VariablesFilter.getChildrenCount(org.netbeans.spi.viewmodel.TreeModel original, Variable variable)
          Returns number of filtered children for given variable.
abstract  boolean VariablesFilter.isLeaf(org.netbeans.spi.viewmodel.TreeModel original, Variable variable)
          Returns true if variable is leaf.
abstract  String VariablesFilter.getDisplayName(org.netbeans.spi.viewmodel.NodeModel original, Variable variable)
          Returns filterred display name for given variable.
abstract  String VariablesFilter.getIconBase(org.netbeans.spi.viewmodel.NodeModel original, Variable variable)
          Returns filterred icon for given variable.
abstract  String VariablesFilter.getShortDescription(org.netbeans.spi.viewmodel.NodeModel original, Variable variable)
          Returns filterred tooltip for given variable.
abstract  Action[] VariablesFilter.getActions(org.netbeans.spi.viewmodel.NodeActionsProvider original, Variable variable)
          Returns set of actions for given variable.
abstract  void VariablesFilter.performDefaultAction(org.netbeans.spi.viewmodel.NodeActionsProvider original, Variable variable)
          Performs default action for given variable.
abstract  Object VariablesFilter.getValueAt(org.netbeans.spi.viewmodel.TableModel original, Variable variable, String columnID)
          Returns filterred value to be displayed in column columnID and for variable variable.
abstract  boolean VariablesFilter.isReadOnly(org.netbeans.spi.viewmodel.TableModel original, Variable variable, String columnID)
          Filters original isReadOnly value from given table model.
abstract  void VariablesFilter.setValueAt(org.netbeans.spi.viewmodel.TableModel original, Variable variable, String columnID, Object value)
          Changes a value displayed in column columnID for variable variable.
 


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.