dist1.acb.ACBpoint
Class PublishingTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
dist1.acb.ACBpoint.PublishingTableCellEditor
- All Implemented Interfaces:
- javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
- public class PublishingTableCellEditor
- extends javax.swing.DefaultCellEditor
Currency Editor
- Author:
- ladz
- See Also:
- Serialized Form
Nested classes inherited from class javax.swing.DefaultCellEditor |
javax.swing.DefaultCellEditor.EditorDelegate |
Fields inherited from class javax.swing.DefaultCellEditor |
clickCountToStart, delegate, editorComponent |
Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
Methods inherited from class javax.swing.DefaultCellEditor |
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, setClickCountToStart, shouldSelectCell |
Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.CellEditor |
addCellEditorListener, removeCellEditorListener |
PublishingTableCellEditor
public PublishingTableCellEditor()
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int rowIndex,
int vColIndex)
getCellEditorValue
public java.lang.Object getCellEditorValue()
isCellEditable
public boolean isCellEditable(java.util.EventObject anEvent)
stopCellEditing
public boolean stopCellEditing()
userRestore
protected boolean userRestore()
- Lets the user know that the text they entered is
bad. Returns true if the user elects to revert to
the last good value. Otherwise, returns false,
indicating that the user wants to continue editing.
Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.