TextChangedEvent

This event is sent by the StyledTextContent implementor when a change to the text occurs.

@see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

class TextChangedEvent : TypedEvent {}

Constructors

this
this(StyledTextContent source)

Create the TextChangedEvent to be used by the StyledTextContent implementor. <p>

Inherited Members

From TypedEvent

display
Display display;

the display where the event occurred

widget
Widget widget;

the widget that issued the event

time
int time;

the time that the event occurred.

data
Object data;

a field for application use

getName
String getName()

Returns the name of the event. This is the name of the class without the module name.

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Meta