Package com.pixelmed.apps
Class DoseUtility.OurQueryTreeBrowser
java.lang.Object
com.pixelmed.query.QueryTreeBrowser
com.pixelmed.apps.DoseUtility.OurQueryTreeBrowser
- Enclosing class:
- DoseUtility
-
Method Summary
Modifier and TypeMethodDescriptionprotected TreeSelectionListenerOverride 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:QueryTreeBrowserOverride 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:
buildTreeSelectionListenerToDoSomethingWithSelectedLevelin classQueryTreeBrowser
-