cz.cmc.tcgui.datamanip
Interface Editor

All Known Implementing Classes:
DefaultEditor

public interface Editor

Title: interface Editor

Description: Interface for editing AttributeEntries of TCObjects

Copyright: Copyright (c) 2003

Company: CMC Computers


Method Summary
 JComponent getEditorComponent(TCExport tce, TCObject tco)
          Create and return top editor component for editing given TCObject.
 

Method Detail

getEditorComponent

public JComponent getEditorComponent(TCExport tce,
                                     TCObject tco)
Create and return top editor component for editing given TCObject. It is encouraged to use of getEditorComponent(TCObject, AttributeEntry) to make elements of the component.

Parameters:
tce - TCExport instance for accessing the schema
tco - TCObject the menu component is created for
Returns:
editor component for the whole TCObject