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 StringSETTINGS_SECTION_NAME
-
Constructor Summary
Constructors Constructor Description DockerFileValidatorConfigurationBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()protected voidfillSettingsPage(Composite composite, int nColumns, int defaultIndent)protected IDialogSettingsgetDialogSettings()-
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:
fillSettingsPagein classorg.eclipse.xtext.ui.validation.AbstractValidatorConfigurationBlock
-
dispose
public void dispose()
- Overrides:
disposein classorg.eclipse.xtext.ui.preferences.OptionsConfigurationBlock
-
getDialogSettings
protected IDialogSettings getDialogSettings()
- Overrides:
getDialogSettingsin classorg.eclipse.xtext.ui.validation.AbstractValidatorConfigurationBlock
-
-