Class DicomCleaner.OurSourceDatabaseTreeBrowser

    • Method Detail

      • doSomethingWithSelections

        protected boolean doSomethingWithSelections​(DatabaseTreeRecord[] selections)
        Description copied from class: DatabaseTreeBrowser

        Will be called when a selection is made or changed.

        Note that during multi-selection, or deselection, this may be called multiple times, so use this method to update cache of what is selected rather than initiating action on the selections, which should be done by some other means.

        Overrides:
        doSomethingWithSelections in class DatabaseTreeBrowser
        Parameters:
        selections - return true if did something and hence should do no more
      • doSomethingWithSelectedFiles

        protected void doSomethingWithSelectedFiles​(java.util.Vector paths)
        Description copied from class: DatabaseTreeBrowser

        Will be called when a selection is made or changed and doSomethingWithSelections() returns false and not otherwise.

        Note that during multi-selection, or deselection, this may be called multiple times, so use this method to update cache of what is selected rather than initiating action on the selections, which should be done by some other means.

        Overrides:
        doSomethingWithSelectedFiles in class DatabaseTreeBrowser