Uses of Class
fedora.client.objecteditor.ContentEditor

Packages that use ContentEditor
fedora.client.objecteditor   
 

Uses of ContentEditor in fedora.client.objecteditor
 

Subclasses of ContentEditor in fedora.client.objecteditor
 class TextContentEditor
          A general-purpose text editor/viewer with XML pretty-printing.
 

Methods in fedora.client.objecteditor that return ContentEditor
static ContentEditor ContentHandlerFactory.getEditor(java.lang.String type, java.io.InputStream data)
          Get an editor for the given type, initialized with the given data.