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