Examples of supportData()


Examples of fr.adrienbrault.idea.symfony2plugin.assistant.AssistantReferenceContributor.supportData()

        comboContributor.addItemListener(new ItemListener() {
            @Override
            public void itemStateChanged(ItemEvent e) {
                AssistantReferenceContributor assistantReferenceContributor = AssistantReferenceUtil.getContributorProviderByName(MethodParameterDialog.this.project, (String) e.getItem());
                if(assistantReferenceContributor != null) {
                    MethodParameterDialog.this.textContributorData.setEnabled(assistantReferenceContributor.supportData());
                }
            }
        });

        // allow only number values to indexes
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.