Class ECPTooltipModifierHelper


  • public final class ECPTooltipModifierHelper
    extends java.lang.Object
    A helper to ease the access to the string modifiers.
    Since:
    1.3
    Author:
    Eugen Neufeld, Johannes Faltermeier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String modifyString​(java.lang.String text, org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
      Modifies a string by iterating over all known ECPStringModifier.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • modifyString

        public static java.lang.String modifyString​(java.lang.String text,
                                                    org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
        Modifies a string by iterating over all known ECPStringModifier.
        Parameters:
        text - the text to modify
        setting - the EStructuralFeature.Setting used to create the text
        Returns:
        the modified text