JIDE 3.5.15

com.jidesoft.grid
Class NumberCellEditor<T extends Number>

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by com.jidesoft.grid.AbstractJideCellEditor
          extended by com.jidesoft.grid.ContextSensitiveCellEditor
              extended by com.jidesoft.grid.TextFieldCellEditor
                  extended by com.jidesoft.grid.NumberCellEditor<T>
All Implemented Interfaces:
ConverterContextSupport, EditorContextSupport, EditorStyleSupport, JideCellEditor, ActionListener, Serializable, EventListener, CellEditor, TableCellEditor
Direct Known Subclasses:
ByteCellEditor, DoubleCellEditor, FloatCellEditor, IntegerCellEditor, LongCellEditor, ShortCellEditor

public class NumberCellEditor<T extends Number>
extends TextFieldCellEditor

CellEditor for Number.

See Also:
Serialized Form

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

NumberCellEditor

public NumberCellEditor()

NumberCellEditor

public NumberCellEditor(Class clazz)
Method Detail

getMinInclusive

public T getMinInclusive()
Not implemented yet.

Returns:
the minimum inclusive.

setMinInclusive

public void setMinInclusive(T minInclusive)
Not implemented yet.

Parameters:
minInclusive - the minimum inclusive

getMaxInclusive

public T getMaxInclusive()
Not implemented yet.

Returns:
the maximum inclusive.

setMaxInclusive

public void setMaxInclusive(T maxInclusive)
Not implemented yet.

Parameters:
maxInclusive - the maximum inclusive

getMinExclusive

public T getMinExclusive()
Not implemented yet.

Returns:
the minimum exclusive.

setMinExclusive

public void setMinExclusive(T minExclusive)
Not implemented yet.

Parameters:
minExclusive - the minimum exclusive

getMaxExclusive

public T getMaxExclusive()
Not implemented yet.

Returns:
the maximum exclusive.

setMaxExclusive

public void setMaxExclusive(T maxExclusive)
Not implemented yet.

Parameters:
maxExclusive - the maximum exclusive

getTotalDigits

public int getTotalDigits()
Not implemented yet.

Returns:
the total digits.

setTotalDigits

public void setTotalDigits(int totalDigits)
Not implemented yet.

Parameters:
totalDigits - the total digits

getFractionDigits

public int getFractionDigits()
Not implemented yet.

Returns:
the fraction digits.

setFractionDigits

public void setFractionDigits(int fractionDigits)
Not implemented yet.

Parameters:
fractionDigits - the fraction digits

JIDE 3.5.15