Interface MenuItemComponentsFactory
public interface MenuItemComponentsFactory
A factory for creating instances in relation to menu items.
-
Method Summary
Modifier and Type Method Description LayoutToModelCoordinateUndoActivitycreateLayoutToModelCoordinateUndoActivity(org.opentcs.guing.components.properties.type.CoordinateProperty property)Creates aLayoutToModelCoordinateUndoActivityfor the given coordinate property.ModelToLayoutCoordinateUndoActivitycreateModelToLayoutCoordinateUndoActivity(org.opentcs.guing.components.properties.type.CoordinateProperty property)Creates aModelToLayoutCoordinateUndoActivityfor the given coordinate property.
-
Method Details
-
createLayoutToModelCoordinateUndoActivity
LayoutToModelCoordinateUndoActivity createLayoutToModelCoordinateUndoActivity(org.opentcs.guing.components.properties.type.CoordinateProperty property)Creates aLayoutToModelCoordinateUndoActivityfor the given coordinate property.- Parameters:
property- The property.- Returns:
- The
LayoutToModelCoordinateUndoActivity.
-
createModelToLayoutCoordinateUndoActivity
ModelToLayoutCoordinateUndoActivity createModelToLayoutCoordinateUndoActivity(org.opentcs.guing.components.properties.type.CoordinateProperty property)Creates aModelToLayoutCoordinateUndoActivityfor the given coordinate property.- Parameters:
property- The property.- Returns:
- The
ModelToLayoutCoordinateUndoActivity.
-