public class PlugInBeanInfo
extends java.beans.SimpleBeanInfo
| Constructor and Description |
|---|
PlugInBeanInfo(java.lang.Class pluginClass)
每一種plugin componet都有各自的PlugInBeanInfo,
|
| Modifier and Type | Method and Description |
|---|---|
java.beans.BeanInfo[] |
getAdditionalBeanInfo() |
java.beans.BeanDescriptor |
getBeanDescriptor() |
int |
getDefaultEventIndex() |
int |
getDefaultPropertyIndex() |
java.beans.EventSetDescriptor[] |
getEventSetDescriptors() |
java.awt.Image |
getIcon(int iconKind) |
java.beans.MethodDescriptor[] |
getMethodDescriptors() |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors() |
public PlugInBeanInfo(java.lang.Class pluginClass)
pluginClass - public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor in interface java.beans.BeanInfogetBeanDescriptor in class java.beans.SimpleBeanInfopublic java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors in interface java.beans.BeanInfogetEventSetDescriptors in class java.beans.SimpleBeanInfopublic int getDefaultEventIndex()
getDefaultEventIndex in interface java.beans.BeanInfogetDefaultEventIndex in class java.beans.SimpleBeanInfopublic java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface java.beans.BeanInfogetPropertyDescriptors in class java.beans.SimpleBeanInfopublic int getDefaultPropertyIndex()
getDefaultPropertyIndex in interface java.beans.BeanInfogetDefaultPropertyIndex in class java.beans.SimpleBeanInfopublic java.beans.MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors in interface java.beans.BeanInfogetMethodDescriptors in class java.beans.SimpleBeanInfopublic java.beans.BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo in interface java.beans.BeanInfogetAdditionalBeanInfo in class java.beans.SimpleBeanInfopublic java.awt.Image getIcon(int iconKind)
getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfoCopyright ? 2022. All Rights Reserved.