Package org.jitterbit.ui.util.find

Examples of org.jitterbit.ui.util.find.TextSearchController


        checkNotNull(matchDisplayer, "matchDisplayer");
        this.treeMapper = treeMapper;
        this.matchDisplayer = matchDisplayer;
        target = new MappingSearchAndReplaceTarget(treeMapper, translator);
        TextSearchModel model = new TextSearchModel(); // TODO: Use a shared model
        controller = new TextSearchController(model);
        controller.addObserver(new SearchListener());
        controller.setTarget(target);
        searchParametersUi = TextSearchUi.searchAndReplace(model);
        searchParametersUi.setDefaultAction(controller.getFindAction());
        statusPanel = new StatusPanel();
View Full Code Here

TOP

Related Classes of org.jitterbit.ui.util.find.TextSearchController

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.