|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.list.editor.AbstractListCellEditor com.alee.laf.list.editor.DefaultListCellEditor
public class DefaultListCellEditor
Default list cell editor that is based on various components.
Field Summary |
---|
Fields inherited from class com.alee.laf.list.editor.AbstractListCellEditor |
---|
clicksToEdit, editedCell, editor, editorPositionUpdater, keyAdapter, mouseAdapter, oldValue |
Constructor Summary | |
---|---|
DefaultListCellEditor()
|
Method Summary | |
---|---|
protected java.awt.Component |
createCellEditor(javax.swing.JList list,
int index,
java.lang.Object value)
Creates list cell editor component for the cell nder specified index. |
java.lang.Object |
getCellEditorValue(javax.swing.JList list,
int index,
java.lang.Object oldValue)
Returns editor value that will replace the specified old value in the model. |
Methods inherited from class com.alee.laf.list.editor.AbstractListCellEditor |
---|
addEditor, cancelEdit, createCellEditorListeners, editCancelled, editStarted, editStopped, getCellEditor, getClicksToEdit, getEditorBounds, getEditorBounds, install, installStartEditActions, isCellEditable, isEditing, removeEditor, setClicksToEdit, startEdit, stopEdit, uninstall, uninstallStartEditActions, updateListModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultListCellEditor()
Method Detail |
---|
protected java.awt.Component createCellEditor(javax.swing.JList list, int index, java.lang.Object value)
createCellEditor
in class AbstractListCellEditor
list
- list to processindex
- cell indexvalue
- cell value
public java.lang.Object getCellEditorValue(javax.swing.JList list, int index, java.lang.Object oldValue)
list
- list to processindex
- cell indexoldValue
- old cell value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |