Package com.subgraph.vega.ui.scanner.dashboard

Examples of com.subgraph.vega.ui.scanner.dashboard.DashboardPane


  @Override
  public void createPartControl(Composite parent) {
    contentPanel = new Composite(parent, SWT.NONE);
    contentPanel.setLayout(stackLayout);
    dashboard = new DashboardPane(contentPanel);
    browser = new Browser(contentPanel, SWT.NONE);
    // Some day I will regret this, but it's currently the only way to have clickable links in the alert viewer
    browser.setJavascriptEnabled(true);
    linkClick = new LinkHandler(browser, getSite());
   
View Full Code Here

TOP

Related Classes of com.subgraph.vega.ui.scanner.dashboard.DashboardPane

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.