com.jaxfront.swing.ui.wrapper
Class DefaultListCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.jaxfront.swing.ui.wrapper.DefaultCellEditor
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
Method Summary |
java.awt.Component |
getListCellEditorComponent(javax.swing.JList list,
java.lang.Object value,
boolean isSelected,
int index)
|
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 |
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)
getListCellEditorComponent
public java.awt.Component getListCellEditorComponent(javax.swing.JList list,
java.lang.Object value,
boolean isSelected,
int index)
- Specified by:
getListCellEditorComponent
in interface ListCellEditor