org.gnu.gtk.event

Class FontButtonEvent

public class FontButtonEvent extends GtkEvent

This event is used to identify when a FontButton receives an event

See Also: FontButtonListener

Nested Class Summary
static classFontButtonEvent.Type
Constructor Summary
FontButtonEvent(Object source, EventType type)
Constructor for FontButtonEvent.
Method Summary
booleanisOfType(FontButtonEvent.Type aType)

Constructor Detail

FontButtonEvent

public FontButtonEvent(Object source, EventType type)
Constructor for FontButtonEvent.

Parameters: source type

Method Detail

isOfType

public boolean isOfType(FontButtonEvent.Type aType)

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