fulmine.ui.field
Class BooleanFieldUI

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

public class BooleanFieldUI
extends JCheckBoxUI

UI component for a BooleanField

Author:
Ramon Servadei
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
BooleanFieldUI()
           
 
Method Summary
 
Methods inherited from class fulmine.ui.field.JCheckBoxUI
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

BooleanFieldUI

public BooleanFieldUI()


Copyright © 2007-2009. All Rights Reserved.