Class InfrastructureSignaturesEditorSection

java.lang.Object
org.palladiosimulator.editors.sirius.repository.custom.properties.editorsections.EditorSection
org.palladiosimulator.editors.sirius.repository.custom.properties.editorsections.InfrastructureSignaturesEditorSection
All Implemented Interfaces:
Observer

public class InfrastructureSignaturesEditorSection extends EditorSection
Editor section for infrastructure signatures. Allows to display and edit the list of signatures for a given infrastructure interface.
  • Field Details

    • ICON_COLUMN_INDEX

      public static final int ICON_COLUMN_INDEX
      Index of the icon column in the table.
      See Also:
    • SIGNATURENAME_COLUMN_INDEX

      public static final int SIGNATURENAME_COLUMN_INDEX
      Index of the signature column in the table.
      See Also:
    • PARAMETER_COLUMN_INDEX

      public static final int PARAMETER_COLUMN_INDEX
      Index of the parameter column in the table.
      See Also:
    • EXCEPTIONS_COLUMN_INDEX

      public static final int EXCEPTIONS_COLUMN_INDEX
      Index of the exception column in the table.
      See Also:
    • OPERATIONS_ICON_COLUMN

      public static final String OPERATIONS_ICON_COLUMN
      Columns of a table, which is used into operations table
      See Also:
    • OWNEDPARAMETER_COLUMN

      public static final String OWNEDPARAMETER_COLUMN
      See Also:
    • SERVICENAME_COLUMN

      public static final String SERVICENAME_COLUMN
      See Also:
    • EXEPTIONTYPE_COLUM

      public static final String EXEPTIONTYPE_COLUM
      See Also:
    • columnNames

      public static String[] columnNames
      Column to name mapping.
  • Constructor Details

    • InfrastructureSignaturesEditorSection

      public InfrastructureSignaturesEditorSection(Composite composite)
      Constructor
  • Method Details