Package org.twodividedbyzero.idea.findbugs.gui.tree

Examples of org.twodividedbyzero.idea.findbugs.gui.tree.ScrollToSourceHandler


    PopupHandler.installPopupHandler(this, defaultactiongroup, "FoudBugsViewPopup", ActionManager.getInstance());
    _treeKeyAdapter = createKeyAdapter();
    addKeyListener(_treeKeyAdapter);

    EditSourceOnDoubleClickHandler.install(this);
    _scrollToSourceHandler = new ScrollToSourceHandler(_bugTreePanel);
    _scrollToSourceHandler.install(this);
  }
View Full Code Here

TOP

Related Classes of org.twodividedbyzero.idea.findbugs.gui.tree.ScrollToSourceHandler

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.