Class ResourceSignatureDialog

  • All Implemented Interfaces:
    IShellProvider

    public class ResourceSignatureDialog
    extends TitleAreaDialog
    This class represents a dialog for refactoring of ResourceSignatures and adding of ResourceSignatures to the ResourceInterface an EntityType provides.
    • Constructor Detail

      • ResourceSignatureDialog

        public ResourceSignatureDialog​(Shell parent,
                                       org.palladiosimulator.pcm.resourcetype.ResourceInterface etypeInterface,
                                       org.palladiosimulator.pcm.resourcetype.ResourceSignature etypeSignature)
        Creates a new ResourceSignatureDialog with the given parameters.
        Parameters:
        parent - the parent Shell
        etypeInterface - the ResourceInterface that provides the ResourceInterface
        etypeSignature - the ResourceSignature to refactor, can be null if a new ResourceSignature should be created