See: Description
Interface | Description |
---|---|
CodeEvaluator.Result.Listener<R> |
Listener that is notified when result changes.
|
Constants |
Contains various debuggercore-ui constants.
|
Controller |
Support for validation of various customizers.
|
DebuggingView.DVThread |
Representation of a thread in debugging view.
|
DebuggingView.DVThreadGroup |
Representation of a thread group in debugging view.
|
EngineComponentsProvider |
Provider of components associated with a debugger engine.
|
EngineComponentsProvider.ComponentProvider | |
MethodChooser.ReleaseListener |
An instance of
MethodChooser.ReleaseListener can be registered using MethodChooser.addReleaseListener(org.netbeans.spi.debugger.ui.MethodChooser.ReleaseListener) . |
PersistentController |
Controller, that is able to persist it's customized state.
|
PinWatchUISupport.ValueProvider |
Provider of pinned watch value.
|
PinWatchUISupport.ValueProvider.ValueChangeListener |
Listener for watch value changes.
|
ViewLifecycle.ModelUpdateListener |
Model update listener, notified with updated compound model.
|
Class | Description |
---|---|
AbstractExpandToolTipAction |
A base class for an action that shows an expanded tooltip.
|
AttachType |
Support for "Attach ..." dialog.
|
BreakpointAnnotation |
The base class for breakpoint annotations.
|
BreakpointType |
Support for "New Breakpoint" dialog and Breakpoint Customizer.
|
CodeEvaluator |
Code evaluator UI.
|
CodeEvaluator.DefaultExpressionsHistoryPersistence |
Default implementation of expressions history persistence.
|
CodeEvaluator.EvaluatorService |
Service handling evaluations in the code evaluator.
|
CodeEvaluator.Result<R,H> |
A helper class managing the evaluator result.
|
CodeEvaluator.Result.DefaultHistoryItem |
A default implementation of a history item.
|
DebuggingView |
Debugging view component provider.
|
DebuggingView.Deadlock |
Representation of a deadlock - one set of mutually deadlocked threads.
|
DebuggingView.DVFilter |
Boolean state filter that is applied to the debugging view.
|
DebuggingView.DVFilter.Group |
The filter group.
|
DebuggingView.DVSupport |
Support for debugging view.
|
EditorContextDispatcher |
Dispatcher of context-related events and provider of active elements in the IDE.
|
EditorPin |
Implementation of watch pin in editor.
|
EngineComponentsProvider.ComponentInfo |
Information about a component associated with a debugger engine.
|
EngineComponentsProvider.TopComponentProvider | |
MethodChooser |
Support for Step Into action implementations.
|
MethodChooser.Segment |
Represents an interval of offsets in a document.
|
PinWatchUISupport |
Access to the default UI implementation of pin watches in editor.
|
ToolTipUI |
A representation of a tooltip with actions.
|
ToolTipUI.Expandable |
Description of an expandable tooltip.
|
ToolTipUI.Pinnable |
Description of a pinnable watch.
|
ViewFactory |
Factory that produces debugger views created from registered view models
(see
Model and it's extension interfaces). |
ViewLifecycle |
Support class for a custom view based on registered view models.
|
Enum | Description |
---|---|
DebuggingView.DVFilter.DefaultFilter |
Pre-defined default filters enumeration.
|
DebuggingView.DVSupport.STATE |
The debugger state.
|
Annotation Type | Description |
---|---|
AttachType.Registration |
Declarative registration of an AttachType implementation.
|
BreakpointType.Registration |
Declarative registration of an BreakpointType implementation.
|
CodeEvaluator.EvaluatorService.Registration |
Declarative registration of a EvaluatorService implementation.
|
ColumnModelRegistration |
Declarative registration of a ColumnModel implementation.
|
ColumnModelRegistrations |
Allows registration of multiple
ColumnModelRegistration annotations. |
DebuggingView.DVSupport.Registration |
Declarative registration of a DVSupport implementation.
|