| Package | Description |
|---|---|
| org.sakaiproject.portal.api |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEditor
Nominal implementation of the Editor interface.
|
| Modifier and Type | Method and Description |
|---|---|
Editor |
PortalService.getActiveEditor()
Retrieve the activated system-wide Editor.
|
Editor |
PortalService.getActiveEditor(Placement placement)
Retrieve the activated Editor, considering the tool Placement.
|
Editor |
EditorRegistry.getEditor(String id)
Retrieve an Editor by its ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Editor> |
EditorRegistry.getEditors()
Retrieve a list of all registered Editors.
|
| Modifier and Type | Method and Description |
|---|---|
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–2019 Sakai Project. All rights reserved.