org.gnu.gtk.event
Class StatusBarEvent
- Serializable
public class StatusBarEvent
An event represeting action by a
StatusBar
widget.
StatusBarEvent
public StatusBarEvent(Object source,
StatusBarEvent.Type type)
Creates a new StatusBar Event. This is used internally by java-gnome. Users
only have to deal with listeners.
getText
public String getText()
- Returns the text.
isOfType
public boolean isOfType(StatusBarEvent.Type aType)
- True if the type of this event is the same as that stated.
setText
public void setText(String text)
text
- The text to set.