Class FPMIWindowBeanInfo
- java.lang.Object
- 
- java.beans.SimpleBeanInfo
- 
- com.inductiveautomation.vision.api.designer.beans.DefaultBeanInfo
- 
- com.inductiveautomation.factorypmi.designer.beaninfo.FPMIWindowBeanInfo
 
 
 
- 
- All Implemented Interfaces:
- java.beans.BeanInfo
 
 public class FPMIWindowBeanInfo extends DefaultBeanInfo 
- 
- 
Field Summary- 
Fields 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_MASK
 
- 
 - 
Constructor SummaryConstructors Constructor Description FPMIWindowBeanInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ImagegetIcon(int kind)protected voidinitDesc()Implement this function to initialize the BeanDescriptor.protected voidinitEventSets()This is called by the constructor, meant to be overridden by subclasses.protected voidinitProperties()This 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, toString
 
- 
 
- 
- 
- 
Method Detail- 
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
 
 - 
initPropertiesprotected void initProperties() throws java.beans.IntrospectionExceptionDescription copied from class:DefaultBeanInfoThis is called by the constructor, meant to be overridden by subclasses.- Overrides:
- initPropertiesin class- DefaultBeanInfo
- Throws:
- java.beans.IntrospectionException
 
 - 
initEventSetsprotected void initEventSets() throws java.beans.IntrospectionExceptionDescription copied from class:DefaultBeanInfoThis is called by the constructor, meant to be overridden by subclasses.- Overrides:
- initEventSetsin class- DefaultBeanInfo
- Throws:
- java.beans.IntrospectionException
 
 - 
getIconpublic java.awt.Image getIcon(int kind) - Specified by:
- getIconin interface- java.beans.BeanInfo
- Overrides:
- getIconin class- DefaultBeanInfo
 
 
- 
 
-