jfract V1.0a

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

Inner Class Summary
 class ComplexEditor.ComplexDialog
          inner class for the dialog
 class ComplexEditor.ComplexTableEditor
           
 
Field Summary
private  Complex complex
          the complex member
(package private)  javax.swing.JButton complex_change
          the button in the JTable
private  Complex complexEdit
          the complex to edi
private  ComplexEditor.ComplexDialog dialog
          the dialog
private  ComplexEditor.ComplexTableEditor model
          the table model
 
Fields inherited from class org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
column, component, parent, row, value
 
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 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

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

ComplexEditor

public ComplexEditor(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()
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.

jfract V1.0a

Generee le 27.09.2002 08:21:59 PM