public class ExternalProjectStructureCustomizerImpl extends ExternalProjectStructureCustomizer
EP_NAME| Constructor and Description |
|---|
ExternalProjectStructureCustomizerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<? extends Key<?>> |
getIgnorableDataKeys()
Set of data keys, which respective data can be marked as ignored in External Project Structure Dialog
|
java.util.Set<? extends Key<?>> |
getPublicDataKeys()
Set of data keys, which respective data can be represented in External Project Structure Dialog
|
Couple<java.lang.String> |
getRepresentationName(DataNode node) |
javax.swing.Icon |
suggestIcon(DataNode node,
ExternalSystemUiAware uiAware) |
getDependencyAwareDataKeyspublic ExternalProjectStructureCustomizerImpl()
public java.util.Set<? extends Key<?>> getIgnorableDataKeys()
ExternalProjectStructureCustomizergetIgnorableDataKeys in class ExternalProjectStructureCustomizerpublic java.util.Set<? extends Key<?>> getPublicDataKeys()
ExternalProjectStructureCustomizergetPublicDataKeys in class ExternalProjectStructureCustomizerpublic javax.swing.Icon suggestIcon(DataNode node, ExternalSystemUiAware uiAware)
suggestIcon in class ExternalProjectStructureCustomizerpublic Couple<java.lang.String> getRepresentationName(DataNode node)
getRepresentationName in class ExternalProjectStructureCustomizer