public class StatusTextEvent extends TypedEvent
StatusTextEvent is sent by a Browser to
StatusTextListener's when the status text is changed.
The status text is typically displayed in the status bar of
a browser application.| Modifier and Type | Field and Description |
|---|---|
String |
text
status text
|
data, display, time, widgetsource| Constructor and Description |
|---|
StatusTextEvent(Widget widget)
Constructs a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getSourcepublic String text
public StatusTextEvent(Widget widget)
widget - the widget that fired the eventpublic String toString()
toString in class TypedEvent
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.