Class FormattedCellEditor
- java.lang.Object
- 
- javax.swing.AbstractCellEditor
- 
- javax.swing.DefaultCellEditor
- 
- com.inductiveautomation.ignition.client.util.gui.table.FormattedCellEditor
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.CellEditor,- javax.swing.table.TableCellEditor,- javax.swing.tree.TreeCellEditor
 
 public class FormattedCellEditor extends javax.swing.DefaultCellEditor- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FormattedCellEditor(javax.swing.JFormattedTextField ftf)
 - 
Method Summary- 
Methods inherited from class javax.swing.DefaultCellEditorcancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 - 
Methods inherited from class javax.swing.AbstractCellEditoraddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
 
- 
 
-