Uses of Interface
org.sakaiproject.portal.api.Editor
-
Packages that use Editor Package Description org.sakaiproject.portal.api -
-
Uses of Editor in org.sakaiproject.portal.api
Classes in org.sakaiproject.portal.api that implement Editor Modifier and Type Class Description classBaseEditorNominal implementation of the Editor interface.Methods in org.sakaiproject.portal.api that return Editor Modifier and Type Method Description EditorPortalService. getActiveEditor()Retrieve the activated system-wide Editor.EditorPortalService. getActiveEditor(org.sakaiproject.tool.api.Placement placement)Retrieve the activated Editor, considering the tool Placement.EditorEditorRegistry. getEditor(String id)Retrieve an Editor by its ID.Methods in org.sakaiproject.portal.api that return types with arguments of type Editor Modifier and Type Method Description List<Editor>EditorRegistry. getEditors()Retrieve a list of all registered Editors.Methods in org.sakaiproject.portal.api with parameters of type Editor Modifier and Type Method Description voidEditorRegistry. register(Editor editor)Registers an instantiated Editor for portal use.booleanEditorRegistry. unregister(Editor editor)Unregister an Editor, making it unavailable.
-