|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The editor configuration API. This API must be used in order to configure an editor.
| Method Summary | |
void |
addEditorPane(java.lang.Class editorPaneClass,
java.lang.String activatingEvent)
Deprecated. use ddEditorPane(PaneMetaData) instead. |
void |
addEditorPane(java.lang.Class editorPaneClass,
java.lang.String activatingEvent,
java.lang.String paneTitle)
Deprecated. use ddEditorPane(PaneMetaData) instead. |
void |
addEditorPane(java.lang.Class editorPaneClass,
java.lang.String activatingEvent,
java.lang.String paneTitle,
java.lang.String description)
Deprecated. use ddEditorPane(PaneMetaData) instead. |
void |
addEditorPane(PaneMetaData paneMetaData)
Add editor pane to this editor. |
void |
setDefaultEditorPane(java.lang.Class defaultEditorPaneClass)
Set the editor pane that will be the default pane. |
void |
setLogger(com.sapportals.common.PPLogger logger)
Set the logger that all the log/trace messages will be sent to. |
void |
setTitle(java.lang.String newTitle)
Deprecated. use the titles of the panes. |
| Method Detail |
public void setDefaultEditorPane(java.lang.Class defaultEditorPaneClass)
defaultEditorPaneClass - public void setLogger(com.sapportals.common.PPLogger logger)
logger - a logger object that will be set as the logger for this editorpublic void setTitle(java.lang.String newTitle)
newTitle -
public void addEditorPane(java.lang.Class editorPaneClass,
java.lang.String activatingEvent)
editorPaneClass - the name of the pane class.activatingEvent - the name of the event that will activate this pane
public void addEditorPane(java.lang.Class editorPaneClass,
java.lang.String activatingEvent,
java.lang.String paneTitle)
editorPaneClass - the name of the pane class.activatingEvent - the name of the event that will activate this pane
if this param is null- the activating event will be default by editor ramework.paneTitle - NLS string that will be used for messages, and for default transitions UI.
public void addEditorPane(java.lang.Class editorPaneClass,
java.lang.String activatingEvent,
java.lang.String paneTitle,
java.lang.String description)
editorPaneClass - the name of the pane class.activatingEvent - the name of the event that will activate this pane
if this param is null- the activating event will be default by editor ramework.paneTitle - NLS string that will be used for messages, and for default transitions UI.description - the description of this pane, will be presented as tooltip.public void addEditorPane(PaneMetaData paneMetaData)
paneMetaData - the meta data for this pane
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||