jfract V1.0a

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

Inner Class Summary
protected  class ComplexPolynomeEditor.PolynomeDialod
           
 class ComplexPolynomeEditor.PolynomeTableEditor
           
 
Field Summary
(package private)  javax.swing.JButton edit
           
private static org.apache.log4j.Category log4j_category
           
private  ComplexPolynomeEditor.PolynomeTableEditor model
           
private  ComplexPolynome pol
          always the same constructor comes from AbstractJBeanEditorDelegate
private  ComplexPolynome polEdit
           
private  javax.swing.JTextField size_text
           
 
Fields inherited from class org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
column, component, parent, row, value
 
Constructor Summary
ComplexPolynomeEditor(int row, int column, JBeanCellEditor parent, java.lang.Object value)
           
 
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 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

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
Constructor Detail

ComplexPolynomeEditor

public ComplexPolynomeEditor(int row,
                             int column,
                             JBeanCellEditor parent,
                             java.lang.Object value)
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

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

jfract V1.0a

Generee le 27.09.2002 08:21:59 PM