Package com.sap.portal.admin.editor

Interface Summary
IDataHandler IDataHandler API for load and save the data That this editor is dealing.
IEditModeEnabler IEditModeEnabler A plugin that defines whether the current event is an edit mode event (i.e. the event require to open the editor for write mode) and responsible to check if the edit mode is allowed.
IEditor  
IEditorBuilder Setup the editor using this API
IEditorConfiguration The editor configuration API.
IEditorContainer IContentPane a container that related with editor UI.
IEditorContext The editor context is the session representor.
IEditorFactory  
IEditorFrameworkService Factory for IEditor objects
IEditorPane UI Editor pane.
IEditorResponse IEditorResponse A respnse representor: This call can be used for any kind of response free additions.
IGenericEventsHandler IGenericEventsHandler Handle the events of the application designer.
ILockingPolicy API for the locking policy of this editor.
IPessimisticLockPolicy API for pessimistic locking specific methods.
 

Class Summary
AbstractEditorComponent Editor component template.
EditorLockingStatus EditorLockingStatus Holds the status of the locking, the user id and the session id that currently holds the lock.
EditorLockingStatus.StatusEnum  
EditorMessageType EditorMessageType Different levels of editor messages: Info for information messages, warning or error.
EditorResource EditorResource represent a resource in the editor.
GenericEventsHandler GenericEventsHandler A default implementation for the application designer toolbar event handler.
PaneMetaData PaneMetaData Structure class that holds the pane meta data such as name and title.
PCMDataHandler PCMDataHandler The default inplementation of the data handler plugin.