Class MarkerLogItemProvider

    • Constructor Detail

      • MarkerLogItemProvider

        public MarkerLogItemProvider​(AdapterFactory adapterFactory)
        This constructs an instance from a factory and a notifier.
        Generated class or method.
    • Method Detail

      • addCsvFileUriPropertyDescriptor

        protected void addCsvFileUriPropertyDescriptor​(Object object)
        This adds a property descriptor for the Csv File Uri feature.
        Generated class or method.
      • addStartSuffixPropertyDescriptor

        protected void addStartSuffixPropertyDescriptor​(Object object)
        This adds a property descriptor for the Start Suffix feature.
        Generated class or method.
      • addMeasurementSuffixPropertyDescriptor

        protected void addMeasurementSuffixPropertyDescriptor​(Object object)
        This adds a property descriptor for the Measurement Suffix feature.
        Generated class or method.
      • getText

        public String getText​(Object object)
        This returns the label text for the adapted class.
        Specified by:
        getText in interface IItemLabelProvider
        Overrides:
        getText in class de.uka.ipd.sdq.identifier.provider.IdentifierItemProvider
        Generated class or method.
      • collectNewChildDescriptors

        protected void collectNewChildDescriptors​(Collection<Object> newChildDescriptors,
                                                  Object object)
        This adds CommandParameters describing the children that can be created under this object.
        Overrides:
        collectNewChildDescriptors in class de.uka.ipd.sdq.identifier.provider.IdentifierItemProvider
        Generated class or method.
      • getResourceLocator

        public ResourceLocator getResourceLocator()
        Return the resource locator for this item provider's resources.
        Overrides:
        getResourceLocator in class de.uka.ipd.sdq.identifier.provider.IdentifierItemProvider
        Generated class or method.