template_applicatif.wListe
Class ListeCellEditor
Object
AbstractCellEditor
template_applicatif.wListe.ListeCellEditor
- All Implemented Interfaces:
- UserIUpdate, java.awt.event.ActionListener, java.awt.event.KeyListener, Serializable, java.util.EventListener, CellEditor, javax.swing.event.DocumentListener, javax.swing.table.TableCellEditor
public class ListeCellEditor
- extends AbstractCellEditor
- implements javax.swing.table.TableCellEditor, java.awt.event.KeyListener, javax.swing.event.DocumentListener, java.awt.event.ActionListener, UserIUpdate
A_doc
Licence
.
- See Also:
- Serialized Form
Fields inherited from class AbstractCellEditor |
changeEvent, listenerList |
Methods inherited from class AbstractCellEditor |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell |
Methods inherited from class Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface CellEditor |
addCellEditorListener, isCellEditable, removeCellEditorListener, shouldSelectCell |
ListeCellEditor
public ListeCellEditor(Sql sql)
addPropertyChangeListener
public void addPropertyChangeListener(String propertie,
java.beans.PropertyChangeListener pcl)
- Specified by:
addPropertyChangeListener
in interface UserIUpdate
removePropertyChangeListener
public void removePropertyChangeListener(String propertie,
java.beans.PropertyChangeListener pcl)
- Specified by:
removePropertyChangeListener
in interface UserIUpdate
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable jt,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing
in interface CellEditor
- Overrides:
cancelCellEditing
in class AbstractCellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing
in interface CellEditor
- Overrides:
stopCellEditing
in class AbstractCellEditor
isInEdit
public boolean isInEdit()
getColHasEdit
public int getColHasEdit()
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent arg0)
- Specified by:
changedUpdate
in interface javax.swing.event.DocumentListener
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent arg0)
- Specified by:
insertUpdate
in interface javax.swing.event.DocumentListener
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent arg0)
- Specified by:
removeUpdate
in interface javax.swing.event.DocumentListener
keyReleased
public void keyReleased(java.awt.event.KeyEvent arg0)
- Specified by:
keyReleased
in interface java.awt.event.KeyListener
keyTyped
public void keyTyped(java.awt.event.KeyEvent arg0)
- Specified by:
keyTyped
in interface java.awt.event.KeyListener
keyPressed
public void keyPressed(java.awt.event.KeyEvent arg0)
- Specified by:
keyPressed
in interface java.awt.event.KeyListener
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
dispose
public void dispose()
finalize
protected void finalize()
- Overrides:
finalize
in class Object