|
jfract V1.0a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
This class should be implemented when you want to define a new editor from the JBeanCellEditor
| Field Summary | |
protected int |
column
the field column to be accessed from inner classes |
protected javax.swing.JComponent |
component
the jComponant to return can be every JComponant |
protected JBeanCellEditor |
parent
the JBeanCellEditor parent |
protected int |
row
the field row to be accessed from inner classes |
protected java.lang.Object |
value
the value to edit as an object |
| Constructor Summary | |
AbstractJBeanEditorDelegate(int row,
int column,
JBeanCellEditor parent,
java.lang.Object value)
Build the Delegate |
|
| Method Summary | |
abstract java.lang.Object |
getCellEditorValue()
get the value edited by the componant |
abstract javax.swing.JComponent |
getComponent()
get the JComponant |
JBeanCellEditor |
getParent()
get the parent conainer |
abstract boolean |
stopCellEditing()
do what you want when the editing is stopped |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface java.awt.event.ActionListener |
actionPerformed |
| Field Detail |
protected JBeanCellEditor parent
protected java.lang.Object value
protected javax.swing.JComponent component
protected int row
protected int column
| Constructor Detail |
public AbstractJBeanEditorDelegate(int row,
int column,
JBeanCellEditor parent,
java.lang.Object value)
row - column - parent - the JBeanCellEditor parent| Method Detail |
public abstract javax.swing.JComponent getComponent()
public abstract java.lang.Object getCellEditorValue()
public abstract boolean stopCellEditing()
public JBeanCellEditor getParent()
|
jfract V1.0a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||