public class VariableTextAreaEditor extends VariableTextEditor implements TableCellEditor
VariableTextEditor.RowDoc
result, tableP
changeEvent, listenerList
Constructor and Description |
---|
VariableTextAreaEditor(MetadataPane.TablePanel tp)
Construct a new VariableTextEditor.
|
Modifier and Type | Method and Description |
---|---|
void |
focusLost(FocusEvent e)
Handles the shrinking of this cell when the user's done with editing.
|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
The method that a table calls to ask for the editing component of
a particular cell.
|
actionPerformed, changedUpdate, changeNode, changeResult, focusGained, getCellEditorValue, insertUpdate, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, removeUpdate, setNode
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public VariableTextAreaEditor(MetadataPane.TablePanel tp)
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
focusLost
in class VariableTextEditor
Copyright © 2014 Open Microscopy Environment