fulmine.ui.field
Class StringFieldUI

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.StringFieldUI
All Implemented Interfaces:
IFieldUI, Serializable, CellEditor, TableCellEditor, TableCellRenderer

public class StringFieldUI
extends JTextFieldUI

UI component for a StringField

Author:
Ramon Servadei
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
StringFieldUI()
           
 
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

StringFieldUI

public StringFieldUI()


Copyright © 2007-2009. All Rights Reserved.