public class TaskTagConfigurationBlock extends OptionsConfigurationBlock
OptionsConfigurationBlock.BuildJob, OptionsConfigurationBlock.ControlData| Modifier and Type | Field and Description |
|---|---|
static String |
SETTINGS_SECTION_NAME |
checkBoxes, comboBoxes, expandedComposites, keys, labels, preferenceStoreAccessImpl, project, statusChangeListener, textBoxes| Constructor and Description |
|---|
TaskTagConfigurationBlock(org.eclipse.core.resources.IProject project,
org.eclipse.jface.preference.IPreferenceStore preferenceStore,
org.eclipse.ui.preferences.IWorkbenchPreferenceContainer container,
String languageName) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.widgets.Control |
doCreateContents(org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.core.runtime.jobs.Job |
getBuildJob(org.eclipse.core.resources.IProject project) |
protected String[] |
getFullBuildDialogStrings(boolean workspaceSettings) |
String |
getPropertyPrefix() |
void |
setEnabled(boolean isEnabled) |
protected void |
updateControls() |
protected void |
updateModel(DialogField field) |
protected void |
validateSettings(String changedKey,
String oldValue,
String newValue) |
addCheckBox, addCheckboxWithData, addComboBox, addTextField, collectRegistredKeys, controlChanged, createContents, createStyleSection, dispose, 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, updateText, useProjectSpecificSettingspublic static final String SETTINGS_SECTION_NAME
public TaskTagConfigurationBlock(org.eclipse.core.resources.IProject project,
org.eclipse.jface.preference.IPreferenceStore preferenceStore,
org.eclipse.ui.preferences.IWorkbenchPreferenceContainer container,
String languageName)
protected org.eclipse.swt.widgets.Control doCreateContents(org.eclipse.swt.widgets.Composite parent)
doCreateContents in class OptionsConfigurationBlockpublic void setEnabled(boolean isEnabled)
protected final void updateModel(DialogField field)
protected void updateControls()
updateControls in class OptionsConfigurationBlockprotected void validateSettings(String changedKey, String oldValue, String newValue)
validateSettings in class OptionsConfigurationBlockprotected String[] getFullBuildDialogStrings(boolean workspaceSettings)
getFullBuildDialogStrings in class OptionsConfigurationBlockprotected org.eclipse.core.runtime.jobs.Job getBuildJob(org.eclipse.core.resources.IProject project)
getBuildJob in class OptionsConfigurationBlockpublic String getPropertyPrefix()
getPropertyPrefix in class OptionsConfigurationBlockCopyright © 2016. All Rights Reserved.