comparison dwtx/jface/internal/text/link/contentassist/AdditionalInfoController2.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children eb21d3dfc767
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
78 /** The thread controlling the delayed display of the additional info */ 78 /** The thread controlling the delayed display of the additional info */
79 private Thread fThread; 79 private Thread fThread;
80 /** Indicates whether the display delay has been reset */ 80 /** Indicates whether the display delay has been reset */
81 private bool fIsReset= false; 81 private bool fIsReset= false;
82 /** Object to synchronize display thread and table selection changes */ 82 /** Object to synchronize display thread and table selection changes */
83 private final Object fMutex= new Object(); 83 private const Object fMutex= new Object();
84 /** Thread access lock. */ 84 /** Thread access lock. */
85 private final Object fThreadAccess= new Object(); 85 private const Object fThreadAccess= new Object();
86 /** Object to synchronize initial display of additional info */ 86 /** Object to synchronize initial display of additional info */
87 private Object fStartSignal; 87 private Object fStartSignal;
88 /** The table selection listener */ 88 /** The table selection listener */
89 private SelectionListener fSelectionListener= new TableSelectionListener(); 89 private SelectionListener fSelectionListener= new TableSelectionListener();
90 /** The delay after which additional information is displayed */ 90 /** The delay after which additional information is displayed */