borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.jb.util.BasicBeanInfo +----com.borland.dx.dataset.ParameterRowBeanInfo
Variables Constructors Properties Methods
Implements BeanInfo
The ParameterRowBeanInfo
component provides explicit information about the ParameterRow
component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo
class.
The ParameterRowBeanInfo
component specifies the properties of the ParameterRow
that appear at design time in the Inspector and their access methods.
The ParameterRowBeanInfo
component does not expose the methods and events of the ParameterRow
, but specifies that these be extracted through introspection.
public ParameterRowBeanInfo()Contructs a
ParameterRowBeanInfo
component.