Uses of Class
editor.GosuPanel
-
Packages that use GosuPanel Package Description editor editor.run editor.util -
-
Uses of GosuPanel in editor
Methods in editor that return GosuPanel Modifier and Type Method Description protected GosuPanel
AbstractLineInfoManager. getGosuPanel()
static GosuPanel
FileTreeUtil. getGosuPanel()
GosuPanel
IGosuEditor. getGosuPanel()
GosuPanel
LabFrame. getGosuPanel()
Methods in editor with parameters of type GosuPanel Modifier and Type Method Description void
LabFrame. checkForUpdate(GosuPanel gosuPanel)
static Path
LabFrame. getUserFile(GosuPanel gosuPanel)
static Integer
LabFrame. getVersion(GosuPanel gosuPanel)
Experiment
LabFrame. loadRecentExperiment(GosuPanel gosuPanel)
Method parameters in editor with type arguments of type GosuPanel Modifier and Type Method Description static JMenuItem
CommonMenus. makeClear(Supplier<GosuPanel> gosuPanel)
static JMenuItem
CommonMenus. makeStop(Supplier<GosuPanel> gosuPanel)
Constructor parameters in editor with type arguments of type GosuPanel Constructor Description StopActionHandler(Supplier<GosuPanel> gosuPanel)
-
Uses of GosuPanel in editor.run
Methods in editor.run that return GosuPanel Modifier and Type Method Description protected GosuPanel
AbstractOutOfProcessExecutor. getGosuPanel()
-
Uses of GosuPanel in editor.util
Methods in editor.util that return GosuPanel Modifier and Type Method Description GosuPanel
Experiment. getGosuPanel()
Constructors in editor.util with parameters of type GosuPanel Constructor Description Experiment(String name, Path dir, GosuPanel gosuPanel)
Experiment(Path dir, GosuPanel gosuPanel)
-