Examples of refreshDisplay()


Examples of org.openquark.gems.client.valueentry.ValueEntryPanel.refreshDisplay()

       
        for (final ValueGem valueGem : valueGemPanelMap.keySet()) {
            if (gemSet.contains(valueGem)) {
                ValueEntryPanel valueEntryPanel = getValueEntryPanel(valueGem);
               
                valueEntryPanel.refreshDisplay();
   
                // If a value gem is connected to a broken code gem, its least constrained type
                // will be null. In that case disable editing it.
                valueEntryPanel.setEditable(valueEntryPanel.getContext().getLeastConstrainedTypeExpr() != null);
   
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.