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