Adds an event to the EventMap.
Connect an event to a callback method that has the same name as the
event.
Connect a event to a callback method that has the same name as the event.
Connect a event to a static callback method "func" in Class "cbrecv".
Connect a event to a static callback method "func" in Class "cbrecv".
Connect a event to a callback method "func" in object "cbrecv".
Connect a event to a callback method "func" in object "cbrecv".
Connect a event to a callback method "func" in object "cbrecv".
Add a listener that will be activated when a property is updated updated
("notify" signal).
Version of GTK that these bindings wrap.
Append an element to the end of the list.
Append a string to the end of this instance.
Append a string to this instance, where the string is represented as an
array of byte
s representing character values in the
default encoding.
This class is only instantiable via subclasses.
Compare this to another object.
Compare this to another object.
Check if two objects refer to the same (native) object.
Check if two objects refer to the same (native) object.
The class represents an internal representation of an Error from the GTK and
GNOME libraries.
Construct a new Error object.
An EventMap is a Java-GNOME implementation class which encapsulates all
static information that maps GTK signals to Java-GNOME events.
Event initialization marker.
Represents a particular type of an event.
Constructs a new event type
Do not call this method; it's only purpose is to ensure that the idle is
stopped before it is GC'd.
Do not call this method; it's only purpose is to ensure that the timer is
stopped before it is GC'd.
Find a Quark that is associated with the given string.
A generic signal callback, which returns true
if the
subsystem that called it should continue firing (that is, continue
invoking this callback).
Defines the interface for a
fire
method, which is used by
Timer
to signal that its interval has elapsed.
Return the first element from the List.
Base class for all classes resulting from a define-flags
in a
.defs
file.
This class is only instantiable via subclasses.
Return a Type instance initialized as FLAGS.
Return a Type instance initialized as FLOAT.
Release the resources associated with this object.
Stops emission of "notify" signals on object.
NATIVE METHODS - represent macros in the libs
Used internally by Java-Gnome
Convenience method for retrieving boolean properties.
Gets a Boxed instance for the given Handle.
Gets the Java Object associated with the given key from this
object's object association table.
Return the domain for this error.
Used internally by Java-Gnome
Convenience method for retrieving double properties.
Return the error code associated with this error.
Return the error message associated with this error.
Return the event listener class for a given signal.
Get the event type for a given signal.
Used internally by Java-Gnome
Convenience method for retrieving float properties.
Gets a GObject instance for the given Handle.
Get the raw handle value.
Used internally by Java-Gnome
Returns the interval associated with this Timer.
Return the int to which the native
Handle
holds a
pointer.
Convenience method for retrieving int properties.
Get the data held by this Value object.
Convenience method for retrieving Object properties.
Used internally by Java-Gnome
Convenience method for retrieving long properties.
Get a native handle that refers to a null pointer.
Returns the execution priority for this Idle.
Get the
Value
of the given property (
name).
Returns the object on which the event originally occured
Retrieve the string value associated with this Quark.
Used internally by Java-Gnome
Return the String to which the native
Handle
holds a
pointer.
Convenience method for retrieving String properties.
Returns the unique identifyer used to identify a type in the native
libraries.
Get the raw value of the object.
Get the raw value of the object.
A base event class for capturing signals emitted by
GObject
s..
Construct a GEvent object with the specified source object and type.
Construct an instance initially containing the elemnts of the given
array.
Construct an instance initially containing the elements of the given
vector.
Base class for all objects that participate in the GLib object system.
Create an uninitialized instance.
Create a new GObject with a handle to a native resource returned from a
call to the native libraries.
Create a new GObject of the given type.
Interface that represents a pointer to a native peer.
Holds pointer to native peer on 32 bit platforms.
Holds pointer to native peer on 64 bit platforms.
Returns a hash code value for the object.
Get the hash code for this instance.
Get the hash code for this instance.
Returns a hash code value for the object.
Determines if this object supports the given named property.
Idle: an object that executes a Fireable
target object's
fire
method at the next available time.
Create a new Idle object.
Create a new Idle object.
Connect all event handlers to this event source.
Connect an event handler of the type provided.
Connect an event handler of the type provided.
Insert an element at a specified location in the List.
INT() - static method in class org.gnu.glib.
Type Return a Type instance initialized as INT.
Return a Type instance initialized as INTERFACE.
Return a Type instance initialized as INVALID.
Returns whether this idle is running.
Checks to see if the main loop is currently being run via
run()
.
Returns whether this timer is running.
Used internally by Java-Gnome to set a boolean value
Convenience method for setting boolean properties.
Sets an association from a String to a Java Object to be
stored in the GTK object's table of associations.
Used internally by Java-Gnome to set a double value
Convenience method for setting double properties.
Used internally by Java-Gnome to set a float value
Convenience method for setting float properties.
Sets this object's native handle.
Used internally by Java-Gnome to set an integer value
Set the interval associated with this Timer.
Convenience method for setting int properties.
Set the data held by this Value object with the given Object.
Convenience method for setting Object properties.
Used internally by Java-Gnome to set a long value
Convenience method for setting long properties.
Set the execution priority for this Idle.
Set the given property (
name) with the given
Value
on this object.
Used internally by Java-Gnome to set a string value
Convenience method for setting String properties.
The object on which the event initially occurred.
Start this Idle object; that is, begin executing its fire method at the
available execution slot in the mainloop.
Start this timer object; that is, begin executing its fire method at its
specified interval.
Stop this idle object; that is, stop executing its fire method at its
specified interval.
Stop this timer object; that is, stop executing its fire method at its
specified interval.
Return a Type instance initialized as STRING.
Create an uninitialized instance.
Create a new Struct with a handle to a native resource returned from a
call to the native libraries.
Timer: an object that executes a Fireable
target object's
fire
method at a specified interval.
Create a new Timer object.
Generates a string representation of the event.
This class represents the GLib Runtime type identification and management
system.
Construct a new Type from a integer that represents the type.
Construct a Type by its' name.
Compares a Type with the current object.
Determine if the Type parameter is a derivable type, checking
whether this Type object is a descendant of the Type
parameter.