Changeset 212:ab60f3309436 for dwt/custom/LineStyleEvent.d
- Timestamp:
- 05/04/08 18:12:38 (7 months ago)
- Files:
-
- dwt/custom/LineStyleEvent.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/LineStyleEvent.d
r155 r212 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2006 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 17 17 import dwt.custom.Bullet; 18 18 import dwt.custom.StyledTextEvent; 19 import dwt.dwthelper.utils; 19 20 20 21 /** … … 31 32 * line text (input) 32 33 */ 33 public char[]lineText;34 public String lineText; 34 35 35 36 /**
