Uses of Interface
org.sakaiproject.portal.api.Editor

Packages that use Editor
org.sakaiproject.portal.api   
 

Uses of Editor in org.sakaiproject.portal.api
 

Classes in org.sakaiproject.portal.api that implement Editor
 class BaseEditor
          Nominal implementation of the Editor interface.
 

Methods in org.sakaiproject.portal.api that return Editor
 Editor PortalService.getActiveEditor()
          Retrieve the activated system-wide Editor.
 Editor PortalService.getActiveEditor(org.sakaiproject.tool.api.Placement placement)
          Retrieve the activated Editor, considering the tool Placement.
 Editor EditorRegistry.getEditor(String id)
          Retrieve an Editor by its ID.
 

Methods in org.sakaiproject.portal.api that return types with arguments of type Editor
 List<Editor> EditorRegistry.getEditors()
          Retrieve a list of all registered Editors.
 

Methods in org.sakaiproject.portal.api with parameters of type Editor
 void EditorRegistry.register(Editor editor)
          Registers an instantiated Editor for portal use.
 boolean EditorRegistry.unregister(Editor editor)
          Unregister an Editor, making it unavailable.
 



Copyright © 2003-2012 Sakai Project. All Rights Reserved.