|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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(Class editorPaneClass,
String activatingEvent)
Deprecated. use ddEditorPane(PaneMetaData) instead. |
void |
addEditorPane(Class editorPaneClass,
String activatingEvent,
String paneTitle)
Deprecated. use ddEditorPane(PaneMetaData) instead. |
void |
addEditorPane(Class editorPaneClass,
String activatingEvent,
String paneTitle,
String description)
Deprecated. use ddEditorPane(PaneMetaData) instead. |
void |
addEditorPane(PaneMetaData paneMetaData)
Add editor pane to this editor. |
void |
setDefaultEditorPane(Class defaultEditorPaneClass)
Set the editor pane that will be the default pane. |
void |
setLogger(PPLogger logger)
Set the logger that all the log/trace messages will be sent to. |
void |
setTitle(String newTitle)
Deprecated. use the titles of the panes. |
| Method Detail |
public void setDefaultEditorPane(Class defaultEditorPaneClass)
defaultEditorPaneClass - public void setLogger(PPLogger logger)
logger - a logger object that will be set as the logger for this editorpublic void setTitle(String newTitle)
newTitle -
public void addEditorPane(Class editorPaneClass,
String activatingEvent)
editorPaneClass - the name of the pane class.activatingEvent - the name of the event that will activate this pane
public void addEditorPane(Class editorPaneClass,
String activatingEvent,
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(Class editorPaneClass,
String activatingEvent,
String paneTitle,
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
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||