borland Packages borland Class Hierarchy
Package borland.dbswing
About borland.dbswing
The borland.dbswing package extends the navigation and editing components from the
com.sun.java.swing
package by adding data-awareness features to most of the java.Swing classes.
Typically, a dbSwing component adds either or both of the
following properties to the base Swing component:
- the dataSet property that connects the component to a JBCL DataSet
- the columnName property that connects the component to a JBCL Column of the DataSet
See also:
Classes and components
Overview of classes in the borland.dbswing package
Navigation and editing controls
- JdbCheckBox - A data-aware extension of JCheckBox
- JdbComboBox - A data-aware extension of JComboBox
- JdbLabel - A data-aware extension of JLabel
- JdbList - A data-aware extension of JList
- JdbNavComboBox - A data-aware extension of JComboBox
- JdbNavList - A data-aware extension of JList
- JdbNavToolBar - A data-aware extension of JToolBar
- JdbRadioButton - A data-aware extension of JRadioButton
- JdbStatusLabel - A data-aware extension of JLabel
- JdbTable - A data-aware extension of JTable
- JdbTextArea - A data-aware extension of JTextArea
- JdbTextField - A data-aware extension of JTextField
- JdbTextPane - A data-aware extension of JTextPane
- JdbToggleButton - A data-aware extension of JToggleButton
Model and miscellaneous classes
- dbListCellRenderer - A data-aware extension of dbListModel
- dbListModel - A data-aware extension of AbstractListModel
- dbNavComboBoxModel - A data-aware extension of AbstractListModel
- dbTableColumnModel - A data-aware extension of DefaultTableColumnModel
- dbTableModel - A data-aware extension of AbstractTableModel
- NullComboBox - A data-aware extension of AbstractTableModel
- NullTableModel - A data-aware extension of AbstractTableModel