org.gnu.gtk.event
Class HandleBoxEvent
java.lang.Object
org.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.HandleBoxEvent
- All Implemented Interfaces:
- java.io.Serializable
public class HandleBoxEvent
- extends GtkEvent
This event is used to identify when a HandleBox receives an event
- See Also:
HandleBoxListener
,
Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HandleBoxEvent
public HandleBoxEvent(java.lang.Object source,
EventType type)
- Constructor for HandleBoxEvent.
- Parameters:
source
- type
-
isOfType
public boolean isOfType(FontButtonEvent.Type aType)
- Returns:
- True if the type of this event is the same as that stated.
getWidget
public Widget getWidget()
- Returns:
- Returns the widget.
setWidget
public void setWidget(Widget widget)
- Parameters:
widget
- The widget to set.