Class BmColorModel

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

public class BmColorModel extends BmValue<Color> implements IColorModel
Bm implementation of IColorModel.
  • Constructor Details

    • BmColorModel

      public BmColorModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, IColorProvider colorProvider, 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
      colorProvider - the color provider, cannot be null
      languageManager - the language manager, cannot be null
  • Method Details