Packagecom.endeca.tools.pagebuilder.editor
Classpublic class EditorEntry

Used to define a mapping from a name to a factory capable of creating the corresponding IEditor.

See also

IEditor


Public Properties
 PropertyDefined by
  editor : IFactory
A factory capable of creating the IEditor to which the name maps.
EditorEntry
  localName : String
The local part of the editor name
EditorEntry
  uri : String
The URI part of the editor name
EditorEntry
Property detail
editorproperty
public var editor:IFactory

A factory capable of creating the IEditor to which the name maps.

See also

localNameproperty 
public var localName:String

The local part of the editor name

uriproperty 
public var uri:String

The URI part of the editor name