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 SummaryFields inherited from class com.inductiveautomation.vision.api.designer.beans.DefaultBeanInfobeanClass, 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.BeanInfoICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.DefaultBeanInfoaddBoundProp, 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.SimpleBeanInfogetAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
- 
Constructor Details- 
FPMIWindowBeanInfopublic FPMIWindowBeanInfo()
 
- 
- 
Method Details- 
initDescprotected 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 class- DefaultBeanInfo
 
- 
initPropertiesDescription copied from class:DefaultBeanInfoThis is called by the constructor, meant to be overridden by subclasses.- Overrides:
- initPropertiesin class- DefaultBeanInfo
- Throws:
- IntrospectionException
 
- 
initEventSetsDescription copied from class:DefaultBeanInfoThis is called by the constructor, meant to be overridden by subclasses.- Overrides:
- initEventSetsin class- DefaultBeanInfo
- Throws:
- IntrospectionException
 
- 
getIcon- Specified by:
- getIconin interface- BeanInfo
- Overrides:
- getIconin class- DefaultBeanInfo
 
 
-