Uses of Class
org.eclipse.emf.compare.provider.utils.IStyledString.Style.BorderStyle
-
Packages that use IStyledString.Style.BorderStyle Package Description org.eclipse.emf.compare.provider.utils -
-
Uses of IStyledString.Style.BorderStyle in org.eclipse.emf.compare.provider.utils
Methods in org.eclipse.emf.compare.provider.utils that return IStyledString.Style.BorderStyle Modifier and Type Method Description IStyledString.Style.BorderStyle
IStyledString.Style. getBorderStyle()
static IStyledString.Style.BorderStyle
IStyledString.Style.BorderStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static IStyledString.Style.BorderStyle[]
IStyledString.Style.BorderStyle. 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.BorderStyle Modifier and Type Method Description IStyledString.Style.StyleBuilder
IStyledString.Style.StyleBuilder. setBorderStyle(IStyledString.Style.BorderStyle pBorderStyle)
Set the border color.
-