Uses of Class
org.eclipse.jface.fieldassist.FieldDecorationRegistry
-
Packages that use FieldDecorationRegistry Package Description org.eclipse.jface.fieldassist Provides classes that help communicate proper content for fields in dialogs and wizards. -
-
Uses of FieldDecorationRegistry in org.eclipse.jface.fieldassist
Methods in org.eclipse.jface.fieldassist that return FieldDecorationRegistry Modifier and Type Method Description static FieldDecorationRegistry
FieldDecorationRegistry. getDefault()
Get the default FieldDecorationRegistry.Methods in org.eclipse.jface.fieldassist with parameters of type FieldDecorationRegistry Modifier and Type Method Description static void
FieldDecorationRegistry. setDefault(FieldDecorationRegistry defaultRegistry)
Set the default FieldDecorationRegistry.
-