Package com.portal.app.cc
Class CreditLimitTreeTable.CheckBoxCellEditor
java.lang.Object
com.portal.pfc.ui.AbstractCellEditor
com.portal.app.cc.CreditLimitTreeTable.CheckBoxCellEditor
- All Implemented Interfaces:
ActionListener
,EventListener
,CellEditor
,TableCellEditor
- Enclosing class:
CreditLimitTreeTable
public class CreditLimitTreeTable.CheckBoxCellEditor
extends AbstractCellEditor
implements TableCellEditor, ActionListener
Custom Editor class for checkbox editing
-
Field Summary
Fields inherited from class com.portal.pfc.ui.AbstractCellEditor
listenerList
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getTableCellEditorComponent
(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
-
Method Details
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int r, int c) - Specified by:
getTableCellEditorComponent
in interfaceTableCellEditor
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-