org.eclipse.tptp.platform.provisional.correlation.engine
Interface IOperationLabelProvider
- public interface IOperationLabelProvider
Interface defining a label provider for a correlation engine operation.
The methods required by this interface provide information necessary to populate a
possible user interface control through which the operation is triggered.
getName
public java.lang.String getName()
- Returns:
- The name of the operation.
getImage
public java.lang.String getImage()
- Returns:
- An image corresponding to this operation.
getDescription
public java.lang.String getDescription()
- Returns:
- Operation description.
getTooltip
public java.lang.String getTooltip()
- Returns:
- Tooltip for this operation.