Class BasicFormNavigatorAdapter.Folder<M extends org.eclipse.emf.ecore.EObject>

    • Field Detail

      • MODEL_OBJECT_NAME

        public static final String MODEL_OBJECT_NAME
        Model object name corresponding to the dapter
        See Also:
        Constant Field Values
    • Constructor Detail

      • Folder

        public Folder​(M parent,
                      org.eclipse.emf.ecore.EReference feature,
                      IResourceLookup resourceLookup,
                      org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                      INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Instantiates a new basic forms navigator adapter.
        Parameters:
        parent - the parent, cannot be null
        feature - the feature, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null