Interface FolderViewDocument

  • All Superinterfaces:
    PluginDocument, XMLSerializable

    public interface FolderViewDocument
    extends PluginDocument
    A PluginDocument may implement this interface to indicate that it provides information about the results of a search. For example a query centric view of a blast search. See FolderView for details.
    • Method Detail

      • getFolderView

        FolderView getFolderView()
        Get the folder view for this document. The implementation is responsible for serializing the folderview to XML as part of its own serialization.
        Returns:
        the folder view for this document. Is never null.