Class RegisterAttributeNavigatorAdapter

  • 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 RegisterAttributeNavigatorAdapter
    extends MdModelNavigatorAdapterBase<RegisterAttribute>
    Register attribute navigator adapter.
    • Constructor Detail

      • RegisterAttributeNavigatorAdapter

        @Inject
        public RegisterAttributeNavigatorAdapter​(IConfigurationProvider configurationProvider,
                                                 ISymbolicNameService symbolicNameService,
                                                 IModelParentSupport modelParentSupport,
                                                 IResourceLookup resourceLookup,
                                                 org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                 INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Instantiates a new register attribute navigator adapter.
        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, 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
    • Method Detail

      • create

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

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

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

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