Class ReportHandler

    • Constructor Detail

      • ReportHandler

        public ReportHandler()
    • Method Detail

      • getExtensions

        public String[] getExtensions()
        Returns the list of extensions (without dot) that this handler can take care of.
        Returns:
        the list of extensions (no dot)
      • getDefaultReader

        protected AbstractReportReader getDefaultReader()
        Returns the default reader.
        Returns:
        the default reader
      • setReader

        public void setReader​(AbstractReportReader value)
        Sets the reader to use.
        Parameters:
        value - the reader
      • getReader

        public AbstractReportReader getReader()
        Returns the reader in use.
        Returns:
        the reader
      • readerTipText

        public String readerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • canHandle

        public boolean canHandle​(Class cls)
        Checks whether the class is handled by this content handler.
        Parameters:
        cls - the class to check
        Returns:
        true if handled
      • createPreview

        public PreviewPanel createPreview​(Object obj)
        Creates the actual preview.
        Parameters:
        obj - the object to create the view for
        Returns:
        the preview