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.DefaultCellEditor
String table cell editor with touchscreen support- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextCellEditor(java.lang.Class<?> type, TableColumnAttributes attributes, int touchscreenMode, int clickCountToStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
-
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
-
-
-
-
Constructor Detail
-
TextCellEditor
public TextCellEditor(java.lang.Class<?> type, TableColumnAttributes attributes, int touchscreenMode, int clickCountToStart)
- Parameters:
touchscreenMode
- SeePMITable.TOUCH_SCREEN_MODE_AUTO
-
-
Method Detail
-
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
- Specified by:
getTableCellEditorComponent
in interfacejavax.swing.table.TableCellEditor
- Overrides:
getTableCellEditorComponent
in classjavax.swing.DefaultCellEditor
-
-