public static class TreeTableNodeValueEditor.WrappedEditor extends Object implements TreeTableNodeValueEditor.Editor, Closeable
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeValueEditor.CellEditorListenerSupport |
listeners |
protected TreeTableNodeValueEditor.Editor |
source |
protected CellEditorListener |
sourceListener |
| Constructor and Description |
|---|
WrappedEditor(TreeTableNodeValueEditor.Editor source) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener l) |
void |
cancelCellEditing() |
void |
clearAllListeners() |
void |
close() |
void |
fireEditingCanceled(Object src) |
void |
fireEditingStopped(Object src) |
Object |
getCellEditorValue() |
JComponent |
getComponent() |
boolean |
isCellEditable() |
boolean |
isShouldSelectCell() |
void |
removeCellEditorListener(CellEditorListener l) |
void |
startEditing(Object value,
Object context) |
boolean |
stopCellEditing() |
protected TreeTableNodeValueEditor.Editor source
protected CellEditorListener sourceListener
protected final TreeTableNodeValueEditor.CellEditorListenerSupport listeners
public WrappedEditor(TreeTableNodeValueEditor.Editor source)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic JComponent getComponent()
getComponent in interface TreeTableNodeValueEditor.Editorpublic void startEditing(Object value, Object context)
startEditing in interface TreeTableNodeValueEditor.Editorpublic boolean stopCellEditing()
stopCellEditing in interface TreeTableNodeValueEditor.Editorpublic void cancelCellEditing()
cancelCellEditing in interface TreeTableNodeValueEditor.Editorpublic Object getCellEditorValue()
getCellEditorValue in interface TreeTableNodeValueEditor.Editorpublic boolean isCellEditable()
isCellEditable in interface TreeTableNodeValueEditor.Editorpublic boolean isShouldSelectCell()
isShouldSelectCell in interface TreeTableNodeValueEditor.Editorpublic void clearAllListeners()
clearAllListeners in interface TreeTableNodeValueEditor.Editorpublic void addCellEditorListener(CellEditorListener l)
addCellEditorListener in interface TreeTableNodeValueEditor.Editorpublic void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener in interface TreeTableNodeValueEditor.Editorpublic void fireEditingCanceled(Object src)
fireEditingCanceled in interface TreeTableNodeValueEditor.Editorpublic void fireEditingStopped(Object src)
fireEditingStopped in interface TreeTableNodeValueEditor.EditorCopyright © 2019. All rights reserved.