org.gnu.gtk.event
public class StatusBarEvent extends GtkEvent
Nested Class Summary | |
---|---|
static class | StatusBarEvent.Type
Type of a StatusBarEvent |
Constructor Summary | |
---|---|
StatusBarEvent(Object source, StatusBarEvent.Type type)
Creates a new StatusBar Event. |
Method Summary | |
---|---|
String | getText() |
boolean | isOfType(StatusBarEvent.Type aType) |
void | setText(String text) |
Returns: Returns the text.
Returns: True if the type of this event is the same as that stated.
Parameters: text The text to set.