Class symantec.itools.awt.shape.ShapeBeanInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.awt.shape.ShapeBeanInfo
Object
   |
   +----SimpleBeanInfo
           |
           +----symantec.itools.awt.shape.ShapeBeanInfo
  -  public class ShapeBeanInfo
  
-  extends SimpleBeanInfo
  
BeanInfo for Shape.
  
  -  
	symantec.itools.awt.shape.ShapeBeanInfo()
   -   Constructs a ShapeBeanInfo object.
 
  
  -  
	getAdditionalBeanInfo()
   -   Gets a BeanInfo for the superclass of this bean.
  
 -  
	getBeanDescriptor()
   -   Gets the SymantecBeanDescriptor for this bean.
  
 -  
	getMethodDescriptors()
   -   Gets an array of descriptions of the methods used for "connections" by
 Visual Café's Interaction Wizard.
  
 -  
	getPropertyDescriptors()
   -   Returns descriptions of this bean's properties.
 
  
ShapeBeanInfo
public ShapeBeanInfo()
  -  Constructs a ShapeBeanInfo 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
  
 
 
 
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 descriptions of this bean's properties.
  
 
 
    -  Overrides:
    
 -  getPropertyDescriptors in class SimpleBeanInfo
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index