org.mevenide.idea.editor.pom.ui.reports
Class ReportTableCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by 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

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
ReportTableCellEditor(PsiReports pModel)
           
 
Method Summary
 void actionPerformed(ActionEvent pEvent)
           
 Object getCellEditorValue()
           
 Component getTableCellEditorComponent(JTable pTable, Object pValue, boolean pSelected, int pRow, int pColumn)
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

ReportTableCellEditor

public ReportTableCellEditor(PsiReports pModel)
Method Detail

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.