Package net.zero.smarttrace.wizards.traceFilter

Examples of net.zero.smarttrace.wizards.traceFilter.FilterGeneralOptionsWizardPage


  @Override
  public void addModelPages()
    {
    addModelPage(new ConnectConnectorType());
    addModelPage(new ConnectConnectorArguments());
    addModelPage(new FilterGeneralOptionsWizardPage());
    addModelPage(new FilterClassesToTraceWizardPage());
    addModelPage(new ConnectSaveConfiguration());
    }
View Full Code Here

TOP

Related Classes of net.zero.smarttrace.wizards.traceFilter.FilterGeneralOptionsWizardPage

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.