Package org.jdesktop.swingx.search

Examples of org.jdesktop.swingx.search.PatternModel


     * Hook for subclasses to install custom models.
     *
     * @return newly created <code>PatternModel</code>
     */
    protected PatternModel createPatternModel() {
        return new PatternModel();
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.swingx.search.PatternModel

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.