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 SummaryConstructors Constructor Description AbstractDocumentEditor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()voidsetKey(java.lang.String key)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.jalios.jcms.document.editor.DocumentEditoraccept, getButtonLabel, getIcon, getIcon48, getLinkAttributes, getLinkAttributes, getLinkCss, getMenuLabel, getName, getUrl, getUrl
 
- 
 
- 
- 
- 
Method Detail- 
getKeypublic java.lang.String getKey() - Specified by:
- getKeyin interface- DocumentEditor
 
 - 
setKeypublic void setKey(java.lang.String key) - Specified by:
- setKeyin interface- DocumentEditor
 
 
- 
 
-