public class CreditLimitTreeTable.CurrencyFieldEditor extends DefaultCellEditor implements FocusListener
DefaultCellEditor.EditorDelegate
clickCountToStart, delegate, editorComponent
changeEvent, listenerList
Constructor and Description |
---|
CurrencyFieldEditor(TreeTableModelAdapter ttm) |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int r,
int c) |
boolean |
stopCellEditing() |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, removeCellEditorListener
public CurrencyFieldEditor(TreeTableModelAdapter ttm)
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int r, int c)
getTableCellEditorComponent
in interface TableCellEditor
getTableCellEditorComponent
in class DefaultCellEditor
public boolean stopCellEditing()
stopCellEditing
in interface CellEditor
stopCellEditing
in class DefaultCellEditor
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
Copyright © 2003, 2023, Oracle and/or its affiliates.