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 Experiment
ExperimentView. getExperiment()
Experiment
FileTree. getExperiment()
Experiment
GosuPanel. getExperiment()
Experiment
LabFrame. loadRecentExperiment(GosuPanel gosuPanel)
Methods in editor with parameters of type Experiment Modifier and Type Method Description void
LabFrame. addExperiment(Experiment exp)
protected List<String>
GotoProgramTypePopup. filterTypes(List<String> types, Experiment experiment)
protected Set<String>
GotoTypePopup. filterTypes(Set<String> allGosuTypes, Experiment experiment)
static FileWatcher
FileWatcher. instance(Experiment experiment)
void
ExperimentView. load(Experiment experiment)
static void
RunMe. reinitializeGosu(Experiment experiment)
void
GosuPanel. restoreExperimentState(Experiment experiment)
void
IGosuEditor. restoreState(Experiment experiment)
void
LabFrame. restoreState(Experiment experiment)
void
LabFrame. 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 AppearanceSettingsParameters
AppearanceSettings. makeDefaultParameters(Experiment experiment)
CompilerSettingsParameters
CompilerSettings. makeDefaultParameters(Experiment experiment)
T
ISettings. 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 void
ISettings. resetToDefaultSettings(Experiment target)
-
Uses of Experiment in editor.shipit
Methods in editor.shipit with parameters of type Experiment Modifier and Type Method Description boolean
ShipIt. 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 Path
SourceFileCreator. getOrMakeUntitledProgram(Experiment experiment)
-