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
EEnumLiteral s creates an array of SelectedEnumeratorMapping s. |
Modifier and Type | Method and Description |
---|---|
static Optional<SelectedEnumeratorMapping> |
SelectedEnumeratorMapping.findLiteral(SelectedEnumeratorMapping[] mapping,
String literal)
Search the array of
SelectedEnumeratorMapping s 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
SelectedEnumeratorMapping s. |
static Optional<SelectedEnumeratorMapping> |
SelectedEnumeratorMapping.findLiteral(SelectedEnumeratorMapping[] mapping,
String literal)
Search the array of
SelectedEnumeratorMapping s 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 SelectedEnumeratorMapping s. |
Copyright © 2018. All rights reserved.