|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.tbee.swing.table.DefaultCellEditor
org.tbee.swing.table.NumberEditor
org.tbee.swing.table.CurrencyEditor
public class CurrencyEditor
Edits a currency in the currently active local
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor |
|---|
javax.swing.DefaultCellEditor.EditorDelegate |
| Field Summary | |
|---|---|
static java.lang.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(java.util.Locale pLocale)
initialize the editor |
|
CurrencyEditor(java.util.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 |
|---|
public static final java.lang.String SOURCECODE_VERSION
| Constructor Detail |
|---|
public CurrencyEditor()
public CurrencyEditor(java.util.Locale pLocale)
public CurrencyEditor(java.util.Locale pLocale,
int pMinFraction,
int pMaxFraction)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||