borland Packages  Class Hierarchy  dbswing Package  Index 

JdbTable component

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----com.sun.java.swing.JComponent
                           +----com.sun.java.swing.JTable
                                   +----borland.dbswing.JdbTable

About the JdbTable component

Variables  Constructors  Properties  Methods  Event Listeners

Implements AccessListener, DataSetAware, NavigationListener, Accessible, CellEditorListener, ListSelectionListener, TableColumnModelListener, TableModelListener, Scrollable, ImageObserver, MenuContainer, Serializable, EventListener

The JdbTable component extends the java.swing.JTable class, allowing it to be connected to a JBuilder DataSet through its dataSet property.


JdbTable variables

Variables implemented in this class

Variables implemented in com.sun.java.swing.JComponent

Variables implemented in com.sun.java.swing.JTable

Variables implemented in java.awt.Component

JdbTable constructors

JdbTable properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.sun.java.swing.JComponent

Properties implemented in com.sun.java.swing.JTable

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

JdbTable methods

Methods implemented in this class

Methods implemented in com.sun.java.swing.JComponent

Methods implemented in com.sun.java.swing.JTable

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.lang.Object

JdbTable event listeners


JdbTable variables

addNotifyCalled

  protected boolean addNotifyCalled

dataSet

  protected DataSet dataSet

JdbTable constructors

JdbTable()

  public JdbTable()
Constructs a JdbTable component by calling the null constructor of its superclass.

JdbTable(com.sun.java.swing.table.TableModel)

  public JdbTable(com.sun.java.swing.table.TableModel dm)
Constructs a JdbTable component by calling the constructor of its superclass that takes a TableModel as a parameter.

JdbTable(com.sun.java.swing.table.TableModel, com.sun.java.swing.table.TableColumnModel)

  public JdbTable(com.sun.java.swing.table.TableModel dm, com.sun.java.swing.table.TableColumnModel cm)
Constructs a JdbTable component by calling the constructor of its superclass that takes a TableModel and TableColumnModel as parameters.

JdbTable(com.sun.java.swing.table.TableModel, com.sun.java.swing.table.TableColumnModel, com.sun.java.swing.ListSelectionModel)

  public JdbTable(com.sun.java.swing.table.TableModel dm, com.sun.java.swing.table.TableColumnModel cm, com.sun.java.swing.ListSelectionModel sm)
Constructs a JdbTable component by calling the constructor of its superclass that takes a TableModel, TableColumnModel, and ListSelectionModel as parameters.

JdbTable(int, int)

  public JdbTable(int numColumns, int numRows)
Constructs a JdbTable component by calling the constructor of its superclass that takes int values for the number of columns and rows in the table.

JdbTable(java.lang.Object[][], java.lang.Object[])

  public JdbTable(java.lang.Object[][] data, java.lang.Object[] columnNames)
Constructs a JdbTable component by calling the constructor of its superclass that takes two arrays of Objects for the table's data and column names.

JdbTable(java.util.Vector, java.util.Vector)

  public JdbTable(java.util.Vector data, java.util.Vector columnNames)
Constructs a JdbTable component by calling the constructor of its superclass that takes Vectors for the table's data and its column names.

JdbTable properties

dataSet

 public DataSet getDataSet()
 public void setDataSet(borland.jbcl.dataset.DataSet dataSet)
Specifies the DataSet object that is the source of the data to display in the table.

preferredSize

 public Dimension getPreferredSize()

JdbTable methods

addNotify()

  public void addNotify()

Overrides: com.sun.java.swing.JComponent.addNotify()

updateUI()

  public void updateUI()

Overrides: com.sun.java.swing.JTable.updateUI()


JdbTable event listeners

This component is a source for the following event sets. For information on the standard AWT event sets, see Standard Java events.

ancestor

 public void addAncestorListener(com.sun.java.swing.event.AncestorListener )
 public void removeAncestorListener(com.sun.java.swing.event.AncestorListener )

component

 public synchronized void addComponentListener(java.awt.event.ComponentListener )
 public synchronized void removeComponentListener(java.awt.event.ComponentListener )

container

 public synchronized void addContainerListener(java.awt.event.ContainerListener )
 public void removeContainerListener(java.awt.event.ContainerListener )

focus

 public synchronized void addFocusListener(java.awt.event.FocusListener )
 public synchronized void removeFocusListener(java.awt.event.FocusListener )

key

 public synchronized void addKeyListener(java.awt.event.KeyListener )
 public synchronized void removeKeyListener(java.awt.event.KeyListener )

mouse

 public synchronized void addMouseListener(java.awt.event.MouseListener )
 public synchronized void removeMouseListener(java.awt.event.MouseListener )

mouseMotion

 public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener )
 public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener )

propertyChange

 public synchronized void addPropertyChangeListener(java.beans.PropertyChangeListener )
 public synchronized void removePropertyChangeListener(java.beans.PropertyChangeListener )

vetoableChange

 public synchronized void addVetoableChangeListener(java.beans.VetoableChangeListener )
 public synchronized void removeVetoableChangeListener(java.beans.VetoableChangeListener )