| |
|
| java.lang.Object javax.swing.AbstractAction org.netbeans.modules.debugger.ui.actions.ViewActions
ViewActions | public class ViewActions extends AbstractAction (Code) | | Opens View TopComponent.
author: Jan Jancura, Martin Entlicher |
createBreakpointsViewAction | public static Action createBreakpointsViewAction()(Code) | | Creates an action that opens Breakpoints TopComponent.
|
createCallStackViewAction | public static Action createCallStackViewAction()(Code) | | Creates an action that opens Call Stack TopComponent.
|
createLocalsViewAction | public static Action createLocalsViewAction()(Code) | | Creates an action that opens Local Variables TopComponent.
|
createSessionsViewAction | public static Action createSessionsViewAction()(Code) | | Creates an action that opens Sessions TopComponent.
|
createThreadsViewAction | public static Action createThreadsViewAction()(Code) | | Creates an action that opens Threads TopComponent.
|
createWatchesViewAction | public static Action createWatchesViewAction()(Code) | | Creates an action that opens Watches TopComponent.
|
openComponent | static TopComponent openComponent(String viewName, boolean activate)(Code) | | |
|
|
|