public interface OperationProxy
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VersioningPackage.getOperationProxy()| Modifier and Type | Method and Description |
|---|---|
ImageProxy |
getImage()
Returns the image to be used by the label provider.
|
int |
getIndex()
Returns the index within the operations file.
|
String |
getLabel()
Returns the label to be used by the label provider.
|
org.eclipse.emf.common.util.EList<OperationProxy> |
getProxies()
Returns the value of the 'Proxies' containment reference list.
|
boolean |
isLabelProviderReady()
Determines whether this proxy has everything needed to be visualized by an label provider.
|
void |
setImage(ImageProxy imageProxy)
Sets the image proxy that is used by the label provider to
create the appropriate image.
|
void |
setIndex(int index)
Sets the index that corresponds to the location within the operations file.
|
void |
setLabel(String label)
Sets the label to be used by the label provider.
|
org.eclipse.emf.common.util.EList<OperationProxy> getProxies()
OperationProxy.
If the meaning of the 'Proxies' containment reference list isn't clear, there really should be more of a description here...
VersioningPackage.getOperationProxy_Proxies()void setLabel(String label)
label - the label to be setvoid setImage(ImageProxy imageProxy)
imageProxy - the image proxyImageProxy getImage()
String getLabel()
int getIndex()
void setIndex(int index)
index - the index within the operations fileboolean isLabelProviderReady()
true, if this proxy has its label and image set, false otherwiseCopyright © 2017. All rights reserved.