public class AttributeCellEditor extends AbstractCellEditor implements TableCellEditor
changeEvent, listenerList| Constructor and Description |
|---|
AttributeCellEditor()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCellEditorValue() |
ControlPanelInfo |
getInfo()
Returns the control panel information.
|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
void |
setInfo(ControlPanelInfo info)
Sets the control panel information.
|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic AttributeCellEditor()
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic ControlPanelInfo getInfo()
public void setInfo(ControlPanelInfo info)
info - the control panel information.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.