See: Description
| Interface | Description |
|---|---|
| Constants |
Contains various debuggercore-ui constants.
|
| Controller |
Support for validation of various customizers.
|
| 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). |
| ViewLifecycle.ModelUpdateListener |
Model update listener, notified with updated compound model.
|
| Class | Description |
|---|---|
| AttachType |
Support for "Attach ..." dialog.
|
| BreakpointAnnotation |
The base class for breakpoint annotations.
|
| BreakpointType |
Support for "New Breakpoint" dialog and Breakpoint Customizer.
|
| EditorContextDispatcher |
Dispatcher of context-related events and provider of active elements in the IDE.
|
| 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.
|
| 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.
|
| Annotation Type | Description |
|---|---|
| AttachType.Registration |
Declarative registration of an AttachType implementation.
|
| BreakpointType.Registration |
Declarative registration of an BreakpointType implementation.
|
| ColumnModelRegistration |
Declarative registration of a ColumnModel implementation.
|
| ColumnModelRegistrations |
Allows registration of multiple
ColumnModelRegistration annotations. |
Built on May 20 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.