com.jaxfront.swing.ui.wrapper
Class DefaultListCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by com.jaxfront.swing.ui.wrapper.DefaultCellEditor
          extended by com.jaxfront.swing.ui.wrapper.DefaultListCellEditor
All Implemented Interfaces:
ListCellEditor, java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

public class DefaultListCellEditor
extends DefaultCellEditor
implements ListCellEditor

See Also:
Serialized Form

Constructor Summary
DefaultListCellEditor(javax.swing.JCheckBox checkBox)
           
DefaultListCellEditor(javax.swing.JComboBox comboBox)
           
DefaultListCellEditor(javax.swing.JComponent comp)
           
DefaultListCellEditor(javax.swing.JTextField textField)
           
 
Method Summary
 java.awt.Component getListCellEditorComponent(javax.swing.JList list, java.lang.Object value, boolean isSelected, int index)
           
 
Methods inherited from class com.jaxfront.swing.ui.wrapper.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, getCellEditorListeners, removeCellEditorListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

DefaultListCellEditor

public DefaultListCellEditor(javax.swing.JCheckBox checkBox)

DefaultListCellEditor

public DefaultListCellEditor(javax.swing.JComboBox comboBox)

DefaultListCellEditor

public DefaultListCellEditor(javax.swing.JTextField textField)

DefaultListCellEditor

public DefaultListCellEditor(javax.swing.JComponent comp)
Method Detail

getListCellEditorComponent

public java.awt.Component getListCellEditorComponent(javax.swing.JList list,
                                                     java.lang.Object value,
                                                     boolean isSelected,
                                                     int index)
Specified by:
getListCellEditorComponent in interface ListCellEditor