Package com.salas.bb.search

Examples of com.salas.bb.search.ResultGroupPanel


        itemsList = new ResultsList(model)
        {
            @Override
            protected ResultGroupPanel createGroupPanel(ResultGroup group)
            {
                return new ResultGroupPanel(group.getName(), group.getName(),
                    GROUP_COLOR_1, GROUP_COLOR_2);
            }
        };
        itemsList.addActionListener(listener);
View Full Code Here

TOP

Related Classes of com.salas.bb.search.ResultGroupPanel

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.