Interface ProjectTreeContext

    • Method Detail

      • getFolderCount

        int getFolderCount()
        Returns the number of folders selected in the tree.
        Returns:
        the number of folders selected in the tree.
      • getFileCount

        int getFileCount()
        Returns the number of files selected in the tree.
        Returns:
        the number of files selected in the tree.
      • getSelectedFolders

        java.util.List<DomainFolder> getSelectedFolders()
        Returns a list of DomainFolders selected in the tree.
        Returns:
        a list of DomainFolders selected in the tree.
      • getSelectedFiles

        java.util.List<DomainFile> getSelectedFiles()
        Returns a list of DomainFiles selected in the tree.
        Returns:
        a list of DomainFiles selected in the tree.
      • getTree

        DataTree getTree()
        Returns the project data tree component.
        Returns:
        the project data tree component.
      • getSelectionPaths

        javax.swing.tree.TreePath[] getSelectionPaths()
        Returns the list of selected TreePaths selected.
        Returns:
        the list of selected TreePaths selected.