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 void
createAdditionalControls
(org.eclipse.swt.widgets.Composite parent) Creates additional controls at the end of the contents.protected void
createHeader
(org.eclipse.swt.widgets.Composite parent) Creates header part of the controlprotected void
Updates 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:ChecksViewerControl
Creates header part of the control- Overrides:
createHeader
in classChecksViewerControl
- Parameters:
parent
- the parent composite, cannot benull
-
updateIdHighlight
protected void updateIdHighlight()Description copied from class:ChecksViewerControl
Updates highlights- Overrides:
updateIdHighlight
in classChecksViewerControl
-
createAdditionalControls
protected void createAdditionalControls(org.eclipse.swt.widgets.Composite parent) Description copied from class:ChecksViewerControl
Creates additional controls at the end of the contents.- Overrides:
createAdditionalControls
in classChecksViewerControl
- Parameters:
parent
- the parent composite, cannot benull
-