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 Summary
Constructors Constructor Description FormattedCellEditor(javax.swing.JFormattedTextField ftf) 
- 
Method Summary
- 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing 
- 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener 
 - 
 
 -