Package com.portal.app.cc
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.
-
Field Summary
Fields inherited from class com.portal.pfc.ui.AbstractCellEditor
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTableCellEditorComponent
(JTable table, Object value, boolean isSelected, int row, int column) Implementation for method in TableCellEditorMethods inherited from class com.portal.pfc.ui.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorValue, 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, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
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 interfaceTableCellEditor
- Parameters:
table
-value
-isSelected
-row
-column
-- Returns:
-