org.gnu.gtk.event
public class UIManagerEvent extends GtkEvent
See Also: UIManagerListener UIManager
Nested Class Summary | |
---|---|
static class | UIManagerEvent.Type |
Constructor Summary | |
---|---|
UIManagerEvent(Object source, EventType type)
Construct a UIManagerEvent object. |
Method Summary | |
---|---|
Action | getAction() |
Widget | getWidget() |
boolean | isOfType(UIManagerEvent.Type aType) |
void | setAction(Action action) |
void | setWidget(Widget widget) |
Returns: Returns the action.
Returns: Returns the widget.
Returns: True if the type of this event is the same as that stated.
Parameters: action The action to set.
Parameters: widget The widget to set.