fulmine.ui.field
Class AbstractFieldUI

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by 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

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
AbstractFieldUI()
           
 
Method Summary
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.table.TableCellEditor
getTableCellEditorComponent
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from interface javax.swing.table.TableCellRenderer
getTableCellRendererComponent
 

Constructor Detail

AbstractFieldUI

public AbstractFieldUI()


Copyright © 2007-2009. All Rights Reserved.