Uses of Class
fedora.client.objecteditor.ContentViewer

Packages that use ContentViewer
fedora.client.objecteditor   
 

Uses of ContentViewer in fedora.client.objecteditor
 

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

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

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