Uses of Interface
adams.gui.tools.previewbrowser.ObjectContentHandler
-
Packages that use ObjectContentHandler Package Description adams.flow.sink adams.gui.tools.previewbrowser -
-
Uses of ObjectContentHandler in adams.flow.sink
Fields in adams.flow.sink declared as ObjectContentHandler Modifier and Type Field Description protected ObjectContentHandler
ObjectPreview. m_Preview
the width of the image properties.Methods in adams.flow.sink that return ObjectContentHandler Modifier and Type Method Description ObjectContentHandler
ObjectPreview. getPreview()
Returns the custom preview handler to use.Methods in adams.flow.sink with parameters of type ObjectContentHandler Modifier and Type Method Description void
ObjectPreview. setPreview(ObjectContentHandler value)
Sets the custom preview handler to use. -
Uses of ObjectContentHandler in adams.gui.tools.previewbrowser
Classes in adams.gui.tools.previewbrowser that implement ObjectContentHandler Modifier and Type Class Description class
AbstractObjectContentHandler
Ancestor for content handlers that handle files and objects.class
ObjectAnnotationsReportHandler
Overlays the annotations onto the image.class
PlainTextHandler
Displays the following plain text file types: *
class
ReportHandler
Displays report files (depends on selected reader): *
Fields in adams.gui.tools.previewbrowser with type parameters of type ObjectContentHandler Modifier and Type Field Description protected static Map<Class,List<Class<? extends ObjectContentHandler>>>
AbstractObjectContentHandler. m_ObjectHandlerMapping
the cache for managed classes.Methods in adams.gui.tools.previewbrowser that return types with arguments of type ObjectContentHandler Modifier and Type Method Description static List<Class<? extends ObjectContentHandler>>
AbstractObjectContentHandler. getObjectHandlersFor(Class cls)
Returns the handlers registered for the class.static List<Class<? extends ObjectContentHandler>>
AbstractObjectContentHandler. getObjectHandlersFor(Object obj)
Returns the handlers registered for the object.
-