org.gnu.gtk.event
Class UIManagerEvent
- Serializable
public class UIManagerEvent
An event represeting action by a
UIManager
object.
UIManagerEvent(Object source, EventType type) - Construct a UIManagerEvent object.
|
UIManagerEvent
public UIManagerEvent(Object source,
EventType type)
Construct a UIManagerEvent object.
getAction
public Action getAction()
getWidget
public Widget getWidget()
isOfType
public boolean isOfType(UIManagerEvent.Type aType)
- True if the type of this event is the same as that stated.
setAction
public void setAction(Action action)
action
- The action to set.
setWidget
public void setWidget(Widget widget)
widget
- The widget to set.