Class DefaultBeanInfo

java.lang.Object
java.beans.SimpleBeanInfo
com.inductiveautomation.vision.api.designer.beans.DefaultBeanInfo
All Implemented Interfaces:
BeanInfo
Direct Known Subclasses:
CommonBeanInfo, FPMIAppBeanInfo, FPMIWindowBeanInfo

public class DefaultBeanInfo extends SimpleBeanInfo
A BeanInfo is part of the JavaBean spec - it is a class that describes a visual bean. This BeanInfo is the root class for bean infos in the Vision system. Note: Most BeanInfos implementations will actually be a subclass of CommonBeanInfo.