abstract PreviewPanel |
AbstractContentHandler.createPreview(File file) |
Creates the actual preview.
|
PreviewPanel |
AbstractReportHandler.createPreview(File file) |
Creates the actual view.
|
protected abstract PreviewPanel |
AbstractSerializedObjectViewer.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
AbstractSpreadSheetHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ActualVsPredictedHandler.createPreview(File file) |
Creates the actual preview.
|
PreviewPanel |
AnnotateImage.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
AnnotationsAndPredictionsFromReport.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ApacheCommonsImageHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ApacheCommonsImageMetaDataHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
BlueChannelImageHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
BoofCVImageHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
CocoAnnotationsHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ColorDistributionHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ConfusionMatrixHandler.createPreview(File file) |
Creates the actual preview.
|
PreviewPanel |
ConsoleOutputHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ContentHandler.createPreview(File file) |
Creates the actual preview.
|
PreviewPanel |
DeepLabCutCSVHandler.createPreview(File file) |
Creates the actual view.
|
protected PreviewPanel |
DefaultSerializedObjectViewer.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
DetectronAnnotationsHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
FileInfoHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
FlowHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
FromFileHandler.createPreview(File file) |
Creates the actual view.
|
protected PreviewPanel |
GraphSource.createPreview(Object obj) |
Creates the actual preview.
|
protected PreviewPanel |
GraphVisualizer.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
GrayOrIndexedImageHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
GroovyHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
HexaDecimalHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ImageClassificationHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ImageHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ImageMetaDataExtractorHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ImageSegmentationAnnotationsHandler.createPreview(File file) |
Creates the actual preview.
|
PreviewPanel |
IndexedPNGImageHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
InstanceExplorerHandler.createPreview(File file) |
Creates the actual view.
|
protected PreviewPanel |
InterQuartileRangeViewer.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
JsonPrettyPrintHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
JsonTreeViewHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ObjectAnnotationsHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ObjectAnnotationsReportHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ObjectAnnotationsReportHandler.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
ObjectCentersFromReport.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ObjectContentHandler.createPreview(Object obj) |
Creates the actual preview.
|
protected PreviewPanel |
ObjectInspectionViewer.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
ObjectLocationsFromReport.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ObjectLocationsFromSpreadSheet.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
PDFHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
PDFTextHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
PlainTextHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
PlainTextHandler.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
PointsFromReportHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
PropertiesHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ReportHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ReportHandler.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
ScriptHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
SerializedFileHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
SimpleImageSegmentationAnnotationsHandler.createPreview(File file) |
Creates the actual preview.
|
protected PreviewPanel |
TreeVisualizer.createPreview(Object obj) |
Creates the actual preview.
|
PreviewPanel |
TrimapImageHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
VggXmlAnnotationHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
ViaAnnotationsHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
WekaDatasetHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
XMLHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
YamlHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
YoloAnnotationsHandler.createPreview(File file) |
Creates the actual view.
|
PreviewPanel |
AbstractContentHandler.getPreview(File file) |
Returns the preview for the specified file.
|
PreviewPanel |
AbstractObjectContentHandler.getPreview(Object obj) |
Returns the preview for the specified object.
|
PreviewPanel |
ContentHandler.getPreview(File file) |
Returns the preview for the specified file.
|
PreviewPanel |
MultipleFileContentHandler.getPreview(File[] files) |
Returns the preview for the specified files.
|
PreviewPanel |
ObjectContentHandler.getPreview(Object obj) |
Returns the preview for the specified object.
|
PreviewPanel |
AbstractContentHandler.reusePreview(File file,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|
PreviewPanel |
AbstractObjectContentHandler.reusePreview(Object obj,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|
PreviewPanel |
AnnotateImage.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
AnnotationsAndPredictionsFromReport.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
BoofCVImageHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
CocoAnnotationsHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ContentHandler.reusePreview(File file,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|
PreviewPanel |
DeepLabCutCSVHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ImageClassificationHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ImageHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ImageMetaDataExtractorHandler.reusePreview(File file,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|
PreviewPanel |
ImageSegmentationAnnotationsHandler.reusePreview(File file,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|
PreviewPanel |
MultipleFileContentHandler.reusePreview(File[] files,
PreviewPanel previewPanel) |
Returns the preview for the specified files.
|
PreviewPanel |
ObjectAnnotationsHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ObjectAnnotationsReportHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ObjectAnnotationsReportHandler.reusePreview(Object obj,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|
PreviewPanel |
ObjectCentersFromReport.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ObjectContentHandler.reusePreview(Object obj,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|
PreviewPanel |
ObjectLocationsFromReport.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
ObjectLocationsFromSpreadSheet.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
PointsFromReportHandler.reusePreview(File file,
PreviewPanel previewPanel) |
Reuses the last preview, if possible.
|
PreviewPanel |
SimpleImageSegmentationAnnotationsHandler.reusePreview(File file,
PreviewPanel lastPreview) |
Reuses the last preview, if possible.
|