org.kde.qt
Class QStyleFactory

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

public class QStyleFactory
extends java.lang.Object
implements QtSupport


Constructor Summary
  QStyleFactory()
           
protected QStyleFactory(java.lang.Class dummy)
           
 
Method Summary
static QStyle create(java.lang.String arg1)
           
 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?
static java.util.ArrayList keys()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QStyleFactory

protected QStyleFactory(java.lang.Class dummy)

QStyleFactory

public QStyleFactory()
Method Detail

keys

public static java.util.ArrayList keys()

create

public static QStyle create(java.lang.String arg1)

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?