comparison dwtx/jface/internal/text/html/BrowserInput.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
34 * 34 *
35 * @since 3.4 35 * @since 3.4
36 */ 36 */
37 public abstract class BrowserInput { 37 public abstract class BrowserInput {
38 38
39 private final BrowserInput fPrevious; 39 private const BrowserInput fPrevious;
40 private BrowserInput fNext; 40 private BrowserInput fNext;
41 41
42 /** 42 /**
43 * Create a new Browser input. 43 * Create a new Browser input.
44 * 44 *