proplist.add(new PropertyDescriptor("className", //$NON-NLS-1$
CaptionTag.class, null, "setClass")); //$NON-NLS-1$
}
catch (IntrospectionException ex)
{
throw new UnhandledException("You got an introspection exception - maybe defining a property that is not"
+ " defined in the CaptionTag?: "
+ ex.getMessage(), ex);
}
PropertyDescriptor[] result = new PropertyDescriptor[proplist.size()];