Package experimenting
Class ExperimentRunnerViewThread.SystemSelection
java.lang.Object
experimenting.ExperimentRunnerViewThread.SystemSelection
- Enclosing class:
- ExperimentRunnerViewThread
static class ExperimentRunnerViewThread.SystemSelection
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.ArrayList<ExperimentRunnerViewThread.SystemNameFile>m_selectedSystems -
Constructor Summary
Constructors Constructor Description SystemSelection()SystemSelection(ExperimentRunnerViewThread.SystemSelection a_cpy) -
Method Summary
Modifier and Type Method Description voidclearSelection()(package private) java.lang.Iterable<ExperimentRunnerViewThread.SystemNameFile>getSelectedSystems()(package private) java.util.ArrayList<java.lang.String>getSystemNames()(package private) java.lang.Iterable<ExperimentRunnerViewThread.SystemNameFile>getSystems()(package private) booleanisSelected(ExperimentRunnerViewThread.SystemNameFile a_snf)voidselectFileName(java.lang.String a_fileName)(package private) voidtoogleSelection(ExperimentRunnerViewThread.SystemNameFile a_snf)
-
Field Details
-
m_selectedSystems
java.util.ArrayList<ExperimentRunnerViewThread.SystemNameFile> m_selectedSystems
-
-
Constructor Details
-
SystemSelection
-
SystemSelection
public SystemSelection()
-
-
Method Details
-
getSystemNames
java.util.ArrayList<java.lang.String> getSystemNames() -
getSystems
java.lang.Iterable<ExperimentRunnerViewThread.SystemNameFile> getSystems() -
getSelectedSystems
java.lang.Iterable<ExperimentRunnerViewThread.SystemNameFile> getSelectedSystems() -
isSelected
-
toogleSelection
-
selectFileName
public void selectFileName(java.lang.String a_fileName) -
clearSelection
public void clearSelection()
-