Package editor.settings
Class CompilerSettings
- All Implemented Interfaces:
ISettings<CompilerSettingsParameters>
,IJsonIO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Path
private static CompilerSettings
getIcon()
boolean
boolean
static boolean
boolean
isValid()
makeDefaultParameters
(Experiment experiment) makePanel
(CompilerSettingsParameters params, Consumer<CompilerSettingsParameters> changeListener) Methods inherited from class editor.settings.AbstractSettings
addChangeListener, equals, getName, getParams, getPath, hashCode, notifyListeners, setParams
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface editor.settings.ISettings
getParentPath, resetToDefaultSettings
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
CompilerSettings
public CompilerSettings()
-
-
Method Details
-
makeDefaultParameters
-
isValid
public boolean isValid() -
getIcon
-
makePanel
public JComponent makePanel(CompilerSettingsParameters params, Consumer<CompilerSettingsParameters> changeListener) -
isExperimentSetting
public boolean isExperimentSetting() -
isIdeSetting
public boolean isIdeSetting() -
isStaticCompile
public static boolean isStaticCompile() -
getCompilerOutputDir
-
getCompilerSettings
-