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, createIconAndText
public DefaultNewRunConfigurationTreePopupFactory()
public void initStructure(Project project)
initStructure
in class NewRunConfigurationTreePopupFactory
public NodeDescriptor<?> getRootElement()
getRootElement
in class NewRunConfigurationTreePopupFactory
protected 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