Packagecom.endeca.tools.pagebuilder.editor
Interfacepublic interface IEditorModule
ImplementorsEditorModule

Interface for modules which are capable of creating IEditor objects.

See also

IEditor


Public Methods
 MethodDefined by
  
canCreateEditor(name:QName):Boolean
Indicates whether this module is capable of instantiating an editor with the given name.
IEditorModule
  
createEditor(name:QName):IEditor
Attempts to create an editor with the given name.
IEditorModule
Method detail
canCreateEditor()method
public function canCreateEditor(name:QName):Boolean

Indicates whether this module is capable of instantiating an editor with the given name.

Parameters
name:QName — The name

Returns
Boolean — Whether this module can create such an editor
createEditor()method 
public function createEditor(name:QName):IEditor

Attempts to create an editor with the given name.

Parameters
name:QName — The name

Returns
IEditor — An instance of the editor corresponding to the given name