| Modifier and Type | Method and Description |
|---|---|
void |
CustomizationManager.loadFacet(Facet facet)
Deprecated.
Loads the given Facet.
|
| Modifier and Type | Method and Description |
|---|---|
Facet |
FacetFactory.createFacet()
Deprecated.
Returns a new object of class 'Facet'.
|
Facet |
FacetSet.getFacet(java.lang.String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Facet> |
FacetContext.getAppliedFacets()
Deprecated.
|
java.util.List<Facet> |
FacetContext.getFacets(EObject eObject)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacetContext.addFacet(Facet facet)
Deprecated.
|
void |
FacetContextListener.facetAdded(Facet facet)
Deprecated.
|
boolean |
FacetContext.isInstance(EObject eObject,
Facet facet)
Deprecated.
|
void |
FacetContext.notifyFacetAdded(Facet facet)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RefreshStrategy.isApplicableTo(Facet facet)
Deprecated.
Whether the RefreshStrategy will be called when the given Facet is
applied.
|