jaxx.runtime.swing.editor.config
Class ConfigTableEditor
java.lang.Object
jaxx.runtime.swing.editor.config.ConfigTableEditor
- All Implemented Interfaces:
- CellEditor, TableCellEditor
public class ConfigTableEditor
- extends Object
- implements TableCellEditor
L'éditeur des valeurs des propriétés d'une configuration
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected TableCellEditor delegate
model
protected ConfigTableModel model
ConfigTableEditor
public ConfigTableEditor(ConfigTableModel model)
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
isCellEditable
public boolean isCellEditable(EventObject anEvent)
- Specified by:
isCellEditable in interface CellEditor
shouldSelectCell
public boolean shouldSelectCell(EventObject anEvent)
- Specified by:
shouldSelectCell in interface CellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing in interface CellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing in interface CellEditor
addCellEditorListener
public void addCellEditorListener(CellEditorListener l)
- Specified by:
addCellEditorListener in interface CellEditor
removeCellEditorListener
public void removeCellEditorListener(CellEditorListener l)
- Specified by:
removeCellEditorListener in interface CellEditor
findDelegate
protected TableCellEditor findDelegate(JTable table,
OptionModel option)
hasDelegate
protected boolean hasDelegate()
Copyright © 2008-2011 CodeLutin. All Rights Reserved.