de.glossmaker.gui.gloss.main.tableview
Class MultiLineCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
de.glossmaker.gui.gloss.main.tableview.MultiLineCellEditor
- All Implemented Interfaces:
- PropertyChangeListener, Serializable, EventListener, CellEditor, TableCellEditor
public class MultiLineCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, PropertyChangeListener
- Author:
- Markus Flingelli
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noFocusBorder
protected static Border noFocusBorder
MultiLineCellEditor
public MultiLineCellEditor()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Specified by:
propertyChange
in interface PropertyChangeListener
Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.