coras.table
Class TextAreaEditor

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended bycoras.table.TextAreaEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor

public class TextAreaEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor

Author:
fvr To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
TextAreaEditor()
           
 
Method Summary
protected  void fireDownAction()
           
protected  void fireNextAction()
           
protected  void firePrevAction()
           
protected  void fireUpAction()
           
 java.lang.Object getCellEditorValue()
           
 java.awt.Dimension getPreferredSize()
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 void setDownAction(javax.swing.Action a)
           
 void setNextAction(javax.swing.Action a)
           
 void setPrevAction(javax.swing.Action a)
           
 void setUpAction(javax.swing.Action a)
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
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, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

TextAreaEditor

public TextAreaEditor()
Method Detail

fireNextAction

protected void fireNextAction()

firePrevAction

protected void firePrevAction()

fireDownAction

protected void fireDownAction()

fireUpAction

protected void fireUpAction()

setNextAction

public void setNextAction(javax.swing.Action a)

setPrevAction

public void setPrevAction(javax.swing.Action a)

setUpAction

public void setUpAction(javax.swing.Action a)

setDownAction

public void setDownAction(javax.swing.Action a)

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor

getCellEditorValue

public java.lang.Object getCellEditorValue()
Specified by:
getCellEditorValue in interface javax.swing.CellEditor

getPreferredSize

public java.awt.Dimension getPreferredSize()


Copyright © 2003-2005 SINTEF. All Rights Reserved.