Uses of Class
org.eclipse.jface.fieldassist.FieldDecoration
Packages that use FieldDecoration
Package
Description
Provides classes that help communicate proper content for fields in dialogs and wizards.
-
Uses of FieldDecoration in org.eclipse.jface.fieldassist
Methods in org.eclipse.jface.fieldassist that return FieldDecorationModifier and TypeMethodDescriptionFieldDecorationRegistry.getFieldDecoration
(String id) Returns the field decoration registered by the specified id .Methods in org.eclipse.jface.fieldassist with parameters of type FieldDecorationModifier and TypeMethodDescriptionvoid
DecoratedField.addFieldDecoration
(FieldDecoration decoration, int position, boolean showOnFocus) Deprecated.Adds an image decoration to the field.void
DecoratedField.hideDecoration
(FieldDecoration decoration) Deprecated.Hide the specified decoration.void
DecoratedField.showDecoration
(FieldDecoration decoration) Deprecated.Show the specified decoration.void
DecoratedField.updateDecoration
(FieldDecoration decoration) Deprecated.Update the specified decoration.