edu.umd.cfar.lamp.viper.gui.table
Interface DataEditor

All Superinterfaces:
javax.swing.CellEditor
All Known Implementing Classes:
BvalueEditor, LvalueEditor, SvalueEditor, ViperDataFsmTextEditor

public interface DataEditor
extends javax.swing.CellEditor

Java AWT Component beans that are used as cell editors should implement this interface instead of using the slower, reflection-driven table:attrProperty method.

Since:
Jun 5, 2003
Author:
davidm@cfar.umd.edu

Method Summary
 void setMediator(ViperViewMediator mediator)
           
 void setNode(Node a)
           
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Method Detail

setNode

public void setNode(Node a)

setMediator

public void setMediator(ViperViewMediator mediator)