com.sap.portal.admin.editor
Interface IEditorBuilder

All Known Implementing Classes:
AbstractEditorComponent

public interface IEditorBuilder

Setup the editor using this API


Method Summary
 void setupEditor(IEditorConfiguration editorConfig, com.sapportals.portal.prt.component.IPortalComponentProfile profile, java.util.Map params, java.util.ResourceBundle editorTexts)
          Sets up the editor structure and panes
 

Method Detail

setupEditor

public void setupEditor(IEditorConfiguration editorConfig,
                        com.sapportals.portal.prt.component.IPortalComponentProfile profile,
                        java.util.Map params,
                        java.util.ResourceBundle editorTexts)
Sets up the editor structure and panes
Parameters:
editorConfig - editorConfig the editor to configure
profile - The profile of the component.
params - The url parmeters
editorTexts - The current ResourceBundle
See Also:
for configuring editors