Uses of Class
editor.debugger.BreakpointManager
Packages that use BreakpointManager
-
Uses of BreakpointManager in editor
Fields in editor declared as BreakpointManagerFields in editor with type parameters of type BreakpointManagerModifier and TypeFieldDescriptionprivate final Supplier<BreakpointManager>
CommonMenus.MuteBreakpointsActionHandler._bpm
private final Supplier<BreakpointManager>
CommonMenus.RunToCursorActionHandler._bpm
Methods in editor that return BreakpointManagerModifier and TypeMethodDescriptionprotected BreakpointManager
AbstractLineInfoManager.getBreakpointManager()
GosuPanel.getBreakpointManager()
private BreakpointManager
SystemPanel.getBreakpointManager()
Method parameters in editor with type arguments of type BreakpointManagerModifier and TypeMethodDescriptionstatic JMenuItem
CommonMenus.makeMuteBreakpoints
(Supplier<BreakpointManager> bpm) static JMenuItem
CommonMenus.makeToggleBreakpoint
(Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor) Constructor parameters in editor with type arguments of type BreakpointManager -
Uses of BreakpointManager in editor.debugger
Fields in editor.debugger declared as BreakpointManagerMethods in editor.debugger that return BreakpointManagerConstructors in editor.debugger with parameters of type BreakpointManager