Class symantec.itools.awt.util.edit.LocalPhoneNumberBeanInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.awt.util.edit.LocalPhoneNumberBeanInfo
Object
   |
   +----SimpleBeanInfo
           |
           +----symantec.itools.awt.util.edit.LocalPhoneNumberBeanInfo
  -  public class LocalPhoneNumberBeanInfo
  
-  extends SimpleBeanInfo
  
BeanInfo for LocalPhoneNumber.
  
  -  
	symantec.itools.awt.util.edit.LocalPhoneNumberBeanInfo()
   -   Constructs a LocalPhoneNumberBeanInfo object.
 
  
  -  
	getAdditionalBeanInfo()
   -   Gets a BeanInfo for the superclass of this bean.
  
 -  
	getBeanDescriptor()
   -   Gets the SymantecBeanDescriptor for this bean.
  
 -  
	getIcon(int)
   -   Gets an image that may be used to visually represent this bean
 (in the toolbar, on a form, etc).
  
 -  
	getMethodDescriptors()
   -    
 -  
	getPropertyDescriptors()
   -   Returns descriptions of this bean's properties.
 
  
LocalPhoneNumberBeanInfo
public LocalPhoneNumberBeanInfo()
  -  Constructs a LocalPhoneNumberBeanInfo object.
  
 
 
  
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
  -  Gets a BeanInfo for the superclass of this bean.
  
 
 
    -  Returns:
    
 -  BeanInfo[] containing this bean's superclass BeanInfo
    
 -  Overrides:
    
 -  getAdditionalBeanInfo in class SimpleBeanInfo
  
 
 
 
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
  -  Gets the SymantecBeanDescriptor for this bean.
  
 
 
    -  Returns:
    
 -  an object of type SymantecBeanDescriptor
    
 -  Overrides:
    
 -  getBeanDescriptor in class SimpleBeanInfo
    
 -  See Also:
    
 -  SymantecBeanDescriptor
  
 
 
 
getIcon
public java.awt.Image getIcon(int iconKind)
  -  Gets an image that may be used to visually represent this bean
 (in the toolbar, on a form, etc).
  
 
 
    -  Parameters:
    
 -  iconKind - the type of icon desired, one of: BeanInfo.ICON_MONO_16x16,
 BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, or BeanInfo.ICON_COLOR_32x32.
    
 -  Returns:
    
 -  an image for this bean, always color even if requested monochrome
    
 -  Overrides:
    
 -  getIcon in class SimpleBeanInfo
    
 -  See Also:
    
 -  ICON_MONO_16x16, ICON_COLOR_16x16, ICON_MONO_32x32, ICON_COLOR_32x32
  
 
 
 
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
 
    -  Overrides:
    
 -  getMethodDescriptors in class SimpleBeanInfo
  
 
 
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
  -  Returns descriptions of this bean's properties.
  
 
 
    -  Overrides:
    
 -  getPropertyDescriptors in class SimpleBeanInfo
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index