public class ClassInfo
implements IClassInfo
Represents the base class implementation of IClassInfo, which is used to describe a component so that it is compatible with the Visual J++ designer.
Methods
Name | Description |
---|---|
getAttributes(IAttributes attributes) | Specifies the attributes of the associated class by calling the add() method of the specified IAttributes callback interface. |
getCustomizer(Object component) | Retrieves a customizer for the specified component. |
getDefaultEventName() | Retrieves the name of the default event for the associated component class. |
getDefaultPropertyName() | Retrieves the name of the default property for the associated component class. |
getEvents(IEvents events) | Specifies the events of the associated class by calling the add() method of the specified IEvents callback interface. |
getExtenders(IExtenders extenders) | Specifies the properties of the associated class by calling the appropriate add() methods of the specified IProperties callback interface. |
getProperties(IProperties props) | Specifies the properties of the associated class by calling the appropriate add() methods of the specified IProperties callback interface. |
getToolboxBitmap() | Retrieves an image that contains a 16x16 pixel icon used to represent the component in toolboxes, list views, and so on. |
Specifies the attributes of the associated class by calling the add() method of the specified IAttributes callback interface.
Returns the customizer.
Retrieves a customizer for the specified component.
Returns the default event name.
Retrieves the name of the default event for the associated component class.
Retrieves the name of the default property for the associated component class.
Specifies the events of the associated class by calling the add() method of the specified IEvents callback interface.
Specifies the properties of the associated class by calling the appropriate add() methods of the specified IProperties callback interface.
Specifies the properties of the associated class by calling the appropriate add() methods of the specified IProperties callback interface.
Returns the icon bitmap.
Retrieves an image that contains a 16x16 pixel icon used to represent the component in toolboxes, list views, and so on.