public static class TreeTableNodeValueEditor.UnsupportedEditor extends TreeTableNodeValueEditor.BaseEditor
| Modifier and Type | Field and Description |
|---|---|
protected JLabel |
label |
protected WeakReference |
startValue |
cellEditable, component, listeners, shouldSelectCell| Constructor and Description |
|---|
UnsupportedEditor(String message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCellEditorValue() |
JComponent |
getComponent() |
void |
startEditing(Object value,
Object context) |
addCellEditorListener, cancelCellEditing, clearAllListeners, fireEditingCanceled, fireEditingStopped, getEditIcon, getNullIcon, getNullSelectedIcon, getNullUnSelectedIcon, isCellEditable, isShouldSelectCell, removeCellEditorListener, setCellEditable, setComponent, setShouldSelectCell, stopCellEditingprotected JLabel label
protected WeakReference startValue
public UnsupportedEditor(String message)
public Object getCellEditorValue()
getCellEditorValue in interface TreeTableNodeValueEditor.EditorgetCellEditorValue in class TreeTableNodeValueEditor.BaseEditorpublic void startEditing(Object value, Object context)
startEditing in interface TreeTableNodeValueEditor.EditorstartEditing in class TreeTableNodeValueEditor.BaseEditorpublic JComponent getComponent()
getComponent in interface TreeTableNodeValueEditor.EditorgetComponent in class TreeTableNodeValueEditor.BaseEditorCopyright © 2019. All rights reserved.