diff dwtx/jface/text/AbstractInformationControl.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 6dcb0baaa031
children a9566845f1cb
line wrap: on
line diff
--- a/dwtx/jface/text/AbstractInformationControl.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/AbstractInformationControl.d	Sun Aug 24 22:34:04 2008 +0200
@@ -216,11 +216,11 @@
 public abstract class AbstractInformationControl : IInformationControl, IInformationControlExtension, IInformationControlExtension3, IInformationControlExtension4, IInformationControlExtension5 {
 
     /** The information control's shell. */
-    private final Shell fShell;
+    private const Shell fShell;
     /** Composite containing the content created by subclasses. */
-    private final Composite fContentComposite;
+    private const Composite fContentComposite;
     /** Whether the information control is resizable. */
-    private final bool fResizable;
+    private const bool fResizable;
 
     /** Composite containing the status line content or <code>null</code> if none. */
     private Composite fStatusComposite;
@@ -229,7 +229,7 @@
     /** Label in the status line or <code>null</code> if none. */
     private Label fStatusLabel;
     /** The toolbar manager used by the toolbar or <code>null</code> if none. */
-    private final ToolBarManager fToolBarManager;
+    private const ToolBarManager fToolBarManager;
     /** Status line toolbar or <code>null</code> if none. */
     private ToolBar fToolBar;