ElegantJ Tables Java API Specification v1.1

com.elegantj.jfc.common.editors
Class MultiLineEditor

java.lang.Object
  extended bycom.elegantj.jfc.common.editors.DefaultEditor
      extended bycom.elegantj.jfc.common.editors.MultiLineEditor
All Implemented Interfaces:
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 MultiLineEditor
extends DefaultEditor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.elegantj.jfc.common.editors.DefaultEditor
changeEvent, clickCountToStart, editorComponent, listenerList
 
Constructor Summary
MultiLineEditor()
           
MultiLineEditor(boolean wrapStyle)
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 void keyTyped(java.awt.event.KeyEvent e)
           
 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, removeCellEditorListener, setClickCountToStart, shouldSelectCell, startCellEditing, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiLineEditor

public MultiLineEditor()

MultiLineEditor

public MultiLineEditor(boolean wrapStyle)
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

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Specified by:
keyTyped in interface java.awt.event.KeyListener
Overrides:
keyTyped in class DefaultEditor

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 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.