borland Packages  Class Hierarchy  dbswing Package  Index 

JdbRadioButton component

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----com.sun.java.swing.JComponent
                           +----com.sun.java.swing.AbstractButton
                                   +----com.sun.java.swing.JToggleButton
                                           +----com.sun.java.swing.JRadioButton
                                                   +----borland.dbswing.JdbRadioButton

About the JdbRadioButton component

Variables  Constructors  Properties  Methods  Event Listeners

Implements AccessListener, ColumnAware, DataSetAware, Accessible, SwingConstants, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener

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


JdbRadioButton variables

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

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

Variables implemented in java.awt.Component

JdbRadioButton constructors

JdbRadioButton properties

*Read-only properties **Write-only properties

Properties implemented in this class

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

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

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

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

JdbRadioButton methods

Methods implemented in this class

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

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

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

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.lang.Object

JdbRadioButton event listeners


JdbRadioButton constructors

JdbRadioButton()

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

JdbRadioButton(com.sun.java.swing.Icon)

  public JdbRadioButton(com.sun.java.swing.Icon icon)
Constructs a JdbRadioButton component by calling the constructor of its superclass that takes an icon as a parameter.

JdbRadioButton(com.sun.java.swing.Icon, boolean)

  public JdbRadioButton(com.sun.java.swing.Icon icon, boolean selected)
Constructs a JdbRadioButton component by calling the constructor of its superclass that takes an icon and whether the radio button is initially selected as parameters.

JdbRadioButton(java.lang.String)

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

JdbRadioButton(java.lang.String, boolean)

  public JdbRadioButton(java.lang.String text, boolean selected)
Constructs a JdbRadioButton component by calling the constructor of its superclass that takes a String and whether the radio button is initially selected as parameters.

JdbRadioButton(java.lang.String, com.sun.java.swing.Icon)

  public JdbRadioButton(java.lang.String text, com.sun.java.swing.Icon icon)
Constructs a JdbRadioButton component by calling the constructor of its superclass that takes a String and icon.

JdbRadioButton(java.lang.String, com.sun.java.swing.Icon, boolean)

  public JdbRadioButton(java.lang.String text, com.sun.java.swing.Icon icon, boolean selected)
Constructs a JdbRadioButton component by calling the constructor of its superclass that takes a String, icon, and whether the radio button is initially selected as parameters.

JdbRadioButton properties

columnName

 public String getColumnName()
 public void setColumnName(java.lang.String newColumnName)
Specifies a column name in the DataSet object to display data from in the field.

dataSet

 public DataSet getDataSet()
 public void setDataSet(borland.jbcl.dataset.DataSet newDataSet)
Specifies the DataSet object to display data from.

JdbRadioButton methods

addNotify()

  public void addNotify()

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


JdbRadioButton 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 void addActionListener(java.awt.event.ActionListener )
 public 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 )

change

 public void addChangeListener(com.sun.java.swing.event.ChangeListener )
 public void removeChangeListener(com.sun.java.swing.event.ChangeListener )

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 )

item

 public void addItemListener(java.awt.event.ItemListener )
 public void removeItemListener(java.awt.event.ItemListener )

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 )