Class FormBmColorModel

All Implemented Interfaces:
IAttribute<IBmObject,org.eclipse.emf.ecore.EStructuralFeature>, IEditableModel, IEmfAttribute<IBmObject>, IModel, IEmfValueAttribute<Color,IBmObject>, IValue<Color>, IValidable, IModelApiAwareModel, IColorModel

public class FormBmColorModel extends BmColorModel
Implementation of IColorModel specific for forms.
  • Constructor Details

    • FormBmColorModel

      public FormBmColorModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, IColorProvider colorHelper, IEditingLanguageManager languageManager)
      Creates a new model.
      Parameters:
      object - the object, cannot be null
      feature - the object feature, cannot be null
      v8project - the V8 project, cannot be null
      colorHelper - the color helper, cannot be null
      languageManager - the language manager, cannot be null
  • Method Details