Class TreeSelectionContext

    • Constructor Detail

      • TreeSelectionContext

        public TreeSelectionContext​(JTree tree)
    • Method Detail

      • setSelection

        public void setSelection​(Selection selection)
        Description copied from interface: SelectionContext
        Sets a new selection.
        Parameters:
        selection - The new selection.
      • getTree

        public JTree getTree()
      • setTree

        public void setTree​(JTree tree)
      • handleTreeSelectionChanged

        protected void handleTreeSelectionChanged​(TreeSelectionEvent event)