org.gnu.gnome.event
Class IconEntryEvent
GtkEvent
org.gnu.gnome.event.IconEntryEvent
public class IconEntryEvent
extends GtkEvent
An event represeting action by a
IconEntry
widget.
IconEntryEvent(Object source, IconEntryEvent.Type type) - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
boolean | isOfType(IconEntryEvent.Type aType) - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
IconEntryEvent
public IconEntryEvent(Object source,
IconEntryEvent.Type type)
Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
Creates a new IconEntryrEvent. This is used internally by java-gnome.
Users only have to deal with listeners.
isOfType
public boolean isOfType(IconEntryEvent.Type aType)
Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
- True if the type of this event is the same as that stated.