org.tbee.swing.table
Class CurrencyEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by javax.swing.DefaultCellEditor
          extended by org.tbee.swing.table.DefaultCellEditor
              extended by org.tbee.swing.table.NumberEditor
                  extended by org.tbee.swing.table.CurrencyEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class CurrencyEditor
extends NumberEditor

Edits a currency in the currently active local

Version:
$Revision: 1.5 $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor
DefaultCellEditor.EditorDelegate
 
Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Fields inherited from class org.tbee.swing.table.NumberEditor
iClass, iConstructor, iJTextField, iNumberFormat, iValidatedObject
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
CurrencyEditor()
          initialize the editor with defaults
CurrencyEditor(Locale pLocale)
          initialize the editor
CurrencyEditor(Locale pLocale, int pMinFraction, int pMaxFraction)
          initialize the editor
 
Method Summary
 
Methods inherited from class org.tbee.swing.table.NumberEditor
getAllowNull, getCellEditorValue, getTableCellEditorComponent, requestFocus, setAllowNull, stopCellEditing
 
Methods inherited from class org.tbee.swing.table.DefaultCellEditor
useAsRenderer
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, 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
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

CurrencyEditor

public CurrencyEditor()
initialize the editor with defaults


CurrencyEditor

public CurrencyEditor(Locale pLocale)
initialize the editor


CurrencyEditor

public CurrencyEditor(Locale pLocale,
                      int pMinFraction,
                      int pMaxFraction)
initialize the editor



Copyright © 2012 KnowledgePlaza. All Rights Reserved.