Class RadioButtonCell

java.lang.Object
org.gvsig.i18n.extension.preferences.table.RadioButtonCell
Direct Known Subclasses:
RadioButtonCellRenderer

public class RadioButtonCell extends Object
Renders a radio button on a table cell.
Author:
David Cervera
  • Constructor Details

    • RadioButtonCell

      public RadioButtonCell()
      Constructor.
  • Method Details

    • getTableCellComponent

      protected Component getTableCellComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
    • getRadioButton

      protected JRadioButton getRadioButton()