| Package | Description |
|---|---|
| org.eclipse.emf.ecp.view.spi.table.swt |
| Modifier and Type | Method and Description |
|---|---|
static SelectedEnumeratorMapping[] |
SelectedEnumeratorMapping.createFromList(List<org.eclipse.emf.ecore.EEnumLiteral> literals)
Given a list of
EEnumLiterals creates an array of SelectedEnumeratorMappings. |
| Modifier and Type | Method and Description |
|---|---|
static Optional<SelectedEnumeratorMapping> |
SelectedEnumeratorMapping.findLiteral(SelectedEnumeratorMapping[] mapping,
String literal)
Search the array of
SelectedEnumeratorMappings for the given literal. |
| Modifier and Type | Method and Description |
|---|---|
static void |
SelectedEnumeratorMapping.deselectAll(SelectedEnumeratorMapping[] mappings)
De-select all enumerators in the given array of
SelectedEnumeratorMappings. |
static Optional<SelectedEnumeratorMapping> |
SelectedEnumeratorMapping.findLiteral(SelectedEnumeratorMapping[] mapping,
String literal)
Search the array of
SelectedEnumeratorMappings for the given literal. |
static Optional<org.eclipse.emf.common.util.Enumerator> |
SelectedEnumeratorMapping.findSelected(SelectedEnumeratorMapping[] mapping)
Find the first selected enumerator.
|
static void |
SelectedEnumeratorMapping.select(SelectedEnumeratorMapping[] mappings,
org.eclipse.emf.common.util.Enumerator enumerator)
Select the given
Enumerator in the list of given SelectedEnumeratorMappings. |
Copyright © 2020. All rights reserved.