Package org.jitterbit.application.ui.search.string

Examples of org.jitterbit.application.ui.search.string.StringSearchModelListener


        d.setCaption("");
        d.setTextWhenEmpty("Name filter (% = any string)");
        d.setExternalLabel(label);
        d.setEmptyStringMatchesEverything(true);
        d.setToolTip("For example: order% to download only those tables/views that start with \"order\"");
        d.getSearchModel().addModelListener(new StringSearchModelListener() {

            @Override
            public void searchRuleChanged(StringSearchModel model, StringSearchRule newRule) {
                applyNewFilter();
            }
View Full Code Here

TOP

Related Classes of org.jitterbit.application.ui.search.string.StringSearchModelListener

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.