fulmine.ui.field
Class AbstractFieldUI
java.lang.Object
javax.swing.AbstractCellEditor
fulmine.ui.field.AbstractFieldUI
- All Implemented Interfaces:
- IFieldUI, Serializable, CellEditor, TableCellEditor, TableCellRenderer
- Direct Known Subclasses:
- JCheckBoxUI, JTextFieldUI
public abstract class AbstractFieldUI
- extends AbstractCellEditor
- implements IFieldUI
Base class for a component that can provide a user interface to render or
edit an IField
.
Note: sub-classes should provide a separate internal component for the editor
and renderer.
- Author:
- Ramon Servadei
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFieldUI
public AbstractFieldUI()
Copyright © 2007-2009. All Rights Reserved.