Class symantec.itools.awt.InfoTipPanelBeanInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.awt.InfoTipPanelBeanInfo
Object
   |
   +----SimpleBeanInfo
           |
           +----symantec.itools.awt.InfoTipPanelBeanInfo
  -  public class InfoTipPanelBeanInfo
  
-  extends SimpleBeanInfo
  
BeanInfo for InfoTipPanel.
  
  -  
	symantec.itools.awt.InfoTipPanelBeanInfo()
   -   Constructs a TextScrollingButtonBeanIn object.
 
  
  -  
	getAdditionalBeanInfo()
   -   Gets an array of BeanInfo on the superclasses of this object.
  
 -  
	getBeanDescriptor()
   -   Gets the SymantecBeanDescriptor for this bean.
  
 -  
	getDefaultPropertyIndex()
   -   Returns the index of the property expected to be changed most often by the designer.
  
 -  
	getIcon(int)
   -   Gets an image that may be used to visually represent this bean
 (in the toolbar, on a form, etc).
  
 -  
	getMethodDescriptors()
   -   Gets an array of descriptions of the methods used for "connections" by
 Visual Café's Interaction Wizard.
  
 -  
	getPropertyDescriptors()
   -   Returns desecriptions of this bean's properties.
 
  
InfoTipPanelBeanInfo
public InfoTipPanelBeanInfo()
  -  Constructs a TextScrollingButtonBeanIn object.
  
 
 
  
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
  -  Gets an array of BeanInfo on the superclasses of this object.
 The superclasses returned are all assignable from class Object
 (see isAssignableFrom).
  
 
 
    -  Returns:
    
 -  BeanInfo on this class's superclasses
    
 -  Overrides:
    
 -  getAdditionalBeanInfo in class SimpleBeanInfo
    
 -  See Also:
    
 -  isAssignableFrom
  
 
 
 
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
  
 
 
 
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
  -  Returns the index of the property expected to be changed most often by the designer.
  
 
 
    -  Overrides:
    
 -  getDefaultPropertyIndex in class SimpleBeanInfo
  
 
 
 
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()
  -  Gets an array of descriptions of the methods used for "connections" by
 Visual Café's Interaction Wizard.
 Included in each method description is a CONNECTIONS ConnectionDescriptor.
  
 
 
    -  Returns:
    
 -  method descriptions for this bean
    
 -  Overrides:
    
 -  getMethodDescriptors in class SimpleBeanInfo
    
 -  See Also:
    
 -  CONNECTIONS
  
 
 
 
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
  -  Returns desecriptions of this bean's properties.
  
 
 
    -  Overrides:
    
 -  getPropertyDescriptors in class SimpleBeanInfo
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index