org.gnu.gtk.event

Class HandleBoxEvent

Implemented Interfaces:
Serializable

public class HandleBoxEvent
extends GtkEvent

This event is used to identify when a HandleBox receives an event
See Also:
HandleBoxListener

Nested Class Summary

static class
HandleBoxEvent.Type

Constructor Summary

HandleBoxEvent(Object source, EventType type)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Method Summary

Widget
getWidget()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
boolean
isOfType(FontButtonEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
void
setWidget(Widget widget)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Methods inherited from class org.gnu.gtk.event.GtkEvent

getSource, getType, toString

Constructor Details

HandleBoxEvent

public HandleBoxEvent(Object source,
                      EventType type)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Constructor for HandleBoxEvent.
Parameters:
source -
type -

Method Details

getWidget

public Widget getWidget()

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Returns:
Returns the widget.

isOfType

public boolean isOfType(FontButtonEvent.Type aType)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Returns:
True if the type of this event is the same as that stated.

setWidget

public void setWidget(Widget widget)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Parameters:
widget - The widget to set.