com.pixelmed.display
Class DicomCleaner.OurDestinationDatabaseTreeBrowser
java.lang.Object
com.pixelmed.database.DatabaseTreeBrowser
com.pixelmed.display.DicomCleaner.OurDestinationDatabaseTreeBrowser
- Enclosing class:
- DicomCleaner
protected class DicomCleaner.OurDestinationDatabaseTreeBrowser
- extends DatabaseTreeBrowser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DicomCleaner.OurDestinationDatabaseTreeBrowser
public DicomCleaner.OurDestinationDatabaseTreeBrowser(DatabaseInformationModel d,
Container content)
throws DicomException
- Throws:
DicomException
doSomethingWithSelection
protected boolean doSomethingWithSelection(DatabaseTreeRecord selection)
- Description copied from class:
DatabaseTreeBrowser
- Will be called when a selection is made
- Overrides:
doSomethingWithSelection in class DatabaseTreeBrowser
- Parameters:
selection - 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 and
doSomethingWithSelection() returns false and not otherwise
- Overrides:
doSomethingWithSelectedFiles in class DatabaseTreeBrowser