Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.htmleditor.service
Class HtmlEditorPluginDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.htmleditor.service.HtmlEditorPluginDescriptor

public class HtmlEditorPluginDescriptor
extends Object

TinyMCE plugin descriptor.

Author:
Thomas Roger

Constructor Summary
HtmlEditorPluginDescriptor()
           
 
Method Summary
 String getPluginButtonName()
           
 String getPluginName()
           
 Boolean getRemove()
           
 String getToolbarName()
           
 void setPluginButtonName(String pluginButtonName)
           
 void setPluginName(String pluginName)
           
 void setRemove(boolean remove)
           
 void setToolbarName(String toolbarName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlEditorPluginDescriptor

public HtmlEditorPluginDescriptor()
Method Detail

getPluginName

public String getPluginName()

setPluginName

public void setPluginName(String pluginName)

getPluginButtonName

public String getPluginButtonName()

setPluginButtonName

public void setPluginButtonName(String pluginButtonName)

getToolbarName

public String getToolbarName()

setToolbarName

public void setToolbarName(String toolbarName)

getRemove

public Boolean getRemove()

setRemove

public void setRemove(boolean remove)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.