Package org.openquark.gems.client.IntellicutListModelAdapter

Examples of org.openquark.gems.client.IntellicutListModelAdapter.InputOutputAdapter.reset()


     * @param outputExpr a list of valid output types to the gems
     */
    public void rebuildList(TypeExpr[] inputExpr, TypeExpr[] outputExpr) {
        hidePopup();
        InputOutputAdapter adapter = (InputOutputAdapter) ((IntellicutListModel) getModel()).getAdapter();
        adapter.reset(inputExpr, outputExpr);
    }

    /**
     * Updates the visible list of gems based on what the user has typed so far.
     * It will also ensure that the text display in the text entry field is correct.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.