Modifier and Type | Method and Description |
---|---|
java.util.List<FacetSet> |
ICustomizationPropertiesCatalogManager.getAllRegisteredCustomizationPropertySet()
This method is used to get all the registered customization properties (facetSet).
|
Modifier and Type | Interface and Description |
---|---|
interface |
Customization
A representation of the model object 'Customization'.
|
Modifier and Type | Method and Description |
---|---|
static FacetSet |
FacetUtils.getContainingFacetSet(EObject eObject)
Return the main facetSet.
|
static FacetSet |
FacetUtils.getFacetSet(java.util.Collection<FacetSet> facetSets,
java.lang.String name)
Find a FacetSet with the given name among the given list of FacetSets.
|
static FacetSet |
FacetUtils.getFacetSet(ETypedElement eTypedElement) |
static FacetSet |
FacetUtils.getFacetSet(Facet facet) |
static FacetSet |
FacetUtils.getRootFacetSet(Facet facet) |
static FacetSet |
FacetUtils.getRootFacetSet(FacetSet facetSet) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,FacetSet> |
FacetUtils.getAllFacetSetsByName(EPackage parent)
Return all the facets of the model.
|
static java.util.List<FacetSet> |
FacetUtils.getFacetSets(java.util.Collection<FacetSet> facetSets,
java.lang.String name)
Find all FacetSets with the given name among the given list of FacetSets.
|
static java.util.List<FacetSet> |
FacetUtils.getFacetSetsByPath(java.util.Collection<FacetSet> rootFacetSets,
java.lang.String... path)
Find all the FacetSets with the given path among the given list of root
FacetSets.
|
java.util.List<FacetSet> |
IFacetManager.getManagedFacetSets()
This method returns the list of loaded facet sets.
|
java.util.Collection<FacetSet> |
IFacetSetCatalogManager.getRegisteredFacetSets() |
Modifier and Type | Method and Description |
---|---|
Command |
IFacetCommandFactory.createEditFacetCommand(Facet facet,
FacetSet container,
java.lang.String name,
ETypedElement conformance,
EClass extendEClass,
FacetSet extendedFacetSet)
Create the command to change the attributes of a Facet.
|
Command |
IFacetCommandFactory.createEditFacetSetCommand(FacetSet editedFacetSet,
FacetSet container,
java.lang.String name)
Create the command to change the attributes of a FacetSet.
|
Command |
IFacetCommandFactory.createFacetInFacetSetCommand(FacetSet parent,
Facet facet)
Create the command to add a Facet (facet) to an existing FacetSet
(parent).
|
Command |
IFacetCommandFactory.createFacetSetInFacetSetCommand(FacetSet parent,
FacetSet facetSet)
Create the command to add a FacetSet (facetSet) to an existing FacetSet
(parent).
|
static java.util.Set<EPackage> |
FacetUtils.getAllExtendedEPackage(FacetSet facetSet) |
static java.util.List<Facet> |
FacetUtils.getAllFacet(FacetSet facetSet) |
static java.util.Map<java.lang.String,Facet> |
FacetUtils.getAllFacetsByName(FacetSet parent)
Return all the facets of the model.
|
static java.util.Map<java.lang.String,FacetOperation> |
FacetUtils.getAllOperationsByName(FacetSet parent)
Return all the operations of the model.
|
static EPackage |
FacetUtils.getExtendedEPackage(FacetSet facetSet) |
static Facet |
FacetUtils.getFacet(FacetSet facetSet,
java.lang.String facetName)
Find a Facet in a FacetSet
|
static java.util.List<Facet> |
FacetUtils.getFacets(FacetSet facetSet) |
static FacetSet |
FacetUtils.getRootFacetSet(FacetSet facetSet) |
void |
IFacetSetCatalogManager.registerFacetSet(FacetSet facetSet) |
void |
IFacetActions.saveFacetSet(FacetSet facetSet,
IFile file)
Add the given facetSet to the given facetSet model file, which will be
created
|
Modifier and Type | Method and Description |
---|---|
static FacetSet |
FacetUtils.getFacetSet(java.util.Collection<FacetSet> facetSets,
java.lang.String name)
Find a FacetSet with the given name among the given list of FacetSets.
|
static java.util.List<FacetSet> |
FacetUtils.getFacetSets(java.util.Collection<FacetSet> facetSets,
java.lang.String name)
Find all FacetSets with the given name among the given list of FacetSets.
|
static java.util.List<FacetSet> |
FacetUtils.getFacetSetsByPath(java.util.Collection<FacetSet> rootFacetSets,
java.lang.String... path)
Find all the FacetSets with the given path among the given list of root
FacetSets.
|
Modifier and Type | Method and Description |
---|---|
FacetSet |
EFacetFactory.createFacetSet()
Returns a new object of class 'Facet Set'.
|
Modifier and Type | Method and Description |
---|---|
static <T extends FacetSet> |
FacetSetShortcutActionUtils.runAction(Action action,
java.lang.String actionId,
java.util.Set<T> availableFS,
java.util.List<T> activatedFS) |
Modifier and Type | Method and Description |
---|---|
FacetSet |
IFacetManagerProvider2.IFacetSetShortcut.getFacetSet() |
Modifier and Type | Method and Description |
---|---|
static ActionContributionItem |
LoadFacetSetShortcutsMenuUtils.createMenuItem(java.lang.String itemId,
java.util.List<? extends FacetSet> activeFacetSets,
Action newAction) |
Modifier and Type | Method and Description |
---|---|
void |
ITableWidget.setFacetSets(java.util.List<? extends FacetSet> facetSets)
Set the facets in order to apply them on the table.
|
Modifier and Type | Method and Description |
---|---|
Command |
ITableCommandFactory.createSetFacetSetsCommand(java.util.List<? extends FacetSet> facetSets) |