|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
org.geotools.validation.ValidationBeanInfo
public class ValidationBeanInfo
Utility class extending SimpleBeanInfo with our own helper functions.
Field Summary |
---|
Fields inherited from interface java.beans.BeanInfo |
---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
---|---|
ValidationBeanInfo()
ValidationBeanInfo constructor. |
Method Summary | |
---|---|
protected java.lang.Class |
beanType()
Based on getCLass().getName() return target Bean type |
protected java.beans.PropertyDescriptor |
createPropertyDescriptor(java.lang.String name,
java.lang.Class cls,
java.util.ResourceBundle resourceBundle)
|
protected java.beans.PropertyDescriptor |
createPropertyDescriptor(java.lang.String name,
java.util.ResourceBundle bundle)
|
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Implementation of getPropertyDescriptors. |
protected java.util.ResourceBundle |
getResourceBundle()
Return bundle for the property file for out beanType |
protected java.util.ResourceBundle |
getResourceBundle(java.lang.Class cls)
Return bundle for the property file for the provided class |
Methods inherited from class java.beans.SimpleBeanInfo |
---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationBeanInfo()
Description
Method Detail |
---|
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class java.beans.SimpleBeanInfo
BeanInfo.getPropertyDescriptors()
protected java.lang.Class beanType()
protected java.util.ResourceBundle getResourceBundle()
protected java.util.ResourceBundle getResourceBundle(java.lang.Class cls)
protected java.beans.PropertyDescriptor createPropertyDescriptor(java.lang.String name, java.util.ResourceBundle bundle) throws java.beans.IntrospectionException
java.beans.IntrospectionException
protected java.beans.PropertyDescriptor createPropertyDescriptor(java.lang.String name, java.lang.Class cls, java.util.ResourceBundle resourceBundle) throws java.beans.IntrospectionException
java.beans.IntrospectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |