Package editor
Class CommonMenus
java.lang.Object
editor.CommonMenus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Experiment
private static GosuPanel
private static FileTree
static JMenuItem
static JMenuItem
makeCodeComplete
(Supplier<GosuEditor> editor) static JMenuItem
makeCopy
(Supplier<EditorHost> editor) static JMenuItem
makeCut
(Supplier<EditorHost> editor) static JMenuItem
makeDebug
(Supplier<IRunConfig> runConfig) static JMenuItem
static JMenuItem
makeDropFrame
(Supplier<Debugger> debugger, Supplier<com.sun.jdi.StackFrame> frame) static JMenuItem
makeEvaluateExpression
(Supplier<Debugger> debugger) static JMenuItem
makeExpressionType
(Supplier<GosuEditor> editor) static JMenuItem
makeFindUsages
(Supplier<FileTree> tree) static JMenuItem
static JMenuItem
makeGotoDeclaration
(Supplier<GosuEditor> editor) static JMenuItem
static JMenuItem
static JMenuItem
makeNextOccurrent
(Supplier<SearchPanel> search) static JMenuItem
makeParameterInfo
(Supplier<GosuEditor> editor) static JMenuItem
makePaste
(Supplier<EditorHost> editor) static JMenuItem
makePasteJavaAsGosu
(Supplier<GosuEditor> editor) static JMenuItem
static JMenuItem
makePrevOccurrent
(Supplier<SearchPanel> search) static JMenuItem
makeQuickDocumentation
(Supplier<GosuEditor> editor) static JMenuItem
makeResume
(Supplier<Debugger> debugger) static JMenuItem
makeRun
(Supplier<IRunConfig> runConfig) static JMenuItem
static JMenuItem
makeRunToCursor
(Supplier<Debugger> debugger, Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor) static JMenuItem
makeShowExecutionPoint
(Supplier<Debugger> debugger) static JMenuItem
makeShowFileInTree
(Supplier<EditorHost> editor) static JMenuItem
makeStepInto
(Supplier<Debugger> debugger) static JMenuItem
makeStepOut
(Supplier<Debugger> debugger) static JMenuItem
makeStepOver
(Supplier<Debugger> debugger) static JMenuItem
static JMenuItem
makeToggleBreakpoint
(Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor) static JMenuItem
static JMenuItem
static JMenuItem
-
Constructor Details
-
CommonMenus
public CommonMenus()
-
-
Method Details
-
makeCut
-
makeCopy
-
makePaste
-
makePasteJavaAsGosu
-
makeFindUsages
-
makeFindUsagesInFile
-
makeHighlightFindUsagesInFile
-
makeNextOccurrent
-
makePrevOccurrent
-
makeCodeComplete
-
makeParameterInfo
-
makeExpressionType
-
makeGotoDeclaration
-
makeShowFileInTree
-
makeQuickDocumentation
-
makeViewBytecode
-
makeViewCompile
-
makeRun
-
makeDebug
-
makeRunConfig
-
makeDebugConfig
-
makeStop
-
makeToggleBreakpoint
public static JMenuItem makeToggleBreakpoint(Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor) -
makeStepOver
-
makeStepInto
-
makeStepOut
-
makeRunToCursor
public static JMenuItem makeRunToCursor(Supplier<Debugger> debugger, Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor) -
makeDropFrame
-
makePause
-
makeResume
-
makeEvaluateExpression
-
makeShowExecutionPoint
-
makeViewBreakpoints
-
makeMuteBreakpoints
-
makeClear
-
getGosuPanel
-
getExperiment
-
getOrMakeLocalFileTree
-