jfun.yan
Class Introspector

java.lang.Object
  extended by jfun.yan.Introspector

public class Introspector
extends java.lang.Object

Helper class to get meta information about a component. Including expected parameters, expected properties, etc.

Zephyr Business Solution

Author:
Michelle Lei

Constructor Summary
Introspector()
           
 
Method Summary
static ComponentInfo getComponentInfo(Component c)
          Get the meta info about a component object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Introspector

public Introspector()
Method Detail

getComponentInfo

public static ComponentInfo getComponentInfo(Component c)
Get the meta info about a component object.

Parameters:
c - the component to introspect.
Returns:
the ComponentInfo object containing the introspection result.