Package de.mid.innovator.m2msdk.ui.model
Class TextAreaCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
de.mid.innovator.m2msdk.ui.model.TextAreaCellEditor
- All Implemented Interfaces:
ActionListener,Serializable,EventListener,CellEditor,TableCellEditor,TreeCellEditor
public class TextAreaCellEditor
extends AbstractCellEditor
implements TableCellEditor, TreeCellEditor, ActionListener
Cell editor for text areas.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTextAreaCellEditor(SessionInterface iSession, LookNFeel iLookNFeel, boolean bDialog) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Constructor Details
-
TextAreaCellEditor
-
-
Method Details
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
getTableCellEditorComponentin interfaceTableCellEditor
-
getTreeCellEditorComponent
public Component getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) - Specified by:
getTreeCellEditorComponentin interfaceTreeCellEditor
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-