|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QtPropertyManager
@Deprecated public class QtPropertyManager
This class has been deprecated, and will be removed from the next minor release of Qt Jambi. Use QObject.property() and QObject.setProperty() to access properties.
Nested Class Summary | |
---|---|
static class |
QtPropertyManager.Entry
Deprecated. The Entry class is used to keep information about a property. |
Constructor Summary | |
---|---|
QtPropertyManager()
Deprecated. This is a JambiDoclet generated javadoc comment for com.trolltech.qt.QtPropertyManager. |
Method Summary | |
---|---|
static java.util.HashMap<java.lang.String,QtPropertyManager.Entry> |
findProperties(java.lang.Class cl)
Deprecated. Returns the properties of class cl. |
static java.util.HashMap<java.lang.String,QtPropertyManager.Entry> |
findPropertiesRecursive(java.lang.Class cl)
Deprecated. Returns a HashMap of properties declared by cl and its ancestors. |
static java.lang.Object |
readProperty(java.lang.Object object,
java.lang.String name)
Deprecated. Returns the value of the proprty name of object. |
static void |
resetProperty(java.lang.Object object,
java.lang.String name)
Deprecated. Resets the property name in object. |
static void |
writeProperty(java.lang.Object object,
java.lang.String name,
java.lang.Object value)
Deprecated. Sets the value of the property name in object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QtPropertyManager()
Method Detail |
---|
public static java.util.HashMap<java.lang.String,QtPropertyManager.Entry> findPropertiesRecursive(java.lang.Class cl)
public static java.util.HashMap<java.lang.String,QtPropertyManager.Entry> findProperties(java.lang.Class cl)
public static java.lang.Object readProperty(java.lang.Object object, java.lang.String name)
public static void writeProperty(java.lang.Object object, java.lang.String name, java.lang.Object value)
public static void resetProperty(java.lang.Object object, java.lang.String name)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |