fulmine.ui.field
Class FloatFieldUI

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by fulmine.ui.field.AbstractFieldUI
          extended by fulmine.ui.field.JTextFieldUI
              extended by fulmine.ui.field.FloatFieldUI
All Implemented Interfaces:
IFieldUI, Serializable, CellEditor, TableCellEditor, TableCellRenderer

public class FloatFieldUI
extends JTextFieldUI

UI component for a FloatField

Author:
Ramon Servadei
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
FloatFieldUI()
           
 
Method Summary
 
Methods inherited from class fulmine.ui.field.JTextFieldUI
getCellEditorValue, getTableCellEditorComponent, getTableCellRendererComponent
 
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.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

FloatFieldUI

public FloatFieldUI()


Copyright © 2007-2009. All Rights Reserved.