TPTP 4.2.0 Platform Project
Public API Specification

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.


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getImage()
           
 java.lang.String getName()
           
 java.lang.String getTooltip()
           
 

Method Detail

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.

TPTP 4.2.0 Platform Project
Public API Specification