Package com.portal.app.cc
Class CreditLimitTreeTable.TreeTableCellEditor
java.lang.Object
com.portal.pfc.ui.AbstractCellEditor
com.portal.app.cc.CreditLimitTreeTable.TreeTableCellEditor
- All Implemented Interfaces:
CellEditor
,TableCellEditor
- Enclosing class:
CreditLimitTreeTable
public class CreditLimitTreeTable.TreeTableCellEditor
extends AbstractCellEditor
implements TableCellEditor
-
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 r, int c) Methods 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 r, int c) - Specified by:
getTableCellEditorComponent
in interfaceTableCellEditor
-