Package com.pixelmed.display
Class DicomCleaner.OurDestinationDatabaseTreeBrowser
java.lang.Object
com.pixelmed.database.DatabaseTreeBrowser
com.pixelmed.display.DicomCleaner.OurDestinationDatabaseTreeBrowser
- Enclosing class:
- DicomCleaner
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected voidWill be called when a selection is made or changed anddoSomethingWithSelections()returns false and not otherwise.protected booleandoSomethingWithSelections(DatabaseTreeRecord[] selections) Will be called when a selection is made or changed.Methods inherited from class com.pixelmed.database.DatabaseTreeBrowser
buildMouseListenerToDetectDoubleClickEvents, buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord, buildTreeSelectionListenerToDoSomethingWithSelectedFiles, doSomethingMoreWithWhateverWasSelected, getSelectionPaths, recurseThroughChildrenGatheringFileNames
-
Constructor Details
-
OurDestinationDatabaseTreeBrowser
public OurDestinationDatabaseTreeBrowser(DatabaseInformationModel d, Container content) throws DicomException - Throws:
DicomException
-
-
Method Details
-
doSomethingWithSelections
Description copied from class:DatabaseTreeBrowserWill 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:
doSomethingWithSelectionsin classDatabaseTreeBrowser- Parameters:
selections- return true if did something and hence should do no more
-
doSomethingWithSelectedFiles
Description copied from class:DatabaseTreeBrowserWill 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:
doSomethingWithSelectedFilesin classDatabaseTreeBrowser
-