protected class DoseUtility.OurSourceDatabaseTreeBrowser extends DatabaseTreeBrowser
| Constructor and Description |
|---|
OurSourceDatabaseTreeBrowser(DatabaseInformationModel d,
Container content) |
| Modifier and Type | Method and Description |
|---|---|
protected TreeSelectionListener |
buildTreeSelectionListenerToDoSomethingWithSelectedFiles()
Override this method to perform application-specific behavior when an entity is selected in the tree browser.
|
protected void |
doSomethingMoreWithWhateverWasSelected()
Will be called when a double-click event is detected unless
buildMouseListenerToDetectDoubleClickEvents is overriden to do something else. |
buildMouseListenerToDetectDoubleClickEvents, buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord, doSomethingWithSelectedFiles, doSomethingWithSelections, getSelectionPaths, recurseThroughChildrenGatheringFileNamespublic OurSourceDatabaseTreeBrowser(DatabaseInformationModel d, Container content) throws DicomException
DicomExceptionprotected TreeSelectionListener buildTreeSelectionListenerToDoSomethingWithSelectedFiles()
DatabaseTreeBrowserOverride 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.
buildTreeSelectionListenerToDoSomethingWithSelectedFiles in class DatabaseTreeBrowserprotected void doSomethingMoreWithWhateverWasSelected()
DatabaseTreeBrowserWill be called when a double-click event is detected unless buildMouseListenerToDetectDoubleClickEvents is overriden to do something else.
doSomethingMoreWithWhateverWasSelected in class DatabaseTreeBrowser