ElegantJ Data Tables Java API Specification v1.1

com.elegantj.jfc.common.editors
Class TextEditor

java.lang.Object
  extended bycom.elegantj.jfc.common.editors.DefaultEditor
      extended bycom.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

Field Summary
 
Fields inherited from class com.elegantj.jfc.common.editors.DefaultEditor
changeEvent, clickCountToStart, editorComponent, listenerList
 
Constructor Summary
TextEditor()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.Object getCellEditorValue()
           
 void readExternal(java.io.ObjectInput in)
           
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
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
 

Constructor Detail

TextEditor

public TextEditor()
Method Detail

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

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.