Class PBillinfoDetailsTreeTable.TreeTableCellEditor

java.lang.Object
com.portal.pfc.ui.AbstractCellEditor
com.portal.app.cc.PBillinfoDetailsTreeTable.TreeTableCellEditor
All Implemented Interfaces:
CellEditor, TableCellEditor
Enclosing class:
PBillinfoDetailsTreeTable

public class PBillinfoDetailsTreeTable.TreeTableCellEditor extends AbstractCellEditor implements TableCellEditor
The editor used to interact with tree nodes, a JTree.
  • Constructor Details

    • TreeTableCellEditor

      public TreeTableCellEditor()
  • Method Details

    • getTableCellEditorComponent

      public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
      Implementation for method in TableCellEditor
      Specified by:
      getTableCellEditorComponent in interface TableCellEditor
      Parameters:
      table -
      value -
      isSelected -
      row -
      column -
      Returns: