com.pixelmed.apps
Class DownloadOrTransmit.OurSourceDatabaseTreeBrowser
java.lang.Object
com.pixelmed.database.DatabaseTreeBrowser
com.pixelmed.apps.DownloadOrTransmit.OurSourceDatabaseTreeBrowser
- Enclosing class:
- DownloadOrTransmit
protected class DownloadOrTransmit.OurSourceDatabaseTreeBrowser
- extends DatabaseTreeBrowser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadOrTransmit.OurSourceDatabaseTreeBrowser
public DownloadOrTransmit.OurSourceDatabaseTreeBrowser(DatabaseInformationModel d,
Container content)
throws DicomException
- Throws:
DicomException
buildTreeSelectionListenerToDoSomethingWithSelectedFiles
protected TreeSelectionListener buildTreeSelectionListenerToDoSomethingWithSelectedFiles()
- Description copied from class:
DatabaseTreeBrowser
Override this method to perform application-specific behavior when an entity is selected in the tree browser.
By default, this method calls doSomethingWithSelections, then if that returns false,
for each of the selected records (and there may be more than one), adds to a Vector of file names (paths) of that record and the subtrees below it, then calls
doSomethingWithSelectedFiles.
- Overrides:
buildTreeSelectionListenerToDoSomethingWithSelectedFiles in class DatabaseTreeBrowser
doSomethingMoreWithWhateverWasSelected
protected void doSomethingMoreWithWhateverWasSelected()
- Description copied from class:
DatabaseTreeBrowser
Will be called when a double-click event is detected unless buildMouseListenerToDetectDoubleClickEvents is overriden to do something else.
- Overrides:
doSomethingMoreWithWhateverWasSelected in class DatabaseTreeBrowser