org.eclipse.emf.ecp.view.spi.provider
Class ECPTooltipModifierHelper

java.lang.Object
  extended by org.eclipse.emf.ecp.view.spi.provider.ECPTooltipModifierHelper

public final class ECPTooltipModifierHelper
extends Object

A helper to ease the access to the string modifiers.

Since:
1.3
Author:
Eugen Neufeld

Method Summary
static String modifyString(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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

modifyString

public static String modifyString(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


Copyright © 2014. All Rights Reserved.