Package editor
Class CommonMenus
java.lang.Object
editor.CommonMenus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Experimentprivate static GosuPanelprivate static FileTreestatic JMenuItemstatic JMenuItemmakeCodeComplete(Supplier<GosuEditor> editor) static JMenuItemmakeCopy(Supplier<EditorHost> editor) static JMenuItemmakeCut(Supplier<EditorHost> editor) static JMenuItemmakeDebug(Supplier<IRunConfig> runConfig) static JMenuItemstatic JMenuItemmakeDropFrame(Supplier<Debugger> debugger, Supplier<com.sun.jdi.StackFrame> frame) static JMenuItemmakeEvaluateExpression(Supplier<Debugger> debugger) static JMenuItemmakeExpressionType(Supplier<GosuEditor> editor) static JMenuItemmakeFindUsages(Supplier<FileTree> tree) static JMenuItemstatic JMenuItemmakeGotoDeclaration(Supplier<GosuEditor> editor) static JMenuItemstatic JMenuItemstatic JMenuItemmakeNextOccurrent(Supplier<SearchPanel> search) static JMenuItemmakeParameterInfo(Supplier<GosuEditor> editor) static JMenuItemmakePaste(Supplier<EditorHost> editor) static JMenuItemmakePasteJavaAsGosu(Supplier<GosuEditor> editor) static JMenuItemstatic JMenuItemmakePrevOccurrent(Supplier<SearchPanel> search) static JMenuItemmakeQuickDocumentation(Supplier<GosuEditor> editor) static JMenuItemmakeResume(Supplier<Debugger> debugger) static JMenuItemmakeRun(Supplier<IRunConfig> runConfig) static JMenuItemstatic JMenuItemmakeRunToCursor(Supplier<Debugger> debugger, Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor) static JMenuItemmakeShowExecutionPoint(Supplier<Debugger> debugger) static JMenuItemmakeShowFileInTree(Supplier<EditorHost> editor) static JMenuItemmakeStepInto(Supplier<Debugger> debugger) static JMenuItemmakeStepOut(Supplier<Debugger> debugger) static JMenuItemmakeStepOver(Supplier<Debugger> debugger) static JMenuItemstatic JMenuItemmakeToggleBreakpoint(Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor) static JMenuItemstatic JMenuItemstatic 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
-