org.gnu.gtk.event
Class OptionMenuEvent
- Serializable
public class OptionMenuEvent
An event representing action by a
OptionMenu
widget.
static class | OptionMenuEvent.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.
|
OptionMenuEvent(Object source, OptionMenuEvent.Type 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(OptionMenuEvent.Type 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.
|
OptionMenuEvent
public OptionMenuEvent(Object source,
OptionMenuEvent.Type 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.
Creates a new OptionMenu Event. This is used internally by java-gnome.
Users only have to deal with listeners.
isOfType
public boolean isOfType(OptionMenuEvent.Type 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.
- True if the type of this event is the same as that stated.