Class ListModel

    • Constructor Detail

      • ListModel

        public ListModel​(org.eclipse.emf.ecore.EObject object,
                         org.eclipse.emf.ecore.EStructuralFeature feature)
    • Method Detail

      • isModelOf

        public static com.google.common.base.Predicate<Object> isModelOf​(org.eclipse.emf.ecore.EStructuralFeature feature)
      • observe

        public org.eclipse.core.databinding.observable.list.IObservableList observe()
        Description copied from interface: IListModel
        Observe children list
        Specified by:
        observe in interface IListModel