List of usage examples for org.eclipse.jface.fieldassist DecoratedField subclass-usage
From source file org.eclipse.ui.fieldassist.ContentAssistField.java
/**
* ContentAssistField utilizes the concepts of a {@link DecoratedField} and the
* {@link ContentAssistCommandAdapter} to provide a decorated field that shows a
* content assist cue when it gets focus and invokes content assist for a
* specified command.
* <p>
From source file org.eclipse.wb.internal.swing.MigLayout.model.ui.ErrorMessageTextField.java
/**
* Special {@link org.eclipse.jface.fieldassist.DecoratedField} that can show optional error message
* in top-right corner.
*
* @author scheglov_ke
* @coverage swing.MigLayout.ui