Changeset 212:ab60f3309436 for dwt/custom/ExtendedModifyEvent.d
- Timestamp:
- 05/04/08 18:12:38 (7 months ago)
- Files:
-
- dwt/custom/ExtendedModifyEvent.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/ExtendedModifyEvent.d
r155 r212 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2004 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 /** … … 25 26 public int length; 26 27 /** replaced text or empty string if no text was replaced */ 27 public char[]replacedText;28 public String replacedText; 28 29 29 30 static final long serialVersionUID = 3258696507027830832L;
