Skip navigation links
org.netbeans.api.debugger/1 1.60
A B C D E F G I J K L O P R S T V W 

A

ACTION_CONTINUE - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Continue Action.
ACTION_EVALUATE - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Evaluate Action.
ACTION_FIX - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Fix Action.
ACTION_KILL - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Kill Action.
ACTION_MAKE_CALLEE_CURRENT - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Make Callee Current Action.
ACTION_MAKE_CALLER_CURRENT - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Make Caller Current Action.
ACTION_NEW_WATCH - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for New Watch Action.
ACTION_PAUSE - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Pause Action.
ACTION_POP_TOPMOST_CALL - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Pop Topmost Call Action.
ACTION_RESTART - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Restart Action.
ACTION_RUN_INTO_METHOD - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for breakpoint hit action.
ACTION_RUN_TO_CURSOR - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Run to Cursor Action.
ACTION_START - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Start Action.
ACTION_STEP_INTO - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Step Into Action.
ACTION_STEP_OPERATION - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Step Operation Action.
ACTION_STEP_OUT - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Step Out Action.
ACTION_STEP_OVER - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Step Over Action.
ACTION_TOGGLE_BREAKPOINT - Static variable in class org.netbeans.api.debugger.ActionsManager
Action constant for Toggle Breakpoint Action.
actionPerformed(Object) - Method in class org.netbeans.api.debugger.ActionsManagerAdapter
Called when some action is performed.
actionPerformed(Object) - Method in interface org.netbeans.api.debugger.ActionsManagerListener
Called when some action is performed.
ActionsManager - Class in org.netbeans.api.debugger
Manages some set of actions.
ActionsManagerAdapter - Class in org.netbeans.api.debugger
Empty implementation of ActionsManagerListener.
ActionsManagerAdapter() - Constructor for class org.netbeans.api.debugger.ActionsManagerAdapter
 
ActionsManagerListener - Interface in org.netbeans.api.debugger
This listener notifies about changes in the DebuggerEngine.
ActionsProvider - Class in org.netbeans.spi.debugger
Represents implementation of one or more actions.
ActionsProvider() - Constructor for class org.netbeans.spi.debugger.ActionsProvider
 
ActionsProvider.Registration - Annotation Type in org.netbeans.spi.debugger
Declarative registration of an ActionsProvider implementation.
ActionsProvider.Registrations - Annotation Type in org.netbeans.spi.debugger
Allows registration of multiple ActionsProvider.Registration annotations.
ActionsProviderListener - Interface in org.netbeans.spi.debugger
ActionsProvider state listener.
ActionsProviderSupport - Class in org.netbeans.spi.debugger
Support for ActionsProvider implementation.
ActionsProviderSupport() - Constructor for class org.netbeans.spi.debugger.ActionsProviderSupport
 
actionStateChange(Object, boolean) - Method in interface org.netbeans.spi.debugger.ActionsProviderListener
Called when the state of action is changed.
actionStateChanged(Object, boolean) - Method in class org.netbeans.api.debugger.ActionsManagerAdapter
Called when a state of some action has been changed.
actionStateChanged(Object, boolean) - Method in interface org.netbeans.api.debugger.ActionsManagerListener
Called when a state of some action has been changed.
ActiveBreakpoints - Class in org.netbeans.api.debugger
This class handles an engine-related breakpoints activation/deactivation, which is independent on their enabled/disabled state.
addActionsManagerListener(ActionsManagerListener) - Method in class org.netbeans.api.debugger.ActionsManager
Add ActionsManagerListener.
addActionsManagerListener(String, ActionsManagerListener) - Method in class org.netbeans.api.debugger.ActionsManager
Add ActionsManagerListener.
addActionsProviderListener(ActionsProviderListener) - Method in class org.netbeans.spi.debugger.ActionsProvider
Adds property change listener.
addActionsProviderListener(ActionsProviderListener) - Method in class org.netbeans.spi.debugger.ActionsProviderSupport
Adds property change listener.
addBreakpoint(Breakpoint) - Method in class org.netbeans.api.debugger.DebuggerManager
Adds a new breakpoint.
addDebuggerListener(DebuggerManagerListener) - Method in class org.netbeans.api.debugger.DebuggerManager
This listener notificates about changes of breakpoints, watches and threads.
addDebuggerListener(String, DebuggerManagerListener) - Method in class org.netbeans.api.debugger.DebuggerManager
Add a debuggerManager listener to changes of watches and breakpoints.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.debugger.ActiveBreakpoints
Add a property change listener to be notified about properties defined as PROP_* constants.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.debugger.Breakpoint
Add a listener to property changes.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.netbeans.api.debugger.Breakpoint
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.debugger.Properties
Add a property change listener to this properties instance.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.debugger.Session
Adds a property change listener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.netbeans.api.debugger.Session
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.debugger.Watch
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.netbeans.spi.debugger.BreakpointsActivationProvider
Add a property change listener to be notified about ActiveBreakpoints.PROP_BREAKPOINTS_ACTIVE
areBreakpointsActive() - Method in class org.netbeans.api.debugger.ActiveBreakpoints
Test if the engine's breakpoints are currently active.
areBreakpointsActive() - Method in interface org.netbeans.spi.debugger.BreakpointsActivationProvider
Test if the engine's breakpoints are currently active.
A B C D E F G I J K L O P R S T V W 
Skip navigation links
org.netbeans.api.debugger/1 1.60