com.elegantj.jfc.common.editors
Class TextEditor
java.lang.Object
com.elegantj.jfc.common.editors.DefaultEditor
com.elegantj.jfc.common.editors.TextEditor
- All Implemented Interfaces:
- java.awt.event.ActionListener, javax.swing.CellEditor, java.util.EventListener, java.io.Externalizable, java.awt.event.KeyListener, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
- public class TextEditor
- extends DefaultEditor
- implements java.awt.event.ActionListener
- See Also:
- Serialized Form
| Methods inherited from class com.elegantj.jfc.common.editors.DefaultEditor |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, keyPressed, keyReleased, keyTyped, removeCellEditorListener, setClickCountToStart, shouldSelectCell, startCellEditing, stopCellEditing |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TextEditor
public TextEditor()
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue in class DefaultEditor
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface javax.swing.CellEditor- Specified by:
getCellEditorValue in class DefaultEditor
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
toString
public java.lang.String toString()
- Specified by:
toString in class DefaultEditor
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal in interface java.io.Externalizable- Specified by:
writeExternal in class DefaultEditor
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal in interface java.io.Externalizable- Specified by:
readExternal in class DefaultEditor
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Submit a bug or feature
Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.