borland Packages  Class Hierarchy  dbswing Package  Index 

JdbTextField component

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----com.sun.java.swing.JComponent
                           +----com.sun.java.swing.text.JTextComponent
                                   +----com.sun.java.swing.JTextField
                                           +----borland.dbswing.JdbTextField

About the JdbTextField component

Variables  Constructors  Properties  Methods  Event Listeners

Implements AccessListener, ColumnAware, DataChangeListener, DataSetAware, NavigationListener, Accessible, Scrollable, SwingConstants, ImageObserver, MenuContainer, Serializable, EventListener

The JdbTextField component extends the java.swing.JTextField class, allowing it to be connected to a JBuilder DataSet through dataSet and columnName properties.


JdbTextField variables

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

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

Variables implemented in com.sun.java.swing.text.JTextComponent

Variables implemented in java.awt.Component

JdbTextField constructors

JdbTextField 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.JTextField

Properties implemented in com.sun.java.swing.text.JTextComponent

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

JdbTextField methods

Methods implemented in this class

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

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

Methods implemented in com.sun.java.swing.text.JTextComponent

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.lang.Object

JdbTextField event listeners


JdbTextField constructors

JdbTextField()

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

JdbTextField(com.sun.java.swing.text.Document, java.lang.String, int)

  public JdbTextField(com.sun.java.swing.text.Document doc, java.lang.String text, int columns)
Constructs a JdbTextField component by calling the constructor of its superclass that takes a Document object, String and number of columns as parameters.

JdbTextField(int)

  public JdbTextField(int columns)
Constructs a JdbTextField component by calling the constructor of its superclass that takes the number of columns as a parameter.

JdbTextField(java.lang.String)

  public JdbTextField(java.lang.String text)
Constructs a JdbTextField component by calling the constructor of its superclass that takes a text String as a parameter.

JdbTextField(java.lang.String, int)

  public JdbTextField(java.lang.String text, int columns)
Constructs a JdbTextField component by calling the constructor of its superclass that takes a String and the number of columns as parameters.

JdbTextField properties

columnName

 public String getColumnName()
 public void setColumnName(java.lang.String newColumnName)
Specifies a column name in the DataSet object that fills this component.

dataSet

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

JdbTextField methods

addNotify()

  public void addNotify()

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

fireActionPerformed()

  protected void fireActionPerformed()

Overrides: com.sun.java.swing.JTextField.fireActionPerformed()

postText()

  protected void postText()

processKeyEvent(java.awt.event.KeyEvent)

  protected void processKeyEvent(java.awt.event.KeyEvent e)

Overrides: com.sun.java.swing.JComponent.processKeyEvent(java.awt.event.KeyEvent)

updateText()

  protected void updateText()

JdbTextField event listeners

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

action

 public synchronized void addActionListener(java.awt.event.ActionListener )
 public synchronized void removeActionListener(java.awt.event.ActionListener )

ancestor

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

caret

 public void addCaretListener(com.sun.java.swing.event.CaretListener )
 public void removeCaretListener(com.sun.java.swing.event.CaretListener )

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 )