Class NavigatorTableModel

    • Field Detail

      • contentService

        protected final org.eclipse.ui.navigator.INavigatorContentService contentService
    • Constructor Detail

      • NavigatorTableModel

        public NavigatorTableModel​(org.eclipse.emf.ecore.EObject object,
                                   org.eclipse.emf.ecore.EStructuralFeature feature,
                                   Collection<org.eclipse.emf.ecore.EStructuralFeature> trackingFeatures)
        Creates a new model.
        Parameters:
        object - the object, cannot be null
        feature - the feature, cannot be null
        trackingFeatures - a collection of EStructuralFeatures that are needed to track. Can be null.