Interface AdaptedPrototype<M extends Model>
-
- All Known Implementing Classes:
AdaptedParentFactory.AdaptedParentImpl
public interface AdaptedPrototype<M extends Model>
Adapted prototype for creating a newAdaptedParent
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
newAdaptedParent(org.eclipse.gef.geometry.planar.Point location)
Triggers creating a newAdaptedParent
at the location.
-
-
-
Method Detail
-
newAdaptedParent
void newAdaptedParent(org.eclipse.gef.geometry.planar.Point location)
Triggers creating a newAdaptedParent
at the location.- Parameters:
location
- Location for the newAdaptedParent
.
-
-