Package vg.modules.search.components

Examples of vg.modules.search.components.LevelLocker


    // create components UI
    this.view = new JPanel(new GridBagLayout());
    this.tree = new JTree();
    this.treeRenderer = new SearchTreeRenderer(null);
    new NodeManager(this.tree, model, parameter);
    this.locker = new LevelLocker();
    this.locker.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent e) {
        SearchTree.this.tree.requestFocus();
      }
    });
View Full Code Here

TOP

Related Classes of vg.modules.search.components.LevelLocker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.