org.wcb.common
Class FontCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.wcb.common.FontCellEditor
- All Implemented Interfaces:
- javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
- public class FontCellEditor
- extends javax.swing.DefaultCellEditor
Copyright (C) 2003 Walter Bogaardt
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
Project: Home Automation Interface
Abstract: User Interface options dialog box
Filename: $Id: FontCellEditor.java,v 1.3 2004/01/08 15:06:29 wbogaardt Exp $
* $Log: FontCellEditor.java,v $
* Revision 1.3 2004/01/08 15:06:29 wbogaardt
* refactored the email, color, font, and general panels out of the UIDialog Panel.
*
* Revision 1.2 2003/12/30 22:15:59 wbogaardt
* added javadoc comments
*
- See Also:
- Serialized Form
Nested classes inherited from class javax.swing.DefaultCellEditor |
javax.swing.DefaultCellEditor.EditorDelegate |
Fields inherited from class javax.swing.DefaultCellEditor |
clickCountToStart, delegate, editorComponent |
Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
Methods inherited from class javax.swing.DefaultCellEditor |
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing |
Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListener |
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, removeCellEditorListener |
currentFont
public java.awt.Font currentFont
FontCellEditor
public FontCellEditor(javax.swing.JButton b)
fireEditingStopped
protected void fireEditingStopped()
getCellEditorValue
public java.lang.Object getCellEditorValue()
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.