Class TextCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.inductiveautomation.factorypmi.application.components.table.TextCellEditor
- All Implemented Interfaces:
- Serializable,- CellEditor,- TableCellEditor,- TreeCellEditor
String table cell editor with touchscreen support
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class javax.swing.DefaultCellEditorDefaultCellEditor.EditorDelegate
- 
Field SummaryFields inherited from class javax.swing.DefaultCellEditorclickCountToStart, delegate, editorComponentFields inherited from class javax.swing.AbstractCellEditorchangeEvent, listenerList
- 
Constructor SummaryConstructorsConstructorDescriptionTextCellEditor(Class<?> type, TableColumnAttributes attributes, int touchscreenMode, int clickCountToStart) 
- 
Method SummaryModifier and TypeMethodDescriptiongetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Methods inherited from class javax.swing.DefaultCellEditorcancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingMethods inherited from class javax.swing.AbstractCellEditoraddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditoraddCellEditorListener, removeCellEditorListener
- 
Constructor Details- 
TextCellEditorpublic TextCellEditor(Class<?> type, TableColumnAttributes attributes, int touchscreenMode, int clickCountToStart) - Parameters:
- touchscreenMode- See- PMITable.TOUCH_SCREEN_MODE_AUTO
 
 
- 
- 
Method Details- 
getTableCellEditorComponentpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
- getTableCellEditorComponentin interface- TableCellEditor
- Overrides:
- getTableCellEditorComponentin class- DefaultCellEditor
 
 
-