protected class DicomCleaner.OurQueryTreeBrowser extends QueryTreeBrowser
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.event.TreeSelectionListener |
buildTreeSelectionListenerToDoSomethingWithSelectedLevel()
Override this method to perform application-specific behavior when an entity is selected in the tree browser.
|
buildTreeSelectionListenerToDisplayAttributesOfSelectedRecord, getSelectionPathsprotected javax.swing.event.TreeSelectionListener buildTreeSelectionListenerToDoSomethingWithSelectedLevel()
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.
buildTreeSelectionListenerToDoSomethingWithSelectedLevel in class QueryTreeBrowser