public class DefaultNewRunConfigurationTreePopupFactory extends NewRunConfigurationTreePopupFactory
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultNewRunConfigurationTreePopupFactory.GroupDescriptor |
| Constructor and Description |
|---|
DefaultNewRunConfigurationTreePopupFactory() |
| Modifier and Type | Method and Description |
|---|---|
NodeDescriptor<?>[] |
createChildElements(Project project,
NodeDescriptor nodeDescriptor) |
protected java.util.List<DefaultNewRunConfigurationTreePopupFactory.GroupDescriptor> |
createGroups(Project project,
java.util.List<ConfigurationType> fullList) |
NodeDescriptor<?> |
getRootElement() |
protected static java.util.List<ConfigurationType> |
getTypes(java.util.List<ConfigurationType> fullList,
java.lang.String... ids) |
void |
initStructure(Project project) |
convertToDescriptors, createDescriptor, createDescriptor, createIconAndTextpublic DefaultNewRunConfigurationTreePopupFactory()
public void initStructure(Project project)
initStructure in class NewRunConfigurationTreePopupFactorypublic NodeDescriptor<?> getRootElement()
getRootElement in class NewRunConfigurationTreePopupFactoryprotected java.util.List<DefaultNewRunConfigurationTreePopupFactory.GroupDescriptor> createGroups(Project project, java.util.List<ConfigurationType> fullList)
protected static java.util.List<ConfigurationType> getTypes(java.util.List<ConfigurationType> fullList, java.lang.String... ids)
public NodeDescriptor<?>[] createChildElements(Project project, NodeDescriptor nodeDescriptor)
createChildElements in class NewRunConfigurationTreePopupFactory