Uses of Class
editor.util.Experiment
-
Packages that use Experiment Package Description editor editor.run editor.settings editor.shipit editor.util -
-
Uses of Experiment in editor
Methods in editor that return Experiment Modifier and Type Method Description ExperimentExperimentView. getExperiment()ExperimentFileTree. getExperiment()ExperimentGosuPanel. getExperiment()ExperimentLabFrame. loadRecentExperiment(GosuPanel gosuPanel)Methods in editor with parameters of type Experiment Modifier and Type Method Description voidLabFrame. addExperiment(Experiment exp)protected List<String>GotoProgramTypePopup. filterTypes(List<String> types, Experiment experiment)protected Set<String>GotoTypePopup. filterTypes(Set<String> allGosuTypes, Experiment experiment)static FileWatcherFileWatcher. instance(Experiment experiment)voidExperimentView. load(Experiment experiment)static voidRunMe. reinitializeGosu(Experiment experiment)voidGosuPanel. restoreExperimentState(Experiment experiment)voidIGosuEditor. restoreState(Experiment experiment)voidLabFrame. restoreState(Experiment experiment)voidLabFrame. saveLabState(Experiment experiment)Constructors in editor with parameters of type Experiment Constructor Description ExperimentTreeContextMenu(Experiment experiment)FileTree(Experiment experiment)FileTree(Path fileOrDir, FileTree parent, Experiment experiment) -
Uses of Experiment in editor.run
Constructors in editor.run with parameters of type Experiment Constructor Description RunConfigDialog(Experiment experiment, RunState runState) -
Uses of Experiment in editor.settings
Methods in editor.settings with parameters of type Experiment Modifier and Type Method Description AppearanceSettingsParametersAppearanceSettings. makeDefaultParameters(Experiment experiment)CompilerSettingsParametersCompilerSettings. makeDefaultParameters(Experiment experiment)TISettings. makeDefaultParameters(Experiment experiment)static Map<String,ISettings>Settings. makeDefaultSettings(Experiment experiment)Reset Experiment-specific settings to defaults.static Map<String,ISettings>Settings. mergeSettings(Map<String,ISettings> old, Experiment experiment)Assumes settings map is ordered top-down in tree orderdefault voidISettings. resetToDefaultSettings(Experiment target) -
Uses of Experiment in editor.shipit
Methods in editor.shipit with parameters of type Experiment Modifier and Type Method Description booleanShipIt. shipIt(Experiment experiment)Constructors in editor.shipit with parameters of type Experiment Constructor Description ShipItDialog(Experiment experiment) -
Uses of Experiment in editor.util
Methods in editor.util with parameters of type Experiment Modifier and Type Method Description PathSourceFileCreator. getOrMakeUntitledProgram(Experiment experiment)
-