Module qtjambi

Class NativeUtility.Object

java.lang.Object
io.qt.internal.NativeUtility.Object
All Implemented Interfaces:
QtObjectInterface
Direct Known Subclasses:
QtObject
Enclosing class:
NativeUtility

protected abstract static class NativeUtility.Object extends Object implements QtObjectInterface
  • Constructor Details

    • Object

      protected Object()
    • Object

      protected Object(Object privateConstructor)
  • Method Details

    • dispose

      public void dispose()
      Description copied from interface: QtObjectInterface
      Explicitly removes the native resources held by the object. Note that though this method does not guarantee that the object will be garbage collected, it is not safe to reference the object after it has been disposed.
      Specified by:
      dispose in interface QtObjectInterface
    • isDisposed

      @QtUninvokable public boolean isDisposed()
      Description copied from interface: QtObjectInterface
      Is java object connected to native object?
      Specified by:
      isDisposed in interface QtObjectInterface
      Returns:
      true if disposed
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object