|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyValueCellEditor
Interface for all value cell editors of property / parameter tables. Please note
that the objects of this interface are constructed via reflection and that a
one-argument constructor taking the ParameterType must be provided.
Directly after initialization the method setOperator(Operator)
is invoked.
| Method Summary | |
|---|---|
void |
setOperator(Operator operator)
This method can be implemented to perform operator specific settings. |
boolean |
useEditorAsRenderer()
Returns true if this editor should also be used as renderer. |
| Methods inherited from interface javax.swing.table.TableCellEditor |
|---|
getTableCellEditorComponent |
| Methods inherited from interface javax.swing.CellEditor |
|---|
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
| Methods inherited from interface javax.swing.table.TableCellRenderer |
|---|
getTableCellRendererComponent |
| Method Detail |
|---|
void setOperator(Operator operator)
boolean useEditorAsRenderer()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||