java.lang.Object java.util.EventObject org.eclipse.swt.internal.SWTEventObject org.eclipse.swt.events.TypedEvent org.eclipse.swt.browser.StatusTextEvent
public class StatusTextEvent
A 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.
StatusTextEvent
Browser
StatusTextListener
String
text
data, display, time, widget
source
StatusTextEvent ( Widget widget)
toString ()
getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String text
public StatusTextEvent( Widget widget)
widget
public String toString()
toString
TypedEvent
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.