|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OperationCustomLabelProvider
Interface for a custom LabelProvider for AbstractOperations.
| Nested Class Summary | |
|---|---|
static class |
OperationCustomLabelProvider.CanRender
Enum specifying whether a renderer is able to render an element or not. |
| Field Summary | |
|---|---|
static String |
ID
ID of the label provider. |
| Method Summary | |
|---|---|
OperationCustomLabelProvider.CanRender |
canRender(AbstractOperation operation)
Checks if this provider can render the given operation. |
String |
getDescription(AbstractOperation operation)
Returns the description of an operation. |
Object |
getImage(AbstractOperation operation)
Returns the image of an operation. |
String |
getModelElementName(org.eclipse.emf.ecore.EObject modelElement)
Returns the name of the given model element. |
| Methods inherited from interface org.eclipse.emf.emfstore.internal.common.ESDisposable |
|---|
dispose |
| Field Detail |
|---|
static final String ID
| Method Detail |
|---|
String getModelElementName(org.eclipse.emf.ecore.EObject modelElement)
modelElement - the model element whose name should be determined
String getDescription(AbstractOperation operation)
operation - the operation which needs to be visualized by the image
Object getImage(AbstractOperation operation)
operation - the operation which needs to be visualized by the image
OperationCustomLabelProvider.CanRender canRender(AbstractOperation operation)
operation - the operation which should be checked
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||