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 GosuPanelAbstractLineInfoManager. getGosuPanel()static GosuPanelFileTreeUtil. getGosuPanel()GosuPanelIGosuEditor. getGosuPanel()GosuPanelLabFrame. getGosuPanel()Methods in editor with parameters of type GosuPanel Modifier and Type Method Description voidLabFrame. checkForUpdate(GosuPanel gosuPanel)static PathLabFrame. getUserFile(GosuPanel gosuPanel)static IntegerLabFrame. getVersion(GosuPanel gosuPanel)ExperimentLabFrame. loadRecentExperiment(GosuPanel gosuPanel)Method parameters in editor with type arguments of type GosuPanel Modifier and Type Method Description static JMenuItemCommonMenus. makeClear(Supplier<GosuPanel> gosuPanel)static JMenuItemCommonMenus. 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 GosuPanelAbstractOutOfProcessExecutor. getGosuPanel() -
Uses of GosuPanel in editor.util
Methods 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(String name, Path dir, GosuPanel gosuPanel)Experiment(Path dir, GosuPanel gosuPanel)
-