Uses of Class
edu.rice.cs.drjava.model.debug.DebugStackData

Packages that use DebugStackData
edu.rice.cs.drjava.model.debug Contains the code for DrJava's JPDA-based debugger. 
edu.rice.cs.drjava.model.debug.jpda   
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Uses of DebugStackData in edu.rice.cs.drjava.model.debug
 

Methods in edu.rice.cs.drjava.model.debug that return types with arguments of type DebugStackData
 ArrayList<DebugStackData> NoDebuggerAvailable.getCurrentStackFrameData()
          Returns a Vector of StackData for the current thread or null if the current thread is null.
 ArrayList<DebugStackData> Debugger.getCurrentStackFrameData()
          Returns a Vector of StackData for the current thread.
 

Methods in edu.rice.cs.drjava.model.debug with parameters of type DebugStackData
 void NoDebuggerAvailable.scrollToSource(DebugStackData data)
          Scrolls to the source indicated by the given DebugStackData
 void Debugger.scrollToSource(DebugStackData data)
          Scrolls to the source indicated by the given DebugStackData
 

Uses of DebugStackData in edu.rice.cs.drjava.model.debug.jpda
 

Subclasses of DebugStackData in edu.rice.cs.drjava.model.debug.jpda
 class JPDAStackData
          Class for keeping track of a stack frame in the debugger.
 

Methods in edu.rice.cs.drjava.model.debug.jpda that return types with arguments of type DebugStackData
 ArrayList<DebugStackData> JPDADebugger.getCurrentStackFrameData()
          Returns a Vector of DebugStackData for the current suspended thread.
 

Methods in edu.rice.cs.drjava.model.debug.jpda with parameters of type DebugStackData
 void JPDADebugger.scrollToSource(DebugStackData stackData)
          Scrolls to the source location specified by the the debug stack data.
 

Uses of DebugStackData in edu.rice.cs.drjava.ui
 

Methods in edu.rice.cs.drjava.ui that return DebugStackData
 DebugStackData DebugPanel.getSelectedStackItem()
          Gets the DebugStackData that is currently selected in the stack table