com.trolltech.qt
Class QtPropertyManager.Entry

java.lang.Object
  extended by com.trolltech.qt.QtPropertyManager.Entry
Enclosing class:
QtPropertyManager

public static class QtPropertyManager.Entry
extends java.lang.Object


Field Summary
 java.lang.reflect.Method designable
           
 java.lang.String name
           
 java.lang.reflect.Method read
           
 java.lang.reflect.Method reset
           
 int sortOrder
           
 java.lang.reflect.Method write
           
 
Constructor Summary
QtPropertyManager.Entry(java.lang.String name)
           
 
Method Summary
 boolean isDesignable(java.lang.Object o)
           
 java.lang.Class type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

read

public java.lang.reflect.Method read

write

public java.lang.reflect.Method write

reset

public java.lang.reflect.Method reset

designable

public java.lang.reflect.Method designable

sortOrder

public int sortOrder
Constructor Detail

QtPropertyManager.Entry

public QtPropertyManager.Entry(java.lang.String name)
Method Detail

isDesignable

public boolean isDesignable(java.lang.Object o)

type

public java.lang.Class type()