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 |
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 configureprofile - The profile of the component.params - The url parmeterseditorTexts - The current ResourceBundle- See Also:
for configuring editors