org.gnu.gnome.event
Class AppBarEvent
GtkEvent
org.gnu.gnome.event.AppBarEvent
public class AppBarEvent
extends GtkEvent
An event represeting action by a
AppBar
widget.
static class | AppBarEvent.Type - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
AppBarEvent(Object source, AppBarEvent.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(AppBarEvent.Type aType) - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
AppBarEvent
public AppBarEvent(Object source,
AppBarEvent.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 AppBarEvent. This is used internally by java-gnome. Users
only have to deal with listeners.
isOfType
public boolean isOfType(AppBarEvent.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.