org.gnu.glib
Class Handle64Bits

java.lang.Object
  extended by org.gnu.glib.Handle64Bits
All Implemented Interfaces:
Handle

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class does not have an equivalent in java-gnome 4.0.

public class Handle64Bits
extends java.lang.Object
implements Handle

Holds pointer to native peer on 64 bit platforms.


Constructor Summary
Handle64Bits()
          Deprecated.  
 
Method Summary
 boolean equals(Handle other)
          Deprecated.  
 Struct getProxiedObject()
          Deprecated.  
 boolean isNull()
          Deprecated.  
 void setProxiedObject(Struct object)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Handle64Bits

public Handle64Bits()
Deprecated. 
Method Detail

isNull

public boolean isNull()
Deprecated. 
Specified by:
isNull in interface Handle

equals

public boolean equals(Handle other)
Deprecated. 
Specified by:
equals in interface Handle

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

getProxiedObject

public Struct getProxiedObject()
Deprecated. 
Specified by:
getProxiedObject in interface Handle

setProxiedObject

public void setProxiedObject(Struct object)
Deprecated. 
Specified by:
setProxiedObject in interface Handle