Package com.pixelmed.display
Class DicomCleaner.OurQueryTreeBrowser
java.lang.Object
com.pixelmed.query.QueryTreeBrowser
com.pixelmed.display.DicomCleaner.OurQueryTreeBrowser
- Enclosing class:
DicomCleaner
-
Method Summary
Modifier and TypeMethodDescriptionprotected TreeSelectionListener
Override this method to perform application-specific behavior when an entity is selected in the tree browser.Methods inherited from class com.pixelmed.query.QueryTreeBrowser
buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord, getSelectionPaths
-
Method Details
-
buildTreeSelectionListenerToDoSomethingWithSelectedLevel
Description copied from class:QueryTreeBrowser
Override this method to perform application-specific behavior when an entity is selected in the tree browser.
By default this method dumps the string values of the unique keys to the console for level selection, which is pretty useless.
- Overrides:
buildTreeSelectionListenerToDoSomethingWithSelectedLevel
in classQueryTreeBrowser
-