Class DocumentFilter


  • public abstract class DocumentFilter
    extends java.lang.Object
    Provides a system for filtering documents
    Since:
    API 4.810 (Geneious 8.1.0)
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentFilter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean accepts​(AnnotatedPluginDocument document)
      Returns true if this document is accepted by the filter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentFilter

        public DocumentFilter()
    • Method Detail

      • accepts

        public abstract boolean accepts​(AnnotatedPluginDocument document)
        Returns true if this document is accepted by the filter.
        Parameters:
        document - the document to potentially filter
        Returns:
        true if this document is accepted by the filter.