protected class DoseUtility.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, getSelectionPaths
protected TreeSelectionListener buildTreeSelectionListenerToDoSomethingWithSelectedLevel()
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.
buildTreeSelectionListenerToDoSomethingWithSelectedLevel
in class QueryTreeBrowser