Package com.portal.app.cc
Class CreditLimitTreeTable.CurrencyFieldEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.portal.app.cc.CreditLimitTreeTable.CurrencyFieldEditor
- All Implemented Interfaces:
FocusListener
,Serializable
,EventListener
,CellEditor
,TableCellEditor
,TreeCellEditor
- Enclosing class:
CreditLimitTreeTable
public class CreditLimitTreeTable.CurrencyFieldEditor
extends DefaultCellEditor
implements FocusListener
Custom Editor class for Currency Field editing
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor
DefaultCellEditor.EditorDelegate
-
Field Summary
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getTableCellEditorComponent
(JTable table, Object value, boolean isSelected, int r, int c) boolean
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
-
Constructor Details
-
CurrencyFieldEditor
-
-
Method Details
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int r, int c) - Specified by:
getTableCellEditorComponent
in interfaceTableCellEditor
- Overrides:
getTableCellEditorComponent
in classDefaultCellEditor
-
stopCellEditing
public boolean stopCellEditing()- Specified by:
stopCellEditing
in interfaceCellEditor
- Overrides:
stopCellEditing
in classDefaultCellEditor
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
-
focusGained
- Specified by:
focusGained
in interfaceFocusListener
-