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