Class FPMIAppBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.inductiveautomation.vision.api.designer.beans.DefaultBeanInfo
com.inductiveautomation.factorypmi.designer.beaninfo.FPMIAppBeanInfo
- All Implemented Interfaces:
BeanInfo
-
Field Summary
Fields inherited from class com.inductiveautomation.vision.api.designer.beans.DefaultBeanInfo
beanClass, BOUND_MASK, CATEGORY_KEY, CONSTRAINED_MASK, DISPLAY_ORDER_KEY, EXPERT_MASK, HIDDEN_MASK, log, NO_MASK, NOT_BINDABLE_KEY, NOT_BINDABLE_MASK, NOT_TRANSLATABLE_KEY, NOT_TRANSLATABLE_MASK, PREFERRED_MASK, PREFFERED_MASK, TRANSIENT_KEY, TRANSIENT_MASK
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
initDesc()
Implement this function to initialize the BeanDescriptor.protected void
This is called by the constructor, meant to be overridden by subclasses.Methods inherited from class com.inductiveautomation.vision.api.designer.beans.DefaultBeanInfo
addBoundProp, addBoundProp, addEnumProp, addEnumProp, addEnumProp, addEnumProp, addEventSet, addEventSet, addEventSet, addEventSet, addMethod, addMethod, addMethod, addProp, addProp, addProp, addProp, addProp, addTransientProp, addTransientProp, addTransientProp, createProp, createProp, createProp, findProperty, getBeanDescriptor, getEventSetDescriptors, getIcon, getIconPath, getIconPrefix, getIconResource, getMethodDescriptors, getPropertyDescriptors, initEventSets, initMethods, removeProp, setBackgroundProperty, setBackgroundProperty, setFlags, setFlags, setForegroundProperty, setForegroundProperty, toString
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
-
Constructor Details
-
FPMIAppBeanInfo
public FPMIAppBeanInfo()
-
-
Method Details
-
initProperties
Description copied from class:DefaultBeanInfo
This is called by the constructor, meant to be overridden by subclasses.- Overrides:
initProperties
in classDefaultBeanInfo
- Throws:
IntrospectionException
-
initDesc
protected void initDesc()Description copied from class:DefaultBeanInfo
Implement this function to initialize the BeanDescriptor. UseDefaultBeanInfo.getBeanDescriptor()
to find the bean descriptor and set it's meta props to be appropriate values for this bean.- Overrides:
initDesc
in classDefaultBeanInfo
-