public class FileCopyElementType extends PackagingElementType<FileCopyPackagingElement>
EP_NAME| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreate(ArtifactEditorContext context,
Artifact artifact) |
java.util.List<? extends FileCopyPackagingElement> |
chooseAndCreate(ArtifactEditorContext context,
Artifact artifact,
CompositePackagingElement<?> parent) |
FileCopyPackagingElement |
createEmpty(Project project) |
javax.swing.Icon |
getCreateElementIcon() |
createElementPropertiesPanel, getId, getInstance, getPresentableNamepublic javax.swing.Icon getCreateElementIcon()
getCreateElementIcon in class PackagingElementType<FileCopyPackagingElement>public boolean canCreate(ArtifactEditorContext context, Artifact artifact)
canCreate in class PackagingElementType<FileCopyPackagingElement>public java.util.List<? extends FileCopyPackagingElement> chooseAndCreate(ArtifactEditorContext context, Artifact artifact, CompositePackagingElement<?> parent)
chooseAndCreate in class PackagingElementType<FileCopyPackagingElement>public FileCopyPackagingElement createEmpty(Project project)
createEmpty in class PackagingElementType<FileCopyPackagingElement>