|
||||||||||
| 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.PercentEditor
public class PercentEditor
| 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 | |
|---|---|
PercentEditor()
|
|
PercentEditor(java.util.Locale pLocale)
|
|
PercentEditor(java.util.Locale pLocale,
int pMinFraction,
int pMaxFraction)
|
|
| Method Summary | |
|---|---|
boolean |
stopCellEditing()
validate and return false if it failed |
| Methods inherited from class org.tbee.swing.table.NumberEditor |
|---|
getAllowNull, getCellEditorValue, getTableCellEditorComponent, requestFocus, setAllowNull |
| 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 PercentEditor()
public PercentEditor(java.util.Locale pLocale)
pLocale -
public PercentEditor(java.util.Locale pLocale,
int pMinFraction,
int pMaxFraction)
pLocale - pMinFraction - pMaxFraction - | Method Detail |
|---|
public boolean stopCellEditing()
stopCellEditing in interface javax.swing.CellEditorstopCellEditing in class NumberEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||