Class DefaultListCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.bidib.wizard.mvc.common.view.list.DefaultListCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor, ListCellEditor

public class DefaultListCellEditor extends DefaultCellEditor implements ListCellEditor
See Also:
  • Constructor Details

    • DefaultListCellEditor

      public DefaultListCellEditor(JCheckBox checkBox)
    • DefaultListCellEditor

      public DefaultListCellEditor(JComboBox comboBox)
    • DefaultListCellEditor

      public DefaultListCellEditor(JTextField textField)
  • Method Details