Class DownloadOrTransmit.OurQueryTreeBrowser

    • Method Detail

      • buildTreeSelectionListenerToDoSomethingWithSelectedLevel

        protected javax.swing.event.TreeSelectionListener 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 class QueryTreeBrowser