org.eclipse.emf.ecp.view.spi.provider
Interface ECPStringModifier

All Known Implementing Classes:
ECPStringLineWrapper

public interface ECPStringModifier

The TooltipModifier allows to manipulate a provided String.

Since:
1.3
Author:
Eugen Neufeld

Method Summary
 String modifyString(String text, org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
          Modifies a string.
 

Method Detail

modifyString

String modifyString(String text,
                    org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Modifies a string.

Parameters:
text - the text to modify
setting - the Setting used to generate this text
Returns:
the modified text


Copyright © 2015. All Rights Reserved.