Package net.sourceforge.processdash.data.repository

Examples of net.sourceforge.processdash.data.repository.SearchFunction


        }

        String dataName =
            DataRepository.createDataName(FAKE_DATA_NAME, forParam);
        if (data.getValue(dataName) == null) {
            data.putValue(dataName, new SearchFunction(null, dataName, "",
                    forParam, null, data, ""));
            // this keeps the search function from disappearing on us.
            data.addDataListener(dataName, NULL_LISTENER);
        }
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.data.repository.SearchFunction

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.