borland Packages  Class Hierarchy  dbswing Package  Index 

JdbNavToolBar component

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----com.sun.java.swing.JComponent
                           +----com.sun.java.swing.JToolBar
                                   +----borland.dbswing.JdbNavToolBar

About the JdbNavToolBar component

Variables  Constructors  Properties  Methods  Event Listeners

Implements AccessListener, DataSetAware, NavigationListener, StatusListener, Accessible, ImageObserver, MenuContainer, Serializable, EventListener

The JdbNavToolBar is a data-aware extension to the JToolbar component. It allows you to navigate through the rows in a DataSet, but does not display any the data from the DataSet. The JdbNavToolBar includes buttons for FIRST, PRIOR, NEXT, LAST, INSERT, DELETE, POST, CANCEL, DITTO, SAVE, and REFRESH.


JdbNavToolBar variables

Variables implemented in this class

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

Variables implemented in java.awt.Component

JdbNavToolBar constructors

JdbNavToolBar 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.JToolBar

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

JdbNavToolBar methods

Methods implemented in this class

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

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

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.lang.Object

JdbNavToolBar event listeners


JdbNavToolBar variables

addNotifyCalled

  protected boolean addNotifyCalled

CANCEL

  public final Action CANCEL

dataSet

  protected DataSet dataSet

DELETE

  public final Action DELETE

DITTO

  public final Action DITTO

FIRST

  public final Action FIRST

INSERT

  public final Action INSERT

LAST

  public final Action LAST

NEXT

  public final Action NEXT

POST

  public final Action POST

PRIOR

  public final Action PRIOR

REFRESH

  public final Action REFRESH

SAVE

  public final Action SAVE

JdbNavToolBar constructors

JdbNavToolBar()

  public JdbNavToolBar()
Constructs a JdbNavToolBar by calling the null constructor of its superclass and adding the following buttons: FIRST, PRIOR, NEXT, LAST, INSERT, DELETE, POST, CANCEL, DITTO, SAVE, and REFRESH.

JdbNavToolBar properties

dataSet

 public DataSet getDataSet()
 public void setDataSet(borland.jbcl.dataset.DataSet newDataSet)
Specifies the DataSet whose data is navigated by this component.

JdbNavToolBar methods

addNotify()

  public void addNotify()

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


JdbNavToolBar 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 )