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 ObjectContentHandlerObjectPreview. m_Previewthe width of the image properties.Methods in adams.flow.sink that return ObjectContentHandler Modifier and Type Method Description ObjectContentHandlerObjectPreview. getPreview()Returns the custom preview handler to use.Methods in adams.flow.sink with parameters of type ObjectContentHandler Modifier and Type Method Description voidObjectPreview. 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 classAbstractObjectContentHandlerAncestor for content handlers that handle files and objects.classObjectAnnotationsReportHandlerOverlays the annotations onto the image.classPlainTextHandlerDisplays the following plain text file types: *
classReportHandlerDisplays 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_ObjectHandlerMappingthe 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.
-