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
|
|
Constructor Summary |
BooleanEditor(int row,
int column,
JBeanCellEditor parent,
java.lang.Object value)
always the same constructor comes from AbstractJBeanEditorDelegate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
comboBox
javax.swing.JComboBox comboBox
BooleanEditor
public BooleanEditor(int row,
int column,
JBeanCellEditor parent,
java.lang.Object value)
- always the same constructor comes from AbstractJBeanEditorDelegate
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
Generee le 27.09.2002 08:21:59 PM