nl.tudelft.simulation.introspection.mapping
Class MyFontEditor
java.lang.Object
javax.swing.AbstractCellEditor
nl.tudelft.simulation.introspection.mapping.MyFontEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor
public class MyFontEditor
- extends AbstractCellEditor
- implements TableCellEditor
An editor for fonts.
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
- Since:
- 1.4
- Version:
- 1.2 Apr 15, 2004
- Author:
- Peter
Jacobs
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected Font value
- the value
cellPanel
protected JLabel cellPanel
- the cellPanel
MyFontEditor
public MyFontEditor()
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
- See Also:
CellEditor.getCellEditorValue()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
- See Also:
TableCellEditor.getTableCellEditorComponent(JTable,
Object, boolean, int, int)
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.