java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.inductiveautomation.factorypmi.application.components.table.FormattedCellEditor
All Implemented Interfaces:
Serializable, EventListener, CellEditor, DocumentListener, TableCellEditor, TreeCellEditor

public class FormattedCellEditor extends DefaultCellEditor implements DocumentListener
A TableCellEditor that can handle numbers and dates using a formatted text field. Expects to be installed on a vision table component, and supports touchscreen mode.
See Also: