I believe this is a doc bug.
If my receiver is not currently editing then a null component is returned.
If we set table.editCellAt(1,1); then we return correct component.
javadocs:
getEditorComponent
public Component getEditorComponent()
If the receiver is currently editing this will return the Component that was returned from the CellEditor.
Returns:
Component handling editing session
If my receiver is not currently editing then a null component is returned.
If we set table.editCellAt(1,1); then we return correct component.
javadocs:
getEditorComponent
public Component getEditorComponent()
If the receiver is currently editing this will return the Component that was returned from the CellEditor.
Returns:
Component handling editing session