Class FPMIWindowBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.inductiveautomation.vision.api.designer.beans.DefaultBeanInfo
com.inductiveautomation.factorypmi.designer.beaninfo.FPMIWindowBeanInfo
- 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_MASKFields 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 TypeMethodDescriptiongetIcon(int kind) protected voidinitDesc()Implement this function to initialize the BeanDescriptor.protected voidThis is called by the constructor, meant to be overridden by subclasses.protected voidThis 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, getIconPath, getIconPrefix, getIconResource, getMethodDescriptors, getPropertyDescriptors, initMethods, removeProp, setBackgroundProperty, setBackgroundProperty, setFlags, setFlags, setForegroundProperty, setForegroundProperty, toStringMethods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
-
Constructor Details
-
FPMIWindowBeanInfo
public FPMIWindowBeanInfo()
-
-
Method Details
-
initDesc
protected void initDesc()Description copied from class:DefaultBeanInfoImplement 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:
initDescin classDefaultBeanInfo
-
initProperties
Description copied from class:DefaultBeanInfoThis is called by the constructor, meant to be overridden by subclasses.- Overrides:
initPropertiesin classDefaultBeanInfo- Throws:
IntrospectionException
-
initEventSets
Description copied from class:DefaultBeanInfoThis is called by the constructor, meant to be overridden by subclasses.- Overrides:
initEventSetsin classDefaultBeanInfo- Throws:
IntrospectionException
-
getIcon
- Specified by:
getIconin interfaceBeanInfo- Overrides:
getIconin classDefaultBeanInfo
-