Class ChecksViewerPreferencesControl
java.lang.Object
com._1c.g5.v8.dt.ui.validation.ChecksViewerControl
com._1c.g5.v8.dt.internal.ui.validation.ChecksViewerPreferencesControl
Implementation of
ChecksViewerControl for ValidationPreferencePage-
Constructor Summary
ConstructorsConstructorDescriptionChecksViewerPreferencesControl(ChecksViewerProvider checksViewerProvider) Creates new instance of checks viewer control for V8 preferences page. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateAdditionalControls(org.eclipse.swt.widgets.Composite parent) Creates additional controls at the end of the contents.protected voidcreateHeader(org.eclipse.swt.widgets.Composite parent) Creates header part of the controlprotected voidUpdates highlightsMethods inherited from class com._1c.g5.v8.dt.ui.validation.ChecksViewerControl
getCheckedElements, getChecksViewerProvider, getControl, getSelectedCheckObjects, isDirty, isTreeViewerInitialized, refresh, refresh, setDirty, setSelection, setTreeChecked
-
Constructor Details
-
ChecksViewerPreferencesControl
Creates new instance of checks viewer control for V8 preferences page. SeeValidationPreferencePage- Parameters:
checksViewerProvider-
-
-
Method Details
-
createHeader
protected void createHeader(org.eclipse.swt.widgets.Composite parent) Description copied from class:ChecksViewerControlCreates header part of the control- Overrides:
createHeaderin classChecksViewerControl- Parameters:
parent- the parent composite, cannot benull
-
updateIdHighlight
protected void updateIdHighlight()Description copied from class:ChecksViewerControlUpdates highlights- Overrides:
updateIdHighlightin classChecksViewerControl
-
createAdditionalControls
protected void createAdditionalControls(org.eclipse.swt.widgets.Composite parent) Description copied from class:ChecksViewerControlCreates additional controls at the end of the contents.- Overrides:
createAdditionalControlsin classChecksViewerControl- Parameters:
parent- the parent composite, cannot benull
-