Uses of Class
editor.debugger.DebugPanel.StackFrameRef
-
Packages that use DebugPanel.StackFrameRef Package Description editor.debugger -
-
Uses of DebugPanel.StackFrameRef in editor.debugger
Fields in editor.debugger with type parameters of type DebugPanel.StackFrameRef Modifier and Type Field Description private javax.swing.JList<DebugPanel.StackFrameRef>DebugPanel. _listFramesMethods in editor.debugger that return types with arguments of type DebugPanel.StackFrameRef Modifier and Type Method Description private javax.swing.ListModel<DebugPanel.StackFrameRef>DebugPanel. makeThreadsModel(java.util.List<com.sun.jdi.StackFrame> frames)Constructors in editor.debugger with parameters of type DebugPanel.StackFrameRef Constructor Description VarTree(DebugPanel.StackFrameRef ref)
-