|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Boxed
Base class for all classes resulting from a define-boxed
in a .defs
file.
Field Summary | |
protected Handle |
handle
holder for the raw GLib/GTK pointer |
Constructor Summary | |
protected |
Boxed()
This class is only instantiable via subclasses. |
protected |
Boxed(Handle handle)
|
Method Summary | |
boolean |
equals(java.lang.Object other)
Check if two objects refer to the same (native) object. |
Handle |
getHandle()
Get the raw handle value. |
int |
hashCode()
Returns a hash code value for the object. |
protected void |
setHandle(Handle handle)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Handle handle
Constructor Detail |
protected Boxed()
protected Boxed(Handle handle)
Method Detail |
public final Handle getHandle()
protected void setHandle(Handle handle)
public boolean equals(java.lang.Object other)
other
- the reference object with which to compare.
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |