jfract V1.0a

org.jfract.beanEditor.delegate
Class BooleanEditor

java.lang.Object
  |
  +--org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
        |
        +--org.jfract.beanEditor.delegate.BooleanEditor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable

public class BooleanEditor
extends AbstractJBeanEditorDelegate

A boolean editor to edit Boolean properties the componant is a JComboBox

See Also:
Serialized Form

Field Summary
(package private)  javax.swing.JComboBox comboBox
           
 
Fields inherited from class org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
column, component, parent, row, value
 
Constructor Summary
BooleanEditor(int row, int column, JBeanCellEditor parent, java.lang.Object value)
          always the same constructor comes from AbstractJBeanEditorDelegate
 
Method Summary
(package private)  void ()
           
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.Object getCellEditorValue()
          get the value edited by the componant
 javax.swing.JComponent getComponent()
          get the JComponant
 boolean stopCellEditing()
          do what you want when the editing is stopped
 
Methods inherited from class org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

comboBox

javax.swing.JComboBox comboBox
Constructor Detail

BooleanEditor

public BooleanEditor(int row,
                     int column,
                     JBeanCellEditor parent,
                     java.lang.Object value)
always the same constructor comes from AbstractJBeanEditorDelegate
Method Detail

getComponent

public javax.swing.JComponent getComponent()
Description copied from class: AbstractJBeanEditorDelegate
get the JComponant
Overrides:
getComponent in class AbstractJBeanEditorDelegate

void ()
Overrides:
in class java.lang.Object

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

getCellEditorValue

public java.lang.Object getCellEditorValue()
Description copied from class: AbstractJBeanEditorDelegate
get the value edited by the componant
Overrides:
getCellEditorValue in class AbstractJBeanEditorDelegate

stopCellEditing

public boolean stopCellEditing()
Description copied from class: AbstractJBeanEditorDelegate
do what you want when the editing is stopped
Overrides:
stopCellEditing in class AbstractJBeanEditorDelegate

jfract V1.0a

Generee le 27.09.2002 08:21:59 PM