Package org.jitterbit.integration.client.ui.de.global

Examples of org.jitterbit.integration.client.ui.de.global.BrowserFilterField$ArrowDown


    private JComponent createFilterField(Border border) {
        // HACK: The StringMatcher is identical to the ones
        // we use in TreeFilters. Move to a common place.
        StringMatcher matcher = new WildcardStringMatcher(false);
        String description = "* = any string, ? = any character";
        BrowserFilterField field = new BrowserFilterField(browser, matcher, description);
        JComponent ui = field.getUi();
        ui.setBorder(border);
        return ui;
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.de.global.BrowserFilterField$ArrowDown

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.