Class DockerFileValidatorConfigurationBlock
- java.lang.Object
-
- org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
-
- org.eclipse.xtext.ui.validation.AbstractValidatorConfigurationBlock
-
- org.palladiosimulator.somox.docker.validation.DockerFileValidatorConfigurationBlock
-
public class DockerFileValidatorConfigurationBlock extends org.eclipse.xtext.ui.validation.AbstractValidatorConfigurationBlock
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
SETTINGS_SECTION_NAME
-
Constructor Summary
Constructors Constructor Description DockerFileValidatorConfigurationBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
protected void
fillSettingsPage(Composite composite, int nColumns, int defaultIndent)
protected IDialogSettings
getDialogSettings()
-
Methods inherited from class org.eclipse.xtext.ui.validation.AbstractValidatorConfigurationBlock
addAdditionalComponentsToSettingsPage, addComboBox, adjustComboWidth, createSection, doCreateContents, getBuildJob, getFullBuildDialogStrings, getPropertyPrefix, validateSettings
-
Methods inherited from class org.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
addCheckBox, addCheckboxWithData, addComboBox, addTextField, collectRegistredKeys, controlChanged, createContents, createStyleSection, expandedStateChanged, getIsProjectSpecificPropertyKey, getPreferenceChanges, getProject, getSelectionListener, getShell, getTextModifyListener, getValue, hasProjectSpecificOptions, isProjectSpecificPropertyKey, newComboControl, performApply, performDefaults, performOk, processChanges, registerKey, restoreSectionExpansionStates, savePreferences, setPreferenceStore, setProject, setShell, setStatusChangeListener, setToDefault, setValue, setWorkbenchPreferenceContainer, storeSectionExpansionStates, textChanged, updateCheckBox, updateCombo, updateControls, updateText, useProjectSpecificSettings
-
-
-
-
Field Detail
-
SETTINGS_SECTION_NAME
protected static final String SETTINGS_SECTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillSettingsPage
protected void fillSettingsPage(Composite composite, int nColumns, int defaultIndent)
- Specified by:
fillSettingsPage
in classorg.eclipse.xtext.ui.validation.AbstractValidatorConfigurationBlock
-
dispose
public void dispose()
- Overrides:
dispose
in classorg.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
-
getDialogSettings
protected IDialogSettings getDialogSettings()
- Overrides:
getDialogSettings
in classorg.eclipse.xtext.ui.validation.AbstractValidatorConfigurationBlock
-
-