Uses of Class
editor.GosuPanel
-
Packages that use GosuPanel Package Description editor editor.debugger editor.run editor.search editor.settings editor.util -
-
Uses of GosuPanel in editor
Fields in editor declared as GosuPanel Modifier and Type Field Description private GosuPanelLabFrame. _panelFields in editor with type parameters of type GosuPanel Modifier and Type Field Description private java.util.function.Supplier<GosuPanel>CommonMenus.StopActionHandler. _gosuPanelMethods in editor that return GosuPanel Modifier and Type Method Description protected GosuPanelAbstractLineInfoManager. getGosuPanel()private static GosuPanelCommonMenus. getGosuPanel()static GosuPanelFileTreeUtil. getGosuPanel()private GosuPanelGosuPanel. getGosuPanel()GosuPanelIGosuEditor. getGosuPanel()GosuPanelLabFrame. getGosuPanel()private GosuPanelSystemPanel. getGosuPanel()Methods in editor with parameters of type GosuPanel Modifier and Type Method Description voidLabFrame. checkForUpdate(GosuPanel gosuPanel)static java.nio.file.PathLabFrame. getUserFile(GosuPanel gosuPanel)static java.lang.IntegerLabFrame. getVersion(GosuPanel gosuPanel)ExperimentLabFrame. loadRecentExperiment(GosuPanel gosuPanel)private static ExperimentLabFrame. makeScratchExperiment(GosuPanel gosuPanel)Method parameters in editor with type arguments of type GosuPanel Modifier and Type Method Description static javax.swing.JMenuItemCommonMenus. makeClear(java.util.function.Supplier<GosuPanel> gosuPanel)static javax.swing.JMenuItemCommonMenus. makeStop(java.util.function.Supplier<GosuPanel> gosuPanel)Constructor parameters in editor with type arguments of type GosuPanel Constructor Description StopActionHandler(java.util.function.Supplier<GosuPanel> gosuPanel) -
Uses of GosuPanel in editor.debugger
Methods in editor.debugger that return GosuPanel Modifier and Type Method Description private GosuPanelBreakpointManager. getGosuPanel()private GosuPanelBreakpointsDialog. getGosuPanel()private GosuPanelDebugger. getGosuPanel()private GosuPanelDebugPanel. getGosuPanel()private GosuPanelEvaluateDialog. getGosuPanel() -
Uses of GosuPanel in editor.run
Methods in editor.run that return GosuPanel Modifier and Type Method Description protected GosuPanelAbstractOutOfProcessExecutor. getGosuPanel()Methods in editor.run with parameters of type GosuPanel Modifier and Type Method Description private voidAbstractOutOfProcessExecutor. addExperimentPaths(GosuPanel gosuPanel, java.lang.StringBuilder classpath, java.lang.String javaHomePath)(package private) java.lang.StringAbstractOutOfProcessExecutor. makeClasspath(GosuPanel gosuPanel)(package private) java.lang.StringAbstractOutOfProcessExecutor. makeClasspath(GosuPanel gosuPanel, boolean bToolsJar) -
Uses of GosuPanel in editor.search
Methods in editor.search that return GosuPanel Modifier and Type Method Description private GosuPanelSearchPanel. getGosuPanel() -
Uses of GosuPanel in editor.settings
Methods in editor.settings that return GosuPanel Modifier and Type Method Description private GosuPanelSettingsDialog. getGosuPanel() -
Uses of GosuPanel in editor.util
Fields in editor.util declared as GosuPanel Modifier and Type Field Description private GosuPanelExperiment. _gosuPanelMethods in editor.util that return GosuPanel Modifier and Type Method Description GosuPanelExperiment. getGosuPanel()Constructors in editor.util with parameters of type GosuPanel Constructor Description Experiment(java.lang.String name, java.nio.file.Path dir, GosuPanel gosuPanel)Experiment(java.nio.file.Path dir, GosuPanel gosuPanel)
-