Interface com.symantec.itools.vcafe.openapi.beans.DesignTimeOnClick
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface com.symantec.itools.vcafe.openapi.beans.DesignTimeOnClick
  -  public interface DesignTimeOnClick
 
  
  -  
	DESIGNTIME_ON_CLICK_ATTRIBUTE
   -  
 Bean Descriptor attribute for design time interface.
 
  
  -  
	onClick(VisualObject, Component, int, int)
   -  
 
  
DESIGNTIME_ON_CLICK_ATTRIBUTE
public static final java.lang.String DESIGNTIME_ON_CLICK_ATTRIBUTE
  -  Bean Descriptor attribute for design time interface.
 Atribute value is the Class of the design time interface.
 
  
onClick
public abstract boolean onClick(VisualObject visualObject,
                                Component component,
                                int x,
                                int y)
All Packages  Class Hierarchy  This Package  Previous  Next  Index