org.jfract.beanEditor.delegate
Class ComplexPolynomeEditor
java.lang.Object
|
+--org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
|
+--org.jfract.beanEditor.delegate.ComplexPolynomeEditor
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable
- public class ComplexPolynomeEditor
- extends AbstractJBeanEditorDelegate
- implements java.awt.event.ActionListener
- See Also:
- Serialized Form
|
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()
get the JComponant |
boolean |
stopCellEditing()
do what you want when the editing is stopped |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
log4j_category
private static final org.apache.log4j.Category log4j_category
pol
private ComplexPolynome pol
- always the same constructor comes from AbstractJBeanEditorDelegate
polEdit
private ComplexPolynome polEdit
size_text
private javax.swing.JTextField size_text
model
private ComplexPolynomeEditor.PolynomeTableEditor model
edit
javax.swing.JButton edit
ComplexPolynomeEditor
public ComplexPolynomeEditor(int row,
int column,
JBeanCellEditor parent,
java.lang.Object value)
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
stopCellEditing
public boolean stopCellEditing()
- Description copied from class:
AbstractJBeanEditorDelegate
- do what you want when the editing is stopped
- 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.
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
Generee le 27.09.2002 08:21:59 PM