Class Install4JBeanInfo

java.lang.Object
java.beans.SimpleBeanInfo
com.install4j.api.beaninfo.Install4JBeanInfo
All Implemented Interfaces:
BeanInfo
Direct Known Subclasses:
ActionBeanInfo, FormComponentBeanInfo, ScreenBeanInfo

public abstract class Install4JBeanInfo extends SimpleBeanInfo
Base class for bean infos. It is recommended to derive your bean info from one of the derived classes which are specific to screens, actions and form components.

Using this class is not strictly required. In principle, you could also set values for the ATTRIBUTE_* constants in the bean descriptor of an unrelated bean info class.