org.mevenide.idea.editor.pom.ui.reports
Class ReportTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.mevenide.idea.editor.pom.ui.reports.ReportTableCellEditor
- All Implemented Interfaces:
- ActionListener, Serializable, EventListener, CellEditor, TableCellEditor
public class ReportTableCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, ActionListener
- Author:
- Arik
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportTableCellEditor
public ReportTableCellEditor(PsiReports pModel)
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable pTable,
Object pValue,
boolean pSelected,
int pRow,
int pColumn)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
actionPerformed
public void actionPerformed(ActionEvent pEvent)
- Specified by:
actionPerformed in interface ActionListener
Copyright © 2005 The Codehaus. All Rights Reserved.