Uses of Class
org.eclipse.emf.compare.provider.utils.IStyledString.Style.UnderLineStyle
| Package | Description |
|---|---|
| org.eclipse.emf.compare.provider.utils |
-
Uses of IStyledString.Style.UnderLineStyle in org.eclipse.emf.compare.provider.utils
Methods in org.eclipse.emf.compare.provider.utils that return IStyledString.Style.UnderLineStyle Modifier and Type Method Description IStyledString.Style.UnderLineStyleIStyledString.Style. getUnderlineStyle()static IStyledString.Style.UnderLineStyleIStyledString.Style.UnderLineStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IStyledString.Style.UnderLineStyle[]IStyledString.Style.UnderLineStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.emf.compare.provider.utils with parameters of type IStyledString.Style.UnderLineStyle Modifier and Type Method Description IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setUnderlineStyle(IStyledString.Style.UnderLineStyle pUnderlineStyle)Set the underline style.