Interface VObjectInternalModifiable

All Superinterfaces:
ObservableObject, VObject, VObjectInternal

@Deprecated
public interface VObjectInternalModifiable
extends VObjectInternal
Deprecated.
Don't rely on this API. Seriously, don't rely on it! Created by miho on 20.02.17.
  • Method Details

    • _vmf_setPropertyValueById

      void _vmf_setPropertyValueById​(int propertyId, java.lang.Object value)
      Deprecated.
      Sets values of properties by id (calls setter methods).
      Parameters:
      propertyId - id of the property that shall be changed
      value - the value to set
    • _vmf_unsetById

      void _vmf_unsetById​(int propertyId)
      Deprecated.
      Unsets the specified property.
      Parameters:
      propertyId - id of the property to unset
    • setModelToChanges

      default void setModelToChanges​(Changes c)
      Deprecated.
    • _vmf_setContainer

      default void _vmf_setContainer​(VObject container)
      Deprecated.
      Sets current unnamed container (named containers are represented via the specified properties instead).
      Parameters:
      container - container to set