|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QtPropertyManager.Entry
public static class QtPropertyManager.Entry
The Entry class is used to keep information about a property. QtPropertyManager can return an Entry list for each property in a class.
Field Summary | |
---|---|
java.lang.reflect.Method |
designable
A method that returns true if the property can be edited in a GUI builder; otherwise, false. |
java.lang.String |
name
The name of the property. |
java.lang.reflect.Method |
read
The read method of the property. |
java.lang.reflect.Method |
reset
The reset method of the property. |
int |
sortOrder
The sort order of the property. |
java.lang.reflect.Method |
write
The writemethod of the property. |
Constructor Summary | |
---|---|
QtPropertyManager.Entry(java.lang.String name)
Creates an Entry for a property named name. |
Method Summary | |
---|---|
boolean |
isDesignable(java.lang.Object o)
Invokes the designable Method and returns the result. |
java.lang.Class |
type()
Returns the type of the property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.reflect.Method read
public java.lang.reflect.Method write
public java.lang.reflect.Method reset
public java.lang.reflect.Method designable
public int sortOrder
Constructor Detail |
---|
public QtPropertyManager.Entry(java.lang.String name)
Method Detail |
---|
public boolean isDesignable(java.lang.Object o)
public java.lang.Class type()
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |