Package org.jdesktop.swingx.search

Examples of org.jdesktop.swingx.search.TableSearchable


     * @see #setSearchable(Searchable)
     * @see org.jdesktop.swingx.search.TableSearchable
     */
    public Searchable getSearchable() {
        if (searchable == null) {
            searchable = new TableSearchable(this);
        }
        return searchable;
    }
View Full Code Here

TOP

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

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.