Package editor.settings
Class CompilerSettings
- All Implemented Interfaces:
ISettings<CompilerSettingsParameters>,IJsonIO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Pathprivate static CompilerSettingsgetIcon()booleanbooleanstatic booleanbooleanisValid()makeDefaultParameters(Experiment experiment) makePanel(CompilerSettingsParameters params, Consumer<CompilerSettingsParameters> changeListener) Methods inherited from class editor.settings.AbstractSettings
addChangeListener, equals, getName, getParams, getPath, hashCode, notifyListeners, setParamsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-