Uses of Class
org.fcrepo.client.objecteditor.ContentViewer

Packages that use ContentViewer
org.fcrepo.client.objecteditor   
 

Uses of ContentViewer in org.fcrepo.client.objecteditor
 

Subclasses of ContentViewer in org.fcrepo.client.objecteditor
 class ContentEditor
          Edit content of certain types in a JComponent.
 class ImageContentViewer
          Views content of common image formats in a JComponent.
 class RDFTupleEditor
          An RDF editor/viewer.
 class SVGContentViewer
          Views content of SVG images in a JComponent.
 class TextContentEditor
          A general-purpose text editor/viewer with XML pretty-printing.
 

Methods in org.fcrepo.client.objecteditor that return ContentViewer
static ContentViewer ContentHandlerFactory.getViewer(String type, InputStream data)
          Get a viewer for the given type, initialized with the given data.
protected  ContentViewer ContentViewer.newInstance(String type, InputStream data, boolean viewOnly)
          Gets a new instance of this class, which has been constructed and immediately thereafter, init(...)'ed.
 

Methods in org.fcrepo.client.objecteditor with parameters of type ContentViewer
static void ContentHandlerFactory.register(ContentViewer handler)
          Registers a viewer or editor with the factory.
 



Copyright © 2012 DuraSpace. All Rights Reserved.