pamanager
Class FileAgentBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--pamanager.FileAgentBeanInfo
- public class FileAgentBeanInfo
- extends java.beans.SimpleBeanInfo
The FileAgentBeanInfo
class implements the bean info for
file agent bean.
Method Summary |
java.beans.BeanInfo[] |
getAdditionalBeanInfo()
Retrieves additional bean info from the superclass. |
java.beans.BeanDescriptor |
getBeanDescriptor()
Retrieves a descriptor for this bean. |
java.awt.Image |
getIcon(int iconKind)
Retrieves the icon for the bean info. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Retrieves the property descriptors for the file agent bean. |
Methods inherited from class java.beans.SimpleBeanInfo |
getDefaultEventIndex,
getDefaultPropertyIndex,
getEventSetDescriptors,
getMethodDescriptors,
loadImage |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
beanClass
java.lang.Class beanClass
iconColor16x16Filename
java.lang.String iconColor16x16Filename
iconColor32x32Filename
java.lang.String iconColor32x32Filename
iconMono16x16Filename
java.lang.String iconMono16x16Filename
iconMono32x32Filename
java.lang.String iconMono32x32Filename
FileAgentBeanInfo
public FileAgentBeanInfo()
- Creates a
FileAgentBeanInfo
object.
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Retrieves a descriptor for this bean.
- Returns:
- the bean descriptor which specifies a customizer for this
bean class
- Overrides:
- getBeanDescriptor in class java.beans.SimpleBeanInfo
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Retrieves the property descriptors for the file agent bean.
- Returns:
- the PropertyDescriptor[] object that contains the descriptors
- Overrides:
- getPropertyDescriptors in class java.beans.SimpleBeanInfo
getIcon
public java.awt.Image getIcon(int iconKind)
- Retrieves the icon for the bean info.
- Parameters:
iconKind
- the integer that indicates the kind of icon to be
retrieved- Returns:
- the java.awt.Image object that contains the icon
- Overrides:
- getIcon in class java.beans.SimpleBeanInfo
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
- Retrieves additional bean info from the superclass.
- Returns:
- the BeanInfo[] object that contains bean info from the super
class
- Overrides:
- getAdditionalBeanInfo in class java.beans.SimpleBeanInfo