org.gnu.gtk.event
Class FontButtonEvent
- Serializable
public class FontButtonEvent
This event is used to identify when a FontButton receives an event
FontButtonEvent(Object source, EventType type) - 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) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
FontButtonEvent
public FontButtonEvent(Object source,
EventType type)
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 FontButtonEvent.
isOfType
public boolean isOfType(FontButtonEvent.Type aType)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- True if the type of this event is the same as that stated.