Search this API

y.option
Interface TableEditorFactory.ItemEditorOwner

All Known Implementing Classes:
ColorRenderer
Enclosing class:
TableEditorFactory

public static interface TableEditorFactory.ItemEditorOwner

This interface should be implemented by TableCellEditor and TableCellRenderer classes used with the TableEditorFactory that need to know additional information to display the editor value.

 

Method Summary
 ItemEditor getEditor()
          Returns the editor of this ItemEditorOwner.
 void setEditor(ItemEditor editor)
          Sets the editor of this ItemEditorOwner.
 

Method Detail

getEditor

ItemEditor getEditor()
Returns the editor of this ItemEditorOwner.


setEditor

void setEditor(ItemEditor editor)
Sets the editor of this ItemEditorOwner.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.