- postAction(Object) - Method in class org.netbeans.api.debugger.ActionsManager
-
Post action on this DebuggerEngine.
- postAction(Object, Runnable) - Method in class org.netbeans.spi.debugger.ActionsProvider
-
Post the action and let it process asynchronously.
- PROP_ACTION_PERFORMED - Static variable in interface org.netbeans.api.debugger.ActionsManagerListener
-
- PROP_ACTION_STATE_CHANGED - Static variable in interface org.netbeans.api.debugger.ActionsManagerListener
-
- PROP_BREAKPOINTS - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for the set of breakpoints in the system.
- PROP_BREAKPOINTS_ACTIVE - Static variable in class org.netbeans.api.debugger.ActiveBreakpoints
-
Property change fired when breakpoints activation/deactivation changes.
- PROP_BREAKPOINTS_INIT - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for the set of breakpoints in the system.
- PROP_CURRENT_ENGINE - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for current debugger engine.
- PROP_CURRENT_LANGUAGE - Static variable in class org.netbeans.api.debugger.Session
-
Name of property for current language.
- PROP_CURRENT_SESSION - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for current debugger session.
- PROP_DEBUGGER_ENGINES - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for set of running debugger engines.
- PROP_DISPOSED - Static variable in class org.netbeans.api.debugger.Breakpoint
-
Property name for disposed state of the breakpoint.
- PROP_ENABLED - Static variable in class org.netbeans.api.debugger.Breakpoint
-
Property name for enabled status of the breakpoint.
- PROP_ENABLED - Static variable in class org.netbeans.api.debugger.Watch
-
Name of the property for the enabled status of the watch.
- PROP_EXPRESSION - Static variable in class org.netbeans.api.debugger.Watch
-
Name of the property for the watched expression.
- PROP_GROUP_NAME - Static variable in class org.netbeans.api.debugger.Breakpoint
-
Property name for name of group of the breakpoint.
- PROP_GROUP_PROPERTIES - Static variable in class org.netbeans.api.debugger.Breakpoint
-
Property name for other group properties of the breakpoint.
- PROP_HIT_COUNT_FILTER - Static variable in class org.netbeans.api.debugger.Breakpoint
-
Property name constant.
- PROP_SESSIONS - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for set of running debugger sessions.
- PROP_SUPPORTED_LANGUAGES - Static variable in class org.netbeans.api.debugger.Session
-
Name of property for the set of supported languages.
- PROP_VALIDITY - Static variable in class org.netbeans.api.debugger.Breakpoint
-
Property name for breakpoint validity
- PROP_VALUE - Static variable in class org.netbeans.api.debugger.Watch
-
Name of the property for the value of the watched expression.
- PROP_WATCHES - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for the set of watches in the system.
- PROP_WATCHES_INIT - Static variable in class org.netbeans.api.debugger.DebuggerManager
-
Name of property for the set of watches in the system.
- Properties - Class in org.netbeans.api.debugger
-
Utility class helps store properties.
- Properties() - Constructor for class org.netbeans.api.debugger.Properties
-
- Properties.Initializer - Interface in org.netbeans.api.debugger
-
Implementing this interface one can define initial values of properties.
- Properties.Reader - Interface in org.netbeans.api.debugger
-
- propertyChange(PropertyChangeEvent) - Method in class org.netbeans.api.debugger.DebuggerManagerAdapter
-