|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cosylab.gui.util.GuiIntrospector
public class GuiIntrospector
GuiIntrospector
offers utility methods for inspecting beans
properties.
Constructor Summary | |
---|---|
GuiIntrospector()
|
Method Summary | |
---|---|
static java.beans.PropertyDescriptor |
getDisplayerDynamicProperty(java.lang.Class displayerClass)
Returns dynamic properties of the displayer. |
static java.beans.PropertyDescriptor[] |
getDisplayerReadableStaticProperties(java.lang.Class displayerClass)
Returns all static readable properties of the specified class. |
static java.beans.PropertyDescriptor[] |
getDisplayerWritableStaticProperties(java.lang.Class displayerClass)
Returns all static writable properties of the specified class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiIntrospector()
Method Detail |
---|
public static java.beans.PropertyDescriptor[] getDisplayerWritableStaticProperties(java.lang.Class displayerClass) throws java.beans.IntrospectionException
displayerClass
-
java.beans.IntrospectionException
public static java.beans.PropertyDescriptor getDisplayerDynamicProperty(java.lang.Class displayerClass) throws java.beans.IntrospectionException
displayerClass
-
java.beans.IntrospectionException
public static java.beans.PropertyDescriptor[] getDisplayerReadableStaticProperties(java.lang.Class displayerClass) throws java.beans.IntrospectionException
displayerClass
-
java.beans.IntrospectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |