|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ESExtensionElement | |
|---|---|
| org.eclipse.emf.emfstore.common.extensionpoint | |
| Uses of ESExtensionElement in org.eclipse.emf.emfstore.common.extensionpoint |
|---|
| Methods in org.eclipse.emf.emfstore.common.extensionpoint that return ESExtensionElement | |
|---|---|
ESExtensionElement |
ESExtensionPoint.getElementWithHighestPriority()
Returns the element with highest priority, by default ESExtensionPoint.getFirst() is used. |
ESExtensionElement |
ESExtensionPoint.getFirst()
Returns the first ESExtensionElement in the list. |
| Methods in org.eclipse.emf.emfstore.common.extensionpoint that return types with arguments of type ESExtensionElement | |
|---|---|
List<ESExtensionElement> |
ESExtensionPoint.getExtensionElements()
Returns the wrapped extension elements. |
| Methods in org.eclipse.emf.emfstore.common.extensionpoint with parameters of type ESExtensionElement | |
|---|---|
int |
ESPriorityComparator.compare(ESExtensionElement element1,
ESExtensionElement element2)
|
| Method parameters in org.eclipse.emf.emfstore.common.extensionpoint with type arguments of type ESExtensionElement | |
|---|---|
void |
ESExtensionPoint.setComparator(Comparator<ESExtensionElement> comparator)
Set a custom comparator which defines the order of the ESExtensionElement. |
| Constructor parameters in org.eclipse.emf.emfstore.common.extensionpoint with type arguments of type ESExtensionElement | |
|---|---|
ESExtensionPoint(String id,
boolean throwException,
Comparator<ESExtensionElement> comparator)
Constructor with option of set the throw exception option. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||