org.eclipse.swt.custom
Class ExtendedModifyEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.internal.SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.custom.ExtendedModifyEvent
- All Implemented Interfaces:
- Serializable
public final class ExtendedModifyEvent
- extends TypedEvent
This event is sent after a text change occurs.
- See Also:
- Serialized Form
Field Summary |
int |
length
length of the new text |
String |
replacedText
replaced text or empty string if no text was replaced |
int |
start
start offset of the new text |
start
public int start
- start offset of the new text
length
public int length
- length of the new text
replacedText
public String replacedText
- replaced text or empty string if no text was replaced
ExtendedModifyEvent
public ExtendedModifyEvent(org.eclipse.swt.custom.StyledTextEvent e)
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.