org.jfract.beanEditor.delegate
Class ComplexEditor
java.lang.Object
|
+--org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
|
+--org.jfract.beanEditor.delegate.ComplexEditor
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable
- public class ComplexEditor
- extends AbstractJBeanEditorDelegate
- See Also:
- Serialized Form
|
Constructor Summary |
ComplexEditor(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)
Invoked when an action occurs. |
java.lang.Object |
getCellEditorValue()
get the value edited by the componant |
javax.swing.JComponent |
getComponent()
the componant in the JTable value column |
boolean |
stopCellEditing()
when stopping to edit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
complex
private Complex complex
- the complex member
complexEdit
private Complex complexEdit
- the complex to edi
dialog
private ComplexEditor.ComplexDialog dialog
- the dialog
model
private ComplexEditor.ComplexTableEditor model
- the table model
complex_change
javax.swing.JButton complex_change
- the button in the JTable
ComplexEditor
public ComplexEditor(int row,
int column,
JBeanCellEditor parent,
java.lang.Object value)
- always the same constructor comes from AbstractJBeanEditorDelegate
getComponent
public javax.swing.JComponent getComponent()
- the componant in the JTable value column
- Overrides:
getComponent in class AbstractJBeanEditorDelegate
void ()
- Overrides:
in class java.lang.Object
stopCellEditing
public boolean stopCellEditing()
- when stopping to edit
- Overrides:
stopCellEditing in class AbstractJBeanEditorDelegate
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Description copied from class:
AbstractJBeanEditorDelegate
- get the value edited by the componant
- Overrides:
getCellEditorValue in class AbstractJBeanEditorDelegate
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Invoked when an action occurs.
Generee le 27.09.2002 08:21:59 PM