org.eclipse.gmt.umlx.editor.facets
Class ParentFacet<M>
java.lang.Object
org.eclipse.gmt.umlx.editor.facets.AbstractFacet<M>
org.eclipse.gmt.umlx.editor.facets.ParentFacet<M>
- All Implemented Interfaces:
- IFacet<M>
public class ParentFacet<M>
- extends AbstractFacet<M>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static <T> ParentFacet<? super T> getInstance(java.lang.Class<? extends T> modelClass)
change
public <T> void change(FacetIterator<T> facetIterator,
FacetIterator<? extends M> modelIterator)
- Specified by:
change
in interface IFacet<M>
- Specified by:
change
in class AbstractFacet<M>
prepare
public void prepare(ModelState<? extends M> modelState,
M newModel)
- Specified by:
prepare
in interface IFacet<M>
- Specified by:
prepare
in class AbstractFacet<M>
requestModifications
public void requestModifications(ModelState<? extends M> modelState,
IAbstractCommand rootCommand)
- Specified by:
requestModifications
in interface IFacet<M>
- Specified by:
requestModifications
in class AbstractFacet<M>
setOldModel
public void setOldModel(ModelState<? extends M> modelState,
M oldModel)
- Specified by:
setOldModel
in interface IFacet<M>
- Specified by:
setOldModel
in class AbstractFacet<M>