| Constructor and Description |
|---|
BaseEditor() |
BaseEditor(String id,
String name,
String editorUrl,
String launchUrl) |
BaseEditor(String id,
String name,
String editorUrl,
String launchUrl,
String preloadScript) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEditorUrl()
Retrieve the URL of the Editor's primary script.
|
String |
getId()
Retrieve the unique identifier of this Editor.
|
String |
getLaunchUrl()
Retrieve the URL of the Sakai launch script for this Editor.
|
String |
getName()
Retrieve the formal name of this Editor.
|
String |
getPreloadScript()
Retrieve any inline script that should be run before loading this Editor.
|
int |
hashCode() |
void |
setEditorUrl(String editorUrl) |
void |
setId(String id) |
void |
setLaunchUrl(String launchUrl) |
void |
setName(String name) |
void |
setPreloadScript(String preloadScript) |
public void setId(String id)
public String getId()
Editorpublic void setName(String name)
public String getName()
Editorpublic void setEditorUrl(String editorUrl)
public String getEditorUrl()
EditorgetEditorUrl in interface Editorpublic void setLaunchUrl(String launchUrl)
public String getLaunchUrl()
EditorgetLaunchUrl in interface Editorpublic void setPreloadScript(String preloadScript)
public String getPreloadScript()
EditorCopyright © 2003-2015 Sakai Project. All Rights Reserved.