Class BasicFormNavigatorAdapter

  • 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 BasicFormNavigatorAdapter
    extends MdModelNavigatorAdapterBase<BasicForm>
    Basic form navigator adapter.
    • Constructor Detail

      • BasicFormNavigatorAdapter

        @Inject
        public BasicFormNavigatorAdapter​(IConfigurationProvider configurationProvider,
                                         ISymbolicNameService symbolicNameService,
                                         IModelParentSupport modelParentSupport,
                                         IResourceLookup resourceLookup,
                                         org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                         INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Instantiates a new basic form 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 BasicFormNavigatorAdapter.Folder<Catalog> create​(Catalog catalog,
                                                                       IResourceLookup resourceLookup,
                                                                       org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                       INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of Catalog business object.
        Parameters:
        catalog - the catalog, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<ExchangePlan> create​(ExchangePlan exchangePlan,
                                                                            IResourceLookup resourceLookup,
                                                                            org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                            INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of ExchangePlan business object.
        Parameters:
        exchangePlan - the exchange plan, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<FilterCriterion> create​(FilterCriterion filterCriterion,
                                                                               IResourceLookup resourceLookup,
                                                                               org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                               INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of FilterCriterion business object.
        Parameters:
        filterCriterion - the filter criterion, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<Document> create​(Document document,
                                                                        IResourceLookup resourceLookup,
                                                                        org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                        INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of Document business object.
        Parameters:
        document - the document, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<DocumentJournal> create​(DocumentJournal documentJournal,
                                                                               IResourceLookup resourceLookup,
                                                                               org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                               INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of DocumentJournal business object.
        Parameters:
        documentJournal - the document journal, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<Enum> create​(Enum enum_,
                                                                    IResourceLookup resourceLookup,
                                                                    org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                    INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of Enum business object.
        Parameters:
        enum_ - the enum_, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<Report> create​(Report report,
                                                                      IResourceLookup resourceLookup,
                                                                      org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                      INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of Report business object.
        Parameters:
        report - the report, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<ExternalReport> create​(ExternalReport externalReport,
                                                                              IResourceLookup resourceLookup,
                                                                              org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                              INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of ExternalReport business object.
        Parameters:
        externalReport - the external report, 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 basic forms navigator adapter, never null
      • create

        public static BasicFormNavigatorAdapter.Folder<DataProcessor> create​(DataProcessor dataProcessor,
                                                                             IResourceLookup resourceLookup,
                                                                             org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                             INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of DataProcessor business object.
        Parameters:
        dataProcessor - the data processor (not 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 basic forms navigator adapter (not null)
      • create

        public static BasicFormNavigatorAdapter.Folder<ExternalDataProcessor> create​(ExternalDataProcessor extrernalDataProcessor,
                                                                                     IResourceLookup resourceLookup,
                                                                                     org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                     INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of ExternalDataProcessor business object.
        Parameters:
        extrernalDataProcessor - the external data processor (not 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 basic forms navigator adapter (not null)
      • create

        public static BasicFormNavigatorAdapter.Folder<ChartOfAccounts> create​(ChartOfAccounts chart,
                                                                               IResourceLookup resourceLookup,
                                                                               org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                               INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of ChartOfAccounts business object.
        Parameters:
        chart - the chart of accounts, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<ChartOfCalculationTypes> create​(ChartOfCalculationTypes chart,
                                                                                       IResourceLookup resourceLookup,
                                                                                       org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                       INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of ChartOfCalculationTypes business object.
        Parameters:
        chart - the chart of calculation types, 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<SettingsStorage> create​(SettingsStorage setting,
                                                                               IResourceLookup resourceLookup,
                                                                               org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                               INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of SettingsStorage business object.
        Parameters:
        setting - the SettingsStorage object (not 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 basic forms navigator adapter (not null)
      • create

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

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

        public static BasicFormNavigatorAdapter.Folder<BusinessProcess> create​(BusinessProcess businessProcess,
                                                                               IResourceLookup resourceLookup,
                                                                               org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                               INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of BusinessProcess business object.
        Parameters:
        businessProcess - the BusinessProcess (not 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 basic forms navigator adapter (not null)
      • create

        public static BasicFormNavigatorAdapter.Folder<AccountingRegister> create​(AccountingRegister accountingRegister,
                                                                                  IResourceLookup resourceLookup,
                                                                                  org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                  INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of AccountingRegister 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<Task> create​(Task task,
                                                                    IResourceLookup resourceLookup,
                                                                    org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                    INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Forms" folder of Task business object.
        Parameters:
        task - the task (not 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 basic forms navigator adapter (not null)
      • create

        public static BasicFormNavigatorAdapter.Folder<CalculationRegister> create​(CalculationRegister calculationRegister,
                                                                                   IResourceLookup resourceLookup,
                                                                                   org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                   INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Forms" 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 basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<Table> create​(Table table,
                                                                     IResourceLookup resourceLookup,
                                                                     org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                     INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of Table business object.
        Parameters:
        table - the table, cannot be null
        resourceLookup - the resource lookup, cannot be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, cannot be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, cannot be null
        Returns:
        the basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<Cube> create​(Cube cube,
                                                                    IResourceLookup resourceLookup,
                                                                    org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                    INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of Cube business object.
        Parameters:
        cube - the cube, cannot be null
        resourceLookup - the resource lookup, cannot be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, cannot be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, cannot be null
        Returns:
        the basic forms navigator adapter, cannot be null
      • create

        public static BasicFormNavigatorAdapter.Folder<DimensionTable> create​(DimensionTable dimensionTable,
                                                                              IResourceLookup resourceLookup,
                                                                              org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                              INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a navigator adapter for "Forms" folder of DimensionTable business object.
        Parameters:
        dimensionTable - the dimensionTable, cannot be null
        resourceLookup - the resource lookup, cannot be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, cannot be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, cannot be null
        Returns:
        the basic forms navigator adapter, cannot be null