org.gnu.glib
Class Handle32Bits

java.lang.Object
  extended by org.gnu.glib.Handle32Bits
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 Handle32Bits
extends java.lang.Object
implements Handle

Holds pointer to native peer on 32 bit platforms.


Constructor Summary
Handle32Bits()
          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

Handle32Bits

public Handle32Bits()
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