Package edu.wpi.cs.wpisuitetng.modules.defecttracker.tabs

Examples of edu.wpi.cs.wpisuitetng.modules.defecttracker.tabs.Tab


    putValue(MNEMONIC_KEY, KeyEvent.VK_D);
  }

  @Override
  public void actionPerformed(ActionEvent arg0) {
    Tab tab = controller.addTab();
    SearchDefectsView view = new SearchDefectsView(controller, tab);
    tab.setComponent(view);
    view.requestFocus();
  }
View Full Code Here

TOP

Related Classes of edu.wpi.cs.wpisuitetng.modules.defecttracker.tabs.Tab

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.