List of usage examples for org.eclipse.jface.viewers IDecoration interface-usage
From source file org.eclipse.egit.ui.internal.decorators.DecorationResult.java
/** * IDecoration which stores the applied decoration elements and provides methods * for getting them. */ public class DecorationResult implements IDecoration {
From source file org.eclipse.team.svn.ui.repository.model.ToolTipMessage.java
/**
* Tooltip message container
* Provides the way to create tooltip like decoration
*
* @author Alexey Mikoyan
*
From source file org.eclipse.ui.internal.decorators.DecorationBuilder.java
/** * The Decoration builder is the object that builds a decoration. */ public class DecorationBuilder implements IDecoration { private static int DECORATOR_ARRAY_SIZE = 6;