protected class DicomCleaner.OurDestinationDatabaseTreeBrowser extends DatabaseTreeBrowser
| Constructor and Description |
|---|
OurDestinationDatabaseTreeBrowser(DatabaseInformationModel d,
Container content) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doSomethingWithSelectedFiles(Vector paths)
Will be called when a selection is made or changed and
doSomethingWithSelections() returns false and not otherwise. |
protected boolean |
doSomethingWithSelections(DatabaseTreeRecord[] selections)
Will be called when a selection is made or changed.
|
buildMouseListenerToDetectDoubleClickEvents, buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord, buildTreeSelectionListenerToDoSomethingWithSelectedFiles, doSomethingMoreWithWhateverWasSelected, getSelectionPaths, recurseThroughChildrenGatheringFileNamespublic OurDestinationDatabaseTreeBrowser(DatabaseInformationModel d, Container content) throws DicomException
DicomExceptionprotected void doSomethingWithSelectedFiles(Vector paths)
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.
doSomethingWithSelectedFiles in class DatabaseTreeBrowserprotected boolean doSomethingWithSelections(DatabaseTreeRecord[] selections)
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.
doSomethingWithSelections in class DatabaseTreeBrowserselections - return true if did something and hence should do no more