Package net.zero.smarttrace.ui.wizards.jdiconnection

Examples of net.zero.smarttrace.ui.wizards.jdiconnection.ConnectionArgumentsWizardPage


 
  @Override
  public void addModelPages()
    {
    addModelPage(new ConnectionTypeWizardPage());
    addModelPage(new ConnectionArgumentsWizardPage());
    addModelPage(new FilterGeneralOptionsWizardPage());
    addModelPage(new FilterClassesToTraceWizardPage());
    addModelPage(new LaunchTraceSaveWizardPage());
    }
View Full Code Here

TOP

Related Classes of net.zero.smarttrace.ui.wizards.jdiconnection.ConnectionArgumentsWizardPage

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.