Uses of Class
net.ezcontent.backend.conf.EditorConfiguration

Packages that use EditorConfiguration
net.ezcontent.backend.conf Clases para configuracion de las secciones y opciones del backend. 
net.ezcontent.web.admin Aqui se definen los componentes y paginas para el backend de ezContent, el cual es extensible y configurable. 
net.ezcontent.web.admin.conf Este paquete contiene las clases para manejar la configuracion de los distintos componentes del backend de ezContent. 
 

Uses of EditorConfiguration in net.ezcontent.backend.conf
 

Fields in net.ezcontent.backend.conf declared as EditorConfiguration
private  EditorConfiguration ListConfiguration.editconf
           
 

Methods in net.ezcontent.backend.conf that return EditorConfiguration
 EditorConfiguration ListConfiguration.getEditorConfiguration()
           
 

Methods in net.ezcontent.backend.conf with parameters of type EditorConfiguration
 void ListConfiguration.setEditorConfiguration(EditorConfiguration value)
          Fija la configuracion de editor que debe utilizarse con los objetos que se estan listando.
 

Uses of EditorConfiguration in net.ezcontent.web.admin
 

Methods in net.ezcontent.web.admin that return EditorConfiguration
abstract  EditorConfiguration Editor.getConfiguration()
           
 

Methods in net.ezcontent.web.admin with parameters of type EditorConfiguration
abstract  void Editor.setConfiguration(EditorConfiguration value)
           
 

Uses of EditorConfiguration in net.ezcontent.web.admin.conf
 

Fields in net.ezcontent.web.admin.conf declared as EditorConfiguration
private  EditorConfiguration XmlConfHandler.editconf