|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
com.jidesoft.grid.AbstractJideCellEditor
com.jidesoft.grid.ContextSensitiveCellEditor
com.jidesoft.grid.TextFieldCellEditor
com.jidesoft.grid.NumberCellEditor<T>
public class NumberCellEditor<T extends Number>
CellEditor for Number.
| Field Summary |
|---|
| Fields inherited from class com.jidesoft.grid.TextFieldCellEditor |
|---|
_textField |
| Fields inherited from class com.jidesoft.grid.ContextSensitiveCellEditor |
|---|
DEFAULT_CELL_EDITOR_BORDER |
| Fields inherited from class com.jidesoft.grid.AbstractJideCellEditor |
|---|
_clickCountToStart |
| Fields inherited from class javax.swing.AbstractCellEditor |
|---|
changeEvent, listenerList |
| Constructor Summary | |
|---|---|
NumberCellEditor()
|
|
NumberCellEditor(Class clazz)
|
|
| Method Summary | |
|---|---|
int |
getFractionDigits()
Not implemented yet. |
T |
getMaxExclusive()
Not implemented yet. |
T |
getMaxInclusive()
Not implemented yet. |
T |
getMinExclusive()
Not implemented yet. |
T |
getMinInclusive()
Not implemented yet. |
int |
getTotalDigits()
Not implemented yet. |
void |
setFractionDigits(int fractionDigits)
Not implemented yet. |
void |
setMaxExclusive(T maxExclusive)
Not implemented yet. |
void |
setMaxInclusive(T maxInclusive)
Not implemented yet. |
void |
setMinExclusive(T minExclusive)
Not implemented yet. |
void |
setMinInclusive(T minInclusive)
Not implemented yet. |
void |
setTotalDigits(int totalDigits)
Not implemented yet. |
| Methods inherited from class com.jidesoft.grid.TextFieldCellEditor |
|---|
actionPerformed, createTextField, customizeTextField, getCellEditorValue, getTableCellEditorComponent, getTextField, isEditorStyleSupported, setCellEditorValue |
| Methods inherited from class com.jidesoft.grid.ContextSensitiveCellEditor |
|---|
getConverter, getConverterContext, getEditorContext, getEditorStyle, getType, isUseConverterContext, setConverter, setConverterContext, setEditorContext, setEditorStyle, setType, setUseConverterContext |
| Methods inherited from class com.jidesoft.grid.AbstractJideCellEditor |
|---|
addValidationListener, getClickCountToStart, getDefaultErrorBehavior, getValidationListeners, isAutoStopCellEditing, isCellEditable, isPassEnterKeyToTable, removeValidationListener, setAutoStopCellEditing, setClickCountToStart, setDefaultErrorBehavior, setPassEnterKeyToTable, validate |
| Methods inherited from class javax.swing.AbstractCellEditor |
|---|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditing |
| 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, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
| Constructor Detail |
|---|
public NumberCellEditor()
public NumberCellEditor(Class clazz)
| Method Detail |
|---|
public T getMinInclusive()
public void setMinInclusive(T minInclusive)
minInclusive - the minimum inclusivepublic T getMaxInclusive()
public void setMaxInclusive(T maxInclusive)
maxInclusive - the maximum inclusivepublic T getMinExclusive()
public void setMinExclusive(T minExclusive)
minExclusive - the minimum exclusivepublic T getMaxExclusive()
public void setMaxExclusive(T maxExclusive)
maxExclusive - the maximum exclusivepublic int getTotalDigits()
public void setTotalDigits(int totalDigits)
totalDigits - the total digitspublic int getFractionDigits()
public void setFractionDigits(int fractionDigits)
fractionDigits - the fraction digits
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||