Class FieldNavigatorAdapter

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.model.IWorkbenchAdapter, org.eclipse.ui.model.IWorkbenchAdapter2, org.eclipse.ui.model.IWorkbenchAdapter3

    public class FieldNavigatorAdapter
    extends MdModelNavigatorAdapterBase<Field>
    Field navigator adapter.
    • Constructor Detail

      • FieldNavigatorAdapter

        @Inject
        public FieldNavigatorAdapter​(IConfigurationProvider configurationProvider,
                                     ISymbolicNameService symbolicNameService,
                                     IModelParentSupport modelParentSupport,
                                     IResourceLookup resourceLookup,
                                     org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                     INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Constructor.
        Parameters:
        configurationProvider - the configuration provider, cannot be null
        symbolicNameService - the symbolic name service, cannot be null
        modelParentSupport - the model parent support, cannot be null
        resourceLookup - the resource lookup, cannot be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, cannot null
        navigatorContentProviderStateProvider - the navigator content provider state provider, cannot be null
    • Method Detail

      • create

        public static FieldNavigatorAdapter.Folder<Table> create​(Table table,
                                                                 IResourceLookup resourceLookup,
                                                                 org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                 INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of Table business object.
        Parameters:
        table - the table, 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
        Returns:
        the db object attributes navigator adapter, cannot be null
      • create

        public static FieldNavigatorAdapter.Folder<DimensionTable> create​(DimensionTable dimensionTable,
                                                                          IResourceLookup resourceLookup,
                                                                          org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                          INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of DimensionTable business object.
        Parameters:
        dimensionTable - the dimensionTable, 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
        Returns:
        the db object attributes navigator adapter, cannot be null