Package org.eobjects.datacleaner.panels

Examples of org.eobjects.datacleaner.panels.ProgressInformationPanel


    _configuration = configuration;
    _job = job;
    _jobFilename = jobFilename;
    _rendererFactory = new RendererFactory(configuration.getDescriptorProvider(), rendererInitializerProvider.get());

    _progressInformationPanel = new ProgressInformationPanel();
    _tabbedPane.addTab("Progress information", imageManager.getImageIcon("images/model/progress_information.png"),
        _progressInformationPanel);
    _tabbedPane.setUnclosableTab(0);

    _worker = new AnalysisRunnerSwingWorker(_configuration, _job, this, _progressInformationPanel);
View Full Code Here

TOP

Related Classes of org.eobjects.datacleaner.panels.ProgressInformationPanel

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.