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