Package com.jalios.jcms.document.editor
Class AbstractDocumentEditor
- java.lang.Object
 - 
- com.jalios.jcms.document.editor.AbstractDocumentEditor
 
 
- 
- All Implemented Interfaces:
 DocumentEditor
- Direct Known Subclasses:
 ImageDocumentEditor
public abstract class AbstractDocumentEditor extends java.lang.Object implements DocumentEditor
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractDocumentEditor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()voidsetKey(java.lang.String key)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.jalios.jcms.document.editor.DocumentEditor
accept, getButtonLabel, getIcon, getLinkAttributes, getLinkAttributes, getLinkCss, getMenuLabel, getName, getUrl 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getKey
public java.lang.String getKey()
- Specified by:
 getKeyin interfaceDocumentEditor
 
- 
setKey
public void setKey(java.lang.String key)
- Specified by:
 setKeyin interfaceDocumentEditor
 
 - 
 
 -