Class TextCellEditor
- java.lang.Object
- 
- javax.swing.AbstractCellEditor
- 
- javax.swing.DefaultCellEditor
- 
- com.inductiveautomation.factorypmi.application.components.table.TextCellEditor
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.CellEditor,- javax.swing.table.TableCellEditor,- javax.swing.tree.TreeCellEditor
 
 public class TextCellEditor extends javax.swing.DefaultCellEditorString table cell editor with touchscreen support- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TextCellEditor(java.lang.Class<?> type, TableColumnAttributes attributes, int touchscreenMode, int clickCountToStart)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ComponentgetTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)- 
Methods inherited from class javax.swing.DefaultCellEditorcancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 - 
Methods inherited from class javax.swing.AbstractCellEditoraddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
 
- 
 
- 
- 
- 
Constructor Detail- 
TextCellEditorpublic TextCellEditor(java.lang.Class<?> type, TableColumnAttributes attributes, int touchscreenMode, int clickCountToStart)- Parameters:
- touchscreenMode- See- PMITable.TOUCH_SCREEN_MODE_AUTO
 
 
- 
 - 
Method Detail- 
getTableCellEditorComponentpublic java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)- Specified by:
- getTableCellEditorComponentin interface- javax.swing.table.TableCellEditor
- Overrides:
- getTableCellEditorComponentin class- javax.swing.DefaultCellEditor
 
 
- 
 
-