Package | Description |
---|---|
org.eclipse.jface.fieldassist |
Provides support for classes that help communicate proper content for dialogs and wizards.
|
Modifier and Type | Method and Description |
---|---|
FieldDecoration |
FieldDecorationRegistry.getFieldDecoration(String id)
Returns the field decoration registered by the specified id .
|
Modifier and Type | Method and Description |
---|---|
void |
DecoratedField.addFieldDecoration(FieldDecoration decoration,
int position,
boolean showOnFocus)
Adds an image decoration to the field.
|
void |
DecoratedField.hideDecoration(FieldDecoration decoration)
Hide the specified decoration.
|
void |
DecoratedField.showDecoration(FieldDecoration decoration)
Show the specified decoration.
|
void |
DecoratedField.updateDecoration(FieldDecoration decoration)
Update the specified decoration.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.