_generateStackLayoutView: function () {
    var stackViewCollection = new Backbone.Collection([{
      createStackView: function (stackLayoutModel, opts) {
        return this._createEditorSettingsView(stackLayoutModel, opts).bind(this);
      }.bind(this)