org.kde.qt
Class QDropSite

java.lang.Object
  extended by org.kde.qt.QDropSite
All Implemented Interfaces:
QtSupport

public class QDropSite
extends java.lang.Object
implements QtSupport


Constructor Summary
protected QDropSite(java.lang.Class dummy)
           
  QDropSite(QWidget parent)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDropSite

protected QDropSite(java.lang.Class dummy)

QDropSite

public QDropSite(QWidget parent)
Method Detail

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()


isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?