- get(DebuggerEngine) - Static method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result
-
- getAllThreads() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get listing of all threads at this moment.
- getBreakpoint() - Method in class org.netbeans.spi.debugger.ui.BreakpointAnnotation
-
Get the breakpoint that is annotated by this annotation.
- getCategoryDisplayName() - Method in class org.netbeans.spi.debugger.ui.BreakpointType
-
Display name of cathegory of this breakpoint type.
- getColumn() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVFrame
-
- getComment() - Method in class org.netbeans.spi.debugger.ui.EditorPin
-
Get the comment of this pin.
- getComponent() - Method in class org.netbeans.spi.debugger.ui.EngineComponentsProvider.ComponentInfo
-
Get the component.
- getComponent() - Method in interface org.netbeans.spi.debugger.ui.EngineComponentsProvider.ComponentProvider
-
- getComponent() - Method in class org.netbeans.spi.debugger.ui.EngineComponentsProvider.TopComponentProvider
-
- getComponents() - Method in interface org.netbeans.spi.debugger.ui.EngineComponentsProvider
-
Provide a list of components associated with the debugger engine.
- getController() - Method in class org.netbeans.spi.debugger.ui.AttachType
-
- getController() - Method in class org.netbeans.spi.debugger.ui.BreakpointType
-
- getCurrentBreakpoint() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Get current breakpoint, if any.
- getCurrentEditor() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
- getCurrentFile() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the current active file.
- getCurrentLine() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the line of the caret in the current editor.
- getCurrentLineNumber() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the line number of the caret in the current editor.
- getCurrentThread() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get a current thread, if any.
- getCurrentURLAsString() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the String representation of URL of the current active file.
- getCustomizer() - Method in class org.netbeans.spi.debugger.ui.AttachType
-
Returns visual customizer for this Attach Type.
- getCustomizer() - Method in class org.netbeans.spi.debugger.ui.BreakpointType
-
Returns visual customizer for this breakpoint type.
- getDeadlocks() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get the set of detected deadlocks, if any.
- getDefault() - Static method in class org.netbeans.spi.debugger.ui.CodeEvaluator
-
Get the default instance of the code evaluator.
- getDefault(DebuggingView.DVFilter.DefaultFilter) - Static method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get an instance of a default filter.
- getDefault() - Static method in class org.netbeans.spi.debugger.ui.DebuggingView
-
Get the default implementation of debugging view provider.
- getDefault() - Static method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the default instance of EditorContextDispatcher.
- getDefault() - Static method in class org.netbeans.spi.debugger.ui.PinWatchUISupport
-
Get the default instance of this class.
- getDefault() - Static method in class org.netbeans.spi.debugger.ui.ViewFactory
-
Get the default implementation of view factory.
- getDisplayName() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get the filter display name.
- getDisplayName(DebuggingView.DVThread) - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get the display name of the thread.
- getDisplayName(DebuggingView.DVFrame) - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get the display name of the frame.
- getDisplayName() - Method in interface org.netbeans.spi.debugger.ui.PersistentController
-
Display name, that characterizes the current customized state of this controller.
- getDVSupport() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Get the debugging view support that provides this thread.
- getEditableValue(Watch) - Method in interface org.netbeans.spi.debugger.ui.PinWatchUISupport.ValueProvider
-
Determine whether the current watch value is editable and if yes,
return the value to edit.
- getEndOffset() - Method in class org.netbeans.spi.debugger.ui.MethodChooser.Segment
-
Returns the endt offset.
- getEvaluatingText() - Method in interface org.netbeans.spi.debugger.ui.PinWatchUISupport.ValueProvider
-
Get a localized text to be displayed when the watch is being evaluated.
- getExpression() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result.DefaultHistoryItem
-
Get the evaluated expression.
- getExpression() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result
-
Get the current expression.
- getExpressions() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.DefaultExpressionsHistoryPersistence
-
Get the list of stored expressions.
- getExpressionsHistory() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.EvaluatorService
-
Get the historical evaluated expressions.
- getFile() - Method in class org.netbeans.spi.debugger.ui.EditorPin
-
Get the file object associated with the editor containing the pin.
- getFilterActions() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get actions created from the provided filters.
- getFilters() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get the list of filters applied to debugging view.
- getFrameCount() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Get frame count of this thread.
- getFrames() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Get the stack frames of this thread.
- getFrames(int, int) - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Get the stack frames of this thread.
- getGroup() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get the filter group.
- getHeadActions(Watch) - Method in interface org.netbeans.spi.debugger.ui.PinWatchUISupport.ValueProvider
-
Get actions to be displayed at the head of pin watch component.
- getHistoryItems() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result
-
Get the history items.
- getIcon() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get the filter icon.
- getIcon(DebuggingView.DVThread) - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get the thread icon.
- getId() - Method in interface org.netbeans.spi.debugger.ui.PinWatchUISupport.ValueProvider
-
Get a unique ID of this value provider.
- getItems() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter.Group
-
Get list of filters in this group.
- getLine() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVFrame
-
- getLine() - Method in class org.netbeans.spi.debugger.ui.EditorPin
-
Get the line location of the pin.
- getLocation() - Method in class org.netbeans.spi.debugger.ui.EditorPin
-
Location of the pin in editor.
- getLockerThreads() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Lists threads that hold monitors that this thread is waiting on.
- getMIMETypesOnCurrentLine() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get a list of MIME types of languages found on the current line.
- getMIMETypesOnLine(Line) - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get a list of MIME types of languages found on a line.
- getModel() - Method in class org.netbeans.spi.debugger.ui.ViewLifecycle
-
Get the current compound model, that can be used to construct the custom
view.
- getMostRecentEditor() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
- getMostRecentFile() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the most recent active file.
- getMostRecentLine() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the line of the caret in the most recent editor.
- getMostRecentLineNumber() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the line number of the caret in the most recent editor.
- getMostRecentURLAsString() - Method in class org.netbeans.spi.debugger.ui.EditorContextDispatcher
-
Get the String representation of URL of the most recent active file.
- getName() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get the filter name.
- getName() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVFrame
-
Get the name of the frame.
- getName() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Get the name of the thread.
- getName() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThreadGroup
-
Get the name of the thread group.
- getParentThreadGroup() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThreadGroup
-
Get the parent thread group, if exists.
- getPreferences() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get the filter preferences.
- getPrefKey() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get the preference key.
- getResult() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result
-
Get the current result.
- getSelectedIndex() - Method in class org.netbeans.spi.debugger.ui.MethodChooser
-
- getSession() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get the session associated with this debugging view.
- getSourceMimeType() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVFrame
-
Get the source MIME type, if known.
- getSourceURI() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVFrame
-
Get URI of the source file associated with this frame, if any.
- getStartOffset() - Method in class org.netbeans.spi.debugger.ui.MethodChooser.Segment
-
Returns the start offset.
- getState() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVSupport
-
Get the debugger state.
- getTailActions(Watch) - Method in interface org.netbeans.spi.debugger.ui.PinWatchUISupport.ValueProvider
-
Get actions to be displayed at the tail of pin watch component.
- getThread() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVFrame
-
Get the thread of this frame.
- getThreadGroups() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThreadGroup
-
Get this thread group's thread groups.
- getThreads() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.Deadlock
-
Get the threads in deadlock.
- getThreads() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThreadGroup
-
Get this thread group's threads.
- getTooltip() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result.DefaultHistoryItem
-
Get tooltip displayed upon the history item.
- getTooltip() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Get the filter tooltip.
- getToStringValue() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result.DefaultHistoryItem
-
Get toString representation of the result.
- getType() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result.DefaultHistoryItem
-
Get the type of the result.
- getTypeDisplayName() - Method in class org.netbeans.spi.debugger.ui.AttachType
-
Provide the display name of this attach type.
- getTypeDisplayName() - Method in class org.netbeans.spi.debugger.ui.BreakpointType
-
Provide the display name of this breakpoint type.
- getValue() - Method in class org.netbeans.spi.debugger.ui.CodeEvaluator.Result.DefaultHistoryItem
-
Get the value of the result.
- getValue(Watch) - Method in interface org.netbeans.spi.debugger.ui.PinWatchUISupport.ValueProvider
-
Get current value of pinned watch.
- getViewTC() - Method in class org.netbeans.spi.debugger.ui.DebuggingView
-
Get the debugging view top component.
- Group() - Constructor for class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter.Group
-
Create a new empty group.