Class NumberCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.inductiveautomation.ignition.designer.util.NumberCellEditor
- All Implemented Interfaces:
- Serializable,- CellEditor,- TableCellEditor,- TreeCellEditor
- 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) voidsetShowBorder(boolean value) booleanMethods inherited from class javax.swing.DefaultCellEditorcancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCellMethods 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- 
NumberCellEditorpublic NumberCellEditor()
 
- 
- 
Method Details- 
setShowBorderpublic void setShowBorder(boolean value) 
- 
getTableCellEditorComponentpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
- getTableCellEditorComponentin interface- TableCellEditor
- Overrides:
- getTableCellEditorComponentin class- DefaultCellEditor
 
- 
stopCellEditingpublic boolean stopCellEditing()- Specified by:
- stopCellEditingin interface- CellEditor
- Overrides:
- stopCellEditingin class- DefaultCellEditor
 
- 
getCellEditorValue- Specified by:
- getCellEditorValuein interface- CellEditor
- Overrides:
- getCellEditorValuein class- DefaultCellEditor
 
 
-