Class DicomCleaner.OurSourceDatabaseTreeBrowser

java.lang.Object
com.pixelmed.database.DatabaseTreeBrowser
com.pixelmed.display.DicomCleaner.OurSourceDatabaseTreeBrowser
Enclosing class:
DicomCleaner

protected class DicomCleaner.OurSourceDatabaseTreeBrowser extends DatabaseTreeBrowser
  • Constructor Details

  • Method Details

    • 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(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
      Parameters:
      paths -