Created
May 30, 2013 13:59
-
-
Save porcelli/5678035 to your computer and use it in GitHub Desktop.
Errai code gen WARNs
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.jboss.errai.ioc.client; | |
| import com.allen_sauer.gwt.dnd.client.AbstractDragController; | |
| import com.allen_sauer.gwt.dnd.client.DragController; | |
| import com.allen_sauer.gwt.dnd.client.FiresDragEvents; | |
| import com.allen_sauer.gwt.dnd.client.PickupDragController; | |
| import com.allen_sauer.gwt.dnd.client.drop.DropController; | |
| import com.github.gwtbootstrap.client.ui.Breadcrumbs; | |
| import com.github.gwtbootstrap.client.ui.Modal; | |
| import com.github.gwtbootstrap.client.ui.base.ComplexWidget; | |
| import com.github.gwtbootstrap.client.ui.base.DivWidget; | |
| import com.github.gwtbootstrap.client.ui.base.HasId; | |
| import com.github.gwtbootstrap.client.ui.base.HasStyle; | |
| import com.github.gwtbootstrap.client.ui.base.HasVisibleHandlers; | |
| import com.github.gwtbootstrap.client.ui.base.IsAnimated; | |
| import com.github.gwtbootstrap.client.ui.base.IsResponsive; | |
| import com.github.gwtbootstrap.client.ui.base.Style; | |
| import com.github.gwtbootstrap.client.ui.base.UnorderedList; | |
| import com.github.gwtbootstrap.client.ui.constants.BackdropType; | |
| import com.github.gwtbootstrap.client.ui.constants.Device; | |
| import com.github.gwtbootstrap.client.ui.event.HiddenHandler; | |
| import com.github.gwtbootstrap.client.ui.event.HideHandler; | |
| import com.github.gwtbootstrap.client.ui.event.ShowHandler; | |
| import com.github.gwtbootstrap.client.ui.event.ShownHandler; | |
| import com.google.gwt.cell.client.AbstractCell; | |
| import com.google.gwt.cell.client.Cell; | |
| import com.google.gwt.event.logical.shared.AttachEvent.Handler; | |
| import com.google.gwt.event.logical.shared.HasAttachHandlers; | |
| import com.google.gwt.event.logical.shared.HasCloseHandlers; | |
| import com.google.gwt.event.shared.GwtEvent; | |
| import com.google.gwt.event.shared.GwtEvent.Type; | |
| import com.google.gwt.event.shared.HandlerManager; | |
| import com.google.gwt.event.shared.HandlerRegistration; | |
| import com.google.gwt.event.shared.HasHandlers; | |
| import com.google.gwt.user.client.Command; | |
| import com.google.gwt.user.client.Element; | |
| import com.google.gwt.user.client.EventListener; | |
| import com.google.gwt.user.client.EventPreview; | |
| import com.google.gwt.user.client.ui.AcceptsOneWidget; | |
| import com.google.gwt.user.client.ui.ComplexPanel; | |
| import com.google.gwt.user.client.ui.Composite; | |
| import com.google.gwt.user.client.ui.DecoratedPopupPanel; | |
| import com.google.gwt.user.client.ui.FlowPanel; | |
| import com.google.gwt.user.client.ui.HasAnimation; | |
| import com.google.gwt.user.client.ui.HasOneWidget; | |
| import com.google.gwt.user.client.ui.HasVisibility; | |
| import com.google.gwt.user.client.ui.HasWidgets; | |
| import com.google.gwt.user.client.ui.HasWidgets.ForIsWidget; | |
| import com.google.gwt.user.client.ui.IndexedPanel; | |
| import com.google.gwt.user.client.ui.InsertPanel; | |
| import com.google.gwt.user.client.ui.IsRenderable; | |
| import com.google.gwt.user.client.ui.IsWidget; | |
| import com.google.gwt.user.client.ui.Panel; | |
| import com.google.gwt.user.client.ui.PopupPanel; | |
| import com.google.gwt.user.client.ui.ProvidesResize; | |
| import com.google.gwt.user.client.ui.RequiresResize; | |
| import com.google.gwt.user.client.ui.ResizeComposite; | |
| import com.google.gwt.user.client.ui.SimpleLayoutPanel; | |
| import com.google.gwt.user.client.ui.SimplePanel; | |
| import com.google.gwt.user.client.ui.SourcesPopupEvents; | |
| import com.google.gwt.user.client.ui.UIObject; | |
| import com.google.gwt.user.client.ui.Widget; | |
| import com.google.gwt.user.client.ui.WidgetCollection; | |
| import com.google.web.bindery.event.shared.EventBus; | |
| import java.lang.annotation.Annotation; | |
| import java.util.Iterator; | |
| import javax.enterprise.event.Event; | |
| import javax.inject.Provider; | |
| import org.drools.workbench.client.DroolsWorkbenchEntryPoint; | |
| import org.drools.workbench.client.perspectives.AdministrationPerspective; | |
| import org.drools.workbench.client.perspectives.AdministrationPerspectiveActivity; | |
| import org.drools.workbench.client.perspectives.AuthoringPerspective; | |
| import org.drools.workbench.client.perspectives.AuthoringPerspectiveActivity; | |
| import org.drools.workbench.screens.categories.client.CategoriesEditorPresenter; | |
| import org.drools.workbench.screens.categories.client.CategoriesEditorPresenterActivity; | |
| import org.drools.workbench.screens.categories.client.CategoriesEditorView; | |
| import org.drools.workbench.screens.categories.client.CategoriesEditorViewImpl; | |
| import org.drools.workbench.screens.categories.client.type.CategoryDefinitionResourceType; | |
| import org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenter; | |
| import org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenterActivity; | |
| import org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenter; | |
| import org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenterActivity; | |
| import org.drools.workbench.screens.defaulteditor.service.DefaultEditorService; | |
| import org.drools.workbench.screens.drltext.client.DRLEditorEntryPoint; | |
| import org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter; | |
| import org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenterActivity; | |
| import org.drools.workbench.screens.drltext.client.editor.DRLEditorView; | |
| import org.drools.workbench.screens.drltext.client.editor.DRLEditorViewImpl; | |
| import org.drools.workbench.screens.drltext.client.handlers.NewDrlTextHandler; | |
| import org.drools.workbench.screens.drltext.client.type.DRLResourceType; | |
| import org.drools.workbench.screens.drltext.service.DRLTextEditorService; | |
| import org.drools.workbench.screens.drltext.type.DRLResourceTypeDefinition; | |
| import org.drools.workbench.screens.dsltext.client.DSLEditorEntryPoint; | |
| import org.drools.workbench.screens.dsltext.client.handlers.NewDslTextHandler; | |
| import org.drools.workbench.screens.dsltext.client.type.DSLResourceType; | |
| import org.drools.workbench.screens.dsltext.service.DSLTextEditorService; | |
| import org.drools.workbench.screens.dsltext.type.DSLResourceTypeDefinition; | |
| import org.drools.workbench.screens.dtablexls.client.DecisionTableXLSEntryPoint; | |
| import org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter; | |
| import org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenterActivity; | |
| import org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorView; | |
| import org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorViewImpl; | |
| import org.drools.workbench.screens.dtablexls.client.handlers.NewDecisionTableXLSHandler; | |
| import org.drools.workbench.screens.dtablexls.client.type.DecisionTableXLSResourceType; | |
| import org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService; | |
| import org.drools.workbench.screens.dtablexls.type.DecisionTableXLSResourceTypeDefinition; | |
| import org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter; | |
| import org.drools.workbench.screens.enums.client.editor.EnumEditorPresenterActivity; | |
| import org.drools.workbench.screens.enums.client.editor.EnumEditorView; | |
| import org.drools.workbench.screens.enums.client.editor.EnumEditorViewImpl; | |
| import org.drools.workbench.screens.enums.client.handlers.NewEnumHandler; | |
| import org.drools.workbench.screens.enums.client.type.EnumResourceType; | |
| import org.drools.workbench.screens.enums.service.EnumService; | |
| import org.drools.workbench.screens.enums.type.EnumResourceTypeDefinition; | |
| import org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter; | |
| import org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenterActivity; | |
| import org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorView; | |
| import org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorViewImpl; | |
| import org.drools.workbench.screens.factmodel.client.handlers.NewFactModelHandler; | |
| import org.drools.workbench.screens.factmodel.client.type.FactModelResourceType; | |
| import org.drools.workbench.screens.factmodel.service.FactModelService; | |
| import org.drools.workbench.screens.factmodel.type.FactModelResourceTypeDefinition; | |
| import org.drools.workbench.screens.globals.client.GlobalsEditorEntryPoint; | |
| import org.drools.workbench.screens.globals.client.editor.AddGlobalPopup; | |
| import org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter; | |
| import org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenterActivity; | |
| import org.drools.workbench.screens.globals.client.editor.GlobalsEditorView; | |
| import org.drools.workbench.screens.globals.client.editor.GlobalsEditorViewImpl; | |
| import org.drools.workbench.screens.globals.client.handlers.NewGlobalHandler; | |
| import org.drools.workbench.screens.globals.client.type.GlobalResourceType; | |
| import org.drools.workbench.screens.globals.service.GlobalsEditorService; | |
| import org.drools.workbench.screens.globals.type.GlobalResourceTypeDefinition; | |
| import org.drools.workbench.screens.guided.dtable.client.GuidedDecisionTableEditorEntryPoint; | |
| import org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter; | |
| import org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenterActivity; | |
| import org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorView; | |
| import org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorViewImpl; | |
| import org.drools.workbench.screens.guided.dtable.client.handlers.GuidedDecisionTableOptions; | |
| import org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler; | |
| import org.drools.workbench.screens.guided.dtable.client.type.GuidedDTableResourceType; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.NewGuidedDecisionTableWizard; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.AbstractGuidedDecisionTableWizardPage; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPage; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPageView; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPageViewImpl; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPage; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPageView; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPageViewImpl; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPage; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPageView; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPageViewImpl; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPage; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPageView; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPageViewImpl; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPage; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPageView; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPageView.Presenter; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPageViewImpl; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.RequiresValidator; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.SummaryPage; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.SummaryPageView; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.SummaryPageViewImpl; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.ActionInsertFactFieldCell; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.ActionInsertFactFieldPatternCell; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.ActionSetFieldCell; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.ActionSetFieldPatternCell; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.ConditionCell; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.ConditionPatternCell; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.PatternCell; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionInsertFactFieldsDefinedEvent; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionSetFieldsDefinedEvent; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ConditionsDefinedEvent; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent; | |
| import org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.PatternRemovedEvent; | |
| import org.drools.workbench.screens.guided.dtable.service.GuidedDecisionTableEditorService; | |
| import org.drools.workbench.screens.guided.dtable.type.GuidedDTableResourceTypeDefinition; | |
| import org.drools.workbench.screens.guided.rule.client.GuidedRuleEditorEntryPoint; | |
| import org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter; | |
| import org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenterActivity; | |
| import org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorView; | |
| import org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorViewImpl; | |
| import org.drools.workbench.screens.guided.rule.client.handlers.NewGuidedRuleHandler; | |
| import org.drools.workbench.screens.guided.rule.client.type.GuidedRuleDRLResourceType; | |
| import org.drools.workbench.screens.guided.rule.client.type.GuidedRuleDSLRResourceType; | |
| import org.drools.workbench.screens.guided.rule.service.GuidedRuleEditorService; | |
| import org.drools.workbench.screens.guided.rule.type.GuidedRuleDRLResourceTypeDefinition; | |
| import org.drools.workbench.screens.guided.rule.type.GuidedRuleDSLRResourceTypeDefinition; | |
| import org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter; | |
| import org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenterActivity; | |
| import org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorView; | |
| import org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorViewImpl; | |
| import org.drools.workbench.screens.guided.scorecard.client.handlers.NewGuidedScoreCardHandler; | |
| import org.drools.workbench.screens.guided.scorecard.client.type.GuidedScoreCardResourceType; | |
| import org.drools.workbench.screens.guided.scorecard.service.GuidedScoreCardEditorService; | |
| import org.drools.workbench.screens.guided.scorecard.type.GuidedScoreCardResourceTypeDefinition; | |
| import org.drools.workbench.screens.guided.template.client.GuidedRuleTemplateEntryPoint; | |
| import org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateDataView; | |
| import org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateDataViewImpl; | |
| import org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter; | |
| import org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenterActivity; | |
| import org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorView; | |
| import org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorViewImpl; | |
| import org.drools.workbench.screens.guided.template.client.handlers.NewGuidedRuleTemplateHandler; | |
| import org.drools.workbench.screens.guided.template.client.type.GuidedRuleTemplateResourceType; | |
| import org.drools.workbench.screens.guided.template.service.GuidedRuleTemplateEditorService; | |
| import org.drools.workbench.screens.guided.template.type.GuidedRuleTemplateResourceTypeDefinition; | |
| import org.drools.workbench.screens.scorecardxls.client.ScoreCardXLSEntryPoint; | |
| import org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter; | |
| import org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenterActivity; | |
| import org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorView; | |
| import org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorViewImpl; | |
| import org.drools.workbench.screens.scorecardxls.client.handlers.NewScoreCardXLSHandler; | |
| import org.drools.workbench.screens.scorecardxls.client.type.ScoreCardXLSResourceType; | |
| import org.drools.workbench.screens.scorecardxls.service.ScoreCardXLSService; | |
| import org.drools.workbench.screens.scorecardxls.type.ScoreCardXLSResourceTypeDefinition; | |
| import org.drools.workbench.screens.testscenario.client.BulkRunTestScenarioEditor; | |
| import org.drools.workbench.screens.testscenario.client.BulkRunTestScenarioEditorView; | |
| import org.drools.workbench.screens.testscenario.client.BulkRunTestScenarioEditorViewImpl; | |
| import org.drools.workbench.screens.testscenario.client.ScenarioEditorPresenter; | |
| import org.drools.workbench.screens.testscenario.client.ScenarioEditorPresenterActivity; | |
| import org.drools.workbench.screens.testscenario.client.ScenarioEditorView; | |
| import org.drools.workbench.screens.testscenario.client.ScenarioEditorViewImpl; | |
| import org.drools.workbench.screens.testscenario.client.ScenarioParentWidget; | |
| import org.drools.workbench.screens.testscenario.client.TestScenarioEditorEntryPoint; | |
| import org.drools.workbench.screens.testscenario.client.TestScenarioResourceType; | |
| import org.drools.workbench.screens.testscenario.client.handler.NewTestScenarioHandler; | |
| import org.drools.workbench.screens.testscenario.client.reporting.TestRunnerReportingScreen; | |
| import org.drools.workbench.screens.testscenario.client.reporting.TestRunnerReportingScreenActivity; | |
| import org.drools.workbench.screens.testscenario.client.reporting.TestRunnerReportingView; | |
| import org.drools.workbench.screens.testscenario.client.reporting.TestRunnerReportingViewImpl; | |
| import org.drools.workbench.screens.testscenario.client.service.TestRuntimeReportingService; | |
| import org.drools.workbench.screens.testscenario.model.Success; | |
| import org.drools.workbench.screens.testscenario.model.TestResultMessage; | |
| import org.drools.workbench.screens.testscenario.service.ScenarioTestEditorService; | |
| import org.drools.workbench.screens.testscenario.type.TestScenarioResourceTypeDefinition; | |
| import org.drools.workbench.screens.workitems.client.WorkItemsEditorEntryPoint; | |
| import org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenter; | |
| import org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenterActivity; | |
| import org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorView; | |
| import org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorViewImpl; | |
| import org.drools.workbench.screens.workitems.client.handlers.NewWorkItemHandler; | |
| import org.drools.workbench.screens.workitems.client.type.WorkItemsResourceType; | |
| import org.drools.workbench.screens.workitems.client.widget.HasWorkItemDefinitionElements; | |
| import org.drools.workbench.screens.workitems.client.widget.WorkItemDefinitionEditor; | |
| import org.drools.workbench.screens.workitems.client.widget.WorkItemDefinitionElementSelectedListener; | |
| import org.drools.workbench.screens.workitems.client.widget.WorkItemDefinitionElementsBrowser; | |
| import org.drools.workbench.screens.workitems.client.widget.WorkItemMetaDataLoader; | |
| import org.drools.workbench.screens.workitems.service.WorkItemsEditorService; | |
| import org.drools.workbench.screens.workitems.type.WorkItemsTypeDefinition; | |
| import org.guvnor.inbox.client.InboxEntryPoint; | |
| import org.guvnor.inbox.client.InboxPresenter; | |
| import org.guvnor.inbox.client.InboxPresenterActivity; | |
| import org.guvnor.inbox.client.InboxView; | |
| import org.guvnor.inbox.service.InboxService; | |
| import org.guvnor.m2repo.client.M2RepoEditorPresenter; | |
| import org.guvnor.m2repo.client.M2RepoEditorPresenterActivity; | |
| import org.guvnor.m2repo.client.M2RepoEditorView; | |
| import org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective; | |
| import org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspectiveActivity; | |
| import org.guvnor.m2repo.service.M2RepoService; | |
| import org.jboss.errai.bus.client.ErraiBus; | |
| import org.jboss.errai.bus.client.framework.MessageBus; | |
| import org.jboss.errai.bus.client.framework.Subscription; | |
| import org.jboss.errai.common.client.api.extension.InitVotes; | |
| import org.jboss.errai.enterprise.client.cdi.AbstractCDIEventCallback; | |
| import org.jboss.errai.enterprise.client.cdi.CDIEventTypeLookup; | |
| import org.jboss.errai.enterprise.client.cdi.EventProvider; | |
| import org.jboss.errai.enterprise.client.cdi.InstanceProvider; | |
| import org.jboss.errai.enterprise.client.cdi.api.CDI; | |
| import org.jboss.errai.ioc.client.api.Caller; | |
| import org.jboss.errai.ioc.client.api.ContextualTypeProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.CallerProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.DisposerProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.IOCBeanManagerProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.InitBallotProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.MessageBusProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.RequestDispatcherProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.RootPanelProvider; | |
| import org.jboss.errai.ioc.client.api.builtin.SenderProvider; | |
| import org.jboss.errai.ioc.client.container.CreationalCallback; | |
| import org.jboss.errai.ioc.client.container.CreationalContext; | |
| import org.jboss.errai.ioc.client.container.DestructionCallback; | |
| import org.jboss.errai.ioc.client.container.IOCBeanManager; | |
| import org.jboss.errai.ioc.client.container.InitializationCallback; | |
| import org.jboss.errai.ioc.client.container.ProxyResolver; | |
| import org.kie.workbench.common.screens.datamodeller.client.DataModelHelper; | |
| import org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter; | |
| import org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter.DataModelerScreenView; | |
| import org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenterActivity; | |
| import org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenViewImpl; | |
| import org.kie.workbench.common.screens.datamodeller.client.validation.ValidatorCallback; | |
| import org.kie.workbench.common.screens.datamodeller.client.validation.ValidatorService; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.DataModelBrowser; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectBreadcrums; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectBrowser; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectEditor; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectFieldEditor; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.ModelPropertiesEditor; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.NewDataObjectPopup; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.NewPackagePopup; | |
| import org.kie.workbench.common.screens.datamodeller.client.widgets.PackageSelector; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldCreatedEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldSelectedEvent; | |
| import org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent; | |
| import org.kie.workbench.common.screens.datamodeller.model.DataModelTO; | |
| import org.kie.workbench.common.screens.datamodeller.model.DataObjectTO; | |
| import org.kie.workbench.common.screens.datamodeller.service.DataModelerService; | |
| import org.kie.workbench.common.screens.explorer.client.ExplorerEntryPoint; | |
| import org.kie.workbench.common.screens.explorer.client.ExplorerPresenter; | |
| import org.kie.workbench.common.screens.explorer.client.ExplorerPresenterActivity; | |
| import org.kie.workbench.common.screens.explorer.client.ExplorerView; | |
| import org.kie.workbench.common.screens.explorer.client.ExplorerViewImpl; | |
| import org.kie.workbench.common.screens.explorer.service.ExplorerService; | |
| import org.kie.workbench.common.screens.projecteditor.client.ProjectEditorEntryPoint; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.DependencyGrid; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.DependencyGridView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.DependencyGridViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.DependencySelectorPopup; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.DependencySelectorPopupView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.DependencySelectorPopupViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.GAVEditor; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.GAVEditorView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.GAVEditorViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KBaseForm; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KBaseFormView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KBaseFormViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KModuleEditorPanel; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KModuleEditorPanelView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KModuleEditorPanelViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KModuleEditorScreenPresenter; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KModuleEditorScreenPresenterActivity; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KSessionForm; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KSessionFormView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KSessionFormViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KSessionsPanel; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KSessionsPanelView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.KSessionsPanelViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.POMEditorPanel; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.POMEditorPanelView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.POMEditorPanelViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.PomEditorScreenPresenter; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.PomEditorScreenPresenterActivity; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.ProjectScreenPresenter; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.ProjectScreenPresenterActivity; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.ProjectScreenView; | |
| import org.kie.workbench.common.screens.projecteditor.client.forms.ProjectScreenViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.handlers.NewFolderHandler; | |
| import org.kie.workbench.common.screens.projecteditor.client.handlers.NewPackageHandler; | |
| import org.kie.workbench.common.screens.projecteditor.client.handlers.NewProjectHandler; | |
| import org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsScreen; | |
| import org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsScreenActivity; | |
| import org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsScreenView; | |
| import org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsScreenViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsService; | |
| import org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsServiceView; | |
| import org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsServiceViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.type.KModuleResourceType; | |
| import org.kie.workbench.common.screens.projecteditor.client.type.POMResourceType; | |
| import org.kie.workbench.common.screens.projecteditor.client.widgets.Form; | |
| import org.kie.workbench.common.screens.projecteditor.client.widgets.ListFormComboPanel; | |
| import org.kie.workbench.common.screens.projecteditor.client.widgets.ListFormComboPanelView; | |
| import org.kie.workbench.common.screens.projecteditor.client.widgets.ListFormComboPanelViewImpl; | |
| import org.kie.workbench.common.screens.projecteditor.client.wizard.GAVWizardPage; | |
| import org.kie.workbench.common.screens.projecteditor.client.wizard.NewProjectWizard; | |
| import org.kie.workbench.common.screens.projecteditor.type.KModuleResourceTypeDefinition; | |
| import org.kie.workbench.common.screens.projecteditor.type.POMResourceTypeDefinition; | |
| import org.kie.workbench.common.screens.projectimportsscreen.client.ProjectConfigScreenEntryPoint; | |
| import org.kie.workbench.common.screens.projectimportsscreen.client.forms.ProjectImportsScreenPresenter; | |
| import org.kie.workbench.common.screens.projectimportsscreen.client.forms.ProjectImportsScreenPresenterActivity; | |
| import org.kie.workbench.common.screens.projectimportsscreen.client.forms.ProjectImportsScreenView; | |
| import org.kie.workbench.common.screens.projectimportsscreen.client.forms.ProjectImportsScreenViewImpl; | |
| import org.kie.workbench.common.screens.projectimportsscreen.client.type.ProjectImportsResourceType; | |
| import org.kie.workbench.common.screens.projectimportsscreen.type.ProjectImportsResourceTypeDefinition; | |
| import org.kie.workbench.common.screens.search.client.FindForm; | |
| import org.kie.workbench.common.screens.search.client.FindFormActivity; | |
| import org.kie.workbench.common.screens.search.client.FullTextSearchFormPresenter; | |
| import org.kie.workbench.common.screens.search.client.FullTextSearchFormPresenterActivity; | |
| import org.kie.workbench.common.screens.search.client.FullTextSearchFormView; | |
| import org.kie.workbench.common.services.datamodel.events.ImportAddedEvent; | |
| import org.kie.workbench.common.services.datamodel.events.ImportRemovedEvent; | |
| import org.kie.workbench.common.services.datamodel.service.DataModelService; | |
| import org.kie.workbench.common.services.project.service.KModuleService; | |
| import org.kie.workbench.common.services.project.service.POMService; | |
| import org.kie.workbench.common.services.project.service.ProjectService; | |
| import org.kie.workbench.common.services.shared.builder.BuildService; | |
| import org.kie.workbench.common.services.shared.builder.model.BuildResults; | |
| import org.kie.workbench.common.services.shared.builder.model.IncrementalBuildResults; | |
| import org.kie.workbench.common.services.shared.config.AppConfigService; | |
| import org.kie.workbench.common.services.shared.file.CopyService; | |
| import org.kie.workbench.common.services.shared.file.DeleteService; | |
| import org.kie.workbench.common.services.shared.file.RenameService; | |
| import org.kie.workbench.common.services.shared.metadata.CategoriesService; | |
| import org.kie.workbench.common.services.shared.metadata.MetadataService; | |
| import org.kie.workbench.common.services.shared.version.VersionService; | |
| import org.kie.workbench.common.services.shared.version.events.RestoreEvent; | |
| import org.kie.workbench.common.services.workingset.client.WorkingSetManager; | |
| import org.kie.workbench.common.services.workingset.client.events.OnWorkingSetApplied; | |
| import org.kie.workbench.common.services.workingset.client.events.OnWorkingSetDisabled; | |
| import org.kie.workbench.common.widgets.client.KieWorkbenchWidgetsCommonEntryPoint; | |
| import org.kie.workbench.common.widgets.client.handlers.DefaultNewResourceHandler; | |
| import org.kie.workbench.common.widgets.client.handlers.NewResourceHandler; | |
| import org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter; | |
| import org.kie.workbench.common.widgets.client.handlers.NewResourceView; | |
| import org.kie.workbench.common.widgets.client.handlers.NewResourcesMenu; | |
| import org.kie.workbench.common.widgets.client.menu.FileMenuBuilder; | |
| import org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl; | |
| import org.kie.workbench.common.widgets.client.menu.RestoreVersionCommandProvider; | |
| import org.kie.workbench.common.widgets.client.menu.ToolsMenu; | |
| import org.kie.workbench.common.widgets.client.popups.file.SaveOperationService; | |
| import org.kie.workbench.common.widgets.client.popups.list.FormListPopup; | |
| import org.kie.workbench.common.widgets.client.popups.list.FormListPopupView; | |
| import org.kie.workbench.common.widgets.client.popups.list.FormListPopupViewImpl; | |
| import org.kie.workbench.common.widgets.client.popups.text.FormPopup; | |
| import org.kie.workbench.common.widgets.client.popups.text.FormPopupView; | |
| import org.kie.workbench.common.widgets.client.popups.text.FormPopupViewImpl; | |
| import org.kie.workbench.common.widgets.client.widget.AttachmentFileWidget; | |
| import org.kie.workbench.common.widgets.client.widget.BusyIndicatorView; | |
| import org.kie.workbench.common.widgets.client.widget.HasBusyIndicator; | |
| import org.kie.workbench.common.widgets.configresource.client.widget.bound.ImportsWidgetPresenter; | |
| import org.kie.workbench.common.widgets.configresource.client.widget.bound.ImportsWidgetView; | |
| import org.kie.workbench.common.widgets.configresource.client.widget.bound.ImportsWidgetViewImpl; | |
| import org.kie.workbench.common.widgets.decoratedgrid.client.DecoratedGridEntryPoint; | |
| import org.kie.workbench.common.widgets.metadata.client.widget.MetadataWidget; | |
| import org.kie.workbench.common.widgets.viewsource.client.screen.ViewSourceView; | |
| import org.kie.workbench.common.widgets.viewsource.client.screen.ViewSourceViewImpl; | |
| import org.kie.workbench.common.widgets.viewsource.client.widget.ViewDRLSourceWidget; | |
| import org.uberfire.backend.repositories.NewRepositoryEvent; | |
| import org.uberfire.backend.repositories.RepositoryService; | |
| import org.uberfire.backend.vfs.VFSService; | |
| import org.uberfire.client.CommonsEntryPoint; | |
| import org.uberfire.client.CoreEntryPoint; | |
| import org.uberfire.client.WorkbenchEntryPoint; | |
| import org.uberfire.client.common.DirtyableComposite; | |
| import org.uberfire.client.common.DirtyableWidget; | |
| import org.uberfire.client.common.IDirtyable; | |
| import org.uberfire.client.common.MultiPageEditor; | |
| import org.uberfire.client.common.MultiPageEditorView; | |
| import org.uberfire.client.common.Popup; | |
| import org.uberfire.client.context.DefaultWorkbenchContext; | |
| import org.uberfire.client.context.WorkbenchContext; | |
| import org.uberfire.client.editors.defaulteditor.DefaultFileEditorPresenter; | |
| import org.uberfire.client.editors.defaulteditor.DefaultFileEditorPresenterActivity; | |
| import org.uberfire.client.editors.fileexplorer.FileExplorerPresenter; | |
| import org.uberfire.client.editors.fileexplorer.FileExplorerPresenterActivity; | |
| import org.uberfire.client.editors.fileexplorer.FileExplorerView; | |
| import org.uberfire.client.editors.metafile.MetaFileEditorPresenter; | |
| import org.uberfire.client.editors.metafile.MetaFileEditorPresenterActivity; | |
| import org.uberfire.client.editors.repository.clone.CloneRepositoryForm; | |
| import org.uberfire.client.editors.repository.create.CreateRepositoryForm; | |
| import org.uberfire.client.editors.repository.edit.RepositoryEditorPresenter; | |
| import org.uberfire.client.editors.repository.edit.RepositoryEditorPresenterActivity; | |
| import org.uberfire.client.editors.repository.edit.RepositoryEditorView; | |
| import org.uberfire.client.editors.repository.list.RepositoriesPresenter; | |
| import org.uberfire.client.editors.repository.list.RepositoriesPresenterActivity; | |
| import org.uberfire.client.editors.repository.list.RepositoriesView; | |
| import org.uberfire.client.editors.texteditor.TextEditorPresenter; | |
| import org.uberfire.client.editors.texteditor.TextEditorPresenterActivity; | |
| import org.uberfire.client.editors.texteditor.TextEditorView; | |
| import org.uberfire.client.editors.texteditor.TextResourceType; | |
| import org.uberfire.client.mvp.AbstractActivity; | |
| import org.uberfire.client.mvp.AbstractPopupActivity; | |
| import org.uberfire.client.mvp.AbstractWorkbenchActivity; | |
| import org.uberfire.client.mvp.AbstractWorkbenchEditorActivity; | |
| import org.uberfire.client.mvp.AbstractWorkbenchPerspectiveActivity; | |
| import org.uberfire.client.mvp.AbstractWorkbenchScreenActivity; | |
| import org.uberfire.client.mvp.Activity; | |
| import org.uberfire.client.mvp.ActivityBeansCache; | |
| import org.uberfire.client.mvp.ActivityManager; | |
| import org.uberfire.client.mvp.ActivityManagerImpl; | |
| import org.uberfire.client.mvp.DefaultPlaceResolver; | |
| import org.uberfire.client.mvp.PerspectiveActivity; | |
| import org.uberfire.client.mvp.PlaceHistoryHandler; | |
| import org.uberfire.client.mvp.PlaceManager; | |
| import org.uberfire.client.mvp.PlaceManagerImpl; | |
| import org.uberfire.client.mvp.PlaceRequestHistoryMapper; | |
| import org.uberfire.client.mvp.PlaceRequestHistoryMapperImpl; | |
| import org.uberfire.client.mvp.PopupActivity; | |
| import org.uberfire.client.mvp.UberView; | |
| import org.uberfire.client.mvp.WorkbenchActivity; | |
| import org.uberfire.client.mvp.WorkbenchEditorActivity; | |
| import org.uberfire.client.mvp.WorkbenchScreenActivity; | |
| import org.uberfire.client.wizards.Wizard; | |
| import org.uberfire.client.wizards.WizardPage; | |
| import org.uberfire.client.wizards.WizardPageSelectedEvent; | |
| import org.uberfire.client.wizards.WizardPageStatusChangeEvent; | |
| import org.uberfire.client.wizards.WizardPageTitle; | |
| import org.uberfire.client.wizards.WizardPresenter; | |
| import org.uberfire.client.wizards.WizardView; | |
| import org.uberfire.client.wizards.WizardViewImpl; | |
| import org.uberfire.client.workbench.BeanFactory; | |
| import org.uberfire.client.workbench.DefaultBeanFactory; | |
| import org.uberfire.client.workbench.Workbench; | |
| import org.uberfire.client.workbench.annotations.AssociatedResources; | |
| import org.uberfire.client.workbench.annotations.Identifier; | |
| import org.uberfire.client.workbench.annotations.Priority; | |
| import org.uberfire.client.workbench.annotations.RootWorkbenchPanel; | |
| import org.uberfire.client.workbench.annotations.WorkbenchPosition; | |
| import org.uberfire.client.workbench.type.AnyResourceType; | |
| import org.uberfire.client.workbench.type.ClientResourceType; | |
| import org.uberfire.client.workbench.type.ClientTypeRegistry; | |
| import org.uberfire.client.workbench.type.DotResourceType; | |
| import org.uberfire.client.workbench.type.impl.ClientTypeRegistryImpl; | |
| import org.uberfire.client.workbench.widgets.dnd.CompassDropController; | |
| import org.uberfire.client.workbench.widgets.dnd.WorkbenchDragAndDropManager; | |
| import org.uberfire.client.workbench.widgets.dnd.WorkbenchDragContext; | |
| import org.uberfire.client.workbench.widgets.dnd.WorkbenchPickupDragController; | |
| import org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBar; | |
| import org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarPresenter; | |
| import org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarPresenterUtils; | |
| import org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarView; | |
| import org.uberfire.client.workbench.widgets.notifications.NotificationPopupView; | |
| import org.uberfire.client.workbench.widgets.notifications.NotificationPopupsManager; | |
| import org.uberfire.client.workbench.widgets.panels.HorizontalSplitterPanel; | |
| import org.uberfire.client.workbench.widgets.panels.PanelHelper; | |
| import org.uberfire.client.workbench.widgets.panels.PanelHelperEast; | |
| import org.uberfire.client.workbench.widgets.panels.PanelHelperNorth; | |
| import org.uberfire.client.workbench.widgets.panels.PanelHelperSouth; | |
| import org.uberfire.client.workbench.widgets.panels.PanelHelperWest; | |
| import org.uberfire.client.workbench.widgets.panels.PanelManager; | |
| import org.uberfire.client.workbench.widgets.panels.RootWorkbenchPanelPresenter; | |
| import org.uberfire.client.workbench.widgets.panels.RootWorkbenchPanelView; | |
| import org.uberfire.client.workbench.widgets.panels.SplitPanel; | |
| import org.uberfire.client.workbench.widgets.panels.VerticalSplitterPanel; | |
| import org.uberfire.client.workbench.widgets.panels.WorkbenchPanelPresenter; | |
| import org.uberfire.client.workbench.widgets.panels.WorkbenchPanelView; | |
| import org.uberfire.client.workbench.widgets.panels.WorkbenchPartPresenter; | |
| import org.uberfire.client.workbench.widgets.panels.WorkbenchPartPresenter.View; | |
| import org.uberfire.client.workbench.widgets.panels.WorkbenchPartView; | |
| import org.uberfire.client.workbench.widgets.popup.PopupView; | |
| import org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter; | |
| import org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenterActivity; | |
| import org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundView; | |
| import org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter; | |
| import org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenterActivity; | |
| import org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundView; | |
| import org.uberfire.client.workbench.widgets.statusbar.WorkbenchStatusBarPresenter; | |
| import org.uberfire.client.workbench.widgets.statusbar.WorkbenchStatusBarView; | |
| import org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarPresenter; | |
| import org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarPresenterUtils; | |
| import org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarView; | |
| import org.uberfire.security.Identity; | |
| import org.uberfire.security.Resource; | |
| import org.uberfire.security.authz.AuthorizationManager; | |
| import org.uberfire.security.authz.RuntimeResource; | |
| import org.uberfire.security.client.SecurityEntryPoint; | |
| import org.uberfire.security.impl.authz.RuntimeAuthorizationManager; | |
| import org.uberfire.workbench.events.BeforeClosePlaceEvent; | |
| import org.uberfire.workbench.events.ChangeTitleWidgetEvent; | |
| import org.uberfire.workbench.events.ClosePlaceEvent; | |
| import org.uberfire.workbench.events.DropPlaceEvent; | |
| import org.uberfire.workbench.events.MaximizePlaceEvent; | |
| import org.uberfire.workbench.events.MinimizePlaceEvent; | |
| import org.uberfire.workbench.events.NotificationEvent; | |
| import org.uberfire.workbench.events.PathChangeEvent; | |
| import org.uberfire.workbench.events.PlaceGainFocusEvent; | |
| import org.uberfire.workbench.events.PlaceLostFocusEvent; | |
| import org.uberfire.workbench.events.ResourceAddedEvent; | |
| import org.uberfire.workbench.events.ResourceBatchChangesEvent; | |
| import org.uberfire.workbench.events.ResourceCopiedEvent; | |
| import org.uberfire.workbench.events.ResourceDeletedEvent; | |
| import org.uberfire.workbench.events.ResourceRenamedEvent; | |
| import org.uberfire.workbench.events.RestorePlaceEvent; | |
| import org.uberfire.workbench.events.SavePlaceEvent; | |
| import org.uberfire.workbench.events.SelectPlaceEvent; | |
| import org.uberfire.workbench.model.Position; | |
| import org.uberfire.workbench.services.WorkbenchServices; | |
| import org.uberfire.workbench.type.AnyResourceTypeDefinition; | |
| import org.uberfire.workbench.type.DotResourceTypeDefinition; | |
| import org.uberfire.workbench.type.ResourceTypeDefinition; | |
| import org.uberfire.workbench.type.TextResourceTypeDefinition; | |
| public class BootstrapperImpl implements Bootstrapper { | |
| { | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.backend.repositories.NewRepositoryEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.RestorePlaceEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldCreatedEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldCreatedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.PatternRemovedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.MinimizePlaceEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.ResourceRenamedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.DropPlaceEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.PathChangeEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.client.wizards.WizardPageSelectedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.ResourceCopiedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionInsertFactFieldsDefinedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerPropertyChangeEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.client.wizards.WizardPageStatusChangeEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.NotificationEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.ResourceAddedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.services.datamodel.events.ImportRemovedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.services.shared.builder.model.BuildResults", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.services.workingset.client.events.OnWorkingSetApplied", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.BeforeClosePlaceEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.services.shared.version.events.RestoreEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.ClosePlaceEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionSetFieldsDefinedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ConditionsDefinedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.services.datamodel.events.ImportAddedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.SelectPlaceEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.ResourceBatchChangesEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.services.shared.builder.model.IncrementalBuildResults", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.ChangeTitleWidgetEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.PlaceGainFocusEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.drools.workbench.screens.testscenario.model.TestResultMessage", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.ResourceDeletedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.PlaceLostFocusEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.drools.workbench.screens.testscenario.model.Success", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.uberfire.workbench.events.SavePlaceEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldSelectedEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldSelectedEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerPropertyChangeEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", "org.kie.workbench.common.screens.datamodeller.events.DataModelerEvent"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", "java.lang.Object"); | |
| CDIEventTypeLookup.get().addLookup("org.kie.workbench.common.services.workingset.client.events.OnWorkingSetDisabled", "java.lang.Object"); | |
| new CDI().initLookupTable(CDIEventTypeLookup.get()); | |
| } | |
| private final Identifier _$1620005882Identifier__805992907 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=DecisionTableXLSEditor)"; | |
| } | |
| public String value() { | |
| return "DecisionTableXLSEditor"; | |
| } | |
| }; | |
| private final Priority _$1620005882Priority_1335633679 = new Priority() { | |
| public Class annotationType() { | |
| return Priority.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Priority(value=0)"; | |
| } | |
| public int value() { | |
| return 0; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1015870241 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.dtablexls.client.type.DecisionTableXLSResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { DecisionTableXLSResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_2088196765 = new Annotation[] { _$1620005882Identifier__805992907, _$1620005882Priority_1335633679, _$1620005882AssociatedResources_1015870241, QualifierUtil.ANY_ANNOTATION }; | |
| private final Priority _$1620005882Priority__811849969 = new Priority() { | |
| public Class annotationType() { | |
| return Priority.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Priority(value=-2147483648)"; | |
| } | |
| public int value() { | |
| return -2147483648; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1579711955 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.uberfire.client.workbench.type.AnyResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { AnyResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier_530443269 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=DefaultFileEditor)"; | |
| } | |
| public String value() { | |
| return "DefaultFileEditor"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1391407525 = new Annotation[] { _$1620005882Priority__811849969, _$1620005882Identifier_530443269, _$1620005882AssociatedResources_1579711955, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__693552614 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=RepositoriesEditor)"; | |
| } | |
| public String value() { | |
| return "RepositoriesEditor"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_2081846519 = new Annotation[] { _$1620005882Identifier__693552614, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_2141530744 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=RepositoryEditor)"; | |
| } | |
| public String value() { | |
| return "RepositoryEditor"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_217497233 = new Annotation[] { _$1620005882Identifier_2141530744, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1697911629 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=workbench.activities.multiple)"; | |
| } | |
| public String value() { | |
| return "workbench.activities.multiple"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_586083544 = new Annotation[] { _$1620005882Identifier_1697911629, QualifierUtil.ANY_ANNOTATION }; | |
| private final AssociatedResources _$1620005882AssociatedResources_2070080483 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.kie.workbench.common.screens.projecteditor.client.type.KModuleResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { KModuleResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier__1271222548 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=kmoduleScreen)"; | |
| } | |
| public String value() { | |
| return "kmoduleScreen"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1631180336 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882AssociatedResources_2070080483, _$1620005882Identifier__1271222548, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__1752914044 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=DRLEditor)"; | |
| } | |
| public String value() { | |
| return "DRLEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1361638616 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.drltext.client.type.DRLResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { DRLResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_2084111481 = new Annotation[] { _$1620005882Identifier__1752914044, _$1620005882Priority_1335633679, _$1620005882AssociatedResources_1361638616, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__2081030635 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=TextEditor)"; | |
| } | |
| public String value() { | |
| return "TextEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources__587860322 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.uberfire.client.editors.texteditor.TextResourceType, class org.uberfire.client.workbench.type.DotResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { TextResourceType.class, DotResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_196221744 = new Annotation[] { _$1620005882Identifier__2081030635, _$1620005882Priority_1335633679, _$1620005882AssociatedResources__587860322, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__1060688617 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=dataModelerScreen)"; | |
| } | |
| public String value() { | |
| return "dataModelerScreen"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1308622206 = new Annotation[] { _$1620005882Identifier__1060688617, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__47274006 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=projectScreen)"; | |
| } | |
| public String value() { | |
| return "projectScreen"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_2029186354 = new Annotation[] { _$1620005882Identifier__47274006, QualifierUtil.ANY_ANNOTATION }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1540207945 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.uberfire.client.editors.texteditor.TextResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { TextResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier__434643572 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=GuvnorTextEditor)"; | |
| } | |
| public String value() { | |
| return "GuvnorTextEditor"; | |
| } | |
| }; | |
| private final Priority _$1620005882Priority__1335633680 = new Priority() { | |
| public Class annotationType() { | |
| return Priority.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Priority(value=-1)"; | |
| } | |
| public int value() { | |
| return -1; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_338608755 = new Annotation[] { _$1620005882AssociatedResources_1540207945, _$1620005882Priority__1335633680, _$1620005882Identifier__434643572, QualifierUtil.ANY_ANNOTATION }; | |
| private final WorkbenchPosition _$1620005882WorkbenchPosition_797764655 = new WorkbenchPosition() { | |
| public Class annotationType() { | |
| return WorkbenchPosition.class; | |
| } | |
| public Position position() { | |
| return Position.WEST; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.WorkbenchPosition(position=WEST)"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_388596676 = new Annotation[] { _$1620005882WorkbenchPosition_797764655, QualifierUtil.ANY_ANNOTATION }; | |
| private final AssociatedResources _$1620005882AssociatedResources_55263759 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.testscenario.client.TestScenarioResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { TestScenarioResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier_115552996 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=ScenarioEditorPresenter)"; | |
| } | |
| public String value() { | |
| return "ScenarioEditorPresenter"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_409724573 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882AssociatedResources_55263759, _$1620005882Identifier_115552996, QualifierUtil.ANY_ANNOTATION }; | |
| private final WorkbenchPosition _$1620005882WorkbenchPosition_1225086265 = new WorkbenchPosition() { | |
| public Class annotationType() { | |
| return WorkbenchPosition.class; | |
| } | |
| public Position position() { | |
| return Position.NORTH; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.WorkbenchPosition(position=NORTH)"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1330291250 = new Annotation[] { _$1620005882WorkbenchPosition_1225086265, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1459585383 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=org.kie.guvnor.Problems)"; | |
| } | |
| public String value() { | |
| return "org.kie.guvnor.Problems"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1281337544 = new Annotation[] { _$1620005882Identifier_1459585383, QualifierUtil.ANY_ANNOTATION }; | |
| private final WorkbenchPosition _$1620005882WorkbenchPosition_826464842 = new WorkbenchPosition() { | |
| public Class annotationType() { | |
| return WorkbenchPosition.class; | |
| } | |
| public Position position() { | |
| return Position.SOUTH; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.WorkbenchPosition(position=SOUTH)"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1663682563 = new Annotation[] { QualifierUtil.ANY_ANNOTATION, _$1620005882WorkbenchPosition_826464842 }; | |
| private final Identifier _$1620005882Identifier__259407137 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=org.kie.guvnor.TestResults)"; | |
| } | |
| public String value() { | |
| return "org.kie.guvnor.TestResults"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_98512946 = new Annotation[] { _$1620005882Identifier__259407137, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__1860620324 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=org.kie.guvnor.explorer)"; | |
| } | |
| public String value() { | |
| return "org.kie.guvnor.explorer"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_765290379 = new Annotation[] { _$1620005882Identifier__1860620324, QualifierUtil.ANY_ANNOTATION }; | |
| private final AssociatedResources _$1620005882AssociatedResources_538190023 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.kie.workbench.common.screens.projectimportsscreen.client.type.ProjectImportsResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { ProjectImportsResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier__1751523576 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=projectConfigScreen)"; | |
| } | |
| public String value() { | |
| return "projectConfigScreen"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_512582791 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882AssociatedResources_538190023, QualifierUtil.ANY_ANNOTATION, _$1620005882Identifier__1751523576 }; | |
| private final AssociatedResources _$1620005882AssociatedResources_2072574056 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.guided.dtable.client.type.GuidedDTableResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { GuidedDTableResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier_1896190008 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=GuidedDecisionTableEditor)"; | |
| } | |
| public String value() { | |
| return "GuidedDecisionTableEditor"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1005545929 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882AssociatedResources_2072574056, _$1620005882Identifier_1896190008, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_183337767 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=FullTextSearchForm)"; | |
| } | |
| public String value() { | |
| return "FullTextSearchForm"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1469701848 = new Annotation[] { QualifierUtil.ANY_ANNOTATION, _$1620005882Identifier_183337767 }; | |
| private final AssociatedResources _$1620005882AssociatedResources_517954181 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.kie.workbench.common.screens.projecteditor.client.type.POMResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { POMResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier_1316539221 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=pomScreen)"; | |
| } | |
| public String value() { | |
| return "pomScreen"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1681416816 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882AssociatedResources_517954181, QualifierUtil.ANY_ANNOTATION, _$1620005882Identifier_1316539221 }; | |
| private final Identifier _$1620005882Identifier_1191763681 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=EnumEditor)"; | |
| } | |
| public String value() { | |
| return "EnumEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1582193924 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.enums.client.type.EnumResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { EnumResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_897659147 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882Identifier_1191763681, QualifierUtil.ANY_ANNOTATION, _$1620005882AssociatedResources_1582193924 }; | |
| private final Identifier _$1620005882Identifier_77721332 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=FileExplorer)"; | |
| } | |
| public String value() { | |
| return "FileExplorer"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_6633278 = new Annotation[] { _$1620005882Identifier_77721332, QualifierUtil.ANY_ANNOTATION }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1136090200 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.guided.template.client.type.GuidedRuleTemplateResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { GuidedRuleTemplateResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier_359140548 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=GuidedRuleTemplateEditor)"; | |
| } | |
| public String value() { | |
| return "GuidedRuleTemplateEditor"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_309100906 = new Annotation[] { _$1620005882AssociatedResources_1136090200, _$1620005882Priority_1335633679, _$1620005882Identifier_359140548, QualifierUtil.ANY_ANNOTATION }; | |
| private final AssociatedResources _$1620005882AssociatedResources_405606513 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.categories.client.type.CategoryDefinitionResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { CategoryDefinitionResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier__248737888 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=CategoryManager)"; | |
| } | |
| public String value() { | |
| return "CategoryManager"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_977160411 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882AssociatedResources_405606513, _$1620005882Identifier__248737888, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1269044585 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=Inbox)"; | |
| } | |
| public String value() { | |
| return "Inbox"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_835369290 = new Annotation[] { _$1620005882Identifier_1269044585, QualifierUtil.ANY_ANNOTATION }; | |
| private final WorkbenchPosition _$1620005882WorkbenchPosition_1585640919 = new WorkbenchPosition() { | |
| public Class annotationType() { | |
| return WorkbenchPosition.class; | |
| } | |
| public Position position() { | |
| return Position.EAST; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.WorkbenchPosition(position=EAST)"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1121600963 = new Annotation[] { _$1620005882WorkbenchPosition_1585640919, QualifierUtil.ANY_ANNOTATION }; | |
| private final RootWorkbenchPanel _$1620005882RootWorkbenchPanel_0 = new RootWorkbenchPanel() { | |
| public Class annotationType() { | |
| return RootWorkbenchPanel.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.RootWorkbenchPanel()"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1151778428 = new Annotation[] { _$1620005882RootWorkbenchPanel_0, QualifierUtil.ANY_ANNOTATION }; | |
| private final Priority _$1620005882Priority_1335633770 = new Priority() { | |
| public Class annotationType() { | |
| return Priority.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Priority(value=101)"; | |
| } | |
| public int value() { | |
| return 101; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_836469352 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.globals.client.type.GlobalResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { GlobalResourceType.class }; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier__903120621 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=org.kie.guvnor.globals)"; | |
| } | |
| public String value() { | |
| return "org.kie.guvnor.globals"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1809140347 = new Annotation[] { _$1620005882Priority_1335633770, _$1620005882Identifier__903120621, _$1620005882AssociatedResources_836469352, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1230174825 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=org.kie.guvnor.client.perspectives.administration)"; | |
| } | |
| public String value() { | |
| return "org.kie.guvnor.client.perspectives.administration"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1698593453 = new Annotation[] { _$1620005882Identifier_1230174825, QualifierUtil.ANY_ANNOTATION }; | |
| private final Priority _$1620005882Priority_1335633769 = new Priority() { | |
| public Class annotationType() { | |
| return Priority.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Priority(value=102)"; | |
| } | |
| public int value() { | |
| return 102; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier__1644388930 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=GuidedRuleEditor)"; | |
| } | |
| public String value() { | |
| return "GuidedRuleEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_259708141 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.guided.rule.client.type.GuidedRuleDRLResourceType, class org.drools.workbench.screens.guided.rule.client.type.GuidedRuleDSLRResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { GuidedRuleDRLResourceType.class, GuidedRuleDSLRResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1170862273 = new Annotation[] { _$1620005882Priority_1335633769, _$1620005882Identifier__1644388930, _$1620005882AssociatedResources_259708141, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_627037838 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=GuvnorDefaultFileEditor)"; | |
| } | |
| public String value() { | |
| return "GuvnorDefaultFileEditor"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_744426080 = new Annotation[] { _$1620005882Identifier_627037838, _$1620005882AssociatedResources_1579711955, _$1620005882Priority__1335633680, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1070883475 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=GuvnorM2RepoPerspective)"; | |
| } | |
| public String value() { | |
| return "GuvnorM2RepoPerspective"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_467361844 = new Annotation[] { _$1620005882Identifier_1070883475, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1250417064 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=GuidedScoreCardEditor)"; | |
| } | |
| public String value() { | |
| return "GuidedScoreCardEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_326679990 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.guided.scorecard.client.type.GuidedScoreCardResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { GuidedScoreCardResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_485857100 = new Annotation[] { _$1620005882Identifier_1250417064, _$1620005882Priority_1335633679, _$1620005882AssociatedResources_326679990, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__1799065294 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=FindForm)"; | |
| } | |
| public String value() { | |
| return "FindForm"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_776856265 = new Annotation[] { _$1620005882Identifier__1799065294, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_311834821 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=ScoreCardXLSEditor)"; | |
| } | |
| public String value() { | |
| return "ScoreCardXLSEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_392990074 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.scorecardxls.client.type.ScoreCardXLSResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { ScoreCardXLSResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_890250329 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882Identifier_311834821, QualifierUtil.ANY_ANNOTATION, _$1620005882AssociatedResources_392990074 }; | |
| private final Priority _$1620005882Priority_1335633771 = new Priority() { | |
| public Class annotationType() { | |
| return Priority.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Priority(value=100)"; | |
| } | |
| public int value() { | |
| return 100; | |
| } | |
| }; | |
| private final Identifier _$1620005882Identifier_1288866348 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=FactModelsEditor)"; | |
| } | |
| public String value() { | |
| return "FactModelsEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1977839768 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.factmodel.client.type.FactModelResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { FactModelResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1456593775 = new Annotation[] { _$1620005882Priority_1335633771, _$1620005882Identifier_1288866348, QualifierUtil.ANY_ANNOTATION, _$1620005882AssociatedResources_1977839768 }; | |
| private final Identifier _$1620005882Identifier_1324624363 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=M2RepoEditor)"; | |
| } | |
| public String value() { | |
| return "M2RepoEditor"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_544099793 = new Annotation[] { _$1620005882Identifier_1324624363, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1701556496 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=workbench.activity.notfound)"; | |
| } | |
| public String value() { | |
| return "workbench.activity.notfound"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1982247557 = new Annotation[] { _$1620005882Identifier_1701556496, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier_1242332755 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=WorkItemsEditor)"; | |
| } | |
| public String value() { | |
| return "WorkItemsEditor"; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_477374384 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.drools.workbench.screens.workitems.client.type.WorkItemsResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { WorkItemsResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_1171928924 = new Annotation[] { _$1620005882Priority_1335633679, _$1620005882Identifier_1242332755, _$1620005882AssociatedResources_477374384, QualifierUtil.ANY_ANNOTATION }; | |
| private final Identifier _$1620005882Identifier__628723180 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=MetaFileTextEditor)"; | |
| } | |
| public String value() { | |
| return "MetaFileTextEditor"; | |
| } | |
| }; | |
| private final Priority _$1620005882Priority_811849876 = new Priority() { | |
| public Class annotationType() { | |
| return Priority.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Priority(value=2147483547)"; | |
| } | |
| public int value() { | |
| return 2147483547; | |
| } | |
| }; | |
| private final AssociatedResources _$1620005882AssociatedResources_1377123385 = new AssociatedResources() { | |
| public Class annotationType() { | |
| return AssociatedResources.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.AssociatedResources(value=[class org.uberfire.client.workbench.type.DotResourceType])"; | |
| } | |
| public Class[] value() { | |
| return new Class[] { DotResourceType.class }; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_2081272917 = new Annotation[] { _$1620005882Identifier__628723180, QualifierUtil.ANY_ANNOTATION, _$1620005882Priority_811849876, _$1620005882AssociatedResources_1377123385 }; | |
| private final Identifier _$1620005882Identifier_1790280544 = new Identifier() { | |
| public Class annotationType() { | |
| return Identifier.class; | |
| } | |
| public String toString() { | |
| return "@org.uberfire.client.workbench.annotations.Identifier(value=org.kie.guvnor.client.perspectives.authoring)"; | |
| } | |
| public String value() { | |
| return "org.kie.guvnor.client.perspectives.authoring"; | |
| } | |
| }; | |
| private final Annotation[] arrayOf_19635043Annotation_929884296 = new Annotation[] { _$1620005882Identifier_1790280544, QualifierUtil.ANY_ANNOTATION }; | |
| private final BootstrapperInjectionContext injContext = new BootstrapperInjectionContext(); | |
| private final CreationalContext context = injContext.getRootContext(); | |
| private final CreationalCallback<MultiPageEditorView> inj2540_MultiPageEditorView_creational = new CreationalCallback<MultiPageEditorView>() { | |
| public MultiPageEditorView getInstance(final CreationalContext context) { | |
| final MultiPageEditorView inj2539_MultiPageEditorView = new MultiPageEditorView(); | |
| context.addBean(context.getBeanReference(MultiPageEditorView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2539_MultiPageEditorView); | |
| return inj2539_MultiPageEditorView; | |
| } | |
| }; | |
| private final CreationalCallback<MultiPageEditor> inj2542_MultiPageEditor_creational = new CreationalCallback<MultiPageEditor>() { | |
| public MultiPageEditor getInstance(final CreationalContext context) { | |
| final MultiPageEditor inj2541_MultiPageEditor = new MultiPageEditor(); | |
| context.addBean(context.getBeanReference(MultiPageEditor.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2541_MultiPageEditor); | |
| _$76115871__1127098022_view(inj2541_MultiPageEditor, inj2540_MultiPageEditorView_creational.getInstance(context)); | |
| return inj2541_MultiPageEditor; | |
| } | |
| }; | |
| private final CreationalCallback<MessageBusProvider> inj2543_MessageBusProvider_creational = new CreationalCallback<MessageBusProvider>() { | |
| public MessageBusProvider getInstance(final CreationalContext context) { | |
| final MessageBusProvider inj2520_MessageBusProvider = new MessageBusProvider(); | |
| context.addBean(context.getBeanReference(MessageBusProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2520_MessageBusProvider); | |
| return inj2520_MessageBusProvider; | |
| } | |
| }; | |
| private final MessageBusProvider inj2520_MessageBusProvider = inj2543_MessageBusProvider_creational.getInstance(context); | |
| private final CreationalCallback<SecurityEntryPoint> inj2545_SecurityEntryPoint_creational = new CreationalCallback<SecurityEntryPoint>() { | |
| public SecurityEntryPoint getInstance(final CreationalContext context) { | |
| final SecurityEntryPoint inj2544_SecurityEntryPoint = new SecurityEntryPoint(); | |
| context.addBean(context.getBeanReference(SecurityEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2544_SecurityEntryPoint); | |
| _1135152903__1999551324_bus(inj2544_SecurityEntryPoint, inj2520_MessageBusProvider.get()); | |
| return inj2544_SecurityEntryPoint; | |
| } | |
| }; | |
| private final SecurityEntryPoint inj2544_SecurityEntryPoint = inj2545_SecurityEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<IOCBeanManagerProvider> inj2546_IOCBeanManagerProvider_creational = new CreationalCallback<IOCBeanManagerProvider>() { | |
| public IOCBeanManagerProvider getInstance(final CreationalContext context) { | |
| final IOCBeanManagerProvider inj2526_IOCBeanManagerProvider = new IOCBeanManagerProvider(); | |
| context.addBean(context.getBeanReference(IOCBeanManagerProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2526_IOCBeanManagerProvider); | |
| return inj2526_IOCBeanManagerProvider; | |
| } | |
| }; | |
| private final IOCBeanManagerProvider inj2526_IOCBeanManagerProvider = inj2546_IOCBeanManagerProvider_creational.getInstance(context); | |
| private InitializationCallback<ActivityBeansCache> init_inj2547_ActivityBeansCache = new InitializationCallback<ActivityBeansCache>() { | |
| public void init(final ActivityBeansCache obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<ActivityBeansCache> inj2548_ActivityBeansCache_creational = new CreationalCallback<ActivityBeansCache>() { | |
| public ActivityBeansCache getInstance(final CreationalContext context) { | |
| final IOCBeanManager var38 = inj2526_IOCBeanManagerProvider.get(); | |
| final ActivityBeansCache inj2547_ActivityBeansCache = new ActivityBeansCache(var38); | |
| context.addBean(context.getBeanReference(ActivityBeansCache.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2547_ActivityBeansCache); | |
| context.addInitializationCallback(inj2547_ActivityBeansCache, init_inj2547_ActivityBeansCache); | |
| return inj2547_ActivityBeansCache; | |
| } | |
| }; | |
| private final ActivityBeansCache inj2547_ActivityBeansCache = inj2548_ActivityBeansCache_creational.getInstance(context); | |
| private final CreationalCallback<RuntimeAuthorizationManager> inj2550_RuntimeAuthorizationManager_creational = new CreationalCallback<RuntimeAuthorizationManager>() { | |
| public RuntimeAuthorizationManager getInstance(final CreationalContext context) { | |
| final RuntimeAuthorizationManager inj2549_RuntimeAuthorizationManager = new RuntimeAuthorizationManager(); | |
| context.addBean(context.getBeanReference(RuntimeAuthorizationManager.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2549_RuntimeAuthorizationManager); | |
| return inj2549_RuntimeAuthorizationManager; | |
| } | |
| }; | |
| private final RuntimeAuthorizationManager inj2549_RuntimeAuthorizationManager = inj2550_RuntimeAuthorizationManager_creational.getInstance(context); | |
| private final CreationalCallback<ActivityManagerImpl> inj2552_ActivityManagerImpl_creational = new CreationalCallback<ActivityManagerImpl>() { | |
| public ActivityManagerImpl getInstance(final CreationalContext context) { | |
| final ActivityManagerImpl inj2551_ActivityManagerImpl = new ActivityManagerImpl(); | |
| context.addBean(context.getBeanReference(ActivityManagerImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2551_ActivityManagerImpl); | |
| _1730935432__$121625827_iocManager(inj2551_ActivityManagerImpl, inj2526_IOCBeanManagerProvider.get()); | |
| _1730935432__$1264623140_authzManager(inj2551_ActivityManagerImpl, inj2549_RuntimeAuthorizationManager); | |
| _1730935432__2052955140_activityBeansCache(inj2551_ActivityManagerImpl, inj2547_ActivityBeansCache); | |
| final CreationalCallback<Identity> var39 = new CreationalCallback<Identity>() { | |
| public Identity getInstance(CreationalContext pContext) { | |
| Identity var39 = inj2544_SecurityEntryPoint.currentUser(); | |
| context.addBean(context.getBeanReference(Identity.class, QualifierUtil.DEFAULT_QUALIFIERS), var39); | |
| return var39; | |
| } | |
| }; | |
| _1730935432__1289054168_identity(inj2551_ActivityManagerImpl, context.getSingletonInstanceOrNew(injContext, var39, Identity.class, QualifierUtil.DEFAULT_QUALIFIERS)); | |
| return inj2551_ActivityManagerImpl; | |
| } | |
| }; | |
| private final ActivityManagerImpl inj2551_ActivityManagerImpl = inj2552_ActivityManagerImpl_creational.getInstance(context); | |
| private final CreationalCallback<PlaceRequestHistoryMapperImpl> inj2555_PlaceRequestHistoryMapperImpl_creational = new CreationalCallback<PlaceRequestHistoryMapperImpl>() { | |
| public PlaceRequestHistoryMapperImpl getInstance(final CreationalContext context) { | |
| final PlaceRequestHistoryMapperImpl inj10_PlaceRequestHistoryMapperImpl = new PlaceRequestHistoryMapperImpl(); | |
| context.addBean(context.getBeanReference(PlaceRequestHistoryMapperImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj10_PlaceRequestHistoryMapperImpl); | |
| return inj10_PlaceRequestHistoryMapperImpl; | |
| } | |
| }; | |
| private final CreationalCallback<PlaceHistoryHandler> inj2554_PlaceHistoryHandler_creational = new CreationalCallback<PlaceHistoryHandler>() { | |
| public PlaceHistoryHandler getInstance(final CreationalContext context) { | |
| final PlaceHistoryHandler inj2553_PlaceHistoryHandler = new PlaceHistoryHandler(); | |
| context.addBean(context.getBeanReference(PlaceHistoryHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2553_PlaceHistoryHandler); | |
| _1047951015__$695339145_mapper(inj2553_PlaceHistoryHandler, inj2555_PlaceRequestHistoryMapperImpl_creational.getInstance(context)); | |
| return inj2553_PlaceHistoryHandler; | |
| } | |
| }; | |
| private final CreationalCallback<CallerProvider> inj2556_CallerProvider_creational = new CreationalCallback<CallerProvider>() { | |
| public CallerProvider getInstance(final CreationalContext context) { | |
| final CallerProvider inj2534_CallerProvider = new CallerProvider(); | |
| context.addBean(context.getBeanReference(CallerProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2534_CallerProvider); | |
| return inj2534_CallerProvider; | |
| } | |
| }; | |
| private final CallerProvider inj2534_CallerProvider = inj2556_CallerProvider_creational.getInstance(context); | |
| private final CreationalCallback<DefaultPlaceResolver> inj2558_DefaultPlaceResolver_creational = new CreationalCallback<DefaultPlaceResolver>() { | |
| public DefaultPlaceResolver getInstance(final CreationalContext context) { | |
| final DefaultPlaceResolver inj2557_DefaultPlaceResolver = new DefaultPlaceResolver(); | |
| context.addBean(context.getBeanReference(DefaultPlaceResolver.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2557_DefaultPlaceResolver); | |
| _$1022831358__$3266993_wbServices(inj2557_DefaultPlaceResolver, inj2534_CallerProvider.provide(new Class[] { WorkbenchServices.class }, null)); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2557_DefaultPlaceResolver.init(); | |
| } | |
| }); | |
| return inj2557_DefaultPlaceResolver; | |
| } | |
| }; | |
| private final DefaultPlaceResolver inj2557_DefaultPlaceResolver = inj2558_DefaultPlaceResolver_creational.getInstance(context); | |
| private final CreationalCallback<EventProvider> inj2559_EventProvider_creational = new CreationalCallback<EventProvider>() { | |
| public EventProvider getInstance(final CreationalContext context) { | |
| final EventProvider inj2532_EventProvider = new EventProvider(); | |
| context.addBean(context.getBeanReference(EventProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2532_EventProvider); | |
| return inj2532_EventProvider; | |
| } | |
| }; | |
| private final EventProvider inj2532_EventProvider = inj2559_EventProvider_creational.getInstance(context); | |
| private final CreationalCallback<WorkbenchStatusBarView> inj2562_WorkbenchStatusBarView_creational = new CreationalCallback<WorkbenchStatusBarView>() { | |
| public WorkbenchStatusBarView getInstance(final CreationalContext context) { | |
| final WorkbenchStatusBarView inj2407_WorkbenchStatusBarView = new WorkbenchStatusBarView(); | |
| context.addBean(context.getBeanReference(WorkbenchStatusBarView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2407_WorkbenchStatusBarView); | |
| return inj2407_WorkbenchStatusBarView; | |
| } | |
| }; | |
| private InitializationCallback<WorkbenchStatusBarPresenter> init_inj2560_WorkbenchStatusBarPresenter = new InitializationCallback<WorkbenchStatusBarPresenter>() { | |
| public void init(final WorkbenchStatusBarPresenter obj) { | |
| _$18744388_init(obj); | |
| } | |
| }; | |
| private final CreationalCallback<WorkbenchStatusBarPresenter> inj2561_WorkbenchStatusBarPresenter_creational = new CreationalCallback<WorkbenchStatusBarPresenter>() { | |
| public WorkbenchStatusBarPresenter getInstance(final CreationalContext context) { | |
| final WorkbenchStatusBarPresenter inj2560_WorkbenchStatusBarPresenter = new WorkbenchStatusBarPresenter(); | |
| context.addBean(context.getBeanReference(WorkbenchStatusBarPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2560_WorkbenchStatusBarPresenter); | |
| _$18744388__$1189742931_view(inj2560_WorkbenchStatusBarPresenter, inj2562_WorkbenchStatusBarView_creational.getInstance(context)); | |
| _$18744388__1116818801_restorePlaceEvent(inj2560_WorkbenchStatusBarPresenter, inj2532_EventProvider.provide(new Class[] { RestorePlaceEvent.class }, null)); | |
| final Subscription var40 = CDI.subscribeLocal("org.uberfire.workbench.events.MinimizePlaceEvent", new AbstractCDIEventCallback<MinimizePlaceEvent>() { | |
| public void fireEvent(final MinimizePlaceEvent event) { | |
| inj2560_WorkbenchStatusBarPresenter.panelMinimized(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.MinimizePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2560_WorkbenchStatusBarPresenter, new DestructionCallback<WorkbenchStatusBarPresenter>() { | |
| public void destroy(final WorkbenchStatusBarPresenter obj) { | |
| var40.remove(); | |
| } | |
| }); | |
| final Subscription var41 = CDI.subscribeLocal("org.uberfire.workbench.events.RestorePlaceEvent", new AbstractCDIEventCallback<RestorePlaceEvent>() { | |
| public void fireEvent(final RestorePlaceEvent event) { | |
| inj2560_WorkbenchStatusBarPresenter.partRestored(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.RestorePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2560_WorkbenchStatusBarPresenter, new DestructionCallback<WorkbenchStatusBarPresenter>() { | |
| public void destroy(final WorkbenchStatusBarPresenter obj) { | |
| var41.remove(); | |
| } | |
| }); | |
| final Subscription var42 = CDI.subscribeLocal("org.uberfire.workbench.events.ClosePlaceEvent", new AbstractCDIEventCallback<ClosePlaceEvent>() { | |
| public void fireEvent(final ClosePlaceEvent event) { | |
| _$18744388_onWorkbenchPartClose(inj2560_WorkbenchStatusBarPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2560_WorkbenchStatusBarPresenter, new DestructionCallback<WorkbenchStatusBarPresenter>() { | |
| public void destroy(final WorkbenchStatusBarPresenter obj) { | |
| var42.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2560_WorkbenchStatusBarPresenter, init_inj2560_WorkbenchStatusBarPresenter); | |
| return inj2560_WorkbenchStatusBarPresenter; | |
| } | |
| }; | |
| private final WorkbenchStatusBarPresenter inj2560_WorkbenchStatusBarPresenter = inj2561_WorkbenchStatusBarPresenter_creational.getInstance(context); | |
| private final CreationalCallback<DefaultBeanFactory> inj2564_DefaultBeanFactory_creational = new CreationalCallback<DefaultBeanFactory>() { | |
| public DefaultBeanFactory getInstance(final CreationalContext context) { | |
| final DefaultBeanFactory inj2563_DefaultBeanFactory = new DefaultBeanFactory(); | |
| context.addBean(context.getBeanReference(DefaultBeanFactory.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2563_DefaultBeanFactory); | |
| _1174169399__$121625827_iocManager(inj2563_DefaultBeanFactory, inj2526_IOCBeanManagerProvider.get()); | |
| return inj2563_DefaultBeanFactory; | |
| } | |
| }; | |
| private final DefaultBeanFactory inj2563_DefaultBeanFactory = inj2564_DefaultBeanFactory_creational.getInstance(context); | |
| private final CreationalCallback<PanelManager> inj2566_PanelManager_creational = new CreationalCallback<PanelManager>() { | |
| public PanelManager getInstance(final CreationalContext context) { | |
| final PanelManager inj2565_PanelManager = new PanelManager(); | |
| context.addBean(context.getBeanReference(PanelManager.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2565_PanelManager); | |
| _$76429077__$1887041540_factory(inj2565_PanelManager, inj2563_DefaultBeanFactory); | |
| _$76429077__1116818801_beforeClosePlaceEvent(inj2565_PanelManager, inj2532_EventProvider.provide(new Class[] { BeforeClosePlaceEvent.class }, null)); | |
| _$76429077__1116818801_placeGainFocusEvent(inj2565_PanelManager, inj2532_EventProvider.provide(new Class[] { PlaceGainFocusEvent.class }, null)); | |
| _$76429077__1116818801_placeLostFocusEvent(inj2565_PanelManager, inj2532_EventProvider.provide(new Class[] { PlaceLostFocusEvent.class }, null)); | |
| _$76429077__1116818801_selectPlaceEvent(inj2565_PanelManager, inj2532_EventProvider.provide(new Class[] { SelectPlaceEvent.class }, null)); | |
| _$76429077__$18744388_statusBar(inj2565_PanelManager, inj2560_WorkbenchStatusBarPresenter); | |
| final Subscription var43 = CDI.subscribeLocal("org.uberfire.workbench.events.SelectPlaceEvent", new AbstractCDIEventCallback<SelectPlaceEvent>() { | |
| public void fireEvent(final SelectPlaceEvent event) { | |
| _$76429077_onSelectPlaceEvent(inj2565_PanelManager, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.SelectPlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2565_PanelManager, new DestructionCallback<PanelManager>() { | |
| public void destroy(final PanelManager obj) { | |
| var43.remove(); | |
| } | |
| }); | |
| final Subscription var44 = CDI.subscribeLocal("org.uberfire.workbench.events.ClosePlaceEvent", new AbstractCDIEventCallback<ClosePlaceEvent>() { | |
| public void fireEvent(final ClosePlaceEvent event) { | |
| _$76429077_onClosePlaceEvent(inj2565_PanelManager, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2565_PanelManager, new DestructionCallback<PanelManager>() { | |
| public void destroy(final PanelManager obj) { | |
| var44.remove(); | |
| } | |
| }); | |
| final Subscription var45 = CDI.subscribeLocal("org.uberfire.workbench.events.DropPlaceEvent", new AbstractCDIEventCallback<DropPlaceEvent>() { | |
| public void fireEvent(final DropPlaceEvent event) { | |
| _$76429077_onDropPlaceEvent(inj2565_PanelManager, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.DropPlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2565_PanelManager, new DestructionCallback<PanelManager>() { | |
| public void destroy(final PanelManager obj) { | |
| var45.remove(); | |
| } | |
| }); | |
| final Subscription var46 = CDI.subscribeLocal("org.uberfire.workbench.events.MinimizePlaceEvent", new AbstractCDIEventCallback<MinimizePlaceEvent>() { | |
| public void fireEvent(final MinimizePlaceEvent event) { | |
| _$76429077_onMinimizePlaceEvent(inj2565_PanelManager, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.MinimizePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2565_PanelManager, new DestructionCallback<PanelManager>() { | |
| public void destroy(final PanelManager obj) { | |
| var46.remove(); | |
| } | |
| }); | |
| final Subscription var47 = CDI.subscribeLocal("org.uberfire.workbench.events.RestorePlaceEvent", new AbstractCDIEventCallback<RestorePlaceEvent>() { | |
| public void fireEvent(final RestorePlaceEvent event) { | |
| _$76429077_onRestorePlaceEvent(inj2565_PanelManager, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.RestorePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2565_PanelManager, new DestructionCallback<PanelManager>() { | |
| public void destroy(final PanelManager obj) { | |
| var47.remove(); | |
| } | |
| }); | |
| final Subscription var48 = CDI.subscribeLocal("org.uberfire.workbench.events.ChangeTitleWidgetEvent", new AbstractCDIEventCallback<ChangeTitleWidgetEvent>() { | |
| public void fireEvent(final ChangeTitleWidgetEvent event) { | |
| _$76429077_onChangeTitleWidgetEvent(inj2565_PanelManager, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ChangeTitleWidgetEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2565_PanelManager, new DestructionCallback<PanelManager>() { | |
| public void destroy(final PanelManager obj) { | |
| var48.remove(); | |
| } | |
| }); | |
| return inj2565_PanelManager; | |
| } | |
| }; | |
| private final PanelManager inj2565_PanelManager = inj2566_PanelManager_creational.getInstance(context); | |
| private final CreationalCallback<PlaceManagerImpl> inj2568_PlaceManagerImpl_creational = new CreationalCallback<PlaceManagerImpl>() { | |
| public PlaceManagerImpl getInstance(final CreationalContext context) { | |
| final ActivityManager var49 = inj2551_ActivityManagerImpl; | |
| final PlaceHistoryHandler var50 = inj2554_PlaceHistoryHandler_creational.getInstance(context); | |
| final Event var51 = inj2532_EventProvider.provide(new Class[] { SelectPlaceEvent.class }, null); | |
| final PanelManager var52 = inj2565_PanelManager; | |
| final PlaceManagerImpl inj2567_PlaceManagerImpl = new PlaceManagerImpl(var49, var50, var51, var52); | |
| context.addBean(context.getBeanReference(PlaceManagerImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2567_PlaceManagerImpl); | |
| _$1757102468__1116818801_workbenchPartBeforeCloseEvent(inj2567_PlaceManagerImpl, inj2532_EventProvider.provide(new Class[] { BeforeClosePlaceEvent.class }, null)); | |
| _$1757102468__1116818801_workbenchPartCloseEvent(inj2567_PlaceManagerImpl, inj2532_EventProvider.provide(new Class[] { ClosePlaceEvent.class }, null)); | |
| _$1757102468__1116818801_workbenchPartLostFocusEvent(inj2567_PlaceManagerImpl, inj2532_EventProvider.provide(new Class[] { PlaceLostFocusEvent.class }, null)); | |
| _$1757102468__$1022831358_defaultPlaceResolver(inj2567_PlaceManagerImpl, inj2557_DefaultPlaceResolver); | |
| final Subscription var53 = CDI.subscribeLocal("org.uberfire.workbench.events.BeforeClosePlaceEvent", new AbstractCDIEventCallback<BeforeClosePlaceEvent>() { | |
| public void fireEvent(final BeforeClosePlaceEvent event) { | |
| _$1757102468_onWorkbenchPartBeforeClose(inj2567_PlaceManagerImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.BeforeClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2567_PlaceManagerImpl, new DestructionCallback<PlaceManagerImpl>() { | |
| public void destroy(final PlaceManagerImpl obj) { | |
| var53.remove(); | |
| } | |
| }); | |
| final Subscription var54 = CDI.subscribeLocal("org.uberfire.workbench.events.ClosePlaceEvent", new AbstractCDIEventCallback<ClosePlaceEvent>() { | |
| public void fireEvent(final ClosePlaceEvent event) { | |
| _$1757102468_onWorkbenchPartClose(inj2567_PlaceManagerImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2567_PlaceManagerImpl, new DestructionCallback<PlaceManagerImpl>() { | |
| public void destroy(final PlaceManagerImpl obj) { | |
| var54.remove(); | |
| } | |
| }); | |
| final Subscription var55 = CDI.subscribeLocal("org.uberfire.workbench.events.PlaceGainFocusEvent", new AbstractCDIEventCallback<PlaceGainFocusEvent>() { | |
| public void fireEvent(final PlaceGainFocusEvent event) { | |
| _$1757102468_onWorkbenchPartOnFocus(inj2567_PlaceManagerImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PlaceGainFocusEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2567_PlaceManagerImpl, new DestructionCallback<PlaceManagerImpl>() { | |
| public void destroy(final PlaceManagerImpl obj) { | |
| var55.remove(); | |
| } | |
| }); | |
| final Subscription var56 = CDI.subscribeLocal("org.uberfire.workbench.events.PlaceLostFocusEvent", new AbstractCDIEventCallback<PlaceLostFocusEvent>() { | |
| public void fireEvent(final PlaceLostFocusEvent event) { | |
| _$1757102468_onWorkbenchPartLostFocus(inj2567_PlaceManagerImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PlaceLostFocusEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2567_PlaceManagerImpl, new DestructionCallback<PlaceManagerImpl>() { | |
| public void destroy(final PlaceManagerImpl obj) { | |
| var56.remove(); | |
| } | |
| }); | |
| final Subscription var57 = CDI.subscribeLocal("org.uberfire.workbench.events.SavePlaceEvent", new AbstractCDIEventCallback<SavePlaceEvent>() { | |
| public void fireEvent(final SavePlaceEvent event) { | |
| _$1757102468_onSavePlace(inj2567_PlaceManagerImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.SavePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2567_PlaceManagerImpl, new DestructionCallback<PlaceManagerImpl>() { | |
| public void destroy(final PlaceManagerImpl obj) { | |
| var57.remove(); | |
| } | |
| }); | |
| return inj2567_PlaceManagerImpl; | |
| } | |
| }; | |
| private final PlaceManagerImpl inj2567_PlaceManagerImpl = inj2568_PlaceManagerImpl_creational.getInstance(context); | |
| private final CreationalCallback<BusyIndicatorView> inj2572_BusyIndicatorView_creational = new CreationalCallback<BusyIndicatorView>() { | |
| public BusyIndicatorView getInstance(final CreationalContext context) { | |
| final BusyIndicatorView inj163_BusyIndicatorView = new BusyIndicatorView(); | |
| context.addBean(context.getBeanReference(BusyIndicatorView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj163_BusyIndicatorView); | |
| return inj163_BusyIndicatorView; | |
| } | |
| }; | |
| private final CreationalCallback<RestoreVersionCommandProvider> inj2571_RestoreVersionCommandProvider_creational = new CreationalCallback<RestoreVersionCommandProvider>() { | |
| public RestoreVersionCommandProvider getInstance(final CreationalContext context) { | |
| final RestoreVersionCommandProvider inj1116_RestoreVersionCommandProvider = new RestoreVersionCommandProvider(); | |
| context.addBean(context.getBeanReference(RestoreVersionCommandProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1116_RestoreVersionCommandProvider); | |
| _398130564__$3266993_versionService(inj1116_RestoreVersionCommandProvider, inj2534_CallerProvider.provide(new Class[] { VersionService.class }, null)); | |
| _398130564__1116818801_restoreEvent(inj1116_RestoreVersionCommandProvider, inj2532_EventProvider.provide(new Class[] { RestoreEvent.class }, null)); | |
| _398130564__886285106_busyIndicatorView(inj1116_RestoreVersionCommandProvider, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| return inj1116_RestoreVersionCommandProvider; | |
| } | |
| }; | |
| private final CreationalCallback<FileMenuBuilderImpl> inj2570_FileMenuBuilderImpl_creational = new CreationalCallback<FileMenuBuilderImpl>() { | |
| public FileMenuBuilderImpl getInstance(final CreationalContext context) { | |
| final FileMenuBuilderImpl inj2569_FileMenuBuilderImpl = new FileMenuBuilderImpl(); | |
| context.addBean(context.getBeanReference(FileMenuBuilderImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2569_FileMenuBuilderImpl); | |
| _$833195566__398130564_restoreVersionCommandProvider(inj2569_FileMenuBuilderImpl, inj2571_RestoreVersionCommandProvider_creational.getInstance(context)); | |
| _$833195566__$3266993_deleteService(inj2569_FileMenuBuilderImpl, inj2534_CallerProvider.provide(new Class[] { DeleteService.class }, null)); | |
| _$833195566__$3266993_renameService(inj2569_FileMenuBuilderImpl, inj2534_CallerProvider.provide(new Class[] { RenameService.class }, null)); | |
| _$833195566__$3266993_copyService(inj2569_FileMenuBuilderImpl, inj2534_CallerProvider.provide(new Class[] { CopyService.class }, null)); | |
| _$833195566__1116818801_notification(inj2569_FileMenuBuilderImpl, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$833195566__$906533316_placeManager(inj2569_FileMenuBuilderImpl, inj2567_PlaceManagerImpl); | |
| _$833195566__886285106_busyIndicatorView(inj2569_FileMenuBuilderImpl, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| return inj2569_FileMenuBuilderImpl; | |
| } | |
| }; | |
| private final CreationalCallback<MetadataWidget> inj2574_MetadataWidget_creational = new CreationalCallback<MetadataWidget>() { | |
| public MetadataWidget getInstance(final CreationalContext context) { | |
| final MetadataWidget inj2573_MetadataWidget = new MetadataWidget(); | |
| context.addBean(context.getBeanReference(MetadataWidget.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2573_MetadataWidget); | |
| _$1151348425__886285106_busyIndicatorView(inj2573_MetadataWidget, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| return inj2573_MetadataWidget; | |
| } | |
| }; | |
| private final CreationalCallback<AttachmentFileWidget> inj2578_AttachmentFileWidget_creational = new CreationalCallback<AttachmentFileWidget>() { | |
| public AttachmentFileWidget getInstance(final CreationalContext context) { | |
| final AttachmentFileWidget inj158_AttachmentFileWidget = new AttachmentFileWidget(); | |
| context.addBean(context.getBeanReference(AttachmentFileWidget.class, QualifierUtil.DEFAULT_QUALIFIERS), inj158_AttachmentFileWidget); | |
| return inj158_AttachmentFileWidget; | |
| } | |
| }; | |
| private InitializationCallback<DecisionTableXLSEditorViewImpl> init_inj757_DecisionTableXLSEditorViewImpl = new InitializationCallback<DecisionTableXLSEditorViewImpl>() { | |
| public void init(final DecisionTableXLSEditorViewImpl obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<DecisionTableXLSEditorViewImpl> inj2577_DecisionTableXLSEditorViewImpl_creational = new CreationalCallback<DecisionTableXLSEditorViewImpl>() { | |
| public DecisionTableXLSEditorViewImpl getInstance(final CreationalContext context) { | |
| final DecisionTableXLSEditorViewImpl inj757_DecisionTableXLSEditorViewImpl = new DecisionTableXLSEditorViewImpl(); | |
| context.addBean(context.getBeanReference(DecisionTableXLSEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj757_DecisionTableXLSEditorViewImpl); | |
| _$677493221__$1832909396_uploadWidget(inj757_DecisionTableXLSEditorViewImpl, inj2578_AttachmentFileWidget_creational.getInstance(context)); | |
| _$677493221__1116818801_notificationEvent(inj757_DecisionTableXLSEditorViewImpl, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| context.addInitializationCallback(inj757_DecisionTableXLSEditorViewImpl, init_inj757_DecisionTableXLSEditorViewImpl); | |
| return inj757_DecisionTableXLSEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<DecisionTableXLSEditorPresenter> inj2576_DecisionTableXLSEditorPresenter_creational = new CreationalCallback<DecisionTableXLSEditorPresenter>() { | |
| public DecisionTableXLSEditorPresenter getInstance(final CreationalContext context) { | |
| final DecisionTableXLSEditorPresenter inj2575_DecisionTableXLSEditorPresenter = new DecisionTableXLSEditorPresenter(); | |
| context.addBean(context.getBeanReference(DecisionTableXLSEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2575_DecisionTableXLSEditorPresenter); | |
| _1144138162__$3266993_decisionTableXLSService(inj2575_DecisionTableXLSEditorPresenter, inj2534_CallerProvider.provide(new Class[] { DecisionTableXLSService.class }, null)); | |
| _1144138162__$3266993_metadataService(inj2575_DecisionTableXLSEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _1144138162__1116818801_notification(inj2575_DecisionTableXLSEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _1144138162__$906533316_placeManager(inj2575_DecisionTableXLSEditorPresenter, inj2567_PlaceManagerImpl); | |
| _1144138162__$1135897253_view(inj2575_DecisionTableXLSEditorPresenter, inj2577_DecisionTableXLSEditorViewImpl_creational.getInstance(context)); | |
| _1144138162__$1151348425_metadataWidget(inj2575_DecisionTableXLSEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| _1144138162__$76115871_multiPage(inj2575_DecisionTableXLSEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _1144138162__886285106_busyIndicatorView(inj2575_DecisionTableXLSEditorPresenter, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _1144138162__996422802_menuBuilder(inj2575_DecisionTableXLSEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| return inj2575_DecisionTableXLSEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<DecisionTableXLSEditorPresenterActivity> inj2580_DecisionTableXLSEditorPresenterActivity_creational = new CreationalCallback<DecisionTableXLSEditorPresenterActivity>() { | |
| public DecisionTableXLSEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var58 = inj2567_PlaceManagerImpl; | |
| final DecisionTableXLSEditorPresenterActivity inj2579_DecisionTableXLSEditorPresenterActivity = new DecisionTableXLSEditorPresenterActivity(var58); | |
| context.addBean(context.getBeanReference(DecisionTableXLSEditorPresenterActivity.class, arrayOf_19635043Annotation_2088196765), inj2579_DecisionTableXLSEditorPresenterActivity); | |
| _$1598771487__1144138162_realPresenter(inj2579_DecisionTableXLSEditorPresenterActivity, inj2576_DecisionTableXLSEditorPresenter_creational.getInstance(context)); | |
| return inj2579_DecisionTableXLSEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<TestScenarioResourceTypeDefinition> inj2582_TestScenarioResourceTypeDefinition_creational = new CreationalCallback<TestScenarioResourceTypeDefinition>() { | |
| public TestScenarioResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final TestScenarioResourceTypeDefinition inj2581_TestScenarioResourceTypeDefinition = new TestScenarioResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(TestScenarioResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2581_TestScenarioResourceTypeDefinition); | |
| return inj2581_TestScenarioResourceTypeDefinition; | |
| } | |
| }; | |
| private final TestScenarioResourceTypeDefinition inj2581_TestScenarioResourceTypeDefinition = inj2582_TestScenarioResourceTypeDefinition_creational.getInstance(context); | |
| private final CreationalCallback<KModuleResourceType> inj2584_KModuleResourceType_creational = new CreationalCallback<KModuleResourceType>() { | |
| public KModuleResourceType getInstance(final CreationalContext context) { | |
| final KModuleResourceType inj2583_KModuleResourceType = new KModuleResourceType(); | |
| context.addBean(context.getBeanReference(KModuleResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2583_KModuleResourceType); | |
| return inj2583_KModuleResourceType; | |
| } | |
| }; | |
| private final KModuleResourceType inj2583_KModuleResourceType = inj2584_KModuleResourceType_creational.getInstance(context); | |
| private final CreationalCallback<DefaultWorkbenchContext> inj2586_DefaultWorkbenchContext_creational = new CreationalCallback<DefaultWorkbenchContext>() { | |
| public DefaultWorkbenchContext getInstance(final CreationalContext context) { | |
| final DefaultWorkbenchContext inj2585_DefaultWorkbenchContext = new DefaultWorkbenchContext(); | |
| context.addBean(context.getBeanReference(DefaultWorkbenchContext.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2585_DefaultWorkbenchContext); | |
| final Subscription var59 = CDI.subscribeLocal("org.uberfire.workbench.events.PathChangeEvent", new AbstractCDIEventCallback<PathChangeEvent>() { | |
| public void fireEvent(final PathChangeEvent event) { | |
| inj2585_DefaultWorkbenchContext.setActivePath(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PathChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2585_DefaultWorkbenchContext, new DestructionCallback<DefaultWorkbenchContext>() { | |
| public void destroy(final DefaultWorkbenchContext obj) { | |
| var59.remove(); | |
| } | |
| }); | |
| return inj2585_DefaultWorkbenchContext; | |
| } | |
| }; | |
| private final DefaultWorkbenchContext inj2585_DefaultWorkbenchContext = inj2586_DefaultWorkbenchContext_creational.getInstance(context); | |
| private final CreationalCallback<GuidedRuleTemplateEntryPoint> inj2588_GuidedRuleTemplateEntryPoint_creational = new CreationalCallback<GuidedRuleTemplateEntryPoint>() { | |
| public GuidedRuleTemplateEntryPoint getInstance(final CreationalContext context) { | |
| final GuidedRuleTemplateEntryPoint inj2587_GuidedRuleTemplateEntryPoint = new GuidedRuleTemplateEntryPoint(); | |
| context.addBean(context.getBeanReference(GuidedRuleTemplateEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2587_GuidedRuleTemplateEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2587_GuidedRuleTemplateEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2587_GuidedRuleTemplateEntryPoint; | |
| } | |
| }; | |
| private final GuidedRuleTemplateEntryPoint inj2587_GuidedRuleTemplateEntryPoint = inj2588_GuidedRuleTemplateEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<GuidedScoreCardResourceTypeDefinition> inj2590_GuidedScoreCardResourceTypeDefinition_creational = new CreationalCallback<GuidedScoreCardResourceTypeDefinition>() { | |
| public GuidedScoreCardResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final GuidedScoreCardResourceTypeDefinition inj2589_GuidedScoreCardResourceTypeDefinition = new GuidedScoreCardResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(GuidedScoreCardResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2589_GuidedScoreCardResourceTypeDefinition); | |
| return inj2589_GuidedScoreCardResourceTypeDefinition; | |
| } | |
| }; | |
| private final GuidedScoreCardResourceTypeDefinition inj2589_GuidedScoreCardResourceTypeDefinition = inj2590_GuidedScoreCardResourceTypeDefinition_creational.getInstance(context); | |
| private InitializationCallback<ActivityNotFoundView> init_inj1620_ActivityNotFoundView = new InitializationCallback<ActivityNotFoundView>() { | |
| public void init(final ActivityNotFoundView obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<ActivityNotFoundView> inj2593_ActivityNotFoundView_creational = new CreationalCallback<ActivityNotFoundView>() { | |
| public ActivityNotFoundView getInstance(final CreationalContext context) { | |
| final ActivityNotFoundView inj1620_ActivityNotFoundView = new ActivityNotFoundView(); | |
| context.addBean(context.getBeanReference(ActivityNotFoundView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1620_ActivityNotFoundView); | |
| context.addInitializationCallback(inj1620_ActivityNotFoundView, init_inj1620_ActivityNotFoundView); | |
| return inj1620_ActivityNotFoundView; | |
| } | |
| }; | |
| private final CreationalCallback<ActivityNotFoundPresenter> inj2592_ActivityNotFoundPresenter_creational = new CreationalCallback<ActivityNotFoundPresenter>() { | |
| public ActivityNotFoundPresenter getInstance(final CreationalContext context) { | |
| final ActivityNotFoundPresenter inj2591_ActivityNotFoundPresenter = new ActivityNotFoundPresenter(); | |
| context.addBean(context.getBeanReference(ActivityNotFoundPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2591_ActivityNotFoundPresenter); | |
| _$2051264158__$157722425_view(inj2591_ActivityNotFoundPresenter, inj2593_ActivityNotFoundView_creational.getInstance(context)); | |
| _$2051264158__$906533316_placeManager(inj2591_ActivityNotFoundPresenter, inj2567_PlaceManagerImpl); | |
| _$2051264158__1116818801_closePlaceEvent(inj2591_ActivityNotFoundPresenter, inj2532_EventProvider.provide(new Class[] { BeforeClosePlaceEvent.class }, null)); | |
| return inj2591_ActivityNotFoundPresenter; | |
| } | |
| }; | |
| private final ActivityNotFoundPresenter inj2591_ActivityNotFoundPresenter = inj2592_ActivityNotFoundPresenter_creational.getInstance(context); | |
| private final CreationalCallback<GuidedDTableResourceTypeDefinition> inj2595_GuidedDTableResourceTypeDefinition_creational = new CreationalCallback<GuidedDTableResourceTypeDefinition>() { | |
| public GuidedDTableResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final GuidedDTableResourceTypeDefinition inj2594_GuidedDTableResourceTypeDefinition = new GuidedDTableResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(GuidedDTableResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2594_GuidedDTableResourceTypeDefinition); | |
| return inj2594_GuidedDTableResourceTypeDefinition; | |
| } | |
| }; | |
| private final GuidedDTableResourceTypeDefinition inj2594_GuidedDTableResourceTypeDefinition = inj2595_GuidedDTableResourceTypeDefinition_creational.getInstance(context); | |
| private final CreationalCallback<WorkItemsTypeDefinition> inj2597_WorkItemsTypeDefinition_creational = new CreationalCallback<WorkItemsTypeDefinition>() { | |
| public WorkItemsTypeDefinition getInstance(final CreationalContext context) { | |
| final WorkItemsTypeDefinition inj2596_WorkItemsTypeDefinition = new WorkItemsTypeDefinition(); | |
| context.addBean(context.getBeanReference(WorkItemsTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2596_WorkItemsTypeDefinition); | |
| return inj2596_WorkItemsTypeDefinition; | |
| } | |
| }; | |
| private final WorkItemsTypeDefinition inj2596_WorkItemsTypeDefinition = inj2597_WorkItemsTypeDefinition_creational.getInstance(context); | |
| private final CreationalCallback<SenderProvider> inj2598_SenderProvider_creational = new CreationalCallback<SenderProvider>() { | |
| public SenderProvider getInstance(final CreationalContext context) { | |
| final SenderProvider inj2538_SenderProvider = new SenderProvider(); | |
| context.addBean(context.getBeanReference(SenderProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2538_SenderProvider); | |
| return inj2538_SenderProvider; | |
| } | |
| }; | |
| private final SenderProvider inj2538_SenderProvider = inj2598_SenderProvider_creational.getInstance(context); | |
| private final CreationalCallback<ConditionCell> inj2601_ConditionCell_creational = new CreationalCallback<ConditionCell>() { | |
| public ConditionCell getInstance(final CreationalContext context) { | |
| final ConditionCell inj2484_ConditionCell = new ConditionCell(); | |
| context.addBean(context.getBeanReference(ConditionCell.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2484_ConditionCell); | |
| return inj2484_ConditionCell; | |
| } | |
| }; | |
| private InitializationCallback<ColumnExpansionPageViewImpl> init_inj2599_ColumnExpansionPageViewImpl = new InitializationCallback<ColumnExpansionPageViewImpl>() { | |
| public void init(final ColumnExpansionPageViewImpl obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<ColumnExpansionPageViewImpl> inj2600_ColumnExpansionPageViewImpl_creational = new CreationalCallback<ColumnExpansionPageViewImpl>() { | |
| public ColumnExpansionPageViewImpl getInstance(final CreationalContext context) { | |
| final ColumnExpansionPageViewImpl inj2599_ColumnExpansionPageViewImpl = new ColumnExpansionPageViewImpl(); | |
| context.addBean(context.getBeanReference(ColumnExpansionPageViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2599_ColumnExpansionPageViewImpl); | |
| _$79499664__$1071623181_availableConditionsCell(inj2599_ColumnExpansionPageViewImpl, inj2601_ConditionCell_creational.getInstance(context)); | |
| _$79499664__$1071623181_chosenConditionsCell(inj2599_ColumnExpansionPageViewImpl, inj2601_ConditionCell_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2599_ColumnExpansionPageViewImpl, init_inj2599_ColumnExpansionPageViewImpl); | |
| return inj2599_ColumnExpansionPageViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<WorkbenchToolBarPresenterUtils> inj2603_WorkbenchToolBarPresenterUtils_creational = new CreationalCallback<WorkbenchToolBarPresenterUtils>() { | |
| public WorkbenchToolBarPresenterUtils getInstance(final CreationalContext context) { | |
| final RuntimeAuthorizationManager var60 = inj2549_RuntimeAuthorizationManager; | |
| final CreationalCallback<Identity> var61 = new CreationalCallback<Identity>() { | |
| public Identity getInstance(CreationalContext pContext) { | |
| Identity var61 = inj2544_SecurityEntryPoint.currentUser(); | |
| context.addBean(context.getBeanReference(Identity.class, QualifierUtil.DEFAULT_QUALIFIERS), var61); | |
| return var61; | |
| } | |
| }; | |
| final Identity var62 = context.getSingletonInstanceOrNew(injContext, var61, Identity.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| final WorkbenchToolBarPresenterUtils inj2602_WorkbenchToolBarPresenterUtils = new WorkbenchToolBarPresenterUtils(var60, var62); | |
| context.addBean(context.getBeanReference(WorkbenchToolBarPresenterUtils.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2602_WorkbenchToolBarPresenterUtils); | |
| return inj2602_WorkbenchToolBarPresenterUtils; | |
| } | |
| }; | |
| private final WorkbenchToolBarPresenterUtils inj2602_WorkbenchToolBarPresenterUtils = inj2603_WorkbenchToolBarPresenterUtils_creational.getInstance(context); | |
| private final CreationalCallback<WorkbenchToolBarView> inj2606_WorkbenchToolBarView_creational = new CreationalCallback<WorkbenchToolBarView>() { | |
| public WorkbenchToolBarView getInstance(final CreationalContext context) { | |
| final WorkbenchToolBarView inj1341_WorkbenchToolBarView = new WorkbenchToolBarView(); | |
| context.addBean(context.getBeanReference(WorkbenchToolBarView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1341_WorkbenchToolBarView); | |
| return inj1341_WorkbenchToolBarView; | |
| } | |
| }; | |
| private final CreationalCallback<WorkbenchToolBarPresenter> inj2605_WorkbenchToolBarPresenter_creational = new CreationalCallback<WorkbenchToolBarPresenter>() { | |
| public WorkbenchToolBarPresenter getInstance(final CreationalContext context) { | |
| final WorkbenchToolBarPresenter inj2604_WorkbenchToolBarPresenter = new WorkbenchToolBarPresenter(); | |
| context.addBean(context.getBeanReference(WorkbenchToolBarPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2604_WorkbenchToolBarPresenter); | |
| _40974972__$1426067475_view(inj2604_WorkbenchToolBarPresenter, inj2606_WorkbenchToolBarView_creational.getInstance(context)); | |
| _40974972__$906533316_placeManager(inj2604_WorkbenchToolBarPresenter, inj2567_PlaceManagerImpl); | |
| _40974972__$1379921003_toolBarUtils(inj2604_WorkbenchToolBarPresenter, inj2602_WorkbenchToolBarPresenterUtils); | |
| final Subscription var63 = CDI.subscribeLocal("org.uberfire.workbench.events.ClosePlaceEvent", new AbstractCDIEventCallback<ClosePlaceEvent>() { | |
| public void fireEvent(final ClosePlaceEvent event) { | |
| _40974972_onWorkbenchPartClose(inj2604_WorkbenchToolBarPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2604_WorkbenchToolBarPresenter, new DestructionCallback<WorkbenchToolBarPresenter>() { | |
| public void destroy(final WorkbenchToolBarPresenter obj) { | |
| var63.remove(); | |
| } | |
| }); | |
| final Subscription var64 = CDI.subscribeLocal("org.uberfire.workbench.events.PlaceLostFocusEvent", new AbstractCDIEventCallback<PlaceLostFocusEvent>() { | |
| public void fireEvent(final PlaceLostFocusEvent event) { | |
| _40974972_onWorkbenchPartLostFocus(inj2604_WorkbenchToolBarPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PlaceLostFocusEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2604_WorkbenchToolBarPresenter, new DestructionCallback<WorkbenchToolBarPresenter>() { | |
| public void destroy(final WorkbenchToolBarPresenter obj) { | |
| var64.remove(); | |
| } | |
| }); | |
| final Subscription var65 = CDI.subscribeLocal("org.uberfire.workbench.events.PlaceGainFocusEvent", new AbstractCDIEventCallback<PlaceGainFocusEvent>() { | |
| public void fireEvent(final PlaceGainFocusEvent event) { | |
| _40974972_onWorkbenchPartOnFocus(inj2604_WorkbenchToolBarPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PlaceGainFocusEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2604_WorkbenchToolBarPresenter, new DestructionCallback<WorkbenchToolBarPresenter>() { | |
| public void destroy(final WorkbenchToolBarPresenter obj) { | |
| var65.remove(); | |
| } | |
| }); | |
| return inj2604_WorkbenchToolBarPresenter; | |
| } | |
| }; | |
| private final WorkbenchToolBarPresenter inj2604_WorkbenchToolBarPresenter = inj2605_WorkbenchToolBarPresenter_creational.getInstance(context); | |
| private final CreationalCallback<WorkbenchMenuBarPresenterUtils> inj2608_WorkbenchMenuBarPresenterUtils_creational = new CreationalCallback<WorkbenchMenuBarPresenterUtils>() { | |
| public WorkbenchMenuBarPresenterUtils getInstance(final CreationalContext context) { | |
| final RuntimeAuthorizationManager var66 = inj2549_RuntimeAuthorizationManager; | |
| final CreationalCallback<Identity> var67 = new CreationalCallback<Identity>() { | |
| public Identity getInstance(CreationalContext pContext) { | |
| Identity var67 = inj2544_SecurityEntryPoint.currentUser(); | |
| context.addBean(context.getBeanReference(Identity.class, QualifierUtil.DEFAULT_QUALIFIERS), var67); | |
| return var67; | |
| } | |
| }; | |
| final Identity var68 = context.getSingletonInstanceOrNew(injContext, var67, Identity.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| final WorkbenchMenuBarPresenterUtils inj2607_WorkbenchMenuBarPresenterUtils = new WorkbenchMenuBarPresenterUtils(var66, var68); | |
| context.addBean(context.getBeanReference(WorkbenchMenuBarPresenterUtils.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2607_WorkbenchMenuBarPresenterUtils); | |
| return inj2607_WorkbenchMenuBarPresenterUtils; | |
| } | |
| }; | |
| private final WorkbenchMenuBarPresenterUtils inj2607_WorkbenchMenuBarPresenterUtils = inj2608_WorkbenchMenuBarPresenterUtils_creational.getInstance(context); | |
| private final CreationalCallback<WorkbenchMenuBarView> inj2611_WorkbenchMenuBarView_creational = new CreationalCallback<WorkbenchMenuBarView>() { | |
| public WorkbenchMenuBarView getInstance(final CreationalContext context) { | |
| final WorkbenchMenuBarView inj2512_WorkbenchMenuBarView = new WorkbenchMenuBarView(); | |
| context.addBean(context.getBeanReference(WorkbenchMenuBarView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2512_WorkbenchMenuBarView); | |
| return inj2512_WorkbenchMenuBarView; | |
| } | |
| }; | |
| private final CreationalCallback<WorkbenchMenuBarPresenter> inj2610_WorkbenchMenuBarPresenter_creational = new CreationalCallback<WorkbenchMenuBarPresenter>() { | |
| public WorkbenchMenuBarPresenter getInstance(final CreationalContext context) { | |
| final WorkbenchMenuBarPresenter inj2609_WorkbenchMenuBarPresenter = new WorkbenchMenuBarPresenter(); | |
| context.addBean(context.getBeanReference(WorkbenchMenuBarPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2609_WorkbenchMenuBarPresenter); | |
| _$292735039__1201173960_view(inj2609_WorkbenchMenuBarPresenter, inj2611_WorkbenchMenuBarView_creational.getInstance(context)); | |
| _$292735039__$906533316_placeManager(inj2609_WorkbenchMenuBarPresenter, inj2567_PlaceManagerImpl); | |
| _$292735039__1247320432_menuBarUtils(inj2609_WorkbenchMenuBarPresenter, inj2607_WorkbenchMenuBarPresenterUtils); | |
| final Subscription var69 = CDI.subscribeLocal("org.uberfire.workbench.events.ClosePlaceEvent", new AbstractCDIEventCallback<ClosePlaceEvent>() { | |
| public void fireEvent(final ClosePlaceEvent event) { | |
| _$292735039_onWorkbenchPartClose(inj2609_WorkbenchMenuBarPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2609_WorkbenchMenuBarPresenter, new DestructionCallback<WorkbenchMenuBarPresenter>() { | |
| public void destroy(final WorkbenchMenuBarPresenter obj) { | |
| var69.remove(); | |
| } | |
| }); | |
| final Subscription var70 = CDI.subscribeLocal("org.uberfire.workbench.events.PlaceLostFocusEvent", new AbstractCDIEventCallback<PlaceLostFocusEvent>() { | |
| public void fireEvent(final PlaceLostFocusEvent event) { | |
| _$292735039_onWorkbenchPartLostFocus(inj2609_WorkbenchMenuBarPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PlaceLostFocusEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2609_WorkbenchMenuBarPresenter, new DestructionCallback<WorkbenchMenuBarPresenter>() { | |
| public void destroy(final WorkbenchMenuBarPresenter obj) { | |
| var70.remove(); | |
| } | |
| }); | |
| final Subscription var71 = CDI.subscribeLocal("org.uberfire.workbench.events.PlaceGainFocusEvent", new AbstractCDIEventCallback<PlaceGainFocusEvent>() { | |
| public void fireEvent(final PlaceGainFocusEvent event) { | |
| _$292735039_onWorkbenchPartOnFocus(inj2609_WorkbenchMenuBarPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PlaceGainFocusEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2609_WorkbenchMenuBarPresenter, new DestructionCallback<WorkbenchMenuBarPresenter>() { | |
| public void destroy(final WorkbenchMenuBarPresenter obj) { | |
| var71.remove(); | |
| } | |
| }); | |
| return inj2609_WorkbenchMenuBarPresenter; | |
| } | |
| }; | |
| private final WorkbenchMenuBarPresenter inj2609_WorkbenchMenuBarPresenter = inj2610_WorkbenchMenuBarPresenter_creational.getInstance(context); | |
| private final CreationalCallback<WorkbenchPickupDragController> inj2613_WorkbenchPickupDragController_creational = new CreationalCallback<WorkbenchPickupDragController>() { | |
| public WorkbenchPickupDragController getInstance(final CreationalContext context) { | |
| final WorkbenchPickupDragController inj2612_WorkbenchPickupDragController = new WorkbenchPickupDragController(); | |
| context.addBean(context.getBeanReference(WorkbenchPickupDragController.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2612_WorkbenchPickupDragController); | |
| final WorkbenchDragAndDropManager_inj2614_proxy inj2614_proxy = new WorkbenchDragAndDropManager_inj2614_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<WorkbenchDragAndDropManager>() { | |
| public void resolve(WorkbenchDragAndDropManager obj) { | |
| inj2614_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2614_proxy, obj); | |
| } | |
| }, WorkbenchDragAndDropManager.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _683332058__153624969_dndManager(inj2612_WorkbenchPickupDragController, inj2614_proxy); | |
| return inj2612_WorkbenchPickupDragController; | |
| } | |
| }; | |
| private final WorkbenchPickupDragController inj2612_WorkbenchPickupDragController = inj2613_WorkbenchPickupDragController_creational.getInstance(context); | |
| private final CreationalCallback<WorkbenchDragAndDropManager> inj2616_WorkbenchDragAndDropManager_creational = new CreationalCallback<WorkbenchDragAndDropManager>() { | |
| public WorkbenchDragAndDropManager getInstance(final CreationalContext context) { | |
| final WorkbenchDragAndDropManager inj2615_WorkbenchDragAndDropManager = new WorkbenchDragAndDropManager(); | |
| context.addBean(context.getBeanReference(WorkbenchDragAndDropManager.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2615_WorkbenchDragAndDropManager); | |
| _153624969__683332058_dragController(inj2615_WorkbenchDragAndDropManager, context.getInstanceOrNew(inj2613_WorkbenchPickupDragController_creational, WorkbenchPickupDragController.class, QualifierUtil.DEFAULT_QUALIFIERS)); | |
| _153624969__$1887041540_factory(inj2615_WorkbenchDragAndDropManager, inj2563_DefaultBeanFactory); | |
| return inj2615_WorkbenchDragAndDropManager; | |
| } | |
| }; | |
| private final WorkbenchDragAndDropManager inj2615_WorkbenchDragAndDropManager = inj2616_WorkbenchDragAndDropManager_creational.getInstance(context); | |
| private InitializationCallback<Workbench> init_inj2617_Workbench = new InitializationCallback<Workbench>() { | |
| public void init(final Workbench obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<Workbench> inj2618_Workbench_creational = new CreationalCallback<Workbench>() { | |
| public Workbench getInstance(final CreationalContext context) { | |
| final Workbench inj2617_Workbench = new Workbench(); | |
| context.addBean(context.getBeanReference(Workbench.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2617_Workbench); | |
| _$1462522111__$76429077_panelManager(inj2617_Workbench, inj2565_PanelManager); | |
| _$1462522111__$121625827_iocManager(inj2617_Workbench, inj2526_IOCBeanManagerProvider.get()); | |
| _$1462522111__153624969_dndManager(inj2617_Workbench, inj2615_WorkbenchDragAndDropManager); | |
| _$1462522111__$906533316_placeManager(inj2617_Workbench, inj2567_PlaceManagerImpl); | |
| _$1462522111__683332058_dragController(inj2617_Workbench, inj2612_WorkbenchPickupDragController); | |
| _$1462522111__$292735039_menuBarPresenter(inj2617_Workbench, inj2609_WorkbenchMenuBarPresenter); | |
| _$1462522111__40974972_toolBarPresenter(inj2617_Workbench, inj2604_WorkbenchToolBarPresenter); | |
| _$1462522111__$3266993_wbServices(inj2617_Workbench, inj2534_CallerProvider.provide(new Class[] { WorkbenchServices.class }, null)); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| _$1462522111_bootstrap(inj2617_Workbench); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2617_Workbench, init_inj2617_Workbench); | |
| return inj2617_Workbench; | |
| } | |
| }; | |
| private final Workbench inj2617_Workbench = inj2618_Workbench_creational.getInstance(context); | |
| private InitializationCallback<WorkbenchEntryPoint> init_inj2619_WorkbenchEntryPoint = new InitializationCallback<WorkbenchEntryPoint>() { | |
| public void init(final WorkbenchEntryPoint obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<WorkbenchEntryPoint> inj2620_WorkbenchEntryPoint_creational = new CreationalCallback<WorkbenchEntryPoint>() { | |
| public WorkbenchEntryPoint getInstance(final CreationalContext context) { | |
| final WorkbenchEntryPoint inj2619_WorkbenchEntryPoint = new WorkbenchEntryPoint(); | |
| context.addBean(context.getBeanReference(WorkbenchEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2619_WorkbenchEntryPoint); | |
| _1452746254__$1462522111_workbench(inj2619_WorkbenchEntryPoint, inj2617_Workbench); | |
| _1452746254__1116818801_pathChangedEvent(inj2619_WorkbenchEntryPoint, inj2532_EventProvider.provide(new Class[] { PathChangeEvent.class }, null)); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2619_WorkbenchEntryPoint.startApp(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2619_WorkbenchEntryPoint, init_inj2619_WorkbenchEntryPoint); | |
| return inj2619_WorkbenchEntryPoint; | |
| } | |
| }; | |
| private final WorkbenchEntryPoint inj2619_WorkbenchEntryPoint = inj2620_WorkbenchEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<PatternCell> inj2623_PatternCell_creational = new CreationalCallback<PatternCell>() { | |
| public PatternCell getInstance(final CreationalContext context) { | |
| final PatternCell inj2488_PatternCell = new PatternCell(); | |
| context.addBean(context.getBeanReference(PatternCell.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2488_PatternCell); | |
| return inj2488_PatternCell; | |
| } | |
| }; | |
| private InitializationCallback<FactPatternsPageViewImpl> init_inj2621_FactPatternsPageViewImpl = new InitializationCallback<FactPatternsPageViewImpl>() { | |
| public void init(final FactPatternsPageViewImpl obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<FactPatternsPageViewImpl> inj2622_FactPatternsPageViewImpl_creational = new CreationalCallback<FactPatternsPageViewImpl>() { | |
| public FactPatternsPageViewImpl getInstance(final CreationalContext context) { | |
| final FactPatternsPageViewImpl inj2621_FactPatternsPageViewImpl = new FactPatternsPageViewImpl(); | |
| context.addBean(context.getBeanReference(FactPatternsPageViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2621_FactPatternsPageViewImpl); | |
| _$440883632__$724873880_patternCell(inj2621_FactPatternsPageViewImpl, inj2623_PatternCell_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2621_FactPatternsPageViewImpl, init_inj2621_FactPatternsPageViewImpl); | |
| return inj2621_FactPatternsPageViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<FactPatternsPage> inj2625_FactPatternsPage_creational = new CreationalCallback<FactPatternsPage>() { | |
| public FactPatternsPage getInstance(final CreationalContext context) { | |
| final FactPatternsPage inj2624_FactPatternsPage = new FactPatternsPage(); | |
| context.addBean(context.getBeanReference(FactPatternsPage.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2624_FactPatternsPage); | |
| _197002955__1554012176_view(inj2624_FactPatternsPage, inj2622_FactPatternsPageViewImpl_creational.getInstance(context)); | |
| _197002955__1116818801_duplicatePatternsEvent(inj2624_FactPatternsPage, inj2532_EventProvider.provide(new Class[] { DuplicatePatternsEvent.class }, null)); | |
| _197002955__1116818801_patternRemovedEvent(inj2624_FactPatternsPage, inj2532_EventProvider.provide(new Class[] { PatternRemovedEvent.class }, null)); | |
| _197002955__1116818801_wizardPageStatusChangeEvent(inj2624_FactPatternsPage, inj2532_EventProvider.provide(new Class[] { WizardPageStatusChangeEvent.class }, null)); | |
| final Subscription var72 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent", new AbstractCDIEventCallback<DuplicatePatternsEvent>() { | |
| public void fireEvent(final DuplicatePatternsEvent event) { | |
| inj2624_FactPatternsPage.onDuplicatePatterns(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2624_FactPatternsPage, new DestructionCallback<FactPatternsPage>() { | |
| public void destroy(final FactPatternsPage obj) { | |
| var72.remove(); | |
| } | |
| }); | |
| return inj2624_FactPatternsPage; | |
| } | |
| }; | |
| private final CreationalCallback<ColumnExpansionPage> inj2627_ColumnExpansionPage_creational = new CreationalCallback<ColumnExpansionPage>() { | |
| public ColumnExpansionPage getInstance(final CreationalContext context) { | |
| final ColumnExpansionPage inj2626_ColumnExpansionPage = new ColumnExpansionPage(); | |
| context.addBean(context.getBeanReference(ColumnExpansionPage.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2626_ColumnExpansionPage); | |
| _$274567445__1775480880_view(inj2626_ColumnExpansionPage, inj2600_ColumnExpansionPageViewImpl_creational.getInstance(context)); | |
| final Subscription var73 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ConditionsDefinedEvent", new AbstractCDIEventCallback<ConditionsDefinedEvent>() { | |
| public void fireEvent(final ConditionsDefinedEvent event) { | |
| inj2626_ColumnExpansionPage.onConditionsDefined(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ConditionsDefinedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2626_ColumnExpansionPage, new DestructionCallback<ColumnExpansionPage>() { | |
| public void destroy(final ColumnExpansionPage obj) { | |
| var73.remove(); | |
| } | |
| }); | |
| return inj2626_ColumnExpansionPage; | |
| } | |
| }; | |
| private final CreationalCallback<ActionInsertFactFieldPatternCell> inj2630_ActionInsertFactFieldPatternCell_creational = new CreationalCallback<ActionInsertFactFieldPatternCell>() { | |
| public ActionInsertFactFieldPatternCell getInstance(final CreationalContext context) { | |
| final ActionInsertFactFieldPatternCell inj2483_ActionInsertFactFieldPatternCell = new ActionInsertFactFieldPatternCell(); | |
| context.addBean(context.getBeanReference(ActionInsertFactFieldPatternCell.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2483_ActionInsertFactFieldPatternCell); | |
| return inj2483_ActionInsertFactFieldPatternCell; | |
| } | |
| }; | |
| private final CreationalCallback<ActionInsertFactFieldCell> inj2631_ActionInsertFactFieldCell_creational = new CreationalCallback<ActionInsertFactFieldCell>() { | |
| public ActionInsertFactFieldCell getInstance(final CreationalContext context) { | |
| final ActionInsertFactFieldCell inj2490_ActionInsertFactFieldCell = new ActionInsertFactFieldCell(); | |
| context.addBean(context.getBeanReference(ActionInsertFactFieldCell.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2490_ActionInsertFactFieldCell); | |
| return inj2490_ActionInsertFactFieldCell; | |
| } | |
| }; | |
| private InitializationCallback<ActionInsertFactFieldsPageViewImpl> init_inj2628_ActionInsertFactFieldsPageViewImpl = new InitializationCallback<ActionInsertFactFieldsPageViewImpl>() { | |
| public void init(final ActionInsertFactFieldsPageViewImpl obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<ActionInsertFactFieldsPageViewImpl> inj2629_ActionInsertFactFieldsPageViewImpl_creational = new CreationalCallback<ActionInsertFactFieldsPageViewImpl>() { | |
| public ActionInsertFactFieldsPageViewImpl getInstance(final CreationalContext context) { | |
| final ActionInsertFactFieldsPageViewImpl inj2628_ActionInsertFactFieldsPageViewImpl = new ActionInsertFactFieldsPageViewImpl(); | |
| context.addBean(context.getBeanReference(ActionInsertFactFieldsPageViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2628_ActionInsertFactFieldsPageViewImpl); | |
| _197058389__453112541_actionInsertFactFieldPatternCell(inj2628_ActionInsertFactFieldsPageViewImpl, inj2630_ActionInsertFactFieldPatternCell_creational.getInstance(context)); | |
| _197058389__235329015_actionInsertFactFieldCell(inj2628_ActionInsertFactFieldsPageViewImpl, inj2631_ActionInsertFactFieldCell_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2628_ActionInsertFactFieldsPageViewImpl, init_inj2628_ActionInsertFactFieldsPageViewImpl); | |
| return inj2628_ActionInsertFactFieldsPageViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ActionInsertFactFieldsPage> inj2633_ActionInsertFactFieldsPage_creational = new CreationalCallback<ActionInsertFactFieldsPage>() { | |
| public ActionInsertFactFieldsPage getInstance(final CreationalContext context) { | |
| final ActionInsertFactFieldsPage inj2632_ActionInsertFactFieldsPage = new ActionInsertFactFieldsPage(); | |
| context.addBean(context.getBeanReference(ActionInsertFactFieldsPage.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2632_ActionInsertFactFieldsPage); | |
| _207361232__$1546789995_view(inj2632_ActionInsertFactFieldsPage, inj2629_ActionInsertFactFieldsPageViewImpl_creational.getInstance(context)); | |
| _207361232__1116818801_duplicatePatternsEvent(inj2632_ActionInsertFactFieldsPage, inj2532_EventProvider.provide(new Class[] { DuplicatePatternsEvent.class }, null)); | |
| _207361232__1116818801_actionInsertFactFieldsDefinedEvent(inj2632_ActionInsertFactFieldsPage, inj2532_EventProvider.provide(new Class[] { ActionInsertFactFieldsDefinedEvent.class }, null)); | |
| _207361232__1116818801_wizardPageStatusChangeEvent(inj2632_ActionInsertFactFieldsPage, inj2532_EventProvider.provide(new Class[] { WizardPageStatusChangeEvent.class }, null)); | |
| final Subscription var74 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent", new AbstractCDIEventCallback<DuplicatePatternsEvent>() { | |
| public void fireEvent(final DuplicatePatternsEvent event) { | |
| inj2632_ActionInsertFactFieldsPage.onDuplicatePatterns(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2632_ActionInsertFactFieldsPage, new DestructionCallback<ActionInsertFactFieldsPage>() { | |
| public void destroy(final ActionInsertFactFieldsPage obj) { | |
| var74.remove(); | |
| } | |
| }); | |
| final Subscription var75 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionInsertFactFieldsDefinedEvent", new AbstractCDIEventCallback<ActionInsertFactFieldsDefinedEvent>() { | |
| public void fireEvent(final ActionInsertFactFieldsDefinedEvent event) { | |
| inj2632_ActionInsertFactFieldsPage.onActionInsertFactFieldsDefined(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionInsertFactFieldsDefinedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2632_ActionInsertFactFieldsPage, new DestructionCallback<ActionInsertFactFieldsPage>() { | |
| public void destroy(final ActionInsertFactFieldsPage obj) { | |
| var75.remove(); | |
| } | |
| }); | |
| return inj2632_ActionInsertFactFieldsPage; | |
| } | |
| }; | |
| private final CreationalCallback<ConditionPatternCell> inj2636_ConditionPatternCell_creational = new CreationalCallback<ConditionPatternCell>() { | |
| public ConditionPatternCell getInstance(final CreationalContext context) { | |
| final ConditionPatternCell inj2486_ConditionPatternCell = new ConditionPatternCell(); | |
| context.addBean(context.getBeanReference(ConditionPatternCell.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2486_ConditionPatternCell); | |
| return inj2486_ConditionPatternCell; | |
| } | |
| }; | |
| private InitializationCallback<FactPatternConstraintsPageViewImpl> init_inj2634_FactPatternConstraintsPageViewImpl = new InitializationCallback<FactPatternConstraintsPageViewImpl>() { | |
| public void init(final FactPatternConstraintsPageViewImpl obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<FactPatternConstraintsPageViewImpl> inj2635_FactPatternConstraintsPageViewImpl_creational = new CreationalCallback<FactPatternConstraintsPageViewImpl>() { | |
| public FactPatternConstraintsPageViewImpl getInstance(final CreationalContext context) { | |
| final FactPatternConstraintsPageViewImpl inj2634_FactPatternConstraintsPageViewImpl = new FactPatternConstraintsPageViewImpl(); | |
| context.addBean(context.getBeanReference(FactPatternConstraintsPageViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2634_FactPatternConstraintsPageViewImpl); | |
| _2004760627__$1084620447_availableConditionsCell(inj2634_FactPatternConstraintsPageViewImpl, inj2636_ConditionPatternCell_creational.getInstance(context)); | |
| _2004760627__$1071623181_chosenConditionsCell(inj2634_FactPatternConstraintsPageViewImpl, inj2601_ConditionCell_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2634_FactPatternConstraintsPageViewImpl, init_inj2634_FactPatternConstraintsPageViewImpl); | |
| return inj2634_FactPatternConstraintsPageViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<FactPatternConstraintsPage> inj2638_FactPatternConstraintsPage_creational = new CreationalCallback<FactPatternConstraintsPage>() { | |
| public FactPatternConstraintsPage getInstance(final CreationalContext context) { | |
| final FactPatternConstraintsPage inj2637_FactPatternConstraintsPage = new FactPatternConstraintsPage(); | |
| context.addBean(context.getBeanReference(FactPatternConstraintsPage.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2637_FactPatternConstraintsPage); | |
| _809053102__$748137613_view(inj2637_FactPatternConstraintsPage, inj2635_FactPatternConstraintsPageViewImpl_creational.getInstance(context)); | |
| _809053102__1116818801_conditionsDefinedEvent(inj2637_FactPatternConstraintsPage, inj2532_EventProvider.provide(new Class[] { ConditionsDefinedEvent.class }, null)); | |
| _809053102__1116818801_wizardPageStatusChangeEvent(inj2637_FactPatternConstraintsPage, inj2532_EventProvider.provide(new Class[] { WizardPageStatusChangeEvent.class }, null)); | |
| final Subscription var76 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent", new AbstractCDIEventCallback<DuplicatePatternsEvent>() { | |
| public void fireEvent(final DuplicatePatternsEvent event) { | |
| inj2637_FactPatternConstraintsPage.onDuplicatePatterns(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2637_FactPatternConstraintsPage, new DestructionCallback<FactPatternConstraintsPage>() { | |
| public void destroy(final FactPatternConstraintsPage obj) { | |
| var76.remove(); | |
| } | |
| }); | |
| final Subscription var77 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ConditionsDefinedEvent", new AbstractCDIEventCallback<ConditionsDefinedEvent>() { | |
| public void fireEvent(final ConditionsDefinedEvent event) { | |
| inj2637_FactPatternConstraintsPage.onConditionsDefined(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ConditionsDefinedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2637_FactPatternConstraintsPage, new DestructionCallback<FactPatternConstraintsPage>() { | |
| public void destroy(final FactPatternConstraintsPage obj) { | |
| var77.remove(); | |
| } | |
| }); | |
| return inj2637_FactPatternConstraintsPage; | |
| } | |
| }; | |
| private final CreationalCallback<ActionSetFieldPatternCell> inj2641_ActionSetFieldPatternCell_creational = new CreationalCallback<ActionSetFieldPatternCell>() { | |
| public ActionSetFieldPatternCell getInstance(final CreationalContext context) { | |
| final ActionSetFieldPatternCell inj2485_ActionSetFieldPatternCell = new ActionSetFieldPatternCell(); | |
| context.addBean(context.getBeanReference(ActionSetFieldPatternCell.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2485_ActionSetFieldPatternCell); | |
| return inj2485_ActionSetFieldPatternCell; | |
| } | |
| }; | |
| private final CreationalCallback<ActionSetFieldCell> inj2642_ActionSetFieldCell_creational = new CreationalCallback<ActionSetFieldCell>() { | |
| public ActionSetFieldCell getInstance(final CreationalContext context) { | |
| final ActionSetFieldCell inj2489_ActionSetFieldCell = new ActionSetFieldCell(); | |
| context.addBean(context.getBeanReference(ActionSetFieldCell.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2489_ActionSetFieldCell); | |
| return inj2489_ActionSetFieldCell; | |
| } | |
| }; | |
| private InitializationCallback<ActionSetFieldsPageViewImpl> init_inj2639_ActionSetFieldsPageViewImpl = new InitializationCallback<ActionSetFieldsPageViewImpl>() { | |
| public void init(final ActionSetFieldsPageViewImpl obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<ActionSetFieldsPageViewImpl> inj2640_ActionSetFieldsPageViewImpl_creational = new CreationalCallback<ActionSetFieldsPageViewImpl>() { | |
| public ActionSetFieldsPageViewImpl getInstance(final CreationalContext context) { | |
| final ActionSetFieldsPageViewImpl inj2639_ActionSetFieldsPageViewImpl = new ActionSetFieldsPageViewImpl(); | |
| context.addBean(context.getBeanReference(ActionSetFieldsPageViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2639_ActionSetFieldsPageViewImpl); | |
| _1798520460__1052132346_actionSetFieldPatternCell(inj2639_ActionSetFieldsPageViewImpl, inj2641_ActionSetFieldPatternCell_creational.getInstance(context)); | |
| _1798520460__833411962_actionSetFieldCell(inj2639_ActionSetFieldsPageViewImpl, inj2642_ActionSetFieldCell_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2639_ActionSetFieldsPageViewImpl, init_inj2639_ActionSetFieldsPageViewImpl); | |
| return inj2639_ActionSetFieldsPageViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ActionSetFieldsPage> inj2644_ActionSetFieldsPage_creational = new CreationalCallback<ActionSetFieldsPage>() { | |
| public ActionSetFieldsPage getInstance(final CreationalContext context) { | |
| final ActionSetFieldsPage inj2643_ActionSetFieldsPage = new ActionSetFieldsPage(); | |
| context.addBean(context.getBeanReference(ActionSetFieldsPage.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2643_ActionSetFieldsPage); | |
| _$989684985__$53973428_view(inj2643_ActionSetFieldsPage, inj2640_ActionSetFieldsPageViewImpl_creational.getInstance(context)); | |
| _$989684985__1116818801_actionSetFieldsDefinedEvent(inj2643_ActionSetFieldsPage, inj2532_EventProvider.provide(new Class[] { ActionSetFieldsDefinedEvent.class }, null)); | |
| _$989684985__1116818801_wizardPageStatusChangeEvent(inj2643_ActionSetFieldsPage, inj2532_EventProvider.provide(new Class[] { WizardPageStatusChangeEvent.class }, null)); | |
| final Subscription var78 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.PatternRemovedEvent", new AbstractCDIEventCallback<PatternRemovedEvent>() { | |
| public void fireEvent(final PatternRemovedEvent event) { | |
| inj2643_ActionSetFieldsPage.onPatternRemoved(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.PatternRemovedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2643_ActionSetFieldsPage, new DestructionCallback<ActionSetFieldsPage>() { | |
| public void destroy(final ActionSetFieldsPage obj) { | |
| var78.remove(); | |
| } | |
| }); | |
| final Subscription var79 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent", new AbstractCDIEventCallback<DuplicatePatternsEvent>() { | |
| public void fireEvent(final DuplicatePatternsEvent event) { | |
| inj2643_ActionSetFieldsPage.onDuplicatePatterns(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.DuplicatePatternsEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2643_ActionSetFieldsPage, new DestructionCallback<ActionSetFieldsPage>() { | |
| public void destroy(final ActionSetFieldsPage obj) { | |
| var79.remove(); | |
| } | |
| }); | |
| final Subscription var80 = CDI.subscribeLocal("org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionSetFieldsDefinedEvent", new AbstractCDIEventCallback<ActionSetFieldsDefinedEvent>() { | |
| public void fireEvent(final ActionSetFieldsDefinedEvent event) { | |
| inj2643_ActionSetFieldsPage.onActionSetFieldsDefined(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.guided.dtable.client.wizard.pages.events.ActionSetFieldsDefinedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2643_ActionSetFieldsPage, new DestructionCallback<ActionSetFieldsPage>() { | |
| public void destroy(final ActionSetFieldsPage obj) { | |
| var80.remove(); | |
| } | |
| }); | |
| return inj2643_ActionSetFieldsPage; | |
| } | |
| }; | |
| private final CreationalCallback<SummaryPageViewImpl> inj2646_SummaryPageViewImpl_creational = new CreationalCallback<SummaryPageViewImpl>() { | |
| public SummaryPageViewImpl getInstance(final CreationalContext context) { | |
| final SummaryPageViewImpl inj2645_SummaryPageViewImpl = new SummaryPageViewImpl(); | |
| context.addBean(context.getBeanReference(SummaryPageViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2645_SummaryPageViewImpl); | |
| return inj2645_SummaryPageViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<SummaryPage> inj2648_SummaryPage_creational = new CreationalCallback<SummaryPage>() { | |
| public SummaryPage getInstance(final CreationalContext context) { | |
| final SummaryPage inj2647_SummaryPage = new SummaryPage(); | |
| context.addBean(context.getBeanReference(SummaryPage.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2647_SummaryPage); | |
| _$1671108344__$1637755955_view(inj2647_SummaryPage, inj2646_SummaryPageViewImpl_creational.getInstance(context)); | |
| _$1671108344__1116818801_wizardPageStatusChangeEvent(inj2647_SummaryPage, inj2532_EventProvider.provide(new Class[] { WizardPageStatusChangeEvent.class }, null)); | |
| return inj2647_SummaryPage; | |
| } | |
| }; | |
| private final CreationalCallback<WizardViewImpl> inj2650_WizardViewImpl_creational = new CreationalCallback<WizardViewImpl>() { | |
| public WizardViewImpl getInstance(final CreationalContext context) { | |
| final WizardViewImpl inj2649_WizardViewImpl = new WizardViewImpl(); | |
| context.addBean(context.getBeanReference(WizardViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2649_WizardViewImpl); | |
| _$89546011__$121625827_iocBeanManager(inj2649_WizardViewImpl, inj2526_IOCBeanManagerProvider.get()); | |
| return inj2649_WizardViewImpl; | |
| } | |
| }; | |
| private final WizardViewImpl inj2649_WizardViewImpl = inj2650_WizardViewImpl_creational.getInstance(context); | |
| private InitializationCallback<WizardPresenter> init_inj2651_WizardPresenter = new InitializationCallback<WizardPresenter>() { | |
| public void init(final WizardPresenter obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<WizardPresenter> inj2652_WizardPresenter_creational = new CreationalCallback<WizardPresenter>() { | |
| public WizardPresenter getInstance(final CreationalContext context) { | |
| final WizardPresenter inj2651_WizardPresenter = new WizardPresenter(); | |
| context.addBean(context.getBeanReference(WizardPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2651_WizardPresenter); | |
| _$2104334808__625534757_view(inj2651_WizardPresenter, inj2649_WizardViewImpl); | |
| final Subscription var81 = CDI.subscribeLocal("org.uberfire.client.wizards.WizardPageStatusChangeEvent", new AbstractCDIEventCallback<WizardPageStatusChangeEvent>() { | |
| public void fireEvent(final WizardPageStatusChangeEvent event) { | |
| inj2651_WizardPresenter.onStatusChange(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.client.wizards.WizardPageStatusChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2651_WizardPresenter, new DestructionCallback<WizardPresenter>() { | |
| public void destroy(final WizardPresenter obj) { | |
| var81.remove(); | |
| } | |
| }); | |
| final Subscription var82 = CDI.subscribeLocal("org.uberfire.client.wizards.WizardPageSelectedEvent", new AbstractCDIEventCallback<WizardPageSelectedEvent>() { | |
| public void fireEvent(final WizardPageSelectedEvent event) { | |
| inj2651_WizardPresenter.onPageSelected(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.client.wizards.WizardPageSelectedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2651_WizardPresenter, new DestructionCallback<WizardPresenter>() { | |
| public void destroy(final WizardPresenter obj) { | |
| var82.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2651_WizardPresenter, init_inj2651_WizardPresenter); | |
| return inj2651_WizardPresenter; | |
| } | |
| }; | |
| private final WizardPresenter inj2651_WizardPresenter = inj2652_WizardPresenter_creational.getInstance(context); | |
| private final CreationalCallback<GuidedDTableResourceType> inj2654_GuidedDTableResourceType_creational = new CreationalCallback<GuidedDTableResourceType>() { | |
| public GuidedDTableResourceType getInstance(final CreationalContext context) { | |
| final GuidedDTableResourceType inj2653_GuidedDTableResourceType = new GuidedDTableResourceType(); | |
| context.addBean(context.getBeanReference(GuidedDTableResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2653_GuidedDTableResourceType); | |
| return inj2653_GuidedDTableResourceType; | |
| } | |
| }; | |
| private final GuidedDTableResourceType inj2653_GuidedDTableResourceType = inj2654_GuidedDTableResourceType_creational.getInstance(context); | |
| private final CreationalCallback<GuidedDecisionTableOptions> inj2657_GuidedDecisionTableOptions_creational = new CreationalCallback<GuidedDecisionTableOptions>() { | |
| public GuidedDecisionTableOptions getInstance(final CreationalContext context) { | |
| final GuidedDecisionTableOptions inj2499_GuidedDecisionTableOptions = new GuidedDecisionTableOptions(); | |
| context.addBean(context.getBeanReference(GuidedDecisionTableOptions.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2499_GuidedDecisionTableOptions); | |
| return inj2499_GuidedDecisionTableOptions; | |
| } | |
| }; | |
| private InitializationCallback<NewGuidedDecisionTableWizard> init_inj153_NewGuidedDecisionTableWizard = new InitializationCallback<NewGuidedDecisionTableWizard>() { | |
| public void init(final NewGuidedDecisionTableWizard obj) { | |
| obj.setupPages(); | |
| } | |
| }; | |
| private final CreationalCallback<NewGuidedDecisionTableWizard> inj2658_NewGuidedDecisionTableWizard_creational = new CreationalCallback<NewGuidedDecisionTableWizard>() { | |
| public NewGuidedDecisionTableWizard getInstance(final CreationalContext context) { | |
| final NewGuidedDecisionTableWizard inj153_NewGuidedDecisionTableWizard = new NewGuidedDecisionTableWizard(); | |
| context.addBean(context.getBeanReference(NewGuidedDecisionTableWizard.class, QualifierUtil.DEFAULT_QUALIFIERS), inj153_NewGuidedDecisionTableWizard); | |
| _$549886824__$1671108344_summaryPage(inj153_NewGuidedDecisionTableWizard, inj2648_SummaryPage_creational.getInstance(context)); | |
| _$549886824__$274567445_columnExpansionPage(inj153_NewGuidedDecisionTableWizard, inj2627_ColumnExpansionPage_creational.getInstance(context)); | |
| _$549886824__197002955_factPatternsPage(inj153_NewGuidedDecisionTableWizard, inj2625_FactPatternsPage_creational.getInstance(context)); | |
| _$549886824__809053102_factPatternConstraintsPage(inj153_NewGuidedDecisionTableWizard, inj2638_FactPatternConstraintsPage_creational.getInstance(context)); | |
| _$549886824__$989684985_actionSetFieldsPage(inj153_NewGuidedDecisionTableWizard, inj2644_ActionSetFieldsPage_creational.getInstance(context)); | |
| _$549886824__207361232_actionInsertFactFieldsPage(inj153_NewGuidedDecisionTableWizard, inj2633_ActionInsertFactFieldsPage_creational.getInstance(context)); | |
| _$549886824__$2104334808_presenter(inj153_NewGuidedDecisionTableWizard, inj2651_WizardPresenter); | |
| context.addInitializationCallback(inj153_NewGuidedDecisionTableWizard, init_inj153_NewGuidedDecisionTableWizard); | |
| return inj153_NewGuidedDecisionTableWizard; | |
| } | |
| }; | |
| private InitializationCallback<NewGuidedDecisionTableHandler> init_inj2655_NewGuidedDecisionTableHandler = new InitializationCallback<NewGuidedDecisionTableHandler>() { | |
| public void init(final NewGuidedDecisionTableHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| _$480679365_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewGuidedDecisionTableHandler> inj2656_NewGuidedDecisionTableHandler_creational = new CreationalCallback<NewGuidedDecisionTableHandler>() { | |
| public NewGuidedDecisionTableHandler getInstance(final CreationalContext context) { | |
| final NewGuidedDecisionTableHandler inj2655_NewGuidedDecisionTableHandler = new NewGuidedDecisionTableHandler(); | |
| context.addBean(context.getBeanReference(NewGuidedDecisionTableHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2655_NewGuidedDecisionTableHandler); | |
| _$480679365__$906533316_placeManager(inj2655_NewGuidedDecisionTableHandler, inj2567_PlaceManagerImpl); | |
| _$480679365__$3266993_service(inj2655_NewGuidedDecisionTableHandler, inj2534_CallerProvider.provide(new Class[] { GuidedDecisionTableEditorService.class }, null)); | |
| _$480679365__$3266993_dmoService(inj2655_NewGuidedDecisionTableHandler, inj2534_CallerProvider.provide(new Class[] { DataModelService.class }, null)); | |
| _$480679365__515496942_resourceType(inj2655_NewGuidedDecisionTableHandler, inj2653_GuidedDTableResourceType); | |
| _$480679365__490685945_options(inj2655_NewGuidedDecisionTableHandler, inj2657_GuidedDecisionTableOptions_creational.getInstance(context)); | |
| _$480679365__$2104334808_wizardPresenter(inj2655_NewGuidedDecisionTableHandler, inj2651_WizardPresenter); | |
| _$480679365__$549886824_wizard(inj2655_NewGuidedDecisionTableHandler, inj2658_NewGuidedDecisionTableWizard_creational.getInstance(context)); | |
| _$480679365__886285106_busyIndicatorView(inj2655_NewGuidedDecisionTableHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2655_NewGuidedDecisionTableHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2655_NewGuidedDecisionTableHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2655_NewGuidedDecisionTableHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2655_NewGuidedDecisionTableHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2655_NewGuidedDecisionTableHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2655_NewGuidedDecisionTableHandler, init_inj2655_NewGuidedDecisionTableHandler); | |
| return inj2655_NewGuidedDecisionTableHandler; | |
| } | |
| }; | |
| private final NewGuidedDecisionTableHandler inj2655_NewGuidedDecisionTableHandler = inj2656_NewGuidedDecisionTableHandler_creational.getInstance(context); | |
| private InitializationCallback<FullTextSearchFormView> init_inj2659_FullTextSearchFormView = new InitializationCallback<FullTextSearchFormView>() { | |
| public void init(final FullTextSearchFormView obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<FullTextSearchFormView> inj2660_FullTextSearchFormView_creational = new CreationalCallback<FullTextSearchFormView>() { | |
| public FullTextSearchFormView getInstance(final CreationalContext context) { | |
| final FullTextSearchFormView inj2659_FullTextSearchFormView = new FullTextSearchFormView(); | |
| context.addBean(context.getBeanReference(FullTextSearchFormView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2659_FullTextSearchFormView); | |
| context.addInitializationCallback(inj2659_FullTextSearchFormView, init_inj2659_FullTextSearchFormView); | |
| return inj2659_FullTextSearchFormView; | |
| } | |
| }; | |
| private InitializationCallback<FullTextSearchFormPresenter> init_inj2661_FullTextSearchFormPresenter = new InitializationCallback<FullTextSearchFormPresenter>() { | |
| public void init(final FullTextSearchFormPresenter obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<FullTextSearchFormPresenter> inj2662_FullTextSearchFormPresenter_creational = new CreationalCallback<FullTextSearchFormPresenter>() { | |
| public FullTextSearchFormPresenter getInstance(final CreationalContext context) { | |
| final FullTextSearchFormPresenter inj2661_FullTextSearchFormPresenter = new FullTextSearchFormPresenter(); | |
| context.addBean(context.getBeanReference(FullTextSearchFormPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2661_FullTextSearchFormPresenter); | |
| _$1270365959__765128592_view(inj2661_FullTextSearchFormPresenter, inj2660_FullTextSearchFormView_creational.getInstance(context)); | |
| _$1270365959__1116818801_changeTitleWidgetEvent(inj2661_FullTextSearchFormPresenter, inj2532_EventProvider.provide(new Class[] { ChangeTitleWidgetEvent.class }, null)); | |
| context.addInitializationCallback(inj2661_FullTextSearchFormPresenter, init_inj2661_FullTextSearchFormPresenter); | |
| return inj2661_FullTextSearchFormPresenter; | |
| } | |
| }; | |
| private InitializationCallback<TextEditorView> init_inj2335_TextEditorView = new InitializationCallback<TextEditorView>() { | |
| public void init(final TextEditorView obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<TextEditorView> inj2665_TextEditorView_creational = new CreationalCallback<TextEditorView>() { | |
| public TextEditorView getInstance(final CreationalContext context) { | |
| final TextEditorView inj2335_TextEditorView = new TextEditorView(); | |
| context.addBean(context.getBeanReference(TextEditorView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2335_TextEditorView); | |
| context.addInitializationCallback(inj2335_TextEditorView, init_inj2335_TextEditorView); | |
| return inj2335_TextEditorView; | |
| } | |
| }; | |
| private final CreationalCallback<DefaultFileEditorPresenter> inj2664_DefaultFileEditorPresenter_creational = new CreationalCallback<DefaultFileEditorPresenter>() { | |
| public DefaultFileEditorPresenter getInstance(final CreationalContext context) { | |
| final DefaultFileEditorPresenter inj2663_DefaultFileEditorPresenter = new DefaultFileEditorPresenter(); | |
| context.addBean(context.getBeanReference(DefaultFileEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2663_DefaultFileEditorPresenter); | |
| inj2663_DefaultFileEditorPresenter.view = inj2665_TextEditorView_creational.getInstance(context); | |
| _$1988003627__$3266993_vfsServices(inj2663_DefaultFileEditorPresenter, inj2534_CallerProvider.provide(new Class[] { VFSService.class }, null)); | |
| return inj2663_DefaultFileEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<DefaultFileEditorPresenterActivity> inj2667_DefaultFileEditorPresenterActivity_creational = new CreationalCallback<DefaultFileEditorPresenterActivity>() { | |
| public DefaultFileEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var83 = inj2567_PlaceManagerImpl; | |
| final DefaultFileEditorPresenterActivity inj2666_DefaultFileEditorPresenterActivity = new DefaultFileEditorPresenterActivity(var83); | |
| context.addBean(context.getBeanReference(DefaultFileEditorPresenterActivity.class, arrayOf_19635043Annotation_1391407525), inj2666_DefaultFileEditorPresenterActivity); | |
| _$1969214716__$1988003627_realPresenter(inj2666_DefaultFileEditorPresenterActivity, inj2664_DefaultFileEditorPresenter_creational.getInstance(context)); | |
| return inj2666_DefaultFileEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<ToolsMenu> inj2669_ToolsMenu_creational = new CreationalCallback<ToolsMenu>() { | |
| public ToolsMenu getInstance(final CreationalContext context) { | |
| final ToolsMenu inj2668_ToolsMenu = new ToolsMenu(); | |
| context.addBean(context.getBeanReference(ToolsMenu.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2668_ToolsMenu); | |
| _$1605420596__$906533316_placeManager(inj2668_ToolsMenu, inj2567_PlaceManagerImpl); | |
| _$1605420596__$3266993_projectService(inj2668_ToolsMenu, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| final Subscription var84 = CDI.subscribeLocal("org.uberfire.workbench.events.PathChangeEvent", new AbstractCDIEventCallback<PathChangeEvent>() { | |
| public void fireEvent(final PathChangeEvent event) { | |
| inj2668_ToolsMenu.selectedPathChanged(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PathChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2668_ToolsMenu, new DestructionCallback<ToolsMenu>() { | |
| public void destroy(final ToolsMenu obj) { | |
| var84.remove(); | |
| } | |
| }); | |
| return inj2668_ToolsMenu; | |
| } | |
| }; | |
| private final ToolsMenu inj2668_ToolsMenu = inj2669_ToolsMenu_creational.getInstance(context); | |
| private final CreationalCallback<ProjectEditorEntryPoint> inj2671_ProjectEditorEntryPoint_creational = new CreationalCallback<ProjectEditorEntryPoint>() { | |
| public ProjectEditorEntryPoint getInstance(final CreationalContext context) { | |
| final ProjectEditorEntryPoint inj2670_ProjectEditorEntryPoint = new ProjectEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(ProjectEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2670_ProjectEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2670_ProjectEditorEntryPoint.wireUp(); | |
| } | |
| }); | |
| return inj2670_ProjectEditorEntryPoint; | |
| } | |
| }; | |
| private final ProjectEditorEntryPoint inj2670_ProjectEditorEntryPoint = inj2671_ProjectEditorEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<NotificationPopupsManager> inj2673_NotificationPopupsManager_creational = new CreationalCallback<NotificationPopupsManager>() { | |
| public NotificationPopupsManager getInstance(final CreationalContext context) { | |
| final NotificationPopupsManager inj2672_NotificationPopupsManager = new NotificationPopupsManager(); | |
| context.addBean(context.getBeanReference(NotificationPopupsManager.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2672_NotificationPopupsManager); | |
| _$746838216__$121625827_iocManager(inj2672_NotificationPopupsManager, inj2526_IOCBeanManagerProvider.get()); | |
| final Subscription var85 = CDI.subscribeLocal("org.uberfire.workbench.events.NotificationEvent", new AbstractCDIEventCallback<NotificationEvent>() { | |
| public void fireEvent(final NotificationEvent event) { | |
| inj2672_NotificationPopupsManager.addNotification(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.NotificationEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2672_NotificationPopupsManager, new DestructionCallback<NotificationPopupsManager>() { | |
| public void destroy(final NotificationPopupsManager obj) { | |
| var85.remove(); | |
| } | |
| }); | |
| return inj2672_NotificationPopupsManager; | |
| } | |
| }; | |
| private final NotificationPopupsManager inj2672_NotificationPopupsManager = inj2673_NotificationPopupsManager_creational.getInstance(context); | |
| private final CreationalCallback<TestScenarioResourceType> inj2675_TestScenarioResourceType_creational = new CreationalCallback<TestScenarioResourceType>() { | |
| public TestScenarioResourceType getInstance(final CreationalContext context) { | |
| final TestScenarioResourceType inj2674_TestScenarioResourceType = new TestScenarioResourceType(); | |
| context.addBean(context.getBeanReference(TestScenarioResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2674_TestScenarioResourceType); | |
| return inj2674_TestScenarioResourceType; | |
| } | |
| }; | |
| private final TestScenarioResourceType inj2674_TestScenarioResourceType = inj2675_TestScenarioResourceType_creational.getInstance(context); | |
| private final CreationalCallback<EnumResourceType> inj2677_EnumResourceType_creational = new CreationalCallback<EnumResourceType>() { | |
| public EnumResourceType getInstance(final CreationalContext context) { | |
| final EnumResourceType inj2676_EnumResourceType = new EnumResourceType(); | |
| context.addBean(context.getBeanReference(EnumResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2676_EnumResourceType); | |
| return inj2676_EnumResourceType; | |
| } | |
| }; | |
| private final EnumResourceType inj2676_EnumResourceType = inj2677_EnumResourceType_creational.getInstance(context); | |
| private final CreationalCallback<InstanceProvider> inj2678_InstanceProvider_creational = new CreationalCallback<InstanceProvider>() { | |
| public InstanceProvider getInstance(final CreationalContext context) { | |
| final InstanceProvider inj2528_InstanceProvider = new InstanceProvider(); | |
| context.addBean(context.getBeanReference(InstanceProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2528_InstanceProvider); | |
| return inj2528_InstanceProvider; | |
| } | |
| }; | |
| private final InstanceProvider inj2528_InstanceProvider = inj2678_InstanceProvider_creational.getInstance(context); | |
| private final CreationalCallback<MetaFileEditorPresenter> inj2680_MetaFileEditorPresenter_creational = new CreationalCallback<MetaFileEditorPresenter>() { | |
| public MetaFileEditorPresenter getInstance(final CreationalContext context) { | |
| final MetaFileEditorPresenter inj2679_MetaFileEditorPresenter = new MetaFileEditorPresenter(); | |
| context.addBean(context.getBeanReference(MetaFileEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2679_MetaFileEditorPresenter); | |
| inj2679_MetaFileEditorPresenter.view = inj2665_TextEditorView_creational.getInstance(context); | |
| _$238379932__$3266993_vfsServices(inj2679_MetaFileEditorPresenter, inj2534_CallerProvider.provide(new Class[] { VFSService.class }, null)); | |
| return inj2679_MetaFileEditorPresenter; | |
| } | |
| }; | |
| private InitializationCallback<ScoreCardXLSEditorViewImpl> init_inj1615_ScoreCardXLSEditorViewImpl = new InitializationCallback<ScoreCardXLSEditorViewImpl>() { | |
| public void init(final ScoreCardXLSEditorViewImpl obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<ScoreCardXLSEditorViewImpl> inj2683_ScoreCardXLSEditorViewImpl_creational = new CreationalCallback<ScoreCardXLSEditorViewImpl>() { | |
| public ScoreCardXLSEditorViewImpl getInstance(final CreationalContext context) { | |
| final ScoreCardXLSEditorViewImpl inj1615_ScoreCardXLSEditorViewImpl = new ScoreCardXLSEditorViewImpl(); | |
| context.addBean(context.getBeanReference(ScoreCardXLSEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1615_ScoreCardXLSEditorViewImpl); | |
| _1115138553__$1832909396_uploadWidget(inj1615_ScoreCardXLSEditorViewImpl, inj2578_AttachmentFileWidget_creational.getInstance(context)); | |
| _1115138553__1116818801_notificationEvent(inj1615_ScoreCardXLSEditorViewImpl, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| context.addInitializationCallback(inj1615_ScoreCardXLSEditorViewImpl, init_inj1615_ScoreCardXLSEditorViewImpl); | |
| return inj1615_ScoreCardXLSEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ScoreCardXLSEditorPresenter> inj2682_ScoreCardXLSEditorPresenter_creational = new CreationalCallback<ScoreCardXLSEditorPresenter>() { | |
| public ScoreCardXLSEditorPresenter getInstance(final CreationalContext context) { | |
| final ScoreCardXLSEditorPresenter inj2681_ScoreCardXLSEditorPresenter = new ScoreCardXLSEditorPresenter(); | |
| context.addBean(context.getBeanReference(ScoreCardXLSEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2681_ScoreCardXLSEditorPresenter); | |
| _881148308__$3266993_scoreCardXLSService(inj2681_ScoreCardXLSEditorPresenter, inj2534_CallerProvider.provide(new Class[] { ScoreCardXLSService.class }, null)); | |
| _881148308__$3266993_metadataService(inj2681_ScoreCardXLSEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _881148308__1116818801_notification(inj2681_ScoreCardXLSEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _881148308__$906533316_placeManager(inj2681_ScoreCardXLSEditorPresenter, inj2567_PlaceManagerImpl); | |
| _881148308__129865785_view(inj2681_ScoreCardXLSEditorPresenter, inj2683_ScoreCardXLSEditorViewImpl_creational.getInstance(context)); | |
| _881148308__$1151348425_metadataWidget(inj2681_ScoreCardXLSEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| _881148308__$76115871_multiPage(inj2681_ScoreCardXLSEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _881148308__886285106_busyIndicatorView(inj2681_ScoreCardXLSEditorPresenter, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _881148308__996422802_menuBuilder(inj2681_ScoreCardXLSEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| return inj2681_ScoreCardXLSEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<FactModelResourceType> inj2685_FactModelResourceType_creational = new CreationalCallback<FactModelResourceType>() { | |
| public FactModelResourceType getInstance(final CreationalContext context) { | |
| final FactModelResourceType inj2684_FactModelResourceType = new FactModelResourceType(); | |
| context.addBean(context.getBeanReference(FactModelResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2684_FactModelResourceType); | |
| return inj2684_FactModelResourceType; | |
| } | |
| }; | |
| private final FactModelResourceType inj2684_FactModelResourceType = inj2685_FactModelResourceType_creational.getInstance(context); | |
| private final CreationalCallback<GlobalResourceType> inj2687_GlobalResourceType_creational = new CreationalCallback<GlobalResourceType>() { | |
| public GlobalResourceType getInstance(final CreationalContext context) { | |
| final GlobalResourceType inj2686_GlobalResourceType = new GlobalResourceType(); | |
| context.addBean(context.getBeanReference(GlobalResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2686_GlobalResourceType); | |
| return inj2686_GlobalResourceType; | |
| } | |
| }; | |
| private final GlobalResourceType inj2686_GlobalResourceType = inj2687_GlobalResourceType_creational.getInstance(context); | |
| private final CreationalCallback<CategoryDefinitionResourceType> inj2689_CategoryDefinitionResourceType_creational = new CreationalCallback<CategoryDefinitionResourceType>() { | |
| public CategoryDefinitionResourceType getInstance(final CreationalContext context) { | |
| final CategoryDefinitionResourceType inj2688_CategoryDefinitionResourceType = new CategoryDefinitionResourceType(); | |
| context.addBean(context.getBeanReference(CategoryDefinitionResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2688_CategoryDefinitionResourceType); | |
| return inj2688_CategoryDefinitionResourceType; | |
| } | |
| }; | |
| private final CategoryDefinitionResourceType inj2688_CategoryDefinitionResourceType = inj2689_CategoryDefinitionResourceType_creational.getInstance(context); | |
| private final CreationalCallback<DisposerProvider> inj2690_DisposerProvider_creational = new CreationalCallback<DisposerProvider>() { | |
| public DisposerProvider getInstance(final CreationalContext context) { | |
| final DisposerProvider inj2536_DisposerProvider = new DisposerProvider(); | |
| context.addBean(context.getBeanReference(DisposerProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2536_DisposerProvider); | |
| _$1300398733__$121625827_beanManager(inj2536_DisposerProvider, inj2526_IOCBeanManagerProvider.get()); | |
| return inj2536_DisposerProvider; | |
| } | |
| }; | |
| private final DisposerProvider inj2536_DisposerProvider = inj2690_DisposerProvider_creational.getInstance(context); | |
| private final CreationalCallback<DecisionTableXLSResourceType> inj2692_DecisionTableXLSResourceType_creational = new CreationalCallback<DecisionTableXLSResourceType>() { | |
| public DecisionTableXLSResourceType getInstance(final CreationalContext context) { | |
| final DecisionTableXLSResourceType inj2691_DecisionTableXLSResourceType = new DecisionTableXLSResourceType(); | |
| context.addBean(context.getBeanReference(DecisionTableXLSResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2691_DecisionTableXLSResourceType); | |
| return inj2691_DecisionTableXLSResourceType; | |
| } | |
| }; | |
| private final DecisionTableXLSResourceType inj2691_DecisionTableXLSResourceType = inj2692_DecisionTableXLSResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewDecisionTableXLSHandler> init_inj2693_NewDecisionTableXLSHandler = new InitializationCallback<NewDecisionTableXLSHandler>() { | |
| public void init(final NewDecisionTableXLSHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| _1209585853_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewDecisionTableXLSHandler> inj2694_NewDecisionTableXLSHandler_creational = new CreationalCallback<NewDecisionTableXLSHandler>() { | |
| public NewDecisionTableXLSHandler getInstance(final CreationalContext context) { | |
| final NewDecisionTableXLSHandler inj2693_NewDecisionTableXLSHandler = new NewDecisionTableXLSHandler(); | |
| context.addBean(context.getBeanReference(NewDecisionTableXLSHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2693_NewDecisionTableXLSHandler); | |
| _1209585853__$3266993_decisionTableXLSService(inj2693_NewDecisionTableXLSHandler, inj2534_CallerProvider.provide(new Class[] { DecisionTableXLSService.class }, null)); | |
| _1209585853__$906533316_placeManager(inj2693_NewDecisionTableXLSHandler, inj2567_PlaceManagerImpl); | |
| _1209585853__379621860_resourceType(inj2693_NewDecisionTableXLSHandler, inj2691_DecisionTableXLSResourceType); | |
| _1209585853__$1832909396_uploadWidget(inj2693_NewDecisionTableXLSHandler, inj2578_AttachmentFileWidget_creational.getInstance(context)); | |
| _1209585853__886285106_busyIndicatorView(inj2693_NewDecisionTableXLSHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2693_NewDecisionTableXLSHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2693_NewDecisionTableXLSHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2693_NewDecisionTableXLSHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2693_NewDecisionTableXLSHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2693_NewDecisionTableXLSHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2693_NewDecisionTableXLSHandler, init_inj2693_NewDecisionTableXLSHandler); | |
| return inj2693_NewDecisionTableXLSHandler; | |
| } | |
| }; | |
| private final NewDecisionTableXLSHandler inj2693_NewDecisionTableXLSHandler = inj2694_NewDecisionTableXLSHandler_creational.getInstance(context); | |
| private final CreationalCallback<DSLResourceTypeDefinition> inj2696_DSLResourceTypeDefinition_creational = new CreationalCallback<DSLResourceTypeDefinition>() { | |
| public DSLResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final DSLResourceTypeDefinition inj2695_DSLResourceTypeDefinition = new DSLResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(DSLResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2695_DSLResourceTypeDefinition); | |
| return inj2695_DSLResourceTypeDefinition; | |
| } | |
| }; | |
| private final DSLResourceTypeDefinition inj2695_DSLResourceTypeDefinition = inj2696_DSLResourceTypeDefinition_creational.getInstance(context); | |
| private InitializationCallback<RepositoriesView> init_inj1672_RepositoriesView = new InitializationCallback<RepositoriesView>() { | |
| public void init(final RepositoriesView obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<RepositoriesView> inj2699_RepositoriesView_creational = new CreationalCallback<RepositoriesView>() { | |
| public RepositoriesView getInstance(final CreationalContext context) { | |
| final RepositoriesView inj1672_RepositoriesView = new RepositoriesView(); | |
| context.addBean(context.getBeanReference(RepositoriesView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1672_RepositoriesView); | |
| context.addInitializationCallback(inj1672_RepositoriesView, init_inj1672_RepositoriesView); | |
| return inj1672_RepositoriesView; | |
| } | |
| }; | |
| private final CreationalCallback<RepositoriesPresenter> inj2698_RepositoriesPresenter_creational = new CreationalCallback<RepositoriesPresenter>() { | |
| public RepositoriesPresenter getInstance(final CreationalContext context) { | |
| final RepositoriesPresenter inj2697_RepositoriesPresenter = new RepositoriesPresenter(); | |
| context.addBean(context.getBeanReference(RepositoriesPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2697_RepositoriesPresenter); | |
| _$1729318371__$3266993_vfsService(inj2697_RepositoriesPresenter, inj2534_CallerProvider.provide(new Class[] { VFSService.class }, null)); | |
| _$1729318371__$3266993_repositoryService(inj2697_RepositoriesPresenter, inj2534_CallerProvider.provide(new Class[] { RepositoryService.class }, null)); | |
| _$1729318371__$121625827_iocManager(inj2697_RepositoriesPresenter, inj2526_IOCBeanManagerProvider.get()); | |
| inj2697_RepositoriesPresenter.view = inj2699_RepositoriesView_creational.getInstance(context); | |
| final Subscription var87 = CDI.subscribe("org.uberfire.backend.repositories.NewRepositoryEvent", new AbstractCDIEventCallback<NewRepositoryEvent>() { | |
| public void fireEvent(final NewRepositoryEvent event) { | |
| inj2697_RepositoriesPresenter.newRepository(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.backend.repositories.NewRepositoryEvent []"; | |
| } | |
| }); | |
| final Subscription var88 = ErraiBus.get().subscribe("cdi.event:org.uberfire.backend.repositories.NewRepositoryEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2697_RepositoriesPresenter, new DestructionCallback<RepositoriesPresenter>() { | |
| public void destroy(final RepositoriesPresenter obj) { | |
| var87.remove(); | |
| var88.remove(); | |
| } | |
| }); | |
| return inj2697_RepositoriesPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<RepositoriesPresenterActivity> inj2701_RepositoriesPresenterActivity_creational = new CreationalCallback<RepositoriesPresenterActivity>() { | |
| public RepositoriesPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var89 = inj2567_PlaceManagerImpl; | |
| final RepositoriesPresenterActivity inj2700_RepositoriesPresenterActivity = new RepositoriesPresenterActivity(var89); | |
| context.addBean(context.getBeanReference(RepositoriesPresenterActivity.class, arrayOf_19635043Annotation_2081846519), inj2700_RepositoriesPresenterActivity); | |
| _$285107124__$1729318371_realPresenter(inj2700_RepositoriesPresenterActivity, inj2698_RepositoriesPresenter_creational.getInstance(context)); | |
| return inj2700_RepositoriesPresenterActivity; | |
| } | |
| }; | |
| private InitializationCallback<RepositoryEditorView> init_inj333_RepositoryEditorView = new InitializationCallback<RepositoryEditorView>() { | |
| public void init(final RepositoryEditorView obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<RepositoryEditorView> inj2704_RepositoryEditorView_creational = new CreationalCallback<RepositoryEditorView>() { | |
| public RepositoryEditorView getInstance(final CreationalContext context) { | |
| final RepositoryEditorView inj333_RepositoryEditorView = new RepositoryEditorView(); | |
| context.addBean(context.getBeanReference(RepositoryEditorView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj333_RepositoryEditorView); | |
| context.addInitializationCallback(inj333_RepositoryEditorView, init_inj333_RepositoryEditorView); | |
| return inj333_RepositoryEditorView; | |
| } | |
| }; | |
| private final CreationalCallback<RepositoryEditorPresenter> inj2703_RepositoryEditorPresenter_creational = new CreationalCallback<RepositoryEditorPresenter>() { | |
| public RepositoryEditorPresenter getInstance(final CreationalContext context) { | |
| final RepositoryEditorPresenter inj2702_RepositoryEditorPresenter = new RepositoryEditorPresenter(); | |
| context.addBean(context.getBeanReference(RepositoryEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2702_RepositoryEditorPresenter); | |
| _565882618__$3266993_repositoryService(inj2702_RepositoryEditorPresenter, inj2534_CallerProvider.provide(new Class[] { RepositoryService.class }, null)); | |
| inj2702_RepositoryEditorPresenter.view = inj2704_RepositoryEditorView_creational.getInstance(context); | |
| return inj2702_RepositoryEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<RepositoryEditorPresenterActivity> inj2706_RepositoryEditorPresenterActivity_creational = new CreationalCallback<RepositoryEditorPresenterActivity>() { | |
| public RepositoryEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var90 = inj2567_PlaceManagerImpl; | |
| final RepositoryEditorPresenterActivity inj2705_RepositoryEditorPresenterActivity = new RepositoryEditorPresenterActivity(var90); | |
| context.addBean(context.getBeanReference(RepositoryEditorPresenterActivity.class, arrayOf_19635043Annotation_217497233), inj2705_RepositoryEditorPresenterActivity); | |
| _$1222153175__565882618_realPresenter(inj2705_RepositoryEditorPresenterActivity, inj2703_RepositoryEditorPresenter_creational.getInstance(context)); | |
| return inj2705_RepositoryEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<ScoreCardXLSResourceTypeDefinition> inj2708_ScoreCardXLSResourceTypeDefinition_creational = new CreationalCallback<ScoreCardXLSResourceTypeDefinition>() { | |
| public ScoreCardXLSResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final ScoreCardXLSResourceTypeDefinition inj2707_ScoreCardXLSResourceTypeDefinition = new ScoreCardXLSResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(ScoreCardXLSResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2707_ScoreCardXLSResourceTypeDefinition); | |
| return inj2707_ScoreCardXLSResourceTypeDefinition; | |
| } | |
| }; | |
| private final ScoreCardXLSResourceTypeDefinition inj2707_ScoreCardXLSResourceTypeDefinition = inj2708_ScoreCardXLSResourceTypeDefinition_creational.getInstance(context); | |
| private final CreationalCallback<PopupView> inj2710_PopupView_creational = new CreationalCallback<PopupView>() { | |
| public PopupView getInstance(final CreationalContext context) { | |
| final PopupView inj2709_PopupView = new PopupView(); | |
| context.addBean(context.getBeanReference(PopupView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2709_PopupView); | |
| return inj2709_PopupView; | |
| } | |
| }; | |
| private InitializationCallback<MultipleActivitiesFoundView> init_inj2430_MultipleActivitiesFoundView = new InitializationCallback<MultipleActivitiesFoundView>() { | |
| public void init(final MultipleActivitiesFoundView obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<MultipleActivitiesFoundView> inj2713_MultipleActivitiesFoundView_creational = new CreationalCallback<MultipleActivitiesFoundView>() { | |
| public MultipleActivitiesFoundView getInstance(final CreationalContext context) { | |
| final MultipleActivitiesFoundView inj2430_MultipleActivitiesFoundView = new MultipleActivitiesFoundView(); | |
| context.addBean(context.getBeanReference(MultipleActivitiesFoundView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2430_MultipleActivitiesFoundView); | |
| context.addInitializationCallback(inj2430_MultipleActivitiesFoundView, init_inj2430_MultipleActivitiesFoundView); | |
| return inj2430_MultipleActivitiesFoundView; | |
| } | |
| }; | |
| private InitializationCallback<MultipleActivitiesFoundPresenter> init_inj2711_MultipleActivitiesFoundPresenter = new InitializationCallback<MultipleActivitiesFoundPresenter>() { | |
| public void init(final MultipleActivitiesFoundPresenter obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<MultipleActivitiesFoundPresenter> inj2712_MultipleActivitiesFoundPresenter_creational = new CreationalCallback<MultipleActivitiesFoundPresenter>() { | |
| public MultipleActivitiesFoundPresenter getInstance(final CreationalContext context) { | |
| final MultipleActivitiesFoundPresenter inj2711_MultipleActivitiesFoundPresenter = new MultipleActivitiesFoundPresenter(); | |
| context.addBean(context.getBeanReference(MultipleActivitiesFoundPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2711_MultipleActivitiesFoundPresenter); | |
| _1214998186__1962946687_view(inj2711_MultipleActivitiesFoundPresenter, inj2713_MultipleActivitiesFoundView_creational.getInstance(context)); | |
| _1214998186__$906533316_placeManager(inj2711_MultipleActivitiesFoundPresenter, inj2567_PlaceManagerImpl); | |
| _1214998186__$1583970232_activityManager(inj2711_MultipleActivitiesFoundPresenter, inj2551_ActivityManagerImpl); | |
| _1214998186__1116818801_closePlaceEvent(inj2711_MultipleActivitiesFoundPresenter, inj2532_EventProvider.provide(new Class[] { BeforeClosePlaceEvent.class }, null)); | |
| _1214998186__$1022831358_defaultPlaceResolver(inj2711_MultipleActivitiesFoundPresenter, inj2557_DefaultPlaceResolver); | |
| context.addInitializationCallback(inj2711_MultipleActivitiesFoundPresenter, init_inj2711_MultipleActivitiesFoundPresenter); | |
| return inj2711_MultipleActivitiesFoundPresenter; | |
| } | |
| }; | |
| private final MultipleActivitiesFoundPresenter inj2711_MultipleActivitiesFoundPresenter = inj2712_MultipleActivitiesFoundPresenter_creational.getInstance(context); | |
| private InitializationCallback<MultipleActivitiesFoundPresenterActivity> init_inj2714_MultipleActivitiesFoundPresenterActivity = new InitializationCallback<MultipleActivitiesFoundPresenterActivity>() { | |
| public void init(final MultipleActivitiesFoundPresenterActivity obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<MultipleActivitiesFoundPresenterActivity> inj2715_MultipleActivitiesFoundPresenterActivity_creational = new CreationalCallback<MultipleActivitiesFoundPresenterActivity>() { | |
| public MultipleActivitiesFoundPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var91 = inj2567_PlaceManagerImpl; | |
| final MultipleActivitiesFoundPresenterActivity inj2714_MultipleActivitiesFoundPresenterActivity = new MultipleActivitiesFoundPresenterActivity(var91); | |
| context.addBean(context.getBeanReference(MultipleActivitiesFoundPresenterActivity.class, arrayOf_19635043Annotation_586083544), inj2714_MultipleActivitiesFoundPresenterActivity); | |
| _138245081__1214998186_realPresenter(inj2714_MultipleActivitiesFoundPresenterActivity, inj2711_MultipleActivitiesFoundPresenter); | |
| _$1708929533__$121625827_iocManager(inj2714_MultipleActivitiesFoundPresenterActivity, inj2526_IOCBeanManagerProvider.get()); | |
| _$1708929533__1116818801_closePlaceEvent(inj2714_MultipleActivitiesFoundPresenterActivity, inj2532_EventProvider.provide(new Class[] { BeforeClosePlaceEvent.class }, null)); | |
| _$1708929533__677995314_popup(inj2714_MultipleActivitiesFoundPresenterActivity, inj2710_PopupView_creational.getInstance(context)); | |
| final Subscription var92 = CDI.subscribeLocal("org.uberfire.workbench.events.ClosePlaceEvent", new AbstractCDIEventCallback<ClosePlaceEvent>() { | |
| public void fireEvent(final ClosePlaceEvent event) { | |
| _$1708929533_onClose(inj2714_MultipleActivitiesFoundPresenterActivity, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2714_MultipleActivitiesFoundPresenterActivity, new DestructionCallback<AbstractPopupActivity>() { | |
| public void destroy(final AbstractPopupActivity obj) { | |
| var92.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2714_MultipleActivitiesFoundPresenterActivity, init_inj2714_MultipleActivitiesFoundPresenterActivity); | |
| return inj2714_MultipleActivitiesFoundPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<ProblemsServiceViewImpl> inj2718_ProblemsServiceViewImpl_creational = new CreationalCallback<ProblemsServiceViewImpl>() { | |
| public ProblemsServiceViewImpl getInstance(final CreationalContext context) { | |
| final ProblemsServiceViewImpl inj1618_ProblemsServiceViewImpl = new ProblemsServiceViewImpl(); | |
| context.addBean(context.getBeanReference(ProblemsServiceViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1618_ProblemsServiceViewImpl); | |
| return inj1618_ProblemsServiceViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ProblemsService> inj2717_ProblemsService_creational = new CreationalCallback<ProblemsService>() { | |
| public ProblemsService getInstance(final CreationalContext context) { | |
| final ProblemsServiceView var93 = inj2718_ProblemsServiceViewImpl_creational.getInstance(context); | |
| final PlaceManager var94 = inj2567_PlaceManagerImpl; | |
| final Event var95 = inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null); | |
| final ProblemsService inj2716_ProblemsService = new ProblemsService(var93, var94, var95); | |
| context.addBean(context.getBeanReference(ProblemsService.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2716_ProblemsService); | |
| final Subscription var96 = CDI.subscribe("org.kie.workbench.common.services.shared.builder.model.BuildResults", new AbstractCDIEventCallback<BuildResults>() { | |
| public void fireEvent(final BuildResults event) { | |
| inj2716_ProblemsService.addBuildMessages(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.builder.model.BuildResults []"; | |
| } | |
| }); | |
| final Subscription var97 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.services.shared.builder.model.BuildResults", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2716_ProblemsService, new DestructionCallback<ProblemsService>() { | |
| public void destroy(final ProblemsService obj) { | |
| var96.remove(); | |
| var97.remove(); | |
| } | |
| }); | |
| final Subscription var98 = CDI.subscribe("org.kie.workbench.common.services.shared.builder.model.IncrementalBuildResults", new AbstractCDIEventCallback<IncrementalBuildResults>() { | |
| public void fireEvent(final IncrementalBuildResults event) { | |
| inj2716_ProblemsService.addIncrementalBuildMessages(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.builder.model.IncrementalBuildResults []"; | |
| } | |
| }); | |
| final Subscription var99 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.services.shared.builder.model.IncrementalBuildResults", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2716_ProblemsService, new DestructionCallback<ProblemsService>() { | |
| public void destroy(final ProblemsService obj) { | |
| var98.remove(); | |
| var99.remove(); | |
| } | |
| }); | |
| return inj2716_ProblemsService; | |
| } | |
| }; | |
| private final ProblemsService inj2716_ProblemsService = inj2717_ProblemsService_creational.getInstance(context); | |
| private final CreationalCallback<GuidedRuleTemplateResourceType> inj2720_GuidedRuleTemplateResourceType_creational = new CreationalCallback<GuidedRuleTemplateResourceType>() { | |
| public GuidedRuleTemplateResourceType getInstance(final CreationalContext context) { | |
| final GuidedRuleTemplateResourceType inj2719_GuidedRuleTemplateResourceType = new GuidedRuleTemplateResourceType(); | |
| context.addBean(context.getBeanReference(GuidedRuleTemplateResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2719_GuidedRuleTemplateResourceType); | |
| return inj2719_GuidedRuleTemplateResourceType; | |
| } | |
| }; | |
| private final GuidedRuleTemplateResourceType inj2719_GuidedRuleTemplateResourceType = inj2720_GuidedRuleTemplateResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewGuidedRuleTemplateHandler> init_inj2721_NewGuidedRuleTemplateHandler = new InitializationCallback<NewGuidedRuleTemplateHandler>() { | |
| public void init(final NewGuidedRuleTemplateHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewGuidedRuleTemplateHandler> inj2722_NewGuidedRuleTemplateHandler_creational = new CreationalCallback<NewGuidedRuleTemplateHandler>() { | |
| public NewGuidedRuleTemplateHandler getInstance(final CreationalContext context) { | |
| final NewGuidedRuleTemplateHandler inj2721_NewGuidedRuleTemplateHandler = new NewGuidedRuleTemplateHandler(); | |
| context.addBean(context.getBeanReference(NewGuidedRuleTemplateHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2721_NewGuidedRuleTemplateHandler); | |
| _1793841537__$906533316_placeManager(inj2721_NewGuidedRuleTemplateHandler, inj2567_PlaceManagerImpl); | |
| _1793841537__$3266993_service(inj2721_NewGuidedRuleTemplateHandler, inj2534_CallerProvider.provide(new Class[] { GuidedRuleTemplateEditorService.class }, null)); | |
| _1793841537__$1242726806_resourceType(inj2721_NewGuidedRuleTemplateHandler, inj2719_GuidedRuleTemplateResourceType); | |
| _1793841537__886285106_busyIndicatorView(inj2721_NewGuidedRuleTemplateHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2721_NewGuidedRuleTemplateHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2721_NewGuidedRuleTemplateHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2721_NewGuidedRuleTemplateHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2721_NewGuidedRuleTemplateHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2721_NewGuidedRuleTemplateHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2721_NewGuidedRuleTemplateHandler, init_inj2721_NewGuidedRuleTemplateHandler); | |
| return inj2721_NewGuidedRuleTemplateHandler; | |
| } | |
| }; | |
| private final NewGuidedRuleTemplateHandler inj2721_NewGuidedRuleTemplateHandler = inj2722_NewGuidedRuleTemplateHandler_creational.getInstance(context); | |
| private final CreationalCallback<InitBallotProvider> inj2723_InitBallotProvider_creational = new CreationalCallback<InitBallotProvider>() { | |
| public InitBallotProvider getInstance(final CreationalContext context) { | |
| final InitBallotProvider inj2530_InitBallotProvider = new InitBallotProvider(); | |
| context.addBean(context.getBeanReference(InitBallotProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2530_InitBallotProvider); | |
| return inj2530_InitBallotProvider; | |
| } | |
| }; | |
| private final InitBallotProvider inj2530_InitBallotProvider = inj2723_InitBallotProvider_creational.getInstance(context); | |
| private final CreationalCallback<NewResourceView> inj2725_NewResourceView_creational = new CreationalCallback<NewResourceView>() { | |
| public NewResourceView getInstance(final CreationalContext context) { | |
| final NewResourceView inj2724_NewResourceView = new NewResourceView(); | |
| context.addBean(context.getBeanReference(NewResourceView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2724_NewResourceView); | |
| return inj2724_NewResourceView; | |
| } | |
| }; | |
| private final NewResourceView inj2724_NewResourceView = inj2725_NewResourceView_creational.getInstance(context); | |
| private InitializationCallback<NewResourcePresenter> init_inj2726_NewResourcePresenter = new InitializationCallback<NewResourcePresenter>() { | |
| public void init(final NewResourcePresenter obj) { | |
| _$1301899522_setup(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewResourcePresenter> inj2727_NewResourcePresenter_creational = new CreationalCallback<NewResourcePresenter>() { | |
| public NewResourcePresenter getInstance(final CreationalContext context) { | |
| final NewResourcePresenter inj2726_NewResourcePresenter = new NewResourcePresenter(); | |
| context.addBean(context.getBeanReference(NewResourcePresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2726_NewResourcePresenter); | |
| _$1301899522__1438931262_context(inj2726_NewResourcePresenter, inj2585_DefaultWorkbenchContext); | |
| _$1301899522__$121625827_iocBeanManager(inj2726_NewResourcePresenter, inj2526_IOCBeanManagerProvider.get()); | |
| _$1301899522__$3266993_projectService(inj2726_NewResourcePresenter, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _$1301899522__$2015750997_view(inj2726_NewResourcePresenter, inj2724_NewResourceView); | |
| final Subscription var100 = CDI.subscribeLocal("org.uberfire.workbench.events.PathChangeEvent", new AbstractCDIEventCallback<PathChangeEvent>() { | |
| public void fireEvent(final PathChangeEvent event) { | |
| inj2726_NewResourcePresenter.selectedPathChanged(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PathChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2726_NewResourcePresenter, new DestructionCallback<NewResourcePresenter>() { | |
| public void destroy(final NewResourcePresenter obj) { | |
| var100.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2726_NewResourcePresenter, init_inj2726_NewResourcePresenter); | |
| return inj2726_NewResourcePresenter; | |
| } | |
| }; | |
| private final NewResourcePresenter inj2726_NewResourcePresenter = inj2727_NewResourcePresenter_creational.getInstance(context); | |
| private InitializationCallback<GuvnorM2RepoPerspective> init_inj2728_GuvnorM2RepoPerspective = new InitializationCallback<GuvnorM2RepoPerspective>() { | |
| public void init(final GuvnorM2RepoPerspective obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<GuvnorM2RepoPerspective> inj2729_GuvnorM2RepoPerspective_creational = new CreationalCallback<GuvnorM2RepoPerspective>() { | |
| public GuvnorM2RepoPerspective getInstance(final CreationalContext context) { | |
| final GuvnorM2RepoPerspective inj2728_GuvnorM2RepoPerspective = new GuvnorM2RepoPerspective(); | |
| context.addBean(context.getBeanReference(GuvnorM2RepoPerspective.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2728_GuvnorM2RepoPerspective); | |
| _1077302412__$906533316_placeManager(inj2728_GuvnorM2RepoPerspective, inj2567_PlaceManagerImpl); | |
| _1077302412__1438931262_context(inj2728_GuvnorM2RepoPerspective, inj2585_DefaultWorkbenchContext); | |
| _1077302412__$121625827_iocBeanManager(inj2728_GuvnorM2RepoPerspective, inj2526_IOCBeanManagerProvider.get()); | |
| _1077302412__$1301899522_newResourcePresenter(inj2728_GuvnorM2RepoPerspective, inj2726_NewResourcePresenter); | |
| context.addInitializationCallback(inj2728_GuvnorM2RepoPerspective, init_inj2728_GuvnorM2RepoPerspective); | |
| return inj2728_GuvnorM2RepoPerspective; | |
| } | |
| }; | |
| private final GuvnorM2RepoPerspective inj2728_GuvnorM2RepoPerspective = inj2729_GuvnorM2RepoPerspective_creational.getInstance(context); | |
| private final CreationalCallback<DRLResourceType> inj2731_DRLResourceType_creational = new CreationalCallback<DRLResourceType>() { | |
| public DRLResourceType getInstance(final CreationalContext context) { | |
| final DRLResourceType inj2730_DRLResourceType = new DRLResourceType(); | |
| context.addBean(context.getBeanReference(DRLResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2730_DRLResourceType); | |
| return inj2730_DRLResourceType; | |
| } | |
| }; | |
| private final DRLResourceType inj2730_DRLResourceType = inj2731_DRLResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewDrlTextHandler> init_inj2732_NewDrlTextHandler = new InitializationCallback<NewDrlTextHandler>() { | |
| public void init(final NewDrlTextHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewDrlTextHandler> inj2733_NewDrlTextHandler_creational = new CreationalCallback<NewDrlTextHandler>() { | |
| public NewDrlTextHandler getInstance(final CreationalContext context) { | |
| final NewDrlTextHandler inj2732_NewDrlTextHandler = new NewDrlTextHandler(); | |
| context.addBean(context.getBeanReference(NewDrlTextHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2732_NewDrlTextHandler); | |
| _316396693__$3266993_drlTextService(inj2732_NewDrlTextHandler, inj2534_CallerProvider.provide(new Class[] { DRLTextEditorService.class }, null)); | |
| _316396693__$906533316_placeManager(inj2732_NewDrlTextHandler, inj2567_PlaceManagerImpl); | |
| _316396693__1107174637_resourceType(inj2732_NewDrlTextHandler, inj2730_DRLResourceType); | |
| _316396693__886285106_busyIndicatorView(inj2732_NewDrlTextHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2732_NewDrlTextHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2732_NewDrlTextHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2732_NewDrlTextHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2732_NewDrlTextHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2732_NewDrlTextHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2732_NewDrlTextHandler, init_inj2732_NewDrlTextHandler); | |
| return inj2732_NewDrlTextHandler; | |
| } | |
| }; | |
| private final NewDrlTextHandler inj2732_NewDrlTextHandler = inj2733_NewDrlTextHandler_creational.getInstance(context); | |
| private final CreationalCallback<TextEditorPresenter> inj2735_TextEditorPresenter_creational = new CreationalCallback<TextEditorPresenter>() { | |
| public TextEditorPresenter getInstance(final CreationalContext context) { | |
| final TextEditorPresenter inj2734_TextEditorPresenter = new TextEditorPresenter(); | |
| context.addBean(context.getBeanReference(TextEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2734_TextEditorPresenter); | |
| inj2734_TextEditorPresenter.view = inj2665_TextEditorView_creational.getInstance(context); | |
| _149710705__$3266993_vfsServices(inj2734_TextEditorPresenter, inj2534_CallerProvider.provide(new Class[] { VFSService.class }, null)); | |
| return inj2734_TextEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<ViewDRLSourceWidget> inj2738_ViewDRLSourceWidget_creational = new CreationalCallback<ViewDRLSourceWidget>() { | |
| public ViewDRLSourceWidget getInstance(final CreationalContext context) { | |
| final ViewDRLSourceWidget inj889_ViewDRLSourceWidget = new ViewDRLSourceWidget(); | |
| context.addBean(context.getBeanReference(ViewDRLSourceWidget.class, QualifierUtil.DEFAULT_QUALIFIERS), inj889_ViewDRLSourceWidget); | |
| return inj889_ViewDRLSourceWidget; | |
| } | |
| }; | |
| private InitializationCallback<ViewSourceViewImpl> init_inj2736_ViewSourceViewImpl = new InitializationCallback<ViewSourceViewImpl>() { | |
| public void init(final ViewSourceViewImpl obj) { | |
| obj.initialize(); | |
| } | |
| }; | |
| private final CreationalCallback<ViewSourceViewImpl> inj2737_ViewSourceViewImpl_creational = new CreationalCallback<ViewSourceViewImpl>() { | |
| public ViewSourceViewImpl getInstance(final CreationalContext context) { | |
| final ViewSourceViewImpl inj2736_ViewSourceViewImpl = new ViewSourceViewImpl(); | |
| context.addBean(context.getBeanReference(ViewSourceViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2736_ViewSourceViewImpl); | |
| _$376801744__886285106_busyIndicatorView(inj2736_ViewSourceViewImpl, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _$376801744__1465686085_drlSourceViewer(inj2736_ViewSourceViewImpl, inj2738_ViewDRLSourceWidget_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2736_ViewSourceViewImpl, init_inj2736_ViewSourceViewImpl); | |
| return inj2736_ViewSourceViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedScoreCardEditorViewImpl> inj2741_GuidedScoreCardEditorViewImpl_creational = new CreationalCallback<GuidedScoreCardEditorViewImpl>() { | |
| public GuidedScoreCardEditorViewImpl getInstance(final CreationalContext context) { | |
| final GuidedScoreCardEditorViewImpl inj758_GuidedScoreCardEditorViewImpl = new GuidedScoreCardEditorViewImpl(); | |
| context.addBean(context.getBeanReference(GuidedScoreCardEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj758_GuidedScoreCardEditorViewImpl); | |
| return inj758_GuidedScoreCardEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ImportsWidgetViewImpl> inj2743_ImportsWidgetViewImpl_creational = new CreationalCallback<ImportsWidgetViewImpl>() { | |
| public ImportsWidgetViewImpl getInstance(final CreationalContext context) { | |
| final ImportsWidgetViewImpl inj2334_ImportsWidgetViewImpl = new ImportsWidgetViewImpl(); | |
| context.addBean(context.getBeanReference(ImportsWidgetViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2334_ImportsWidgetViewImpl); | |
| return inj2334_ImportsWidgetViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<FormListPopupViewImpl> inj2745_FormListPopupViewImpl_creational = new CreationalCallback<FormListPopupViewImpl>() { | |
| public FormListPopupViewImpl getInstance(final CreationalContext context) { | |
| final FormListPopupViewImpl inj973_FormListPopupViewImpl = new FormListPopupViewImpl(); | |
| context.addBean(context.getBeanReference(FormListPopupViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj973_FormListPopupViewImpl); | |
| return inj973_FormListPopupViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<FormListPopup> inj2744_FormListPopup_creational = new CreationalCallback<FormListPopup>() { | |
| public FormListPopup getInstance(final CreationalContext context) { | |
| final FormListPopupView var102 = inj2745_FormListPopupViewImpl_creational.getInstance(context); | |
| final FormListPopup inj974_FormListPopup = new FormListPopup(var102); | |
| context.addBean(context.getBeanReference(FormListPopup.class, QualifierUtil.DEFAULT_QUALIFIERS), inj974_FormListPopup); | |
| return inj974_FormListPopup; | |
| } | |
| }; | |
| private final CreationalCallback<ImportsWidgetPresenter> inj2742_ImportsWidgetPresenter_creational = new CreationalCallback<ImportsWidgetPresenter>() { | |
| public ImportsWidgetPresenter getInstance(final CreationalContext context) { | |
| final ImportsWidgetView var101 = inj2743_ImportsWidgetViewImpl_creational.getInstance(context); | |
| final FormListPopup var103 = inj2744_FormListPopup_creational.getInstance(context); | |
| final Event var104 = inj2532_EventProvider.provide(new Class[] { ImportAddedEvent.class }, null); | |
| final Event var105 = inj2532_EventProvider.provide(new Class[] { ImportRemovedEvent.class }, null); | |
| final ImportsWidgetPresenter inj2333_ImportsWidgetPresenter = new ImportsWidgetPresenter(var101, var103, var104, var105); | |
| context.addBean(context.getBeanReference(ImportsWidgetPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2333_ImportsWidgetPresenter); | |
| return inj2333_ImportsWidgetPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedScoreCardEditorPresenter> inj2740_GuidedScoreCardEditorPresenter_creational = new CreationalCallback<GuidedScoreCardEditorPresenter>() { | |
| public GuidedScoreCardEditorPresenter getInstance(final CreationalContext context) { | |
| final GuidedScoreCardEditorPresenter inj2739_GuidedScoreCardEditorPresenter = new GuidedScoreCardEditorPresenter(); | |
| context.addBean(context.getBeanReference(GuidedScoreCardEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2739_GuidedScoreCardEditorPresenter); | |
| _1020599884__$3266993_scoreCardEditorService(inj2739_GuidedScoreCardEditorPresenter, inj2534_CallerProvider.provide(new Class[] { GuidedScoreCardEditorService.class }, null)); | |
| _1020599884__$3266993_metadataService(inj2739_GuidedScoreCardEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _1020599884__$1170954111_view(inj2739_GuidedScoreCardEditorPresenter, inj2741_GuidedScoreCardEditorViewImpl_creational.getInstance(context)); | |
| _1020599884__$359327760_viewSource(inj2739_GuidedScoreCardEditorPresenter, inj2737_ViewSourceViewImpl_creational.getInstance(context)); | |
| _1020599884__$1151348425_metadataWidget(inj2739_GuidedScoreCardEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| _1020599884__$76115871_multiPage(inj2739_GuidedScoreCardEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _1020599884__1116818801_notification(inj2739_GuidedScoreCardEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _1020599884__1116818801_restoreEvent(inj2739_GuidedScoreCardEditorPresenter, inj2532_EventProvider.provide(new Class[] { RestoreEvent.class }, null)); | |
| _1020599884__$906533316_placeManager(inj2739_GuidedScoreCardEditorPresenter, inj2567_PlaceManagerImpl); | |
| _1020599884__996422802_menuBuilder(inj2739_GuidedScoreCardEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| _1020599884__578566281_importsWidget(inj2739_GuidedScoreCardEditorPresenter, inj2742_ImportsWidgetPresenter_creational.getInstance(context)); | |
| final Subscription var106 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj2739_GuidedScoreCardEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2739_GuidedScoreCardEditorPresenter, new DestructionCallback<GuidedScoreCardEditorPresenter>() { | |
| public void destroy(final GuidedScoreCardEditorPresenter obj) { | |
| var106.remove(); | |
| } | |
| }); | |
| return inj2739_GuidedScoreCardEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<KSessionsPanelViewImpl> inj2753_KSessionsPanelViewImpl_creational = new CreationalCallback<KSessionsPanelViewImpl>() { | |
| public KSessionsPanelViewImpl getInstance(final CreationalContext context) { | |
| final KSessionsPanelViewImpl inj403_KSessionsPanelViewImpl = new KSessionsPanelViewImpl(); | |
| context.addBean(context.getBeanReference(KSessionsPanelViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj403_KSessionsPanelViewImpl); | |
| return inj403_KSessionsPanelViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<KSessionFormViewImpl> inj2755_KSessionFormViewImpl_creational = new CreationalCallback<KSessionFormViewImpl>() { | |
| public KSessionFormViewImpl getInstance(final CreationalContext context) { | |
| final KSessionFormViewImpl inj405_KSessionFormViewImpl = new KSessionFormViewImpl(); | |
| context.addBean(context.getBeanReference(KSessionFormViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj405_KSessionFormViewImpl); | |
| return inj405_KSessionFormViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<KSessionForm> inj2754_KSessionForm_creational = new CreationalCallback<KSessionForm>() { | |
| public KSessionForm getInstance(final CreationalContext context) { | |
| final KSessionFormView var110 = inj2755_KSessionFormViewImpl_creational.getInstance(context); | |
| final KSessionForm inj395_KSessionForm = new KSessionForm(var110); | |
| context.addBean(context.getBeanReference(KSessionForm.class, QualifierUtil.DEFAULT_QUALIFIERS), inj395_KSessionForm); | |
| return inj395_KSessionForm; | |
| } | |
| }; | |
| private final CreationalCallback<FormPopupViewImpl> inj2757_FormPopupViewImpl_creational = new CreationalCallback<FormPopupViewImpl>() { | |
| public FormPopupViewImpl getInstance(final CreationalContext context) { | |
| final FormPopupViewImpl inj89_FormPopupViewImpl = new FormPopupViewImpl(); | |
| context.addBean(context.getBeanReference(FormPopupViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj89_FormPopupViewImpl); | |
| return inj89_FormPopupViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<FormPopup> inj2756_FormPopup_creational = new CreationalCallback<FormPopup>() { | |
| public FormPopup getInstance(final CreationalContext context) { | |
| final FormPopupView var112 = inj2757_FormPopupViewImpl_creational.getInstance(context); | |
| final FormPopup inj88_FormPopup = new FormPopup(var112); | |
| context.addBean(context.getBeanReference(FormPopup.class, QualifierUtil.DEFAULT_QUALIFIERS), inj88_FormPopup); | |
| return inj88_FormPopup; | |
| } | |
| }; | |
| private final CreationalCallback<KSessionsPanel> inj2752_KSessionsPanel_creational = new CreationalCallback<KSessionsPanel>() { | |
| public KSessionsPanel getInstance(final CreationalContext context) { | |
| final KSessionsPanelView var109 = inj2753_KSessionsPanelViewImpl_creational.getInstance(context); | |
| final KSessionForm var111 = inj2754_KSessionForm_creational.getInstance(context); | |
| final FormPopup var113 = inj2756_FormPopup_creational.getInstance(context); | |
| final KSessionsPanel inj388_KSessionsPanel = new KSessionsPanel(var109, var111, var113); | |
| context.addBean(context.getBeanReference(KSessionsPanel.class, QualifierUtil.DEFAULT_QUALIFIERS), inj388_KSessionsPanel); | |
| return inj388_KSessionsPanel; | |
| } | |
| }; | |
| private final CreationalCallback<KBaseFormViewImpl> inj2751_KBaseFormViewImpl_creational = new CreationalCallback<KBaseFormViewImpl>() { | |
| public KBaseFormViewImpl getInstance(final CreationalContext context) { | |
| final KSessionsPanel var114 = inj2752_KSessionsPanel_creational.getInstance(context); | |
| final KSessionsPanel var115 = inj2752_KSessionsPanel_creational.getInstance(context); | |
| final KBaseFormViewImpl inj397_KBaseFormViewImpl = new KBaseFormViewImpl(var114, var115); | |
| context.addBean(context.getBeanReference(KBaseFormViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj397_KBaseFormViewImpl); | |
| return inj397_KBaseFormViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<KBaseForm> inj2750_KBaseForm_creational = new CreationalCallback<KBaseForm>() { | |
| public KBaseForm getInstance(final CreationalContext context) { | |
| final KBaseFormView var116 = inj2751_KBaseFormViewImpl_creational.getInstance(context); | |
| final KBaseForm inj399_KBaseForm = new KBaseForm(var116); | |
| context.addBean(context.getBeanReference(KBaseForm.class, QualifierUtil.DEFAULT_QUALIFIERS), inj399_KBaseForm); | |
| return inj399_KBaseForm; | |
| } | |
| }; | |
| private final CreationalCallback<KModuleEditorPanelViewImpl> inj2758_KModuleEditorPanelViewImpl_creational = new CreationalCallback<KModuleEditorPanelViewImpl>() { | |
| public KModuleEditorPanelViewImpl getInstance(final CreationalContext context) { | |
| final Event var119 = inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null); | |
| final KModuleEditorPanelViewImpl inj402_KModuleEditorPanelViewImpl = new KModuleEditorPanelViewImpl(var119); | |
| context.addBean(context.getBeanReference(KModuleEditorPanelViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj402_KModuleEditorPanelViewImpl); | |
| return inj402_KModuleEditorPanelViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<KModuleEditorPanel> inj2749_KModuleEditorPanel_creational = new CreationalCallback<KModuleEditorPanel>() { | |
| public KModuleEditorPanel getInstance(final CreationalContext context) { | |
| final Caller var108 = inj2534_CallerProvider.provide(new Class[] { KModuleService.class }, null); | |
| final KBaseForm var117 = inj2750_KBaseForm_creational.getInstance(context); | |
| final FormPopup var118 = inj2756_FormPopup_creational.getInstance(context); | |
| final KModuleEditorPanelView var120 = inj2758_KModuleEditorPanelViewImpl_creational.getInstance(context); | |
| final KModuleEditorPanel inj392_KModuleEditorPanel = new KModuleEditorPanel(var108, var117, var118, var120); | |
| context.addBean(context.getBeanReference(KModuleEditorPanel.class, QualifierUtil.DEFAULT_QUALIFIERS), inj392_KModuleEditorPanel); | |
| return inj392_KModuleEditorPanel; | |
| } | |
| }; | |
| private final CreationalCallback<KModuleEditorScreenPresenter> inj2748_KModuleEditorScreenPresenter_creational = new CreationalCallback<KModuleEditorScreenPresenter>() { | |
| public KModuleEditorScreenPresenter getInstance(final CreationalContext context) { | |
| final KModuleEditorPanel var121 = inj2749_KModuleEditorPanel_creational.getInstance(context); | |
| final FileMenuBuilder var122 = inj2570_FileMenuBuilderImpl_creational.getInstance(context); | |
| final KModuleEditorScreenPresenter inj387_KModuleEditorScreenPresenter = new KModuleEditorScreenPresenter(var121, var122); | |
| context.addBean(context.getBeanReference(KModuleEditorScreenPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj387_KModuleEditorScreenPresenter); | |
| return inj387_KModuleEditorScreenPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<KModuleEditorScreenPresenterActivity> inj2747_KModuleEditorScreenPresenterActivity_creational = new CreationalCallback<KModuleEditorScreenPresenterActivity>() { | |
| public KModuleEditorScreenPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var107 = inj2567_PlaceManagerImpl; | |
| final KModuleEditorScreenPresenterActivity inj2746_KModuleEditorScreenPresenterActivity = new KModuleEditorScreenPresenterActivity(var107); | |
| context.addBean(context.getBeanReference(KModuleEditorScreenPresenterActivity.class, arrayOf_19635043Annotation_1631180336), inj2746_KModuleEditorScreenPresenterActivity); | |
| _1189882935__$431006456_realPresenter(inj2746_KModuleEditorScreenPresenterActivity, inj2748_KModuleEditorScreenPresenter_creational.getInstance(context)); | |
| return inj2746_KModuleEditorScreenPresenterActivity; | |
| } | |
| }; | |
| private InitializationCallback<DRLEditorViewImpl> init_inj27_DRLEditorViewImpl = new InitializationCallback<DRLEditorViewImpl>() { | |
| public void init(final DRLEditorViewImpl obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<DRLEditorViewImpl> inj2761_DRLEditorViewImpl_creational = new CreationalCallback<DRLEditorViewImpl>() { | |
| public DRLEditorViewImpl getInstance(final CreationalContext context) { | |
| final DRLEditorViewImpl inj27_DRLEditorViewImpl = new DRLEditorViewImpl(); | |
| context.addBean(context.getBeanReference(DRLEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj27_DRLEditorViewImpl); | |
| context.addInitializationCallback(inj27_DRLEditorViewImpl, init_inj27_DRLEditorViewImpl); | |
| return inj27_DRLEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<DRLEditorPresenter> inj2760_DRLEditorPresenter_creational = new CreationalCallback<DRLEditorPresenter>() { | |
| public DRLEditorPresenter getInstance(final CreationalContext context) { | |
| final DRLEditorPresenter inj2759_DRLEditorPresenter = new DRLEditorPresenter(); | |
| context.addBean(context.getBeanReference(DRLEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2759_DRLEditorPresenter); | |
| _$1835564349__$3266993_drlTextEditorService(inj2759_DRLEditorPresenter, inj2534_CallerProvider.provide(new Class[] { DRLTextEditorService.class }, null)); | |
| _$1835564349__$3266993_metadataService(inj2759_DRLEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _$1835564349__1116818801_notification(inj2759_DRLEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$1835564349__$906533316_placeManager(inj2759_DRLEditorPresenter, inj2567_PlaceManagerImpl); | |
| _$1835564349__816125354_view(inj2759_DRLEditorPresenter, inj2761_DRLEditorViewImpl_creational.getInstance(context)); | |
| _$1835564349__$1151348425_metadataWidget(inj2759_DRLEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| _$1835564349__$76115871_multiPage(inj2759_DRLEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _$1835564349__996422802_menuBuilder(inj2759_DRLEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| final Subscription var123 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj2759_DRLEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2759_DRLEditorPresenter, new DestructionCallback<DRLEditorPresenter>() { | |
| public void destroy(final DRLEditorPresenter obj) { | |
| var123.remove(); | |
| } | |
| }); | |
| return inj2759_DRLEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<DRLEditorPresenterActivity> inj2763_DRLEditorPresenterActivity_creational = new CreationalCallback<DRLEditorPresenterActivity>() { | |
| public DRLEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var124 = inj2567_PlaceManagerImpl; | |
| final DRLEditorPresenterActivity inj2762_DRLEditorPresenterActivity = new DRLEditorPresenterActivity(var124); | |
| context.addBean(context.getBeanReference(DRLEditorPresenterActivity.class, arrayOf_19635043Annotation_2084111481), inj2762_DRLEditorPresenterActivity); | |
| _1564239602__$1835564349_realPresenter(inj2762_DRLEditorPresenterActivity, inj2760_DRLEditorPresenter_creational.getInstance(context)); | |
| return inj2762_DRLEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<TextEditorPresenterActivity> inj2765_TextEditorPresenterActivity_creational = new CreationalCallback<TextEditorPresenterActivity>() { | |
| public TextEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var125 = inj2567_PlaceManagerImpl; | |
| final TextEditorPresenterActivity inj2764_TextEditorPresenterActivity = new TextEditorPresenterActivity(var125); | |
| context.addBean(context.getBeanReference(TextEditorPresenterActivity.class, arrayOf_19635043Annotation_196221744), inj2764_TextEditorPresenterActivity); | |
| _$118440544__149710705_realPresenter(inj2764_TextEditorPresenterActivity, inj2735_TextEditorPresenter_creational.getInstance(context)); | |
| return inj2764_TextEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleDRLResourceTypeDefinition> inj2767_GuidedRuleDRLResourceTypeDefinition_creational = new CreationalCallback<GuidedRuleDRLResourceTypeDefinition>() { | |
| public GuidedRuleDRLResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final GuidedRuleDRLResourceTypeDefinition inj2766_GuidedRuleDRLResourceTypeDefinition = new GuidedRuleDRLResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(GuidedRuleDRLResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2766_GuidedRuleDRLResourceTypeDefinition); | |
| return inj2766_GuidedRuleDRLResourceTypeDefinition; | |
| } | |
| }; | |
| private final GuidedRuleDRLResourceTypeDefinition inj2766_GuidedRuleDRLResourceTypeDefinition = inj2767_GuidedRuleDRLResourceTypeDefinition_creational.getInstance(context); | |
| private final CreationalCallback<NewPackagePopup> inj2776_NewPackagePopup_creational = new CreationalCallback<NewPackagePopup>() { | |
| public NewPackagePopup getInstance(final CreationalContext context) { | |
| final NewPackagePopup inj2352_NewPackagePopup = new NewPackagePopup(); | |
| context.addBean(context.getBeanReference(NewPackagePopup.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2352_NewPackagePopup); | |
| final ValidatorService_inj2775_proxy inj2775_proxy = new ValidatorService_inj2775_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<ValidatorService>() { | |
| public void resolve(ValidatorService obj) { | |
| inj2775_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2775_proxy, obj); | |
| } | |
| }, ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _2099048814__$1724363393_validatorService(inj2352_NewPackagePopup, inj2775_proxy); | |
| return inj2352_NewPackagePopup; | |
| } | |
| }; | |
| private InitializationCallback<PackageSelector> init_inj2344_PackageSelector = new InitializationCallback<PackageSelector>() { | |
| public void init(final PackageSelector obj) { | |
| _593445357_init(obj); | |
| } | |
| }; | |
| private final CreationalCallback<PackageSelector> inj2774_PackageSelector_creational = new CreationalCallback<PackageSelector>() { | |
| public PackageSelector getInstance(final CreationalContext context) { | |
| final PackageSelector inj2344_PackageSelector = new PackageSelector(); | |
| context.addBean(context.getBeanReference(PackageSelector.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2344_PackageSelector); | |
| final ValidatorService_inj2775_proxy inj2775_proxy = new ValidatorService_inj2775_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<ValidatorService>() { | |
| public void resolve(ValidatorService obj) { | |
| inj2775_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2775_proxy, obj); | |
| } | |
| }, ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _593445357__$1724363393_validatorService(inj2344_PackageSelector, inj2775_proxy); | |
| _593445357__2099048814_newPackagePopup(inj2344_PackageSelector, inj2776_NewPackagePopup_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2344_PackageSelector, init_inj2344_PackageSelector); | |
| return inj2344_PackageSelector; | |
| } | |
| }; | |
| private InitializationCallback<DataObjectEditor> init_inj2350_DataObjectEditor = new InitializationCallback<DataObjectEditor>() { | |
| public void init(final DataObjectEditor obj) { | |
| _$998886482_init(obj); | |
| } | |
| }; | |
| private final CreationalCallback<DataObjectEditor> inj2773_DataObjectEditor_creational = new CreationalCallback<DataObjectEditor>() { | |
| public DataObjectEditor getInstance(final CreationalContext context) { | |
| final DataObjectEditor inj2350_DataObjectEditor = new DataObjectEditor(); | |
| context.addBean(context.getBeanReference(DataObjectEditor.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2350_DataObjectEditor); | |
| _$998886482__593445357_packageSelector(inj2350_DataObjectEditor, inj2774_PackageSelector_creational.getInstance(context)); | |
| _$998886482__1116818801_dataModelerEvent(inj2350_DataObjectEditor, inj2532_EventProvider.provide(new Class[] { DataModelerEvent.class }, null)); | |
| final ValidatorService_inj2775_proxy inj2775_proxy = new ValidatorService_inj2775_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<ValidatorService>() { | |
| public void resolve(ValidatorService obj) { | |
| inj2775_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2775_proxy, obj); | |
| } | |
| }, ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _$998886482__$1724363393_validatorService(inj2350_DataObjectEditor, inj2775_proxy); | |
| final Subscription var127 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", new AbstractCDIEventCallback<DataObjectSelectedEvent>() { | |
| public void fireEvent(final DataObjectSelectedEvent event) { | |
| _$998886482_onDataObjectSelected(inj2350_DataObjectEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent []"; | |
| } | |
| }); | |
| final Subscription var128 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2350_DataObjectEditor, new DestructionCallback<DataObjectEditor>() { | |
| public void destroy(final DataObjectEditor obj) { | |
| var127.remove(); | |
| var128.remove(); | |
| } | |
| }); | |
| final Subscription var129 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", new AbstractCDIEventCallback<DataObjectDeletedEvent>() { | |
| public void fireEvent(final DataObjectDeletedEvent event) { | |
| _$998886482_onDataObjectDeleted(inj2350_DataObjectEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2350_DataObjectEditor, new DestructionCallback<DataObjectEditor>() { | |
| public void destroy(final DataObjectEditor obj) { | |
| var129.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2350_DataObjectEditor, init_inj2350_DataObjectEditor); | |
| return inj2350_DataObjectEditor; | |
| } | |
| }; | |
| private final CreationalCallback<DataObjectFieldEditor> inj2777_DataObjectFieldEditor_creational = new CreationalCallback<DataObjectFieldEditor>() { | |
| public DataObjectFieldEditor getInstance(final CreationalContext context) { | |
| final DataObjectFieldEditor inj2348_DataObjectFieldEditor = new DataObjectFieldEditor(); | |
| context.addBean(context.getBeanReference(DataObjectFieldEditor.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2348_DataObjectFieldEditor); | |
| _43628902__1116818801_dataModelerEventEvent(inj2348_DataObjectFieldEditor, inj2532_EventProvider.provide(new Class[] { DataModelerEvent.class }, null)); | |
| final ValidatorService_inj2775_proxy inj2775_proxy = new ValidatorService_inj2775_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<ValidatorService>() { | |
| public void resolve(ValidatorService obj) { | |
| inj2775_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2775_proxy, obj); | |
| } | |
| }, ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _43628902__$1724363393_validatorService(inj2348_DataObjectFieldEditor, inj2775_proxy); | |
| final Subscription var130 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldSelectedEvent", new AbstractCDIEventCallback<DataObjectFieldSelectedEvent>() { | |
| public void fireEvent(final DataObjectFieldSelectedEvent event) { | |
| _43628902_onFieldSelected(inj2348_DataObjectFieldEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldSelectedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2348_DataObjectFieldEditor, new DestructionCallback<DataObjectFieldEditor>() { | |
| public void destroy(final DataObjectFieldEditor obj) { | |
| var130.remove(); | |
| } | |
| }); | |
| final Subscription var131 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent", new AbstractCDIEventCallback<DataObjectFieldDeletedEvent>() { | |
| public void fireEvent(final DataObjectFieldDeletedEvent event) { | |
| _43628902_onDataObjectFieldDeleted(inj2348_DataObjectFieldEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2348_DataObjectFieldEditor, new DestructionCallback<DataObjectFieldEditor>() { | |
| public void destroy(final DataObjectFieldEditor obj) { | |
| var131.remove(); | |
| } | |
| }); | |
| final Subscription var132 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", new AbstractCDIEventCallback<DataObjectChangeEvent>() { | |
| public void fireEvent(final DataObjectChangeEvent event) { | |
| _43628902_onDataObjectChange(inj2348_DataObjectFieldEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var133 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2348_DataObjectFieldEditor, new DestructionCallback<DataObjectFieldEditor>() { | |
| public void destroy(final DataObjectFieldEditor obj) { | |
| var132.remove(); | |
| var133.remove(); | |
| } | |
| }); | |
| final Subscription var134 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", new AbstractCDIEventCallback<DataObjectCreatedEvent>() { | |
| public void fireEvent(final DataObjectCreatedEvent event) { | |
| _43628902_onDataObjectCreated(inj2348_DataObjectFieldEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent []"; | |
| } | |
| }); | |
| final Subscription var135 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2348_DataObjectFieldEditor, new DestructionCallback<DataObjectFieldEditor>() { | |
| public void destroy(final DataObjectFieldEditor obj) { | |
| var134.remove(); | |
| var135.remove(); | |
| } | |
| }); | |
| final Subscription var136 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", new AbstractCDIEventCallback<DataObjectDeletedEvent>() { | |
| public void fireEvent(final DataObjectDeletedEvent event) { | |
| _43628902_onDataObjectDeleted(inj2348_DataObjectFieldEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2348_DataObjectFieldEditor, new DestructionCallback<DataObjectFieldEditor>() { | |
| public void destroy(final DataObjectFieldEditor obj) { | |
| var136.remove(); | |
| } | |
| }); | |
| final Subscription var137 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", new AbstractCDIEventCallback<DataObjectSelectedEvent>() { | |
| public void fireEvent(final DataObjectSelectedEvent event) { | |
| _43628902_onDataObjectSelected(inj2348_DataObjectFieldEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent []"; | |
| } | |
| }); | |
| final Subscription var138 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2348_DataObjectFieldEditor, new DestructionCallback<DataObjectFieldEditor>() { | |
| public void destroy(final DataObjectFieldEditor obj) { | |
| var137.remove(); | |
| var138.remove(); | |
| } | |
| }); | |
| return inj2348_DataObjectFieldEditor; | |
| } | |
| }; | |
| private InitializationCallback<ModelPropertiesEditor> init_inj2341_ModelPropertiesEditor = new InitializationCallback<ModelPropertiesEditor>() { | |
| public void init(final ModelPropertiesEditor obj) { | |
| _$1844219023_init(obj); | |
| } | |
| }; | |
| private final CreationalCallback<ModelPropertiesEditor> inj2772_ModelPropertiesEditor_creational = new CreationalCallback<ModelPropertiesEditor>() { | |
| public ModelPropertiesEditor getInstance(final CreationalContext context) { | |
| final ModelPropertiesEditor inj2341_ModelPropertiesEditor = new ModelPropertiesEditor(); | |
| context.addBean(context.getBeanReference(ModelPropertiesEditor.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2341_ModelPropertiesEditor); | |
| _$1844219023__$998886482_objectProperties(inj2341_ModelPropertiesEditor, inj2773_DataObjectEditor_creational.getInstance(context)); | |
| _$1844219023__43628902_fieldProperties(inj2341_ModelPropertiesEditor, inj2777_DataObjectFieldEditor_creational.getInstance(context)); | |
| final Subscription var139 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", new AbstractCDIEventCallback<DataObjectSelectedEvent>() { | |
| public void fireEvent(final DataObjectSelectedEvent event) { | |
| _$1844219023_onDataObjectSelected(inj2341_ModelPropertiesEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent []"; | |
| } | |
| }); | |
| final Subscription var140 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2341_ModelPropertiesEditor, new DestructionCallback<ModelPropertiesEditor>() { | |
| public void destroy(final ModelPropertiesEditor obj) { | |
| var139.remove(); | |
| var140.remove(); | |
| } | |
| }); | |
| final Subscription var141 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", new AbstractCDIEventCallback<DataObjectDeletedEvent>() { | |
| public void fireEvent(final DataObjectDeletedEvent event) { | |
| _$1844219023_onDataObjectDeleted(inj2341_ModelPropertiesEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2341_ModelPropertiesEditor, new DestructionCallback<ModelPropertiesEditor>() { | |
| public void destroy(final ModelPropertiesEditor obj) { | |
| var141.remove(); | |
| } | |
| }); | |
| final Subscription var142 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", new AbstractCDIEventCallback<DataObjectFieldChangeEvent>() { | |
| public void fireEvent(final DataObjectFieldChangeEvent event) { | |
| _$1844219023_onDataObjectFieldChange(inj2341_ModelPropertiesEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var143 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2341_ModelPropertiesEditor, new DestructionCallback<ModelPropertiesEditor>() { | |
| public void destroy(final ModelPropertiesEditor obj) { | |
| var142.remove(); | |
| var143.remove(); | |
| } | |
| }); | |
| final Subscription var144 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldCreatedEvent", new AbstractCDIEventCallback<DataObjectFieldCreatedEvent>() { | |
| public void fireEvent(final DataObjectFieldCreatedEvent event) { | |
| _$1844219023_onDataObjectFieldCreated(inj2341_ModelPropertiesEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldCreatedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2341_ModelPropertiesEditor, new DestructionCallback<ModelPropertiesEditor>() { | |
| public void destroy(final ModelPropertiesEditor obj) { | |
| var144.remove(); | |
| } | |
| }); | |
| final Subscription var145 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent", new AbstractCDIEventCallback<DataObjectFieldDeletedEvent>() { | |
| public void fireEvent(final DataObjectFieldDeletedEvent event) { | |
| _$1844219023_onDataObjectFieldDeleted(inj2341_ModelPropertiesEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2341_ModelPropertiesEditor, new DestructionCallback<ModelPropertiesEditor>() { | |
| public void destroy(final ModelPropertiesEditor obj) { | |
| var145.remove(); | |
| } | |
| }); | |
| final Subscription var146 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldSelectedEvent", new AbstractCDIEventCallback<DataObjectFieldSelectedEvent>() { | |
| public void fireEvent(final DataObjectFieldSelectedEvent event) { | |
| _$1844219023_onDataObjectFieldSelected(inj2341_ModelPropertiesEditor, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldSelectedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2341_ModelPropertiesEditor, new DestructionCallback<ModelPropertiesEditor>() { | |
| public void destroy(final ModelPropertiesEditor obj) { | |
| var146.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2341_ModelPropertiesEditor, init_inj2341_ModelPropertiesEditor); | |
| return inj2341_ModelPropertiesEditor; | |
| } | |
| }; | |
| private final CreationalCallback<NewDataObjectPopup> inj2779_NewDataObjectPopup_creational = new CreationalCallback<NewDataObjectPopup>() { | |
| public NewDataObjectPopup getInstance(final CreationalContext context) { | |
| final NewDataObjectPopup inj2342_NewDataObjectPopup = new NewDataObjectPopup(); | |
| context.addBean(context.getBeanReference(NewDataObjectPopup.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2342_NewDataObjectPopup); | |
| _$1779895237__1116818801_dataModelerEvent(inj2342_NewDataObjectPopup, inj2532_EventProvider.provide(new Class[] { DataModelerEvent.class }, null)); | |
| final ValidatorService_inj2775_proxy inj2775_proxy = new ValidatorService_inj2775_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<ValidatorService>() { | |
| public void resolve(ValidatorService obj) { | |
| inj2775_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2775_proxy, obj); | |
| } | |
| }, ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _$1779895237__$1724363393_validatorService(inj2342_NewDataObjectPopup, inj2775_proxy); | |
| _$1779895237__1116818801_notification(inj2342_NewDataObjectPopup, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| return inj2342_NewDataObjectPopup; | |
| } | |
| }; | |
| private final CreationalCallback<DataModelBrowser> inj2778_DataModelBrowser_creational = new CreationalCallback<DataModelBrowser>() { | |
| public DataModelBrowser getInstance(final CreationalContext context) { | |
| final DataModelBrowser inj2349_DataModelBrowser = new DataModelBrowser(); | |
| context.addBean(context.getBeanReference(DataModelBrowser.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2349_DataModelBrowser); | |
| final ValidatorService_inj2775_proxy inj2775_proxy = new ValidatorService_inj2775_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<ValidatorService>() { | |
| public void resolve(ValidatorService obj) { | |
| inj2775_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2775_proxy, obj); | |
| } | |
| }, ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _710264289__$1724363393_validatorService(inj2349_DataModelBrowser, inj2775_proxy); | |
| _710264289__1116818801_notification(inj2349_DataModelBrowser, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _710264289__1116818801_dataModelerEvent(inj2349_DataModelBrowser, inj2532_EventProvider.provide(new Class[] { DataModelerEvent.class }, null)); | |
| _710264289__$1779895237_newDataObjectPopup(inj2349_DataModelBrowser, inj2779_NewDataObjectPopup_creational.getInstance(context)); | |
| final Subscription var147 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", new AbstractCDIEventCallback<DataObjectCreatedEvent>() { | |
| public void fireEvent(final DataObjectCreatedEvent event) { | |
| _710264289_onDataObjectCreated(inj2349_DataModelBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent []"; | |
| } | |
| }); | |
| final Subscription var148 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2349_DataModelBrowser, new DestructionCallback<DataModelBrowser>() { | |
| public void destroy(final DataModelBrowser obj) { | |
| var147.remove(); | |
| var148.remove(); | |
| } | |
| }); | |
| final Subscription var149 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", new AbstractCDIEventCallback<DataObjectChangeEvent>() { | |
| public void fireEvent(final DataObjectChangeEvent event) { | |
| _710264289_onDataObjectChange(inj2349_DataModelBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var150 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2349_DataModelBrowser, new DestructionCallback<DataModelBrowser>() { | |
| public void destroy(final DataModelBrowser obj) { | |
| var149.remove(); | |
| var150.remove(); | |
| } | |
| }); | |
| final Subscription var151 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", new AbstractCDIEventCallback<DataObjectSelectedEvent>() { | |
| public void fireEvent(final DataObjectSelectedEvent event) { | |
| _710264289_onDataObjectSelected(inj2349_DataModelBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent []"; | |
| } | |
| }); | |
| final Subscription var152 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2349_DataModelBrowser, new DestructionCallback<DataModelBrowser>() { | |
| public void destroy(final DataModelBrowser obj) { | |
| var151.remove(); | |
| var152.remove(); | |
| } | |
| }); | |
| return inj2349_DataModelBrowser; | |
| } | |
| }; | |
| private final CreationalCallback<DataObjectBreadcrums> inj2781_DataObjectBreadcrums_creational = new CreationalCallback<DataObjectBreadcrums>() { | |
| public DataObjectBreadcrums getInstance(final CreationalContext context) { | |
| final DataObjectBreadcrums inj2347_DataObjectBreadcrums = new DataObjectBreadcrums(); | |
| context.addBean(context.getBeanReference(DataObjectBreadcrums.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2347_DataObjectBreadcrums); | |
| _278673877__1116818801_dataModelerEvent(inj2347_DataObjectBreadcrums, inj2532_EventProvider.provide(new Class[] { DataModelerEvent.class }, null)); | |
| final Subscription var153 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", new AbstractCDIEventCallback<DataObjectSelectedEvent>() { | |
| public void fireEvent(final DataObjectSelectedEvent event) { | |
| _278673877_onDataObjectSelected(inj2347_DataObjectBreadcrums, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent []"; | |
| } | |
| }); | |
| final Subscription var154 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2347_DataObjectBreadcrums, new DestructionCallback<DataObjectBreadcrums>() { | |
| public void destroy(final DataObjectBreadcrums obj) { | |
| var153.remove(); | |
| var154.remove(); | |
| } | |
| }); | |
| final Subscription var155 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", new AbstractCDIEventCallback<DataObjectChangeEvent>() { | |
| public void fireEvent(final DataObjectChangeEvent event) { | |
| _278673877_onDataObjectChange(inj2347_DataObjectBreadcrums, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var156 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2347_DataObjectBreadcrums, new DestructionCallback<DataObjectBreadcrums>() { | |
| public void destroy(final DataObjectBreadcrums obj) { | |
| var155.remove(); | |
| var156.remove(); | |
| } | |
| }); | |
| final Subscription var157 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", new AbstractCDIEventCallback<DataObjectDeletedEvent>() { | |
| public void fireEvent(final DataObjectDeletedEvent event) { | |
| _278673877_onDataObjectDeleted(inj2347_DataObjectBreadcrums, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2347_DataObjectBreadcrums, new DestructionCallback<DataObjectBreadcrums>() { | |
| public void destroy(final DataObjectBreadcrums obj) { | |
| var157.remove(); | |
| } | |
| }); | |
| return inj2347_DataObjectBreadcrums; | |
| } | |
| }; | |
| private InitializationCallback<DataObjectBrowser> init_inj2345_DataObjectBrowser = new InitializationCallback<DataObjectBrowser>() { | |
| public void init(final DataObjectBrowser obj) { | |
| _1138188551_completeUI(obj); | |
| } | |
| }; | |
| private final CreationalCallback<DataObjectBrowser> inj2780_DataObjectBrowser_creational = new CreationalCallback<DataObjectBrowser>() { | |
| public DataObjectBrowser getInstance(final CreationalContext context) { | |
| final DataObjectBrowser inj2345_DataObjectBrowser = new DataObjectBrowser(); | |
| context.addBean(context.getBeanReference(DataObjectBrowser.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2345_DataObjectBrowser); | |
| _1138188551__278673877_dataObjectNavigation(inj2345_DataObjectBrowser, inj2781_DataObjectBreadcrums_creational.getInstance(context)); | |
| final ValidatorService_inj2775_proxy inj2775_proxy = new ValidatorService_inj2775_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<ValidatorService>() { | |
| public void resolve(ValidatorService obj) { | |
| inj2775_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2775_proxy, obj); | |
| } | |
| }, ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _1138188551__$1724363393_validatorService(inj2345_DataObjectBrowser, inj2775_proxy); | |
| _1138188551__1116818801_dataModelerEvent(inj2345_DataObjectBrowser, inj2532_EventProvider.provide(new Class[] { DataModelerEvent.class }, null)); | |
| final Subscription var158 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", new AbstractCDIEventCallback<DataObjectSelectedEvent>() { | |
| public void fireEvent(final DataObjectSelectedEvent event) { | |
| _1138188551_onDataObjectSelected(inj2345_DataObjectBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent []"; | |
| } | |
| }); | |
| final Subscription var159 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectSelectedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2345_DataObjectBrowser, new DestructionCallback<DataObjectBrowser>() { | |
| public void destroy(final DataObjectBrowser obj) { | |
| var158.remove(); | |
| var159.remove(); | |
| } | |
| }); | |
| final Subscription var160 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", new AbstractCDIEventCallback<DataObjectCreatedEvent>() { | |
| public void fireEvent(final DataObjectCreatedEvent event) { | |
| _1138188551_onDataObjectCreated(inj2345_DataObjectBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent []"; | |
| } | |
| }); | |
| final Subscription var161 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2345_DataObjectBrowser, new DestructionCallback<DataObjectBrowser>() { | |
| public void destroy(final DataObjectBrowser obj) { | |
| var160.remove(); | |
| var161.remove(); | |
| } | |
| }); | |
| final Subscription var162 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", new AbstractCDIEventCallback<DataObjectDeletedEvent>() { | |
| public void fireEvent(final DataObjectDeletedEvent event) { | |
| _1138188551_onDataObjectDeleted(inj2345_DataObjectBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2345_DataObjectBrowser, new DestructionCallback<DataObjectBrowser>() { | |
| public void destroy(final DataObjectBrowser obj) { | |
| var162.remove(); | |
| } | |
| }); | |
| final Subscription var163 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", new AbstractCDIEventCallback<DataObjectChangeEvent>() { | |
| public void fireEvent(final DataObjectChangeEvent event) { | |
| _1138188551_onDataObjectChange(inj2345_DataObjectBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var164 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2345_DataObjectBrowser, new DestructionCallback<DataObjectBrowser>() { | |
| public void destroy(final DataObjectBrowser obj) { | |
| var163.remove(); | |
| var164.remove(); | |
| } | |
| }); | |
| final Subscription var165 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", new AbstractCDIEventCallback<DataObjectFieldChangeEvent>() { | |
| public void fireEvent(final DataObjectFieldChangeEvent event) { | |
| _1138188551_onDataObjectPropertyChange(inj2345_DataObjectBrowser, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var166 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2345_DataObjectBrowser, new DestructionCallback<DataObjectBrowser>() { | |
| public void destroy(final DataObjectBrowser obj) { | |
| var165.remove(); | |
| var166.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2345_DataObjectBrowser, init_inj2345_DataObjectBrowser); | |
| return inj2345_DataObjectBrowser; | |
| } | |
| }; | |
| private InitializationCallback<DataModelerScreenViewImpl> init_inj1216_DataModelerScreenViewImpl = new InitializationCallback<DataModelerScreenViewImpl>() { | |
| public void init(final DataModelerScreenViewImpl obj) { | |
| _2007325636_initUI(obj); | |
| } | |
| }; | |
| private final CreationalCallback<DataModelerScreenViewImpl> inj2771_DataModelerScreenViewImpl_creational = new CreationalCallback<DataModelerScreenViewImpl>() { | |
| public DataModelerScreenViewImpl getInstance(final CreationalContext context) { | |
| final DataModelerScreenViewImpl inj1216_DataModelerScreenViewImpl = new DataModelerScreenViewImpl(); | |
| context.addBean(context.getBeanReference(DataModelerScreenViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1216_DataModelerScreenViewImpl); | |
| _2007325636__$1844219023_modelPropertiesEditor(inj1216_DataModelerScreenViewImpl, inj2772_ModelPropertiesEditor_creational.getInstance(context)); | |
| _2007325636__710264289_dataModelBrowser(inj1216_DataModelerScreenViewImpl, inj2778_DataModelBrowser_creational.getInstance(context)); | |
| _2007325636__1138188551_dataObjectBrowser(inj1216_DataModelerScreenViewImpl, inj2780_DataObjectBrowser_creational.getInstance(context)); | |
| final Subscription var167 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", new AbstractCDIEventCallback<DataObjectCreatedEvent>() { | |
| public void fireEvent(final DataObjectCreatedEvent event) { | |
| _2007325636_onDataObjectCreated(inj1216_DataModelerScreenViewImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent []"; | |
| } | |
| }); | |
| final Subscription var168 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectCreatedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj1216_DataModelerScreenViewImpl, new DestructionCallback<DataModelerScreenViewImpl>() { | |
| public void destroy(final DataModelerScreenViewImpl obj) { | |
| var167.remove(); | |
| var168.remove(); | |
| } | |
| }); | |
| final Subscription var169 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", new AbstractCDIEventCallback<DataObjectChangeEvent>() { | |
| public void fireEvent(final DataObjectChangeEvent event) { | |
| _2007325636_onDataObjectChange(inj1216_DataModelerScreenViewImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var170 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj1216_DataModelerScreenViewImpl, new DestructionCallback<DataModelerScreenViewImpl>() { | |
| public void destroy(final DataModelerScreenViewImpl obj) { | |
| var169.remove(); | |
| var170.remove(); | |
| } | |
| }); | |
| final Subscription var171 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent", new AbstractCDIEventCallback<DataObjectDeletedEvent>() { | |
| public void fireEvent(final DataObjectDeletedEvent event) { | |
| _2007325636_onDataObjectDeleted(inj1216_DataModelerScreenViewImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj1216_DataModelerScreenViewImpl, new DestructionCallback<DataModelerScreenViewImpl>() { | |
| public void destroy(final DataModelerScreenViewImpl obj) { | |
| var171.remove(); | |
| } | |
| }); | |
| final Subscription var172 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldCreatedEvent", new AbstractCDIEventCallback<DataObjectFieldCreatedEvent>() { | |
| public void fireEvent(final DataObjectFieldCreatedEvent event) { | |
| _2007325636_onDataObjectFieldCreated(inj1216_DataModelerScreenViewImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldCreatedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj1216_DataModelerScreenViewImpl, new DestructionCallback<DataModelerScreenViewImpl>() { | |
| public void destroy(final DataModelerScreenViewImpl obj) { | |
| var172.remove(); | |
| } | |
| }); | |
| final Subscription var173 = CDI.subscribe("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", new AbstractCDIEventCallback<DataObjectFieldChangeEvent>() { | |
| public void fireEvent(final DataObjectFieldChangeEvent event) { | |
| _2007325636_onDataObjectFieldChange(inj1216_DataModelerScreenViewImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent []"; | |
| } | |
| }); | |
| final Subscription var174 = ErraiBus.get().subscribe("cdi.event:org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldChangeEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj1216_DataModelerScreenViewImpl, new DestructionCallback<DataModelerScreenViewImpl>() { | |
| public void destroy(final DataModelerScreenViewImpl obj) { | |
| var173.remove(); | |
| var174.remove(); | |
| } | |
| }); | |
| final Subscription var175 = CDI.subscribeLocal("org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent", new AbstractCDIEventCallback<DataObjectFieldDeletedEvent>() { | |
| public void fireEvent(final DataObjectFieldDeletedEvent event) { | |
| _2007325636_onDataObjectFieldDeleted(inj1216_DataModelerScreenViewImpl, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.screens.datamodeller.events.DataObjectFieldDeletedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj1216_DataModelerScreenViewImpl, new DestructionCallback<DataModelerScreenViewImpl>() { | |
| public void destroy(final DataModelerScreenViewImpl obj) { | |
| var175.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj1216_DataModelerScreenViewImpl, init_inj1216_DataModelerScreenViewImpl); | |
| return inj1216_DataModelerScreenViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<DataModelerScreenPresenter> inj2770_DataModelerScreenPresenter_creational = new CreationalCallback<DataModelerScreenPresenter>() { | |
| public DataModelerScreenPresenter getInstance(final CreationalContext context) { | |
| final DataModelerScreenPresenter inj1219_DataModelerScreenPresenter = new DataModelerScreenPresenter(); | |
| context.addBean(context.getBeanReference(DataModelerScreenPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1219_DataModelerScreenPresenter); | |
| _$1525823191__$796717182_view(inj1219_DataModelerScreenPresenter, inj2771_DataModelerScreenViewImpl_creational.getInstance(context)); | |
| _$1525823191__$1779895237_newDataObjectPopup(inj1219_DataModelerScreenPresenter, inj2779_NewDataObjectPopup_creational.getInstance(context)); | |
| _$1525823191__$3266993_modelerService(inj1219_DataModelerScreenPresenter, inj2534_CallerProvider.provide(new Class[] { DataModelerService.class }, null)); | |
| _$1525823191__1116818801_dataModelerEvent(inj1219_DataModelerScreenPresenter, inj2532_EventProvider.provide(new Class[] { DataModelerEvent.class }, null)); | |
| _$1525823191__1116818801_notification(inj1219_DataModelerScreenPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$1525823191__1116818801_pathChange(inj1219_DataModelerScreenPresenter, inj2532_EventProvider.provide(new Class[] { PathChangeEvent.class }, null)); | |
| _$1525823191__1438931262_workbenchContext(inj1219_DataModelerScreenPresenter, inj2585_DefaultWorkbenchContext); | |
| final Subscription var176 = CDI.subscribeLocal("org.uberfire.workbench.events.PathChangeEvent", new AbstractCDIEventCallback<PathChangeEvent>() { | |
| public void fireEvent(final PathChangeEvent event) { | |
| _$1525823191_onPathChange(inj1219_DataModelerScreenPresenter, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PathChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj1219_DataModelerScreenPresenter, new DestructionCallback<DataModelerScreenPresenter>() { | |
| public void destroy(final DataModelerScreenPresenter obj) { | |
| var176.remove(); | |
| } | |
| }); | |
| return inj1219_DataModelerScreenPresenter; | |
| } | |
| }; | |
| private InitializationCallback<DataModelerScreenPresenterActivity> init_inj2768_DataModelerScreenPresenterActivity = new InitializationCallback<DataModelerScreenPresenterActivity>() { | |
| public void init(final DataModelerScreenPresenterActivity obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<DataModelerScreenPresenterActivity> inj2769_DataModelerScreenPresenterActivity_creational = new CreationalCallback<DataModelerScreenPresenterActivity>() { | |
| public DataModelerScreenPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var126 = inj2567_PlaceManagerImpl; | |
| final DataModelerScreenPresenterActivity inj2768_DataModelerScreenPresenterActivity = new DataModelerScreenPresenterActivity(var126); | |
| context.addBean(context.getBeanReference(DataModelerScreenPresenterActivity.class, arrayOf_19635043Annotation_1308622206), inj2768_DataModelerScreenPresenterActivity); | |
| _1666246488__$1525823191_realPresenter(inj2768_DataModelerScreenPresenterActivity, inj2770_DataModelerScreenPresenter_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2768_DataModelerScreenPresenterActivity, init_inj2768_DataModelerScreenPresenterActivity); | |
| return inj2768_DataModelerScreenPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<VerticalSplitterPanel> inj2783_VerticalSplitterPanel_creational = new CreationalCallback<VerticalSplitterPanel>() { | |
| public VerticalSplitterPanel getInstance(final CreationalContext context) { | |
| final VerticalSplitterPanel inj2782_VerticalSplitterPanel = new VerticalSplitterPanel(); | |
| context.addBean(context.getBeanReference(VerticalSplitterPanel.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2782_VerticalSplitterPanel); | |
| return inj2782_VerticalSplitterPanel; | |
| } | |
| }; | |
| private final CreationalCallback<ProjectScreenViewImpl> inj2787_ProjectScreenViewImpl_creational = new CreationalCallback<ProjectScreenViewImpl>() { | |
| public ProjectScreenViewImpl getInstance(final CreationalContext context) { | |
| final ProjectScreenViewImpl inj391_ProjectScreenViewImpl = new ProjectScreenViewImpl(); | |
| context.addBean(context.getBeanReference(ProjectScreenViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj391_ProjectScreenViewImpl); | |
| return inj391_ProjectScreenViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GAVEditorViewImpl> inj2791_GAVEditorViewImpl_creational = new CreationalCallback<GAVEditorViewImpl>() { | |
| public GAVEditorViewImpl getInstance(final CreationalContext context) { | |
| final GAVEditorViewImpl inj396_GAVEditorViewImpl = new GAVEditorViewImpl(); | |
| context.addBean(context.getBeanReference(GAVEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj396_GAVEditorViewImpl); | |
| return inj396_GAVEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GAVEditor> inj2790_GAVEditor_creational = new CreationalCallback<GAVEditor>() { | |
| public GAVEditor getInstance(final CreationalContext context) { | |
| final GAVEditorView var182 = inj2791_GAVEditorViewImpl_creational.getInstance(context); | |
| final GAVEditor inj404_GAVEditor = new GAVEditor(var182); | |
| context.addBean(context.getBeanReference(GAVEditor.class, QualifierUtil.DEFAULT_QUALIFIERS), inj404_GAVEditor); | |
| return inj404_GAVEditor; | |
| } | |
| }; | |
| private final CreationalCallback<DependencySelectorPopupViewImpl> inj2794_DependencySelectorPopupViewImpl_creational = new CreationalCallback<DependencySelectorPopupViewImpl>() { | |
| public DependencySelectorPopupViewImpl getInstance(final CreationalContext context) { | |
| final Caller var184 = inj2534_CallerProvider.provide(new Class[] { M2RepoService.class }, null); | |
| final DependencySelectorPopupViewImpl inj400_DependencySelectorPopupViewImpl = new DependencySelectorPopupViewImpl(var184); | |
| context.addBean(context.getBeanReference(DependencySelectorPopupViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj400_DependencySelectorPopupViewImpl); | |
| return inj400_DependencySelectorPopupViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<DependencySelectorPopup> inj2793_DependencySelectorPopup_creational = new CreationalCallback<DependencySelectorPopup>() { | |
| public DependencySelectorPopup getInstance(final CreationalContext context) { | |
| final DependencySelectorPopupView var185 = inj2794_DependencySelectorPopupViewImpl_creational.getInstance(context); | |
| final Caller var186 = inj2534_CallerProvider.provide(new Class[] { M2RepoService.class }, null); | |
| final DependencySelectorPopup inj394_DependencySelectorPopup = new DependencySelectorPopup(var185, var186); | |
| context.addBean(context.getBeanReference(DependencySelectorPopup.class, QualifierUtil.DEFAULT_QUALIFIERS), inj394_DependencySelectorPopup); | |
| return inj394_DependencySelectorPopup; | |
| } | |
| }; | |
| private final CreationalCallback<DependencyGridViewImpl> inj2795_DependencyGridViewImpl_creational = new CreationalCallback<DependencyGridViewImpl>() { | |
| public DependencyGridViewImpl getInstance(final CreationalContext context) { | |
| final DependencyGridViewImpl inj389_DependencyGridViewImpl = new DependencyGridViewImpl(); | |
| context.addBean(context.getBeanReference(DependencyGridViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj389_DependencyGridViewImpl); | |
| return inj389_DependencyGridViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<DependencyGrid> inj2792_DependencyGrid_creational = new CreationalCallback<DependencyGrid>() { | |
| public DependencyGrid getInstance(final CreationalContext context) { | |
| final DependencySelectorPopup var187 = inj2793_DependencySelectorPopup_creational.getInstance(context); | |
| final DependencyGridView var188 = inj2795_DependencyGridViewImpl_creational.getInstance(context); | |
| final DependencyGrid inj401_DependencyGrid = new DependencyGrid(var187, var188); | |
| context.addBean(context.getBeanReference(DependencyGrid.class, QualifierUtil.DEFAULT_QUALIFIERS), inj401_DependencyGrid); | |
| return inj401_DependencyGrid; | |
| } | |
| }; | |
| private final CreationalCallback<POMEditorPanelViewImpl> inj2789_POMEditorPanelViewImpl_creational = new CreationalCallback<POMEditorPanelViewImpl>() { | |
| public POMEditorPanelViewImpl getInstance(final CreationalContext context) { | |
| final Event var181 = inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null); | |
| final GAVEditor var183 = inj2790_GAVEditor_creational.getInstance(context); | |
| final DependencyGrid var189 = inj2792_DependencyGrid_creational.getInstance(context); | |
| final POMEditorPanelViewImpl inj393_POMEditorPanelViewImpl = new POMEditorPanelViewImpl(var181, var183, var189); | |
| context.addBean(context.getBeanReference(POMEditorPanelViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj393_POMEditorPanelViewImpl); | |
| return inj393_POMEditorPanelViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<POMEditorPanel> inj2788_POMEditorPanel_creational = new CreationalCallback<POMEditorPanel>() { | |
| public POMEditorPanel getInstance(final CreationalContext context) { | |
| final Caller var180 = inj2534_CallerProvider.provide(new Class[] { POMService.class }, null); | |
| final POMEditorPanelView var190 = inj2789_POMEditorPanelViewImpl_creational.getInstance(context); | |
| final POMEditorPanel inj398_POMEditorPanel = new POMEditorPanel(var180, var190); | |
| context.addBean(context.getBeanReference(POMEditorPanel.class, QualifierUtil.DEFAULT_QUALIFIERS), inj398_POMEditorPanel); | |
| return inj398_POMEditorPanel; | |
| } | |
| }; | |
| private final CreationalCallback<org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl> inj2797_ImportsWidgetViewImpl_creational = new CreationalCallback<org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl>() { | |
| public org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl getInstance(final CreationalContext context) { | |
| final org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl inj991_ImportsWidgetViewImpl = new org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl(); | |
| context.addBean(context.getBeanReference(org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj991_ImportsWidgetViewImpl); | |
| return inj991_ImportsWidgetViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter> inj2796_ImportsWidgetPresenter_creational = new CreationalCallback<org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter>() { | |
| public org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter getInstance(final CreationalContext context) { | |
| final org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetView var195 = inj2797_ImportsWidgetViewImpl_creational.getInstance(context); | |
| final Caller var196 = inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null); | |
| final Event var197 = inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null); | |
| final FormPopup var198 = inj2756_FormPopup_creational.getInstance(context); | |
| final org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter inj990_ImportsWidgetPresenter = new org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter(var195, var196, var197, var198); | |
| context.addBean(context.getBeanReference(org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj990_ImportsWidgetPresenter); | |
| return inj990_ImportsWidgetPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<SaveOperationService> inj2798_SaveOperationService_creational = new CreationalCallback<SaveOperationService>() { | |
| public SaveOperationService getInstance(final CreationalContext context) { | |
| final SaveOperationService inj2500_SaveOperationService = new SaveOperationService(); | |
| context.addBean(context.getBeanReference(SaveOperationService.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2500_SaveOperationService); | |
| return inj2500_SaveOperationService; | |
| } | |
| }; | |
| private final CreationalCallback<ProjectScreenPresenter> inj2786_ProjectScreenPresenter_creational = new CreationalCallback<ProjectScreenPresenter>() { | |
| public ProjectScreenPresenter getInstance(final CreationalContext context) { | |
| final ProjectScreenView var178 = inj2787_ProjectScreenViewImpl_creational.getInstance(context); | |
| final MultiPageEditor var179 = inj2542_MultiPageEditor_creational.getInstance(context); | |
| final POMEditorPanel var191 = inj2788_POMEditorPanel_creational.getInstance(context); | |
| final MetadataWidget var192 = inj2574_MetadataWidget_creational.getInstance(context); | |
| final KModuleEditorPanel var193 = inj2749_KModuleEditorPanel_creational.getInstance(context); | |
| final MetadataWidget var194 = inj2574_MetadataWidget_creational.getInstance(context); | |
| final org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter var199 = inj2796_ImportsWidgetPresenter_creational.getInstance(context); | |
| final MetadataWidget var200 = inj2574_MetadataWidget_creational.getInstance(context); | |
| final WorkbenchContext var201 = inj2585_DefaultWorkbenchContext; | |
| final Caller var202 = inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null); | |
| final Caller var203 = inj2534_CallerProvider.provide(new Class[] { KModuleService.class }, null); | |
| final Caller var204 = inj2534_CallerProvider.provide(new Class[] { BuildService.class }, null); | |
| final Caller var205 = inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null); | |
| final SaveOperationService var206 = inj2798_SaveOperationService_creational.getInstance(context); | |
| final ProjectScreenPresenter inj385_ProjectScreenPresenter = new ProjectScreenPresenter(var178, var179, var191, var192, var193, var194, var199, var200, var201, var202, var203, var204, var205, var206); | |
| context.addBean(context.getBeanReference(ProjectScreenPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj385_ProjectScreenPresenter); | |
| final Subscription var207 = CDI.subscribeLocal("org.uberfire.workbench.events.PathChangeEvent", new AbstractCDIEventCallback<PathChangeEvent>() { | |
| public void fireEvent(final PathChangeEvent event) { | |
| inj385_ProjectScreenPresenter.selectedPathChanged(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PathChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj385_ProjectScreenPresenter, new DestructionCallback<ProjectScreenPresenter>() { | |
| public void destroy(final ProjectScreenPresenter obj) { | |
| var207.remove(); | |
| } | |
| }); | |
| return inj385_ProjectScreenPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<ProjectScreenPresenterActivity> inj2785_ProjectScreenPresenterActivity_creational = new CreationalCallback<ProjectScreenPresenterActivity>() { | |
| public ProjectScreenPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var177 = inj2567_PlaceManagerImpl; | |
| final ProjectScreenPresenterActivity inj2784_ProjectScreenPresenterActivity = new ProjectScreenPresenterActivity(var177); | |
| context.addBean(context.getBeanReference(ProjectScreenPresenterActivity.class, arrayOf_19635043Annotation_2029186354), inj2784_ProjectScreenPresenterActivity); | |
| _$1509333886__516100179_realPresenter(inj2784_ProjectScreenPresenterActivity, inj2786_ProjectScreenPresenter_creational.getInstance(context)); | |
| return inj2784_ProjectScreenPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedScoreCardResourceType> inj2800_GuidedScoreCardResourceType_creational = new CreationalCallback<GuidedScoreCardResourceType>() { | |
| public GuidedScoreCardResourceType getInstance(final CreationalContext context) { | |
| final GuidedScoreCardResourceType inj2799_GuidedScoreCardResourceType = new GuidedScoreCardResourceType(); | |
| context.addBean(context.getBeanReference(GuidedScoreCardResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2799_GuidedScoreCardResourceType); | |
| return inj2799_GuidedScoreCardResourceType; | |
| } | |
| }; | |
| private final GuidedScoreCardResourceType inj2799_GuidedScoreCardResourceType = inj2800_GuidedScoreCardResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewGuidedScoreCardHandler> init_inj2801_NewGuidedScoreCardHandler = new InitializationCallback<NewGuidedScoreCardHandler>() { | |
| public void init(final NewGuidedScoreCardHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewGuidedScoreCardHandler> inj2802_NewGuidedScoreCardHandler_creational = new CreationalCallback<NewGuidedScoreCardHandler>() { | |
| public NewGuidedScoreCardHandler getInstance(final CreationalContext context) { | |
| final NewGuidedScoreCardHandler inj2801_NewGuidedScoreCardHandler = new NewGuidedScoreCardHandler(); | |
| context.addBean(context.getBeanReference(NewGuidedScoreCardHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2801_NewGuidedScoreCardHandler); | |
| _$488756767__$3266993_scoreCardService(inj2801_NewGuidedScoreCardHandler, inj2534_CallerProvider.provide(new Class[] { GuidedScoreCardEditorService.class }, null)); | |
| _$488756767__853636420_resourceType(inj2801_NewGuidedScoreCardHandler, inj2799_GuidedScoreCardResourceType); | |
| _$488756767__886285106_busyIndicatorView(inj2801_NewGuidedScoreCardHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2801_NewGuidedScoreCardHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2801_NewGuidedScoreCardHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2801_NewGuidedScoreCardHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2801_NewGuidedScoreCardHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2801_NewGuidedScoreCardHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2801_NewGuidedScoreCardHandler, init_inj2801_NewGuidedScoreCardHandler); | |
| return inj2801_NewGuidedScoreCardHandler; | |
| } | |
| }; | |
| private final NewGuidedScoreCardHandler inj2801_NewGuidedScoreCardHandler = inj2802_NewGuidedScoreCardHandler_creational.getInstance(context); | |
| private InitializationCallback<CloneRepositoryForm> init_inj2803_CloneRepositoryForm = new InitializationCallback<CloneRepositoryForm>() { | |
| public void init(final CloneRepositoryForm obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<CloneRepositoryForm> inj2804_CloneRepositoryForm_creational = new CreationalCallback<CloneRepositoryForm>() { | |
| public CloneRepositoryForm getInstance(final CreationalContext context) { | |
| final CloneRepositoryForm inj2803_CloneRepositoryForm = new CloneRepositoryForm(); | |
| context.addBean(context.getBeanReference(CloneRepositoryForm.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2803_CloneRepositoryForm); | |
| _$1112537939__$3266993_repositoryService(inj2803_CloneRepositoryForm, inj2534_CallerProvider.provide(new Class[] { RepositoryService.class }, null)); | |
| context.addInitializationCallback(inj2803_CloneRepositoryForm, init_inj2803_CloneRepositoryForm); | |
| return inj2803_CloneRepositoryForm; | |
| } | |
| }; | |
| private final CreationalCallback<DotResourceTypeDefinition> inj2806_DotResourceTypeDefinition_creational = new CreationalCallback<DotResourceTypeDefinition>() { | |
| public DotResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final DotResourceTypeDefinition inj2805_DotResourceTypeDefinition = new DotResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(DotResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2805_DotResourceTypeDefinition); | |
| return inj2805_DotResourceTypeDefinition; | |
| } | |
| }; | |
| private final DotResourceTypeDefinition inj2805_DotResourceTypeDefinition = inj2806_DotResourceTypeDefinition_creational.getInstance(context); | |
| private final CreationalCallback<TextResourceTypeDefinition> inj2808_TextResourceTypeDefinition_creational = new CreationalCallback<TextResourceTypeDefinition>() { | |
| public TextResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final TextResourceTypeDefinition inj2807_TextResourceTypeDefinition = new TextResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(TextResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2807_TextResourceTypeDefinition); | |
| return inj2807_TextResourceTypeDefinition; | |
| } | |
| }; | |
| private final TextResourceTypeDefinition inj2807_TextResourceTypeDefinition = inj2808_TextResourceTypeDefinition_creational.getInstance(context); | |
| private InitializationCallback<NotificationPopupView> init_inj2809_NotificationPopupView = new InitializationCallback<NotificationPopupView>() { | |
| public void init(final NotificationPopupView obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<NotificationPopupView> inj2810_NotificationPopupView_creational = new CreationalCallback<NotificationPopupView>() { | |
| public NotificationPopupView getInstance(final CreationalContext context) { | |
| final NotificationPopupView inj2809_NotificationPopupView = new NotificationPopupView(); | |
| context.addBean(context.getBeanReference(NotificationPopupView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2809_NotificationPopupView); | |
| context.addInitializationCallback(inj2809_NotificationPopupView, init_inj2809_NotificationPopupView); | |
| return inj2809_NotificationPopupView; | |
| } | |
| }; | |
| private InitializationCallback<NewGlobalHandler> init_inj2811_NewGlobalHandler = new InitializationCallback<NewGlobalHandler>() { | |
| public void init(final NewGlobalHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewGlobalHandler> inj2812_NewGlobalHandler_creational = new CreationalCallback<NewGlobalHandler>() { | |
| public NewGlobalHandler getInstance(final CreationalContext context) { | |
| final NewGlobalHandler inj2811_NewGlobalHandler = new NewGlobalHandler(); | |
| context.addBean(context.getBeanReference(NewGlobalHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2811_NewGlobalHandler); | |
| _$1114876180__$3266993_globalsService(inj2811_NewGlobalHandler, inj2534_CallerProvider.provide(new Class[] { GlobalsEditorService.class }, null)); | |
| _$1114876180__$906533316_placeManager(inj2811_NewGlobalHandler, inj2567_PlaceManagerImpl); | |
| _$1114876180__1045419135_resourceType(inj2811_NewGlobalHandler, inj2686_GlobalResourceType); | |
| _$1114876180__886285106_busyIndicatorView(inj2811_NewGlobalHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2811_NewGlobalHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2811_NewGlobalHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2811_NewGlobalHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2811_NewGlobalHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2811_NewGlobalHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2811_NewGlobalHandler, init_inj2811_NewGlobalHandler); | |
| return inj2811_NewGlobalHandler; | |
| } | |
| }; | |
| private final NewGlobalHandler inj2811_NewGlobalHandler = inj2812_NewGlobalHandler_creational.getInstance(context); | |
| private final CreationalCallback<ProjectImportsScreenViewImpl> inj2814_ProjectImportsScreenViewImpl_creational = new CreationalCallback<ProjectImportsScreenViewImpl>() { | |
| public ProjectImportsScreenViewImpl getInstance(final CreationalContext context) { | |
| final MetadataWidget var208 = inj2574_MetadataWidget_creational.getInstance(context); | |
| final ProjectImportsScreenViewImpl inj2813_ProjectImportsScreenViewImpl = new ProjectImportsScreenViewImpl(var208); | |
| context.addBean(context.getBeanReference(ProjectImportsScreenViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2813_ProjectImportsScreenViewImpl); | |
| return inj2813_ProjectImportsScreenViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GuvnorTextEditorPresenter> inj2816_GuvnorTextEditorPresenter_creational = new CreationalCallback<GuvnorTextEditorPresenter>() { | |
| public GuvnorTextEditorPresenter getInstance(final CreationalContext context) { | |
| final GuvnorTextEditorPresenter inj2815_GuvnorTextEditorPresenter = new GuvnorTextEditorPresenter(); | |
| context.addBean(context.getBeanReference(GuvnorTextEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2815_GuvnorTextEditorPresenter); | |
| _$175601630__$76115871_multiPage(inj2815_GuvnorTextEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _$175601630__$3266993_defaultEditorService(inj2815_GuvnorTextEditorPresenter, inj2534_CallerProvider.provide(new Class[] { DefaultEditorService.class }, null)); | |
| _$175601630__$3266993_metadataService(inj2815_GuvnorTextEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _$175601630__1116818801_notification(inj2815_GuvnorTextEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$175601630__886285106_busyIndicatorView(inj2815_GuvnorTextEditorPresenter, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _$175601630__996422802_menuBuilder(inj2815_GuvnorTextEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| _$175601630__$1151348425_metadataWidget(inj2815_GuvnorTextEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| inj2815_GuvnorTextEditorPresenter.view = inj2665_TextEditorView_creational.getInstance(context); | |
| _149710705__$3266993_vfsServices(inj2815_GuvnorTextEditorPresenter, inj2534_CallerProvider.provide(new Class[] { VFSService.class }, null)); | |
| return inj2815_GuvnorTextEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<GuvnorTextEditorPresenterActivity> inj2818_GuvnorTextEditorPresenterActivity_creational = new CreationalCallback<GuvnorTextEditorPresenterActivity>() { | |
| public GuvnorTextEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var209 = inj2567_PlaceManagerImpl; | |
| final GuvnorTextEditorPresenterActivity inj2817_GuvnorTextEditorPresenterActivity = new GuvnorTextEditorPresenterActivity(var209); | |
| context.addBean(context.getBeanReference(GuvnorTextEditorPresenterActivity.class, arrayOf_19635043Annotation_338608755), inj2817_GuvnorTextEditorPresenterActivity); | |
| _$1698849455__$175601630_realPresenter(inj2817_GuvnorTextEditorPresenterActivity, inj2816_GuvnorTextEditorPresenter_creational.getInstance(context)); | |
| return inj2817_GuvnorTextEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<TestRuntimeReportingService> inj2820_TestRuntimeReportingService_creational = new CreationalCallback<TestRuntimeReportingService>() { | |
| public TestRuntimeReportingService getInstance(final CreationalContext context) { | |
| final TestRuntimeReportingService inj2819_TestRuntimeReportingService = new TestRuntimeReportingService(); | |
| context.addBean(context.getBeanReference(TestRuntimeReportingService.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2819_TestRuntimeReportingService); | |
| _1535409912__$906533316_placeManager(inj2819_TestRuntimeReportingService, inj2567_PlaceManagerImpl); | |
| _1535409912__1116818801_successEvent(inj2819_TestRuntimeReportingService, inj2532_EventProvider.provide(new Class[] { Success.class }, null)); | |
| final Subscription var210 = CDI.subscribe("org.drools.workbench.screens.testscenario.model.TestResultMessage", new AbstractCDIEventCallback<TestResultMessage>() { | |
| public void fireEvent(final TestResultMessage event) { | |
| inj2819_TestRuntimeReportingService.addBuildMessages(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.testscenario.model.TestResultMessage []"; | |
| } | |
| }); | |
| final Subscription var211 = ErraiBus.get().subscribe("cdi.event:org.drools.workbench.screens.testscenario.model.TestResultMessage", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2819_TestRuntimeReportingService, new DestructionCallback<TestRuntimeReportingService>() { | |
| public void destroy(final TestRuntimeReportingService obj) { | |
| var210.remove(); | |
| var211.remove(); | |
| } | |
| }); | |
| return inj2819_TestRuntimeReportingService; | |
| } | |
| }; | |
| private final TestRuntimeReportingService inj2819_TestRuntimeReportingService = inj2820_TestRuntimeReportingService_creational.getInstance(context); | |
| private final CreationalCallback<DRLEditorEntryPoint> inj2822_DRLEditorEntryPoint_creational = new CreationalCallback<DRLEditorEntryPoint>() { | |
| public DRLEditorEntryPoint getInstance(final CreationalContext context) { | |
| final DRLEditorEntryPoint inj2821_DRLEditorEntryPoint = new DRLEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(DRLEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2821_DRLEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2821_DRLEditorEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2821_DRLEditorEntryPoint; | |
| } | |
| }; | |
| private final DRLEditorEntryPoint inj2821_DRLEditorEntryPoint = inj2822_DRLEditorEntryPoint_creational.getInstance(context); | |
| private InitializationCallback<NewEnumHandler> init_inj2823_NewEnumHandler = new InitializationCallback<NewEnumHandler>() { | |
| public void init(final NewEnumHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewEnumHandler> inj2824_NewEnumHandler_creational = new CreationalCallback<NewEnumHandler>() { | |
| public NewEnumHandler getInstance(final CreationalContext context) { | |
| final NewEnumHandler inj2823_NewEnumHandler = new NewEnumHandler(); | |
| context.addBean(context.getBeanReference(NewEnumHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2823_NewEnumHandler); | |
| _1941924780__$3266993_enumService(inj2823_NewEnumHandler, inj2534_CallerProvider.provide(new Class[] { EnumService.class }, null)); | |
| _1941924780__$906533316_placeManager(inj2823_NewEnumHandler, inj2567_PlaceManagerImpl); | |
| _1941924780__$923313157_resourceType(inj2823_NewEnumHandler, inj2676_EnumResourceType); | |
| _1941924780__886285106_busyIndicatorView(inj2823_NewEnumHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2823_NewEnumHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2823_NewEnumHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2823_NewEnumHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2823_NewEnumHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2823_NewEnumHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2823_NewEnumHandler, init_inj2823_NewEnumHandler); | |
| return inj2823_NewEnumHandler; | |
| } | |
| }; | |
| private final NewEnumHandler inj2823_NewEnumHandler = inj2824_NewEnumHandler_creational.getInstance(context); | |
| private final CreationalCallback<ExplorerEntryPoint> inj2826_ExplorerEntryPoint_creational = new CreationalCallback<ExplorerEntryPoint>() { | |
| public ExplorerEntryPoint getInstance(final CreationalContext context) { | |
| final ExplorerEntryPoint inj2825_ExplorerEntryPoint = new ExplorerEntryPoint(); | |
| context.addBean(context.getBeanReference(ExplorerEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2825_ExplorerEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2825_ExplorerEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2825_ExplorerEntryPoint; | |
| } | |
| }; | |
| private final ExplorerEntryPoint inj2825_ExplorerEntryPoint = inj2826_ExplorerEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<ProblemsScreenViewImpl> inj2829_ProblemsScreenViewImpl_creational = new CreationalCallback<ProblemsScreenViewImpl>() { | |
| public ProblemsScreenViewImpl getInstance(final CreationalContext context) { | |
| final ProblemsService var212 = inj2716_ProblemsService; | |
| final PlaceManager var213 = inj2567_PlaceManagerImpl; | |
| final ProblemsScreenViewImpl inj1619_ProblemsScreenViewImpl = new ProblemsScreenViewImpl(var212, var213); | |
| context.addBean(context.getBeanReference(ProblemsScreenViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1619_ProblemsScreenViewImpl); | |
| return inj1619_ProblemsScreenViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ProblemsScreen> inj2828_ProblemsScreen_creational = new CreationalCallback<ProblemsScreen>() { | |
| public ProblemsScreen getInstance(final CreationalContext context) { | |
| final ProblemsScreenView var214 = inj2829_ProblemsScreenViewImpl_creational.getInstance(context); | |
| final PlaceManager var215 = inj2567_PlaceManagerImpl; | |
| final ProblemsService var216 = inj2716_ProblemsService; | |
| final ProblemsScreen inj2827_ProblemsScreen = new ProblemsScreen(var214, var215, var216); | |
| context.addBean(context.getBeanReference(ProblemsScreen.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2827_ProblemsScreen); | |
| return inj2827_ProblemsScreen; | |
| } | |
| }; | |
| private final ProblemsScreen inj2827_ProblemsScreen = inj2828_ProblemsScreen_creational.getInstance(context); | |
| private final CreationalCallback<GuidedRuleDRLResourceType> inj2831_GuidedRuleDRLResourceType_creational = new CreationalCallback<GuidedRuleDRLResourceType>() { | |
| public GuidedRuleDRLResourceType getInstance(final CreationalContext context) { | |
| final GuidedRuleDRLResourceType inj2830_GuidedRuleDRLResourceType = new GuidedRuleDRLResourceType(); | |
| context.addBean(context.getBeanReference(GuidedRuleDRLResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2830_GuidedRuleDRLResourceType); | |
| return inj2830_GuidedRuleDRLResourceType; | |
| } | |
| }; | |
| private final GuidedRuleDRLResourceType inj2830_GuidedRuleDRLResourceType = inj2831_GuidedRuleDRLResourceType_creational.getInstance(context); | |
| private final CreationalCallback<RequestDispatcherProvider> inj2832_RequestDispatcherProvider_creational = new CreationalCallback<RequestDispatcherProvider>() { | |
| public RequestDispatcherProvider getInstance(final CreationalContext context) { | |
| final RequestDispatcherProvider inj2522_RequestDispatcherProvider = new RequestDispatcherProvider(); | |
| context.addBean(context.getBeanReference(RequestDispatcherProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2522_RequestDispatcherProvider); | |
| return inj2522_RequestDispatcherProvider; | |
| } | |
| }; | |
| private final RequestDispatcherProvider inj2522_RequestDispatcherProvider = inj2832_RequestDispatcherProvider_creational.getInstance(context); | |
| private final CreationalCallback<WorkItemDefinitionEditor> inj2836_WorkItemDefinitionEditor_creational = new CreationalCallback<WorkItemDefinitionEditor>() { | |
| public WorkItemDefinitionEditor getInstance(final CreationalContext context) { | |
| final WorkItemDefinitionEditor inj365_WorkItemDefinitionEditor = new WorkItemDefinitionEditor(); | |
| context.addBean(context.getBeanReference(WorkItemDefinitionEditor.class, QualifierUtil.DEFAULT_QUALIFIERS), inj365_WorkItemDefinitionEditor); | |
| return inj365_WorkItemDefinitionEditor; | |
| } | |
| }; | |
| private InitializationCallback<WorkItemDefinitionElementsBrowser> init_inj366_WorkItemDefinitionElementsBrowser = new InitializationCallback<WorkItemDefinitionElementsBrowser>() { | |
| public void init(final WorkItemDefinitionElementsBrowser obj) { | |
| obj.loadMetaData(); | |
| } | |
| }; | |
| private final CreationalCallback<WorkItemDefinitionElementsBrowser> inj2837_WorkItemDefinitionElementsBrowser_creational = new CreationalCallback<WorkItemDefinitionElementsBrowser>() { | |
| public WorkItemDefinitionElementsBrowser getInstance(final CreationalContext context) { | |
| final WorkItemDefinitionElementsBrowser inj366_WorkItemDefinitionElementsBrowser = new WorkItemDefinitionElementsBrowser(); | |
| context.addBean(context.getBeanReference(WorkItemDefinitionElementsBrowser.class, QualifierUtil.DEFAULT_QUALIFIERS), inj366_WorkItemDefinitionElementsBrowser); | |
| final WorkItemMetaDataLoader_inj2838_proxy inj2838_proxy = new WorkItemMetaDataLoader_inj2838_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<WorkItemMetaDataLoader>() { | |
| public void resolve(WorkItemMetaDataLoader obj) { | |
| inj2838_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2838_proxy, obj); | |
| } | |
| }, WorkItemMetaDataLoader.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _$461127281__66078641_metaDataLoader(inj366_WorkItemDefinitionElementsBrowser, inj2838_proxy); | |
| context.addInitializationCallback(inj366_WorkItemDefinitionElementsBrowser, init_inj366_WorkItemDefinitionElementsBrowser); | |
| return inj366_WorkItemDefinitionElementsBrowser; | |
| } | |
| }; | |
| private InitializationCallback<WorkItemsEditorViewImpl> init_inj1681_WorkItemsEditorViewImpl = new InitializationCallback<WorkItemsEditorViewImpl>() { | |
| public void init(final WorkItemsEditorViewImpl obj) { | |
| obj.init(); | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<WorkItemsEditorViewImpl> inj2835_WorkItemsEditorViewImpl_creational = new CreationalCallback<WorkItemsEditorViewImpl>() { | |
| public WorkItemsEditorViewImpl getInstance(final CreationalContext context) { | |
| final WorkItemsEditorViewImpl inj1681_WorkItemsEditorViewImpl = new WorkItemsEditorViewImpl(); | |
| context.addBean(context.getBeanReference(WorkItemsEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1681_WorkItemsEditorViewImpl); | |
| _1288185087__1348389967_workItemWidget(inj1681_WorkItemsEditorViewImpl, inj2836_WorkItemDefinitionEditor_creational.getInstance(context)); | |
| _1288185087__$461127281_workItemBrowser(inj1681_WorkItemsEditorViewImpl, inj2837_WorkItemDefinitionElementsBrowser_creational.getInstance(context)); | |
| context.addInitializationCallback(inj1681_WorkItemsEditorViewImpl, init_inj1681_WorkItemsEditorViewImpl); | |
| return inj1681_WorkItemsEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<WorkItemsEditorPresenter> inj2834_WorkItemsEditorPresenter_creational = new CreationalCallback<WorkItemsEditorPresenter>() { | |
| public WorkItemsEditorPresenter getInstance(final CreationalContext context) { | |
| final WorkItemsEditorPresenter inj2833_WorkItemsEditorPresenter = new WorkItemsEditorPresenter(); | |
| context.addBean(context.getBeanReference(WorkItemsEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2833_WorkItemsEditorPresenter); | |
| _1950623566__$3266993_workItemsService(inj2833_WorkItemsEditorPresenter, inj2534_CallerProvider.provide(new Class[] { WorkItemsEditorService.class }, null)); | |
| _1950623566__$3266993_metadataService(inj2833_WorkItemsEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _1950623566__1116818801_notification(inj2833_WorkItemsEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _1950623566__$906533316_placeManager(inj2833_WorkItemsEditorPresenter, inj2567_PlaceManagerImpl); | |
| _1950623566__1491109439_view(inj2833_WorkItemsEditorPresenter, inj2835_WorkItemsEditorViewImpl_creational.getInstance(context)); | |
| _1950623566__$1151348425_metadataWidget(inj2833_WorkItemsEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| _1950623566__$76115871_multiPage(inj2833_WorkItemsEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _1950623566__996422802_menuBuilder(inj2833_WorkItemsEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| final Subscription var217 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj2833_WorkItemsEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2833_WorkItemsEditorPresenter, new DestructionCallback<WorkItemsEditorPresenter>() { | |
| public void destroy(final WorkItemsEditorPresenter obj) { | |
| var217.remove(); | |
| } | |
| }); | |
| return inj2833_WorkItemsEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<PanelHelperWest> inj2840_PanelHelperWest_creational = new CreationalCallback<PanelHelperWest>() { | |
| public PanelHelperWest getInstance(final CreationalContext context) { | |
| final PanelHelperWest inj2839_PanelHelperWest = new PanelHelperWest(); | |
| context.addBean(context.getBeanReference(PanelHelperWest.class, arrayOf_19635043Annotation_388596676), inj2839_PanelHelperWest); | |
| _$1327205249__$1887041540_factory(inj2839_PanelHelperWest, inj2563_DefaultBeanFactory); | |
| return inj2839_PanelHelperWest; | |
| } | |
| }; | |
| private final PanelHelperWest inj2839_PanelHelperWest = inj2840_PanelHelperWest_creational.getInstance(context); | |
| private final CreationalCallback<BulkRunTestScenarioEditorViewImpl> inj2846_BulkRunTestScenarioEditorViewImpl_creational = new CreationalCallback<BulkRunTestScenarioEditorViewImpl>() { | |
| public BulkRunTestScenarioEditorViewImpl getInstance(final CreationalContext context) { | |
| final Event var222 = inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null); | |
| final BulkRunTestScenarioEditorViewImpl inj1483_BulkRunTestScenarioEditorViewImpl = new BulkRunTestScenarioEditorViewImpl(var222); | |
| context.addBean(context.getBeanReference(BulkRunTestScenarioEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1483_BulkRunTestScenarioEditorViewImpl); | |
| return inj1483_BulkRunTestScenarioEditorViewImpl; | |
| } | |
| }; | |
| private InitializationCallback<BulkRunTestScenarioEditor> init_inj1485_BulkRunTestScenarioEditor = new InitializationCallback<BulkRunTestScenarioEditor>() { | |
| public void init(final BulkRunTestScenarioEditor obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<BulkRunTestScenarioEditor> inj2845_BulkRunTestScenarioEditor_creational = new CreationalCallback<BulkRunTestScenarioEditor>() { | |
| public BulkRunTestScenarioEditor getInstance(final CreationalContext context) { | |
| final BulkRunTestScenarioEditor inj1485_BulkRunTestScenarioEditor = new BulkRunTestScenarioEditor(); | |
| context.addBean(context.getBeanReference(BulkRunTestScenarioEditor.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1485_BulkRunTestScenarioEditor); | |
| _877155916__$1870332143_view(inj1485_BulkRunTestScenarioEditor, inj2846_BulkRunTestScenarioEditorViewImpl_creational.getInstance(context)); | |
| _877155916__$3266993_scenarioService(inj1485_BulkRunTestScenarioEditor, inj2534_CallerProvider.provide(new Class[] { ScenarioTestEditorService.class }, null)); | |
| context.addInitializationCallback(inj1485_BulkRunTestScenarioEditor, init_inj1485_BulkRunTestScenarioEditor); | |
| return inj1485_BulkRunTestScenarioEditor; | |
| } | |
| }; | |
| private final CreationalCallback<ScenarioEditorViewImpl> inj2844_ScenarioEditorViewImpl_creational = new CreationalCallback<ScenarioEditorViewImpl>() { | |
| public ScenarioEditorViewImpl getInstance(final CreationalContext context) { | |
| final ImportsWidgetPresenter var219 = inj2742_ImportsWidgetPresenter_creational.getInstance(context); | |
| final MultiPageEditor var220 = inj2542_MultiPageEditor_creational.getInstance(context); | |
| final MetadataWidget var221 = inj2574_MetadataWidget_creational.getInstance(context); | |
| final BulkRunTestScenarioEditor var223 = inj2845_BulkRunTestScenarioEditor_creational.getInstance(context); | |
| final Caller var224 = inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null); | |
| final Event var225 = inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null); | |
| final BusyIndicatorView var226 = inj2572_BusyIndicatorView_creational.getInstance(context); | |
| final ScenarioEditorViewImpl inj1484_ScenarioEditorViewImpl = new ScenarioEditorViewImpl(var219, var220, var221, var223, var224, var225, var226); | |
| context.addBean(context.getBeanReference(ScenarioEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1484_ScenarioEditorViewImpl); | |
| return inj1484_ScenarioEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ScenarioEditorPresenter> inj2843_ScenarioEditorPresenter_creational = new CreationalCallback<ScenarioEditorPresenter>() { | |
| public ScenarioEditorPresenter getInstance(final CreationalContext context) { | |
| final ScenarioEditorView var227 = inj2844_ScenarioEditorViewImpl_creational.getInstance(context); | |
| final FileMenuBuilder var228 = inj2570_FileMenuBuilderImpl_creational.getInstance(context); | |
| final Caller var229 = inj2534_CallerProvider.provide(new Class[] { ScenarioTestEditorService.class }, null); | |
| final ScenarioEditorPresenter inj1486_ScenarioEditorPresenter = new ScenarioEditorPresenter(var227, var228, var229); | |
| context.addBean(context.getBeanReference(ScenarioEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1486_ScenarioEditorPresenter); | |
| return inj1486_ScenarioEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<ScenarioEditorPresenterActivity> inj2842_ScenarioEditorPresenterActivity_creational = new CreationalCallback<ScenarioEditorPresenterActivity>() { | |
| public ScenarioEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var218 = inj2567_PlaceManagerImpl; | |
| final ScenarioEditorPresenterActivity inj2841_ScenarioEditorPresenterActivity = new ScenarioEditorPresenterActivity(var218); | |
| context.addBean(context.getBeanReference(ScenarioEditorPresenterActivity.class, arrayOf_19635043Annotation_409724573), inj2841_ScenarioEditorPresenterActivity); | |
| _560830270__$462176497_realPresenter(inj2841_ScenarioEditorPresenterActivity, inj2843_ScenarioEditorPresenter_creational.getInstance(context)); | |
| return inj2841_ScenarioEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleDSLRResourceTypeDefinition> inj2848_GuidedRuleDSLRResourceTypeDefinition_creational = new CreationalCallback<GuidedRuleDSLRResourceTypeDefinition>() { | |
| public GuidedRuleDSLRResourceTypeDefinition getInstance(final CreationalContext context) { | |
| final GuidedRuleDSLRResourceTypeDefinition inj2847_GuidedRuleDSLRResourceTypeDefinition = new GuidedRuleDSLRResourceTypeDefinition(); | |
| context.addBean(context.getBeanReference(GuidedRuleDSLRResourceTypeDefinition.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2847_GuidedRuleDSLRResourceTypeDefinition); | |
| return inj2847_GuidedRuleDSLRResourceTypeDefinition; | |
| } | |
| }; | |
| private final GuidedRuleDSLRResourceTypeDefinition inj2847_GuidedRuleDSLRResourceTypeDefinition = inj2848_GuidedRuleDSLRResourceTypeDefinition_creational.getInstance(context); | |
| private final CreationalCallback<KieWorkbenchWidgetsCommonEntryPoint> inj2850_KieWorkbenchWidgetsCommonEntryPoint_creational = new CreationalCallback<KieWorkbenchWidgetsCommonEntryPoint>() { | |
| public KieWorkbenchWidgetsCommonEntryPoint getInstance(final CreationalContext context) { | |
| final KieWorkbenchWidgetsCommonEntryPoint inj2849_KieWorkbenchWidgetsCommonEntryPoint = new KieWorkbenchWidgetsCommonEntryPoint(); | |
| context.addBean(context.getBeanReference(KieWorkbenchWidgetsCommonEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2849_KieWorkbenchWidgetsCommonEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2849_KieWorkbenchWidgetsCommonEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2849_KieWorkbenchWidgetsCommonEntryPoint; | |
| } | |
| }; | |
| private final KieWorkbenchWidgetsCommonEntryPoint inj2849_KieWorkbenchWidgetsCommonEntryPoint = inj2850_KieWorkbenchWidgetsCommonEntryPoint_creational.getInstance(context); | |
| private InitializationCallback<NewPackageHandler> init_inj2851_NewPackageHandler = new InitializationCallback<NewPackageHandler>() { | |
| public void init(final NewPackageHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewPackageHandler> inj2852_NewPackageHandler_creational = new CreationalCallback<NewPackageHandler>() { | |
| public NewPackageHandler getInstance(final CreationalContext context) { | |
| final NewPackageHandler inj2851_NewPackageHandler = new NewPackageHandler(); | |
| context.addBean(context.getBeanReference(NewPackageHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2851_NewPackageHandler); | |
| _$1468128752__$3266993_projectService(inj2851_NewPackageHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__1438931262_context(inj2851_NewPackageHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2851_NewPackageHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2851_NewPackageHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2851_NewPackageHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2851_NewPackageHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2851_NewPackageHandler, init_inj2851_NewPackageHandler); | |
| return inj2851_NewPackageHandler; | |
| } | |
| }; | |
| private final NewPackageHandler inj2851_NewPackageHandler = inj2852_NewPackageHandler_creational.getInstance(context); | |
| private final CreationalCallback<WorkItemsResourceType> inj2854_WorkItemsResourceType_creational = new CreationalCallback<WorkItemsResourceType>() { | |
| public WorkItemsResourceType getInstance(final CreationalContext context) { | |
| final WorkItemsResourceType inj2853_WorkItemsResourceType = new WorkItemsResourceType(); | |
| context.addBean(context.getBeanReference(WorkItemsResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2853_WorkItemsResourceType); | |
| return inj2853_WorkItemsResourceType; | |
| } | |
| }; | |
| private final WorkItemsResourceType inj2853_WorkItemsResourceType = inj2854_WorkItemsResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewWorkItemHandler> init_inj2855_NewWorkItemHandler = new InitializationCallback<NewWorkItemHandler>() { | |
| public void init(final NewWorkItemHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewWorkItemHandler> inj2856_NewWorkItemHandler_creational = new CreationalCallback<NewWorkItemHandler>() { | |
| public NewWorkItemHandler getInstance(final CreationalContext context) { | |
| final NewWorkItemHandler inj2855_NewWorkItemHandler = new NewWorkItemHandler(); | |
| context.addBean(context.getBeanReference(NewWorkItemHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2855_NewWorkItemHandler); | |
| _1440009388__$3266993_workItemsEditorService(inj2855_NewWorkItemHandler, inj2534_CallerProvider.provide(new Class[] { WorkItemsEditorService.class }, null)); | |
| _1440009388__$906533316_placeManager(inj2855_NewWorkItemHandler, inj2567_PlaceManagerImpl); | |
| _1440009388__786548610_resourceType(inj2855_NewWorkItemHandler, inj2853_WorkItemsResourceType); | |
| _1440009388__886285106_busyIndicatorView(inj2855_NewWorkItemHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2855_NewWorkItemHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2855_NewWorkItemHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2855_NewWorkItemHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2855_NewWorkItemHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2855_NewWorkItemHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2855_NewWorkItemHandler, init_inj2855_NewWorkItemHandler); | |
| return inj2855_NewWorkItemHandler; | |
| } | |
| }; | |
| private final NewWorkItemHandler inj2855_NewWorkItemHandler = inj2856_NewWorkItemHandler_creational.getInstance(context); | |
| private final CreationalCallback<WorkItemsEditorEntryPoint> inj2858_WorkItemsEditorEntryPoint_creational = new CreationalCallback<WorkItemsEditorEntryPoint>() { | |
| public WorkItemsEditorEntryPoint getInstance(final CreationalContext context) { | |
| final WorkItemsEditorEntryPoint inj2857_WorkItemsEditorEntryPoint = new WorkItemsEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(WorkItemsEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2857_WorkItemsEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2857_WorkItemsEditorEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2857_WorkItemsEditorEntryPoint; | |
| } | |
| }; | |
| private final WorkItemsEditorEntryPoint inj2857_WorkItemsEditorEntryPoint = inj2858_WorkItemsEditorEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<HorizontalSplitterPanel> inj2860_HorizontalSplitterPanel_creational = new CreationalCallback<HorizontalSplitterPanel>() { | |
| public HorizontalSplitterPanel getInstance(final CreationalContext context) { | |
| final HorizontalSplitterPanel inj2859_HorizontalSplitterPanel = new HorizontalSplitterPanel(); | |
| context.addBean(context.getBeanReference(HorizontalSplitterPanel.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2859_HorizontalSplitterPanel); | |
| return inj2859_HorizontalSplitterPanel; | |
| } | |
| }; | |
| private final CreationalCallback<ProjectImportsResourceType> inj2862_ProjectImportsResourceType_creational = new CreationalCallback<ProjectImportsResourceType>() { | |
| public ProjectImportsResourceType getInstance(final CreationalContext context) { | |
| final ProjectImportsResourceType inj2861_ProjectImportsResourceType = new ProjectImportsResourceType(); | |
| context.addBean(context.getBeanReference(ProjectImportsResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2861_ProjectImportsResourceType); | |
| return inj2861_ProjectImportsResourceType; | |
| } | |
| }; | |
| private final ProjectImportsResourceType inj2861_ProjectImportsResourceType = inj2862_ProjectImportsResourceType_creational.getInstance(context); | |
| private final CreationalCallback<ProjectConfigScreenEntryPoint> inj2864_ProjectConfigScreenEntryPoint_creational = new CreationalCallback<ProjectConfigScreenEntryPoint>() { | |
| public ProjectConfigScreenEntryPoint getInstance(final CreationalContext context) { | |
| final ProjectConfigScreenEntryPoint inj2863_ProjectConfigScreenEntryPoint = new ProjectConfigScreenEntryPoint(); | |
| context.addBean(context.getBeanReference(ProjectConfigScreenEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2863_ProjectConfigScreenEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2863_ProjectConfigScreenEntryPoint.wireUp(); | |
| } | |
| }); | |
| return inj2863_ProjectConfigScreenEntryPoint; | |
| } | |
| }; | |
| private final ProjectConfigScreenEntryPoint inj2863_ProjectConfigScreenEntryPoint = inj2864_ProjectConfigScreenEntryPoint_creational.getInstance(context); | |
| private InitializationCallback<ClientTypeRegistryImpl> init_inj2865_ClientTypeRegistryImpl = new InitializationCallback<ClientTypeRegistryImpl>() { | |
| public void init(final ClientTypeRegistryImpl obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<ClientTypeRegistryImpl> inj2866_ClientTypeRegistryImpl_creational = new CreationalCallback<ClientTypeRegistryImpl>() { | |
| public ClientTypeRegistryImpl getInstance(final CreationalContext context) { | |
| final IOCBeanManager var230 = inj2526_IOCBeanManagerProvider.get(); | |
| final ClientTypeRegistryImpl inj2865_ClientTypeRegistryImpl = new ClientTypeRegistryImpl(var230); | |
| context.addBean(context.getBeanReference(ClientTypeRegistryImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2865_ClientTypeRegistryImpl); | |
| context.addInitializationCallback(inj2865_ClientTypeRegistryImpl, init_inj2865_ClientTypeRegistryImpl); | |
| return inj2865_ClientTypeRegistryImpl; | |
| } | |
| }; | |
| private final ClientTypeRegistryImpl inj2865_ClientTypeRegistryImpl = inj2866_ClientTypeRegistryImpl_creational.getInstance(context); | |
| private InitializationCallback<FindForm> init_inj2867_FindForm = new InitializationCallback<FindForm>() { | |
| public void init(final FindForm obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<FindForm> inj2868_FindForm_creational = new CreationalCallback<FindForm>() { | |
| public FindForm getInstance(final CreationalContext context) { | |
| final FindForm inj2867_FindForm = new FindForm(); | |
| context.addBean(context.getBeanReference(FindForm.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2867_FindForm); | |
| _1945435460__$1369762248_clientTypeRegistry(inj2867_FindForm, inj2865_ClientTypeRegistryImpl); | |
| context.addInitializationCallback(inj2867_FindForm, init_inj2867_FindForm); | |
| return inj2867_FindForm; | |
| } | |
| }; | |
| private InitializationCallback<NewResourcesMenu> init_inj2869_NewResourcesMenu = new InitializationCallback<NewResourcesMenu>() { | |
| public void init(final NewResourcesMenu obj) { | |
| obj.setup(); | |
| } | |
| }; | |
| private final CreationalCallback<NewResourcesMenu> inj2870_NewResourcesMenu_creational = new CreationalCallback<NewResourcesMenu>() { | |
| public NewResourcesMenu getInstance(final CreationalContext context) { | |
| final NewResourcesMenu inj2869_NewResourcesMenu = new NewResourcesMenu(); | |
| context.addBean(context.getBeanReference(NewResourcesMenu.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2869_NewResourcesMenu); | |
| _594147304__$121625827_iocBeanManager(inj2869_NewResourcesMenu, inj2526_IOCBeanManagerProvider.get()); | |
| _594147304__$1301899522_newResourcePresenter(inj2869_NewResourcesMenu, inj2726_NewResourcePresenter); | |
| final Subscription var231 = CDI.subscribeLocal("org.uberfire.workbench.events.PathChangeEvent", new AbstractCDIEventCallback<PathChangeEvent>() { | |
| public void fireEvent(final PathChangeEvent event) { | |
| inj2869_NewResourcesMenu.selectedPathChanged(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PathChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2869_NewResourcesMenu, new DestructionCallback<NewResourcesMenu>() { | |
| public void destroy(final NewResourcesMenu obj) { | |
| var231.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2869_NewResourcesMenu, init_inj2869_NewResourcesMenu); | |
| return inj2869_NewResourcesMenu; | |
| } | |
| }; | |
| private final NewResourcesMenu inj2869_NewResourcesMenu = inj2870_NewResourcesMenu_creational.getInstance(context); | |
| private final CreationalCallback<TestRunnerReportingViewImpl> inj2873_TestRunnerReportingViewImpl_creational = new CreationalCallback<TestRunnerReportingViewImpl>() { | |
| public TestRunnerReportingViewImpl getInstance(final CreationalContext context) { | |
| final TestRunnerReportingViewImpl inj888_TestRunnerReportingViewImpl = new TestRunnerReportingViewImpl(); | |
| context.addBean(context.getBeanReference(TestRunnerReportingViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj888_TestRunnerReportingViewImpl); | |
| return inj888_TestRunnerReportingViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<TestRunnerReportingScreen> inj2872_TestRunnerReportingScreen_creational = new CreationalCallback<TestRunnerReportingScreen>() { | |
| public TestRunnerReportingScreen getInstance(final CreationalContext context) { | |
| final TestRunnerReportingView var232 = inj2873_TestRunnerReportingViewImpl_creational.getInstance(context); | |
| final TestRuntimeReportingService var233 = inj2819_TestRuntimeReportingService; | |
| final TestRunnerReportingScreen inj2871_TestRunnerReportingScreen = new TestRunnerReportingScreen(var232, var233); | |
| context.addBean(context.getBeanReference(TestRunnerReportingScreen.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2871_TestRunnerReportingScreen); | |
| final Subscription var234 = CDI.subscribe("org.drools.workbench.screens.testscenario.model.Success", new AbstractCDIEventCallback<Success>() { | |
| public void fireEvent(final Success event) { | |
| inj2871_TestRunnerReportingScreen.onSuccess(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.drools.workbench.screens.testscenario.model.Success []"; | |
| } | |
| }); | |
| final Subscription var235 = ErraiBus.get().subscribe("cdi.event:org.drools.workbench.screens.testscenario.model.Success", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2871_TestRunnerReportingScreen, new DestructionCallback<TestRunnerReportingScreen>() { | |
| public void destroy(final TestRunnerReportingScreen obj) { | |
| var234.remove(); | |
| var235.remove(); | |
| } | |
| }); | |
| return inj2871_TestRunnerReportingScreen; | |
| } | |
| }; | |
| private final TestRunnerReportingScreen inj2871_TestRunnerReportingScreen = inj2872_TestRunnerReportingScreen_creational.getInstance(context); | |
| private final CreationalCallback<PanelHelperNorth> inj2875_PanelHelperNorth_creational = new CreationalCallback<PanelHelperNorth>() { | |
| public PanelHelperNorth getInstance(final CreationalContext context) { | |
| final PanelHelperNorth inj2874_PanelHelperNorth = new PanelHelperNorth(); | |
| context.addBean(context.getBeanReference(PanelHelperNorth.class, arrayOf_19635043Annotation_1330291250), inj2874_PanelHelperNorth); | |
| _1798295605__$1887041540_factory(inj2874_PanelHelperNorth, inj2563_DefaultBeanFactory); | |
| return inj2874_PanelHelperNorth; | |
| } | |
| }; | |
| private final PanelHelperNorth inj2874_PanelHelperNorth = inj2875_PanelHelperNorth_creational.getInstance(context); | |
| private final CreationalCallback<WizardPageTitle> inj2877_WizardPageTitle_creational = new CreationalCallback<WizardPageTitle>() { | |
| public WizardPageTitle getInstance(final CreationalContext context) { | |
| final WizardPageTitle inj2876_WizardPageTitle = new WizardPageTitle(); | |
| context.addBean(context.getBeanReference(WizardPageTitle.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2876_WizardPageTitle); | |
| _$308988791__1116818801_selectPageEvent(inj2876_WizardPageTitle, inj2532_EventProvider.provide(new Class[] { WizardPageSelectedEvent.class }, null)); | |
| return inj2876_WizardPageTitle; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedDecisionTableEditorViewImpl> inj2880_GuidedDecisionTableEditorViewImpl_creational = new CreationalCallback<GuidedDecisionTableEditorViewImpl>() { | |
| public GuidedDecisionTableEditorViewImpl getInstance(final CreationalContext context) { | |
| final GuidedDecisionTableEditorViewImpl inj1196_GuidedDecisionTableEditorViewImpl = new GuidedDecisionTableEditorViewImpl(); | |
| context.addBean(context.getBeanReference(GuidedDecisionTableEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1196_GuidedDecisionTableEditorViewImpl); | |
| final CreationalCallback<Identity> var236 = new CreationalCallback<Identity>() { | |
| public Identity getInstance(CreationalContext pContext) { | |
| Identity var236 = inj2544_SecurityEntryPoint.currentUser(); | |
| context.addBean(context.getBeanReference(Identity.class, QualifierUtil.DEFAULT_QUALIFIERS), var236); | |
| return var236; | |
| } | |
| }; | |
| _$264122053__1289054168_identity(inj1196_GuidedDecisionTableEditorViewImpl, context.getSingletonInstanceOrNew(injContext, var236, Identity.class, QualifierUtil.DEFAULT_QUALIFIERS)); | |
| return inj1196_GuidedDecisionTableEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedDecisionTableEditorPresenter> inj2879_GuidedDecisionTableEditorPresenter_creational = new CreationalCallback<GuidedDecisionTableEditorPresenter>() { | |
| public GuidedDecisionTableEditorPresenter getInstance(final CreationalContext context) { | |
| final GuidedDecisionTableEditorPresenter inj2878_GuidedDecisionTableEditorPresenter = new GuidedDecisionTableEditorPresenter(); | |
| context.addBean(context.getBeanReference(GuidedDecisionTableEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2878_GuidedDecisionTableEditorPresenter); | |
| _1073742482__2041688187_view(inj2878_GuidedDecisionTableEditorPresenter, inj2880_GuidedDecisionTableEditorViewImpl_creational.getInstance(context)); | |
| _1073742482__578566281_importsWidget(inj2878_GuidedDecisionTableEditorPresenter, inj2742_ImportsWidgetPresenter_creational.getInstance(context)); | |
| _1073742482__$359327760_viewSource(inj2878_GuidedDecisionTableEditorPresenter, inj2737_ViewSourceViewImpl_creational.getInstance(context)); | |
| _1073742482__$76115871_multiPage(inj2878_GuidedDecisionTableEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _1073742482__$3266993_service(inj2878_GuidedDecisionTableEditorPresenter, inj2534_CallerProvider.provide(new Class[] { GuidedDecisionTableEditorService.class }, null)); | |
| _1073742482__1116818801_notification(inj2878_GuidedDecisionTableEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _1073742482__$906533316_placeManager(inj2878_GuidedDecisionTableEditorPresenter, inj2567_PlaceManagerImpl); | |
| _1073742482__$3266993_metadataService(inj2878_GuidedDecisionTableEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _1073742482__996422802_menuBuilder(inj2878_GuidedDecisionTableEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| _1073742482__$1151348425_metadataWidget(inj2878_GuidedDecisionTableEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| final Subscription var237 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj2878_GuidedDecisionTableEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2878_GuidedDecisionTableEditorPresenter, new DestructionCallback<GuidedDecisionTableEditorPresenter>() { | |
| public void destroy(final GuidedDecisionTableEditorPresenter obj) { | |
| var237.remove(); | |
| } | |
| }); | |
| return inj2878_GuidedDecisionTableEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<DotResourceType> inj2882_DotResourceType_creational = new CreationalCallback<DotResourceType>() { | |
| public DotResourceType getInstance(final CreationalContext context) { | |
| final DotResourceType inj2881_DotResourceType = new DotResourceType(); | |
| context.addBean(context.getBeanReference(DotResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2881_DotResourceType); | |
| return inj2881_DotResourceType; | |
| } | |
| }; | |
| private final DotResourceType inj2881_DotResourceType = inj2882_DotResourceType_creational.getInstance(context); | |
| private InitializationCallback<AdministrationPerspective> init_inj2883_AdministrationPerspective = new InitializationCallback<AdministrationPerspective>() { | |
| public void init(final AdministrationPerspective obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<AdministrationPerspective> inj2884_AdministrationPerspective_creational = new CreationalCallback<AdministrationPerspective>() { | |
| public AdministrationPerspective getInstance(final CreationalContext context) { | |
| final AdministrationPerspective inj2883_AdministrationPerspective = new AdministrationPerspective(); | |
| context.addBean(context.getBeanReference(AdministrationPerspective.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2883_AdministrationPerspective); | |
| _1719310668__$1301899522_newResourcePresenter(inj2883_AdministrationPerspective, inj2726_NewResourcePresenter); | |
| _1719310668__$906533316_placeManager(inj2883_AdministrationPerspective, inj2567_PlaceManagerImpl); | |
| _1719310668__$121625827_iocManager(inj2883_AdministrationPerspective, inj2526_IOCBeanManagerProvider.get()); | |
| context.addInitializationCallback(inj2883_AdministrationPerspective, init_inj2883_AdministrationPerspective); | |
| return inj2883_AdministrationPerspective; | |
| } | |
| }; | |
| private final AdministrationPerspective inj2883_AdministrationPerspective = inj2884_AdministrationPerspective_creational.getInstance(context); | |
| private final CreationalCallback<TextResourceType> inj2886_TextResourceType_creational = new CreationalCallback<TextResourceType>() { | |
| public TextResourceType getInstance(final CreationalContext context) { | |
| final TextResourceType inj2885_TextResourceType = new TextResourceType(); | |
| context.addBean(context.getBeanReference(TextResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2885_TextResourceType); | |
| return inj2885_TextResourceType; | |
| } | |
| }; | |
| private final TextResourceType inj2885_TextResourceType = inj2886_TextResourceType_creational.getInstance(context); | |
| private final CreationalCallback<WorkingSetManager> inj2888_WorkingSetManager_creational = new CreationalCallback<WorkingSetManager>() { | |
| public WorkingSetManager getInstance(final CreationalContext context) { | |
| final WorkingSetManager inj2887_WorkingSetManager = new WorkingSetManager(); | |
| context.addBean(context.getBeanReference(WorkingSetManager.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2887_WorkingSetManager); | |
| _1534711977__$3266993_projectService(inj2887_WorkingSetManager, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| final Subscription var238 = CDI.subscribeLocal("org.kie.workbench.common.services.workingset.client.events.OnWorkingSetApplied", new AbstractCDIEventCallback<OnWorkingSetApplied>() { | |
| public void fireEvent(final OnWorkingSetApplied event) { | |
| inj2887_WorkingSetManager.onWorkingSetApplied(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.workingset.client.events.OnWorkingSetApplied []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2887_WorkingSetManager, new DestructionCallback<WorkingSetManager>() { | |
| public void destroy(final WorkingSetManager obj) { | |
| var238.remove(); | |
| } | |
| }); | |
| final Subscription var239 = CDI.subscribeLocal("org.kie.workbench.common.services.workingset.client.events.OnWorkingSetDisabled", new AbstractCDIEventCallback<OnWorkingSetDisabled>() { | |
| public void fireEvent(final OnWorkingSetDisabled event) { | |
| inj2887_WorkingSetManager.onWorkingSetDisabled(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.workingset.client.events.OnWorkingSetDisabled []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2887_WorkingSetManager, new DestructionCallback<WorkingSetManager>() { | |
| public void destroy(final WorkingSetManager obj) { | |
| var239.remove(); | |
| } | |
| }); | |
| return inj2887_WorkingSetManager; | |
| } | |
| }; | |
| private final WorkingSetManager inj2887_WorkingSetManager = inj2888_WorkingSetManager_creational.getInstance(context); | |
| private final CreationalCallback<ProblemsScreenActivity> inj2890_ProblemsScreenActivity_creational = new CreationalCallback<ProblemsScreenActivity>() { | |
| public ProblemsScreenActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var240 = inj2567_PlaceManagerImpl; | |
| final ProblemsScreenActivity inj2889_ProblemsScreenActivity = new ProblemsScreenActivity(var240); | |
| context.addBean(context.getBeanReference(ProblemsScreenActivity.class, arrayOf_19635043Annotation_1281337544), inj2889_ProblemsScreenActivity); | |
| _$901122176__$1601339055_realPresenter(inj2889_ProblemsScreenActivity, inj2827_ProblemsScreen); | |
| return inj2889_ProblemsScreenActivity; | |
| } | |
| }; | |
| private final CreationalCallback<PanelHelperSouth> inj2892_PanelHelperSouth_creational = new CreationalCallback<PanelHelperSouth>() { | |
| public PanelHelperSouth getInstance(final CreationalContext context) { | |
| final PanelHelperSouth inj2891_PanelHelperSouth = new PanelHelperSouth(); | |
| context.addBean(context.getBeanReference(PanelHelperSouth.class, arrayOf_19635043Annotation_1663682563), inj2891_PanelHelperSouth); | |
| _1802916093__$1887041540_factory(inj2891_PanelHelperSouth, inj2563_DefaultBeanFactory); | |
| return inj2891_PanelHelperSouth; | |
| } | |
| }; | |
| private final PanelHelperSouth inj2891_PanelHelperSouth = inj2892_PanelHelperSouth_creational.getInstance(context); | |
| private final CreationalCallback<TestRunnerReportingScreenActivity> inj2894_TestRunnerReportingScreenActivity_creational = new CreationalCallback<TestRunnerReportingScreenActivity>() { | |
| public TestRunnerReportingScreenActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var241 = inj2567_PlaceManagerImpl; | |
| final TestRunnerReportingScreenActivity inj2893_TestRunnerReportingScreenActivity = new TestRunnerReportingScreenActivity(var241); | |
| context.addBean(context.getBeanReference(TestRunnerReportingScreenActivity.class, arrayOf_19635043Annotation_98512946), inj2893_TestRunnerReportingScreenActivity); | |
| _1727179755__1130025148_realPresenter(inj2893_TestRunnerReportingScreenActivity, inj2871_TestRunnerReportingScreen); | |
| return inj2893_TestRunnerReportingScreenActivity; | |
| } | |
| }; | |
| private final CreationalCallback<ExplorerViewImpl> inj2898_ExplorerViewImpl_creational = new CreationalCallback<ExplorerViewImpl>() { | |
| public ExplorerViewImpl getInstance(final CreationalContext context) { | |
| final ExplorerViewImpl inj2501_ExplorerViewImpl = new ExplorerViewImpl(); | |
| context.addBean(context.getBeanReference(ExplorerViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2501_ExplorerViewImpl); | |
| return inj2501_ExplorerViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<ExplorerPresenter> inj2897_ExplorerPresenter_creational = new CreationalCallback<ExplorerPresenter>() { | |
| public ExplorerPresenter getInstance(final CreationalContext context) { | |
| final ExplorerPresenter inj2502_ExplorerPresenter = new ExplorerPresenter(); | |
| context.addBean(context.getBeanReference(ExplorerPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2502_ExplorerPresenter); | |
| _1460531627__$3266993_repositoryService(inj2502_ExplorerPresenter, inj2534_CallerProvider.provide(new Class[] { RepositoryService.class }, null)); | |
| _1460531627__$3266993_explorerService(inj2502_ExplorerPresenter, inj2534_CallerProvider.provide(new Class[] { ExplorerService.class }, null)); | |
| _1460531627__$906533316_placeManager(inj2502_ExplorerPresenter, inj2567_PlaceManagerImpl); | |
| _1460531627__1116818801_pathChangeEvent(inj2502_ExplorerPresenter, inj2532_EventProvider.provide(new Class[] { PathChangeEvent.class }, null)); | |
| _1460531627__1438931262_context(inj2502_ExplorerPresenter, inj2585_DefaultWorkbenchContext); | |
| _1460531627__$1269893694_view(inj2502_ExplorerPresenter, inj2898_ExplorerViewImpl_creational.getInstance(context)); | |
| _1460531627__886285106_busyIndicatorView(inj2502_ExplorerPresenter, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| final Subscription var243 = CDI.subscribeLocal("org.uberfire.workbench.events.PathChangeEvent", new AbstractCDIEventCallback<PathChangeEvent>() { | |
| public void fireEvent(final PathChangeEvent event) { | |
| inj2502_ExplorerPresenter.pathChangeHandler(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.PathChangeEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2502_ExplorerPresenter, new DestructionCallback<ExplorerPresenter>() { | |
| public void destroy(final ExplorerPresenter obj) { | |
| var243.remove(); | |
| } | |
| }); | |
| final Subscription var244 = CDI.subscribe("org.uberfire.workbench.events.ResourceAddedEvent", new AbstractCDIEventCallback<ResourceAddedEvent>() { | |
| public void fireEvent(final ResourceAddedEvent event) { | |
| inj2502_ExplorerPresenter.onResourceAdded(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceAddedEvent []"; | |
| } | |
| }); | |
| final Subscription var245 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceAddedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2502_ExplorerPresenter, new DestructionCallback<ExplorerPresenter>() { | |
| public void destroy(final ExplorerPresenter obj) { | |
| var244.remove(); | |
| var245.remove(); | |
| } | |
| }); | |
| final Subscription var246 = CDI.subscribe("org.uberfire.workbench.events.ResourceDeletedEvent", new AbstractCDIEventCallback<ResourceDeletedEvent>() { | |
| public void fireEvent(final ResourceDeletedEvent event) { | |
| inj2502_ExplorerPresenter.onResourceDeleted(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceDeletedEvent []"; | |
| } | |
| }); | |
| final Subscription var247 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceDeletedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2502_ExplorerPresenter, new DestructionCallback<ExplorerPresenter>() { | |
| public void destroy(final ExplorerPresenter obj) { | |
| var246.remove(); | |
| var247.remove(); | |
| } | |
| }); | |
| final Subscription var248 = CDI.subscribe("org.uberfire.workbench.events.ResourceCopiedEvent", new AbstractCDIEventCallback<ResourceCopiedEvent>() { | |
| public void fireEvent(final ResourceCopiedEvent event) { | |
| inj2502_ExplorerPresenter.onResourceCopied(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceCopiedEvent []"; | |
| } | |
| }); | |
| final Subscription var249 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceCopiedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2502_ExplorerPresenter, new DestructionCallback<ExplorerPresenter>() { | |
| public void destroy(final ExplorerPresenter obj) { | |
| var248.remove(); | |
| var249.remove(); | |
| } | |
| }); | |
| final Subscription var250 = CDI.subscribe("org.uberfire.workbench.events.ResourceRenamedEvent", new AbstractCDIEventCallback<ResourceRenamedEvent>() { | |
| public void fireEvent(final ResourceRenamedEvent event) { | |
| inj2502_ExplorerPresenter.onResourceRenamed(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceRenamedEvent []"; | |
| } | |
| }); | |
| final Subscription var251 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceRenamedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2502_ExplorerPresenter, new DestructionCallback<ExplorerPresenter>() { | |
| public void destroy(final ExplorerPresenter obj) { | |
| var250.remove(); | |
| var251.remove(); | |
| } | |
| }); | |
| final Subscription var252 = CDI.subscribe("org.uberfire.workbench.events.ResourceBatchChangesEvent", new AbstractCDIEventCallback<ResourceBatchChangesEvent>() { | |
| public void fireEvent(final ResourceBatchChangesEvent event) { | |
| inj2502_ExplorerPresenter.onBatchResourceChanges(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceBatchChangesEvent []"; | |
| } | |
| }); | |
| final Subscription var253 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceBatchChangesEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2502_ExplorerPresenter, new DestructionCallback<ExplorerPresenter>() { | |
| public void destroy(final ExplorerPresenter obj) { | |
| var252.remove(); | |
| var253.remove(); | |
| } | |
| }); | |
| return inj2502_ExplorerPresenter; | |
| } | |
| }; | |
| private InitializationCallback<ExplorerPresenterActivity> init_inj2895_ExplorerPresenterActivity = new InitializationCallback<ExplorerPresenterActivity>() { | |
| public void init(final ExplorerPresenterActivity obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<ExplorerPresenterActivity> inj2896_ExplorerPresenterActivity_creational = new CreationalCallback<ExplorerPresenterActivity>() { | |
| public ExplorerPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var242 = inj2567_PlaceManagerImpl; | |
| final ExplorerPresenterActivity inj2895_ExplorerPresenterActivity = new ExplorerPresenterActivity(var242); | |
| context.addBean(context.getBeanReference(ExplorerPresenterActivity.class, arrayOf_19635043Annotation_765290379), inj2895_ExplorerPresenterActivity); | |
| _292122074__1460531627_realPresenter(inj2895_ExplorerPresenterActivity, inj2897_ExplorerPresenter_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2895_ExplorerPresenterActivity, init_inj2895_ExplorerPresenterActivity); | |
| return inj2895_ExplorerPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<CompassDropController> inj2900_CompassDropController_creational = new CreationalCallback<CompassDropController>() { | |
| public CompassDropController getInstance(final CreationalContext context) { | |
| final CompassDropController inj2899_CompassDropController = new CompassDropController(); | |
| context.addBean(context.getBeanReference(CompassDropController.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2899_CompassDropController); | |
| _$1705636724__$76429077_panelManager(inj2899_CompassDropController, inj2565_PanelManager); | |
| _$1705636724__153624969_dndManager(inj2899_CompassDropController, inj2615_WorkbenchDragAndDropManager); | |
| _$1705636724__1116818801_workbenchPartDroppedEvent(inj2899_CompassDropController, inj2532_EventProvider.provide(new Class[] { DropPlaceEvent.class }, null)); | |
| return inj2899_CompassDropController; | |
| } | |
| }; | |
| private final CreationalCallback<ProjectImportsScreenPresenter> inj2903_ProjectImportsScreenPresenter_creational = new CreationalCallback<ProjectImportsScreenPresenter>() { | |
| public ProjectImportsScreenPresenter getInstance(final CreationalContext context) { | |
| final ProjectImportsScreenView var255 = inj2814_ProjectImportsScreenViewImpl_creational.getInstance(context); | |
| final FileMenuBuilder var256 = inj2570_FileMenuBuilderImpl_creational.getInstance(context); | |
| final org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter var257 = inj2796_ImportsWidgetPresenter_creational.getInstance(context); | |
| final Caller var258 = inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null); | |
| final Event var259 = inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null); | |
| final ProjectImportsScreenPresenter inj1621_ProjectImportsScreenPresenter = new ProjectImportsScreenPresenter(var255, var256, var257, var258, var259); | |
| context.addBean(context.getBeanReference(ProjectImportsScreenPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1621_ProjectImportsScreenPresenter); | |
| return inj1621_ProjectImportsScreenPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<ProjectImportsScreenPresenterActivity> inj2902_ProjectImportsScreenPresenterActivity_creational = new CreationalCallback<ProjectImportsScreenPresenterActivity>() { | |
| public ProjectImportsScreenPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var254 = inj2567_PlaceManagerImpl; | |
| final ProjectImportsScreenPresenterActivity inj2901_ProjectImportsScreenPresenterActivity = new ProjectImportsScreenPresenterActivity(var254); | |
| context.addBean(context.getBeanReference(ProjectImportsScreenPresenterActivity.class, arrayOf_19635043Annotation_512582791), inj2901_ProjectImportsScreenPresenterActivity); | |
| _474714519__1654268520_realPresenter(inj2901_ProjectImportsScreenPresenterActivity, inj2903_ProjectImportsScreenPresenter_creational.getInstance(context)); | |
| return inj2901_ProjectImportsScreenPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<POMResourceType> inj2905_POMResourceType_creational = new CreationalCallback<POMResourceType>() { | |
| public POMResourceType getInstance(final CreationalContext context) { | |
| final POMResourceType inj2904_POMResourceType = new POMResourceType(); | |
| context.addBean(context.getBeanReference(POMResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2904_POMResourceType); | |
| return inj2904_POMResourceType; | |
| } | |
| }; | |
| private final POMResourceType inj2904_POMResourceType = inj2905_POMResourceType_creational.getInstance(context); | |
| private final CreationalCallback<ScoreCardXLSResourceType> inj2907_ScoreCardXLSResourceType_creational = new CreationalCallback<ScoreCardXLSResourceType>() { | |
| public ScoreCardXLSResourceType getInstance(final CreationalContext context) { | |
| final ScoreCardXLSResourceType inj2906_ScoreCardXLSResourceType = new ScoreCardXLSResourceType(); | |
| context.addBean(context.getBeanReference(ScoreCardXLSResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2906_ScoreCardXLSResourceType); | |
| return inj2906_ScoreCardXLSResourceType; | |
| } | |
| }; | |
| private final ScoreCardXLSResourceType inj2906_ScoreCardXLSResourceType = inj2907_ScoreCardXLSResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewScoreCardXLSHandler> init_inj2908_NewScoreCardXLSHandler = new InitializationCallback<NewScoreCardXLSHandler>() { | |
| public void init(final NewScoreCardXLSHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| _1235638011_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewScoreCardXLSHandler> inj2909_NewScoreCardXLSHandler_creational = new CreationalCallback<NewScoreCardXLSHandler>() { | |
| public NewScoreCardXLSHandler getInstance(final CreationalContext context) { | |
| final NewScoreCardXLSHandler inj2908_NewScoreCardXLSHandler = new NewScoreCardXLSHandler(); | |
| context.addBean(context.getBeanReference(NewScoreCardXLSHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2908_NewScoreCardXLSHandler); | |
| _1235638011__$3266993_decisionTableXLSService(inj2908_NewScoreCardXLSHandler, inj2534_CallerProvider.provide(new Class[] { ScoreCardXLSService.class }, null)); | |
| _1235638011__$906533316_placeManager(inj2908_NewScoreCardXLSHandler, inj2567_PlaceManagerImpl); | |
| _1235638011__1288090178_resourceType(inj2908_NewScoreCardXLSHandler, inj2906_ScoreCardXLSResourceType); | |
| _1235638011__$1832909396_uploadWidget(inj2908_NewScoreCardXLSHandler, inj2578_AttachmentFileWidget_creational.getInstance(context)); | |
| _1235638011__886285106_busyIndicatorView(inj2908_NewScoreCardXLSHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2908_NewScoreCardXLSHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2908_NewScoreCardXLSHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2908_NewScoreCardXLSHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2908_NewScoreCardXLSHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2908_NewScoreCardXLSHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2908_NewScoreCardXLSHandler, init_inj2908_NewScoreCardXLSHandler); | |
| return inj2908_NewScoreCardXLSHandler; | |
| } | |
| }; | |
| private final NewScoreCardXLSHandler inj2908_NewScoreCardXLSHandler = inj2909_NewScoreCardXLSHandler_creational.getInstance(context); | |
| private final CreationalCallback<GuidedDecisionTableEditorPresenterActivity> inj2911_GuidedDecisionTableEditorPresenterActivity_creational = new CreationalCallback<GuidedDecisionTableEditorPresenterActivity>() { | |
| public GuidedDecisionTableEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var260 = inj2567_PlaceManagerImpl; | |
| final GuidedDecisionTableEditorPresenterActivity inj2910_GuidedDecisionTableEditorPresenterActivity = new GuidedDecisionTableEditorPresenterActivity(var260); | |
| context.addBean(context.getBeanReference(GuidedDecisionTableEditorPresenterActivity.class, arrayOf_19635043Annotation_1005545929), inj2910_GuidedDecisionTableEditorPresenterActivity); | |
| _$116676671__1073742482_realPresenter(inj2910_GuidedDecisionTableEditorPresenterActivity, inj2879_GuidedDecisionTableEditorPresenter_creational.getInstance(context)); | |
| return inj2910_GuidedDecisionTableEditorPresenterActivity; | |
| } | |
| }; | |
| private InitializationCallback<FullTextSearchFormPresenterActivity> init_inj2912_FullTextSearchFormPresenterActivity = new InitializationCallback<FullTextSearchFormPresenterActivity>() { | |
| public void init(final FullTextSearchFormPresenterActivity obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<FullTextSearchFormPresenterActivity> inj2913_FullTextSearchFormPresenterActivity_creational = new CreationalCallback<FullTextSearchFormPresenterActivity>() { | |
| public FullTextSearchFormPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var261 = inj2567_PlaceManagerImpl; | |
| final FullTextSearchFormPresenterActivity inj2912_FullTextSearchFormPresenterActivity = new FullTextSearchFormPresenterActivity(var261); | |
| context.addBean(context.getBeanReference(FullTextSearchFormPresenterActivity.class, arrayOf_19635043Annotation_1469701848), inj2912_FullTextSearchFormPresenterActivity); | |
| _$1472327896__$1270365959_realPresenter(inj2912_FullTextSearchFormPresenterActivity, inj2662_FullTextSearchFormPresenter_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2912_FullTextSearchFormPresenterActivity, init_inj2912_FullTextSearchFormPresenterActivity); | |
| return inj2912_FullTextSearchFormPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<PomEditorScreenPresenter> inj2916_PomEditorScreenPresenter_creational = new CreationalCallback<PomEditorScreenPresenter>() { | |
| public PomEditorScreenPresenter getInstance(final CreationalContext context) { | |
| final POMEditorPanel var263 = inj2788_POMEditorPanel_creational.getInstance(context); | |
| final FileMenuBuilder var264 = inj2570_FileMenuBuilderImpl_creational.getInstance(context); | |
| final PomEditorScreenPresenter inj390_PomEditorScreenPresenter = new PomEditorScreenPresenter(var263, var264); | |
| context.addBean(context.getBeanReference(PomEditorScreenPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj390_PomEditorScreenPresenter); | |
| return inj390_PomEditorScreenPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<PomEditorScreenPresenterActivity> inj2915_PomEditorScreenPresenterActivity_creational = new CreationalCallback<PomEditorScreenPresenterActivity>() { | |
| public PomEditorScreenPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var262 = inj2567_PlaceManagerImpl; | |
| final PomEditorScreenPresenterActivity inj2914_PomEditorScreenPresenterActivity = new PomEditorScreenPresenterActivity(var262); | |
| context.addBean(context.getBeanReference(PomEditorScreenPresenterActivity.class, arrayOf_19635043Annotation_1681416816), inj2914_PomEditorScreenPresenterActivity); | |
| _1789654016__$1091306031_realPresenter(inj2914_PomEditorScreenPresenterActivity, inj2916_PomEditorScreenPresenter_creational.getInstance(context)); | |
| return inj2914_PomEditorScreenPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<InboxEntryPoint> inj2918_InboxEntryPoint_creational = new CreationalCallback<InboxEntryPoint>() { | |
| public InboxEntryPoint getInstance(final CreationalContext context) { | |
| final InboxEntryPoint inj2917_InboxEntryPoint = new InboxEntryPoint(); | |
| context.addBean(context.getBeanReference(InboxEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2917_InboxEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2917_InboxEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2917_InboxEntryPoint; | |
| } | |
| }; | |
| private final InboxEntryPoint inj2917_InboxEntryPoint = inj2918_InboxEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<FileExplorerView> inj2921_FileExplorerView_creational = new CreationalCallback<FileExplorerView>() { | |
| public FileExplorerView getInstance(final CreationalContext context) { | |
| final FileExplorerView inj725_FileExplorerView = new FileExplorerView(); | |
| context.addBean(context.getBeanReference(FileExplorerView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj725_FileExplorerView); | |
| return inj725_FileExplorerView; | |
| } | |
| }; | |
| private InitializationCallback<FileExplorerPresenter> init_inj2919_FileExplorerPresenter = new InitializationCallback<FileExplorerPresenter>() { | |
| public void init(final FileExplorerPresenter obj) { | |
| obj.assertActivePath(); | |
| } | |
| }; | |
| private final CreationalCallback<FileExplorerPresenter> inj2920_FileExplorerPresenter_creational = new CreationalCallback<FileExplorerPresenter>() { | |
| public FileExplorerPresenter getInstance(final CreationalContext context) { | |
| final FileExplorerPresenter inj2919_FileExplorerPresenter = new FileExplorerPresenter(); | |
| context.addBean(context.getBeanReference(FileExplorerPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2919_FileExplorerPresenter); | |
| _$1421195439__$2023317448_view(inj2919_FileExplorerPresenter, inj2921_FileExplorerView_creational.getInstance(context)); | |
| _$1421195439__$3266993_vfsService(inj2919_FileExplorerPresenter, inj2534_CallerProvider.provide(new Class[] { VFSService.class }, null)); | |
| _$1421195439__$3266993_repositoryService(inj2919_FileExplorerPresenter, inj2534_CallerProvider.provide(new Class[] { RepositoryService.class }, null)); | |
| _$1421195439__1116818801_pathChangedEvent(inj2919_FileExplorerPresenter, inj2532_EventProvider.provide(new Class[] { PathChangeEvent.class }, null)); | |
| _$1421195439__$906533316_placeManager(inj2919_FileExplorerPresenter, inj2567_PlaceManagerImpl); | |
| final Subscription var265 = CDI.subscribe("org.uberfire.backend.repositories.NewRepositoryEvent", new AbstractCDIEventCallback<NewRepositoryEvent>() { | |
| public void fireEvent(final NewRepositoryEvent event) { | |
| inj2919_FileExplorerPresenter.newRootDirectory(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.backend.repositories.NewRepositoryEvent []"; | |
| } | |
| }); | |
| final Subscription var266 = ErraiBus.get().subscribe("cdi.event:org.uberfire.backend.repositories.NewRepositoryEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2919_FileExplorerPresenter, new DestructionCallback<FileExplorerPresenter>() { | |
| public void destroy(final FileExplorerPresenter obj) { | |
| var265.remove(); | |
| var266.remove(); | |
| } | |
| }); | |
| final Subscription var267 = CDI.subscribe("org.uberfire.workbench.events.ResourceAddedEvent", new AbstractCDIEventCallback<ResourceAddedEvent>() { | |
| public void fireEvent(final ResourceAddedEvent event) { | |
| inj2919_FileExplorerPresenter.onResourceAdded(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceAddedEvent []"; | |
| } | |
| }); | |
| final Subscription var268 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceAddedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2919_FileExplorerPresenter, new DestructionCallback<FileExplorerPresenter>() { | |
| public void destroy(final FileExplorerPresenter obj) { | |
| var267.remove(); | |
| var268.remove(); | |
| } | |
| }); | |
| final Subscription var269 = CDI.subscribe("org.uberfire.workbench.events.ResourceDeletedEvent", new AbstractCDIEventCallback<ResourceDeletedEvent>() { | |
| public void fireEvent(final ResourceDeletedEvent event) { | |
| inj2919_FileExplorerPresenter.onResourceDeleted(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceDeletedEvent []"; | |
| } | |
| }); | |
| final Subscription var270 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceDeletedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2919_FileExplorerPresenter, new DestructionCallback<FileExplorerPresenter>() { | |
| public void destroy(final FileExplorerPresenter obj) { | |
| var269.remove(); | |
| var270.remove(); | |
| } | |
| }); | |
| final Subscription var271 = CDI.subscribe("org.uberfire.workbench.events.ResourceCopiedEvent", new AbstractCDIEventCallback<ResourceCopiedEvent>() { | |
| public void fireEvent(final ResourceCopiedEvent event) { | |
| inj2919_FileExplorerPresenter.onResourceCopied(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceCopiedEvent []"; | |
| } | |
| }); | |
| final Subscription var272 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceCopiedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2919_FileExplorerPresenter, new DestructionCallback<FileExplorerPresenter>() { | |
| public void destroy(final FileExplorerPresenter obj) { | |
| var271.remove(); | |
| var272.remove(); | |
| } | |
| }); | |
| final Subscription var273 = CDI.subscribe("org.uberfire.workbench.events.ResourceRenamedEvent", new AbstractCDIEventCallback<ResourceRenamedEvent>() { | |
| public void fireEvent(final ResourceRenamedEvent event) { | |
| inj2919_FileExplorerPresenter.onResourceRenamed(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceRenamedEvent []"; | |
| } | |
| }); | |
| final Subscription var274 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceRenamedEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2919_FileExplorerPresenter, new DestructionCallback<FileExplorerPresenter>() { | |
| public void destroy(final FileExplorerPresenter obj) { | |
| var273.remove(); | |
| var274.remove(); | |
| } | |
| }); | |
| final Subscription var275 = CDI.subscribe("org.uberfire.workbench.events.ResourceBatchChangesEvent", new AbstractCDIEventCallback<ResourceBatchChangesEvent>() { | |
| public void fireEvent(final ResourceBatchChangesEvent event) { | |
| inj2919_FileExplorerPresenter.onBatchResourceChange(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ResourceBatchChangesEvent []"; | |
| } | |
| }); | |
| final Subscription var276 = ErraiBus.get().subscribe("cdi.event:org.uberfire.workbench.events.ResourceBatchChangesEvent", CDI.ROUTING_CALLBACK); | |
| context.addDestructionCallback(inj2919_FileExplorerPresenter, new DestructionCallback<FileExplorerPresenter>() { | |
| public void destroy(final FileExplorerPresenter obj) { | |
| var275.remove(); | |
| var276.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj2919_FileExplorerPresenter, init_inj2919_FileExplorerPresenter); | |
| return inj2919_FileExplorerPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<CommonsEntryPoint> inj2923_CommonsEntryPoint_creational = new CreationalCallback<CommonsEntryPoint>() { | |
| public CommonsEntryPoint getInstance(final CreationalContext context) { | |
| final CommonsEntryPoint inj2922_CommonsEntryPoint = new CommonsEntryPoint(); | |
| context.addBean(context.getBeanReference(CommonsEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2922_CommonsEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2922_CommonsEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2922_CommonsEntryPoint; | |
| } | |
| }; | |
| private final CommonsEntryPoint inj2922_CommonsEntryPoint = inj2923_CommonsEntryPoint_creational.getInstance(context); | |
| private InitializationCallback<EnumEditorViewImpl> init_inj1221_EnumEditorViewImpl = new InitializationCallback<EnumEditorViewImpl>() { | |
| public void init(final EnumEditorViewImpl obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<EnumEditorViewImpl> inj2926_EnumEditorViewImpl_creational = new CreationalCallback<EnumEditorViewImpl>() { | |
| public EnumEditorViewImpl getInstance(final CreationalContext context) { | |
| final EnumEditorViewImpl inj1221_EnumEditorViewImpl = new EnumEditorViewImpl(); | |
| context.addBean(context.getBeanReference(EnumEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1221_EnumEditorViewImpl); | |
| context.addInitializationCallback(inj1221_EnumEditorViewImpl, init_inj1221_EnumEditorViewImpl); | |
| return inj1221_EnumEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<EnumEditorPresenter> inj2925_EnumEditorPresenter_creational = new CreationalCallback<EnumEditorPresenter>() { | |
| public EnumEditorPresenter getInstance(final CreationalContext context) { | |
| final EnumEditorPresenter inj2924_EnumEditorPresenter = new EnumEditorPresenter(); | |
| context.addBean(context.getBeanReference(EnumEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2924_EnumEditorPresenter); | |
| _$2014032517__1093826546_view(inj2924_EnumEditorPresenter, inj2926_EnumEditorViewImpl_creational.getInstance(context)); | |
| _$2014032517__$359327760_viewSource(inj2924_EnumEditorPresenter, inj2737_ViewSourceViewImpl_creational.getInstance(context)); | |
| _$2014032517__$76115871_multiPage(inj2924_EnumEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _$2014032517__$3266993_enumService(inj2924_EnumEditorPresenter, inj2534_CallerProvider.provide(new Class[] { EnumService.class }, null)); | |
| _$2014032517__1116818801_notification(inj2924_EnumEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$2014032517__$906533316_placeManager(inj2924_EnumEditorPresenter, inj2567_PlaceManagerImpl); | |
| _$2014032517__$3266993_metadataService(inj2924_EnumEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _$2014032517__996422802_menuBuilder(inj2924_EnumEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| _$2014032517__$1151348425_metadataWidget(inj2924_EnumEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| final Subscription var277 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj2924_EnumEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2924_EnumEditorPresenter, new DestructionCallback<EnumEditorPresenter>() { | |
| public void destroy(final EnumEditorPresenter obj) { | |
| var277.remove(); | |
| } | |
| }); | |
| return inj2924_EnumEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<EnumEditorPresenterActivity> inj2928_EnumEditorPresenterActivity_creational = new CreationalCallback<EnumEditorPresenterActivity>() { | |
| public EnumEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var278 = inj2567_PlaceManagerImpl; | |
| final EnumEditorPresenterActivity inj2927_EnumEditorPresenterActivity = new EnumEditorPresenterActivity(var278); | |
| context.addBean(context.getBeanReference(EnumEditorPresenterActivity.class, arrayOf_19635043Annotation_897659147), inj2927_EnumEditorPresenterActivity); | |
| _$950077014__$2014032517_realPresenter(inj2927_EnumEditorPresenterActivity, inj2925_EnumEditorPresenter_creational.getInstance(context)); | |
| return inj2927_EnumEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleDSLRResourceType> inj2930_GuidedRuleDSLRResourceType_creational = new CreationalCallback<GuidedRuleDSLRResourceType>() { | |
| public GuidedRuleDSLRResourceType getInstance(final CreationalContext context) { | |
| final GuidedRuleDSLRResourceType inj2929_GuidedRuleDSLRResourceType = new GuidedRuleDSLRResourceType(); | |
| context.addBean(context.getBeanReference(GuidedRuleDSLRResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2929_GuidedRuleDSLRResourceType); | |
| return inj2929_GuidedRuleDSLRResourceType; | |
| } | |
| }; | |
| private final GuidedRuleDSLRResourceType inj2929_GuidedRuleDSLRResourceType = inj2930_GuidedRuleDSLRResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewGuidedRuleHandler> init_inj2931_NewGuidedRuleHandler = new InitializationCallback<NewGuidedRuleHandler>() { | |
| public void init(final NewGuidedRuleHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| _$812707175_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewGuidedRuleHandler> inj2932_NewGuidedRuleHandler_creational = new CreationalCallback<NewGuidedRuleHandler>() { | |
| public NewGuidedRuleHandler getInstance(final CreationalContext context) { | |
| final NewGuidedRuleHandler inj2931_NewGuidedRuleHandler = new NewGuidedRuleHandler(); | |
| context.addBean(context.getBeanReference(NewGuidedRuleHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2931_NewGuidedRuleHandler); | |
| _$812707175__$906533316_placeManager(inj2931_NewGuidedRuleHandler, inj2567_PlaceManagerImpl); | |
| _$812707175__$3266993_service(inj2931_NewGuidedRuleHandler, inj2534_CallerProvider.provide(new Class[] { GuidedRuleEditorService.class }, null)); | |
| _$812707175__$1683909312_resourceTypeDRL(inj2931_NewGuidedRuleHandler, inj2830_GuidedRuleDRLResourceType); | |
| _$812707175__568117859_resourceTypeDSLR(inj2931_NewGuidedRuleHandler, inj2929_GuidedRuleDSLRResourceType); | |
| _$812707175__886285106_busyIndicatorView(inj2931_NewGuidedRuleHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2931_NewGuidedRuleHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2931_NewGuidedRuleHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2931_NewGuidedRuleHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2931_NewGuidedRuleHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2931_NewGuidedRuleHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2931_NewGuidedRuleHandler, init_inj2931_NewGuidedRuleHandler); | |
| return inj2931_NewGuidedRuleHandler; | |
| } | |
| }; | |
| private final NewGuidedRuleHandler inj2931_NewGuidedRuleHandler = inj2932_NewGuidedRuleHandler_creational.getInstance(context); | |
| private final CreationalCallback<CoreEntryPoint> inj2934_CoreEntryPoint_creational = new CreationalCallback<CoreEntryPoint>() { | |
| public CoreEntryPoint getInstance(final CreationalContext context) { | |
| final CoreEntryPoint inj2933_CoreEntryPoint = new CoreEntryPoint(); | |
| context.addBean(context.getBeanReference(CoreEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2933_CoreEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2933_CoreEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2933_CoreEntryPoint; | |
| } | |
| }; | |
| private final CoreEntryPoint inj2933_CoreEntryPoint = inj2934_CoreEntryPoint_creational.getInstance(context); | |
| private InitializationCallback<FileExplorerPresenterActivity> init_inj2935_FileExplorerPresenterActivity = new InitializationCallback<FileExplorerPresenterActivity>() { | |
| public void init(final FileExplorerPresenterActivity obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<FileExplorerPresenterActivity> inj2936_FileExplorerPresenterActivity_creational = new CreationalCallback<FileExplorerPresenterActivity>() { | |
| public FileExplorerPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var279 = inj2567_PlaceManagerImpl; | |
| final FileExplorerPresenterActivity inj2935_FileExplorerPresenterActivity = new FileExplorerPresenterActivity(var279); | |
| context.addBean(context.getBeanReference(FileExplorerPresenterActivity.class, arrayOf_19635043Annotation_6633278), inj2935_FileExplorerPresenterActivity); | |
| _1189133696__$1421195439_realPresenter(inj2935_FileExplorerPresenterActivity, inj2920_FileExplorerPresenter_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2935_FileExplorerPresenterActivity, init_inj2935_FileExplorerPresenterActivity); | |
| return inj2935_FileExplorerPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<AnyResourceType> inj2938_AnyResourceType_creational = new CreationalCallback<AnyResourceType>() { | |
| public AnyResourceType getInstance(final CreationalContext context) { | |
| final AnyResourceType inj2937_AnyResourceType = new AnyResourceType(); | |
| context.addBean(context.getBeanReference(AnyResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2937_AnyResourceType); | |
| return inj2937_AnyResourceType; | |
| } | |
| }; | |
| private final AnyResourceType inj2937_AnyResourceType = inj2938_AnyResourceType_creational.getInstance(context); | |
| private final CreationalCallback<GuidedRuleTemplateEditorViewImpl> inj2941_GuidedRuleTemplateEditorViewImpl_creational = new CreationalCallback<GuidedRuleTemplateEditorViewImpl>() { | |
| public GuidedRuleTemplateEditorViewImpl getInstance(final CreationalContext context) { | |
| final GuidedRuleTemplateEditorViewImpl inj1063_GuidedRuleTemplateEditorViewImpl = new GuidedRuleTemplateEditorViewImpl(); | |
| context.addBean(context.getBeanReference(GuidedRuleTemplateEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1063_GuidedRuleTemplateEditorViewImpl); | |
| return inj1063_GuidedRuleTemplateEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleTemplateDataViewImpl> inj2942_GuidedRuleTemplateDataViewImpl_creational = new CreationalCallback<GuidedRuleTemplateDataViewImpl>() { | |
| public GuidedRuleTemplateDataViewImpl getInstance(final CreationalContext context) { | |
| final GuidedRuleTemplateDataViewImpl inj1064_GuidedRuleTemplateDataViewImpl = new GuidedRuleTemplateDataViewImpl(); | |
| context.addBean(context.getBeanReference(GuidedRuleTemplateDataViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1064_GuidedRuleTemplateDataViewImpl); | |
| return inj1064_GuidedRuleTemplateDataViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleTemplateEditorPresenter> inj2940_GuidedRuleTemplateEditorPresenter_creational = new CreationalCallback<GuidedRuleTemplateEditorPresenter>() { | |
| public GuidedRuleTemplateEditorPresenter getInstance(final CreationalContext context) { | |
| final GuidedRuleTemplateEditorPresenter inj2939_GuidedRuleTemplateEditorPresenter = new GuidedRuleTemplateEditorPresenter(); | |
| context.addBean(context.getBeanReference(GuidedRuleTemplateEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2939_GuidedRuleTemplateEditorPresenter); | |
| _$1108572180__$1186350367_view(inj2939_GuidedRuleTemplateEditorPresenter, inj2941_GuidedRuleTemplateEditorViewImpl_creational.getInstance(context)); | |
| _$1108572180__$905469346_dataView(inj2939_GuidedRuleTemplateEditorPresenter, inj2942_GuidedRuleTemplateDataViewImpl_creational.getInstance(context)); | |
| _$1108572180__578566281_importsWidget(inj2939_GuidedRuleTemplateEditorPresenter, inj2742_ImportsWidgetPresenter_creational.getInstance(context)); | |
| _$1108572180__$359327760_viewSource(inj2939_GuidedRuleTemplateEditorPresenter, inj2737_ViewSourceViewImpl_creational.getInstance(context)); | |
| _$1108572180__$76115871_multiPage(inj2939_GuidedRuleTemplateEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _$1108572180__$3266993_service(inj2939_GuidedRuleTemplateEditorPresenter, inj2534_CallerProvider.provide(new Class[] { GuidedRuleTemplateEditorService.class }, null)); | |
| _$1108572180__1116818801_notification(inj2939_GuidedRuleTemplateEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$1108572180__$906533316_placeManager(inj2939_GuidedRuleTemplateEditorPresenter, inj2567_PlaceManagerImpl); | |
| _$1108572180__$3266993_metadataService(inj2939_GuidedRuleTemplateEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _$1108572180__996422802_menuBuilder(inj2939_GuidedRuleTemplateEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| _$1108572180__$1151348425_metadataWidget(inj2939_GuidedRuleTemplateEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| final Subscription var280 = CDI.subscribeLocal("org.kie.workbench.common.services.datamodel.events.ImportAddedEvent", new AbstractCDIEventCallback<ImportAddedEvent>() { | |
| public void fireEvent(final ImportAddedEvent event) { | |
| inj2939_GuidedRuleTemplateEditorPresenter.handleImportAddedEvent(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.datamodel.events.ImportAddedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2939_GuidedRuleTemplateEditorPresenter, new DestructionCallback<GuidedRuleTemplateEditorPresenter>() { | |
| public void destroy(final GuidedRuleTemplateEditorPresenter obj) { | |
| var280.remove(); | |
| } | |
| }); | |
| final Subscription var281 = CDI.subscribeLocal("org.kie.workbench.common.services.datamodel.events.ImportRemovedEvent", new AbstractCDIEventCallback<ImportRemovedEvent>() { | |
| public void fireEvent(final ImportRemovedEvent event) { | |
| inj2939_GuidedRuleTemplateEditorPresenter.handleImportRemovedEvent(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.datamodel.events.ImportRemovedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2939_GuidedRuleTemplateEditorPresenter, new DestructionCallback<GuidedRuleTemplateEditorPresenter>() { | |
| public void destroy(final GuidedRuleTemplateEditorPresenter obj) { | |
| var281.remove(); | |
| } | |
| }); | |
| final Subscription var282 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj2939_GuidedRuleTemplateEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2939_GuidedRuleTemplateEditorPresenter, new DestructionCallback<GuidedRuleTemplateEditorPresenter>() { | |
| public void destroy(final GuidedRuleTemplateEditorPresenter obj) { | |
| var282.remove(); | |
| } | |
| }); | |
| return inj2939_GuidedRuleTemplateEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleTemplateEditorPresenterActivity> inj2944_GuidedRuleTemplateEditorPresenterActivity_creational = new CreationalCallback<GuidedRuleTemplateEditorPresenterActivity>() { | |
| public GuidedRuleTemplateEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var283 = inj2567_PlaceManagerImpl; | |
| final GuidedRuleTemplateEditorPresenterActivity inj2943_GuidedRuleTemplateEditorPresenterActivity = new GuidedRuleTemplateEditorPresenterActivity(var283); | |
| context.addBean(context.getBeanReference(GuidedRuleTemplateEditorPresenterActivity.class, arrayOf_19635043Annotation_309100906), inj2943_GuidedRuleTemplateEditorPresenterActivity); | |
| _2024944411__$1108572180_realPresenter(inj2943_GuidedRuleTemplateEditorPresenterActivity, inj2940_GuidedRuleTemplateEditorPresenter_creational.getInstance(context)); | |
| return inj2943_GuidedRuleTemplateEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GAVWizardPage> inj2948_GAVWizardPage_creational = new CreationalCallback<GAVWizardPage>() { | |
| public GAVWizardPage getInstance(final CreationalContext context) { | |
| final GAVEditor var284 = inj2790_GAVEditor_creational.getInstance(context); | |
| final Event var285 = inj2532_EventProvider.provide(new Class[] { WizardPageStatusChangeEvent.class }, null); | |
| final GAVWizardPage inj909_GAVWizardPage = new GAVWizardPage(var284, var285); | |
| context.addBean(context.getBeanReference(GAVWizardPage.class, QualifierUtil.DEFAULT_QUALIFIERS), inj909_GAVWizardPage); | |
| return inj909_GAVWizardPage; | |
| } | |
| }; | |
| private InitializationCallback<NewProjectWizard> init_inj911_NewProjectWizard = new InitializationCallback<NewProjectWizard>() { | |
| public void init(final NewProjectWizard obj) { | |
| obj.setupPages(); | |
| } | |
| }; | |
| private final CreationalCallback<NewProjectWizard> inj2947_NewProjectWizard_creational = new CreationalCallback<NewProjectWizard>() { | |
| public NewProjectWizard getInstance(final CreationalContext context) { | |
| final NewProjectWizard inj911_NewProjectWizard = new NewProjectWizard(); | |
| context.addBean(context.getBeanReference(NewProjectWizard.class, QualifierUtil.DEFAULT_QUALIFIERS), inj911_NewProjectWizard); | |
| _274001782__$906533316_placeManager(inj911_NewProjectWizard, inj2567_PlaceManagerImpl); | |
| _274001782__1116818801_notificationEvent(inj911_NewProjectWizard, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _274001782__1116818801_pathChangeEvent(inj911_NewProjectWizard, inj2532_EventProvider.provide(new Class[] { PathChangeEvent.class }, null)); | |
| _274001782__$2104334808_presenter(inj911_NewProjectWizard, inj2651_WizardPresenter); | |
| _274001782__$2127117180_gavWizardPage(inj911_NewProjectWizard, inj2948_GAVWizardPage_creational.getInstance(context)); | |
| _274001782__886285106_busyIndicatorView(inj911_NewProjectWizard, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _274001782__$3266993_projectServiceCaller(inj911_NewProjectWizard, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| context.addInitializationCallback(inj911_NewProjectWizard, init_inj911_NewProjectWizard); | |
| return inj911_NewProjectWizard; | |
| } | |
| }; | |
| private final CreationalCallback<NewProjectHandler> inj2946_NewProjectHandler_creational = new CreationalCallback<NewProjectHandler>() { | |
| public NewProjectHandler getInstance(final CreationalContext context) { | |
| final NewProjectHandler inj2945_NewProjectHandler = new NewProjectHandler(); | |
| context.addBean(context.getBeanReference(NewProjectHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2945_NewProjectHandler); | |
| _$588888099__$906533316_placeManager(inj2945_NewProjectHandler, inj2567_PlaceManagerImpl); | |
| _$588888099__1116818801_notificationEvent(inj2945_NewProjectHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$588888099__1116818801_resourceAddedEvent(inj2945_NewProjectHandler, inj2532_EventProvider.provide(new Class[] { ResourceAddedEvent.class }, null)); | |
| _$588888099__$3266993_projectServiceCaller(inj2945_NewProjectHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _$588888099__886285106_busyIndicatorView(inj2945_NewProjectHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _$588888099__$2104334808_wizardPresenter(inj2945_NewProjectHandler, inj2651_WizardPresenter); | |
| _$588888099__274001782_wizard(inj2945_NewProjectHandler, inj2947_NewProjectWizard_creational.getInstance(context)); | |
| return inj2945_NewProjectHandler; | |
| } | |
| }; | |
| private final NewProjectHandler inj2945_NewProjectHandler = inj2946_NewProjectHandler_creational.getInstance(context); | |
| private InitializationCallback<CategoriesEditorViewImpl> init_inj2949_CategoriesEditorViewImpl = new InitializationCallback<CategoriesEditorViewImpl>() { | |
| public void init(final CategoriesEditorViewImpl obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<CategoriesEditorViewImpl> inj2950_CategoriesEditorViewImpl_creational = new CreationalCallback<CategoriesEditorViewImpl>() { | |
| public CategoriesEditorViewImpl getInstance(final CreationalContext context) { | |
| final CategoriesEditorViewImpl inj2949_CategoriesEditorViewImpl = new CategoriesEditorViewImpl(); | |
| context.addBean(context.getBeanReference(CategoriesEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2949_CategoriesEditorViewImpl); | |
| context.addInitializationCallback(inj2949_CategoriesEditorViewImpl, init_inj2949_CategoriesEditorViewImpl); | |
| return inj2949_CategoriesEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<CategoriesEditorPresenter> inj2952_CategoriesEditorPresenter_creational = new CreationalCallback<CategoriesEditorPresenter>() { | |
| public CategoriesEditorPresenter getInstance(final CreationalContext context) { | |
| final CategoriesEditorPresenter inj2951_CategoriesEditorPresenter = new CategoriesEditorPresenter(); | |
| context.addBean(context.getBeanReference(CategoriesEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2951_CategoriesEditorPresenter); | |
| _1743539209__$358803292_view(inj2951_CategoriesEditorPresenter, inj2950_CategoriesEditorViewImpl_creational.getInstance(context)); | |
| _1743539209__$3266993_categoryService(inj2951_CategoriesEditorPresenter, inj2534_CallerProvider.provide(new Class[] { CategoriesService.class }, null)); | |
| _1743539209__1116818801_notification(inj2951_CategoriesEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _1743539209__996422802_menuBuilder(inj2951_CategoriesEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| return inj2951_CategoriesEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<CategoriesEditorPresenterActivity> inj2954_CategoriesEditorPresenterActivity_creational = new CreationalCallback<CategoriesEditorPresenterActivity>() { | |
| public CategoriesEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var286 = inj2567_PlaceManagerImpl; | |
| final CategoriesEditorPresenterActivity inj2953_CategoriesEditorPresenterActivity = new CategoriesEditorPresenterActivity(var286); | |
| context.addBean(context.getBeanReference(CategoriesEditorPresenterActivity.class, arrayOf_19635043Annotation_977160411), inj2953_CategoriesEditorPresenterActivity); | |
| _$462517704__1743539209_realPresenter(inj2953_CategoriesEditorPresenterActivity, inj2952_CategoriesEditorPresenter_creational.getInstance(context)); | |
| return inj2953_CategoriesEditorPresenterActivity; | |
| } | |
| }; | |
| private InitializationCallback<NewFolderHandler> init_inj2955_NewFolderHandler = new InitializationCallback<NewFolderHandler>() { | |
| public void init(final NewFolderHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewFolderHandler> inj2956_NewFolderHandler_creational = new CreationalCallback<NewFolderHandler>() { | |
| public NewFolderHandler getInstance(final CreationalContext context) { | |
| final NewFolderHandler inj2955_NewFolderHandler = new NewFolderHandler(); | |
| context.addBean(context.getBeanReference(NewFolderHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2955_NewFolderHandler); | |
| _103746448__$3266993_projectService(inj2955_NewFolderHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__1438931262_context(inj2955_NewFolderHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2955_NewFolderHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2955_NewFolderHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2955_NewFolderHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2955_NewFolderHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2955_NewFolderHandler, init_inj2955_NewFolderHandler); | |
| return inj2955_NewFolderHandler; | |
| } | |
| }; | |
| private final NewFolderHandler inj2955_NewFolderHandler = inj2956_NewFolderHandler_creational.getInstance(context); | |
| private final CreationalCallback<DSLEditorEntryPoint> inj2958_DSLEditorEntryPoint_creational = new CreationalCallback<DSLEditorEntryPoint>() { | |
| public DSLEditorEntryPoint getInstance(final CreationalContext context) { | |
| final DSLEditorEntryPoint inj2957_DSLEditorEntryPoint = new DSLEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(DSLEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2957_DSLEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2957_DSLEditorEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2957_DSLEditorEntryPoint; | |
| } | |
| }; | |
| private final DSLEditorEntryPoint inj2957_DSLEditorEntryPoint = inj2958_DSLEditorEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<GuidedRuleEditorViewImpl> inj2961_GuidedRuleEditorViewImpl_creational = new CreationalCallback<GuidedRuleEditorViewImpl>() { | |
| public GuidedRuleEditorViewImpl getInstance(final CreationalContext context) { | |
| final GuidedRuleEditorViewImpl inj883_GuidedRuleEditorViewImpl = new GuidedRuleEditorViewImpl(); | |
| context.addBean(context.getBeanReference(GuidedRuleEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj883_GuidedRuleEditorViewImpl); | |
| return inj883_GuidedRuleEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleEditorPresenter> inj2960_GuidedRuleEditorPresenter_creational = new CreationalCallback<GuidedRuleEditorPresenter>() { | |
| public GuidedRuleEditorPresenter getInstance(final CreationalContext context) { | |
| final GuidedRuleEditorPresenter inj2959_GuidedRuleEditorPresenter = new GuidedRuleEditorPresenter(); | |
| context.addBean(context.getBeanReference(GuidedRuleEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2959_GuidedRuleEditorPresenter); | |
| _$1113209912__578566281_importsWidget(inj2959_GuidedRuleEditorPresenter, inj2742_ImportsWidgetPresenter_creational.getInstance(context)); | |
| _$1113209912__1907983749_view(inj2959_GuidedRuleEditorPresenter, inj2961_GuidedRuleEditorViewImpl_creational.getInstance(context)); | |
| _$1113209912__$359327760_viewSource(inj2959_GuidedRuleEditorPresenter, inj2737_ViewSourceViewImpl_creational.getInstance(context)); | |
| _$1113209912__$76115871_multiPage(inj2959_GuidedRuleEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _$1113209912__$3266993_service(inj2959_GuidedRuleEditorPresenter, inj2534_CallerProvider.provide(new Class[] { GuidedRuleEditorService.class }, null)); | |
| _$1113209912__1116818801_notification(inj2959_GuidedRuleEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$1113209912__$906533316_placeManager(inj2959_GuidedRuleEditorPresenter, inj2567_PlaceManagerImpl); | |
| _$1113209912__$3266993_metadataService(inj2959_GuidedRuleEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _$1113209912__568117859_resourceTypeDSL(inj2959_GuidedRuleEditorPresenter, inj2929_GuidedRuleDSLRResourceType); | |
| _$1113209912__996422802_menuBuilder(inj2959_GuidedRuleEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| _$1113209912__$1151348425_metadataWidget(inj2959_GuidedRuleEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| final Subscription var287 = CDI.subscribeLocal("org.kie.workbench.common.services.datamodel.events.ImportAddedEvent", new AbstractCDIEventCallback<ImportAddedEvent>() { | |
| public void fireEvent(final ImportAddedEvent event) { | |
| inj2959_GuidedRuleEditorPresenter.handleImportAddedEvent(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.datamodel.events.ImportAddedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2959_GuidedRuleEditorPresenter, new DestructionCallback<GuidedRuleEditorPresenter>() { | |
| public void destroy(final GuidedRuleEditorPresenter obj) { | |
| var287.remove(); | |
| } | |
| }); | |
| final Subscription var288 = CDI.subscribeLocal("org.kie.workbench.common.services.datamodel.events.ImportRemovedEvent", new AbstractCDIEventCallback<ImportRemovedEvent>() { | |
| public void fireEvent(final ImportRemovedEvent event) { | |
| inj2959_GuidedRuleEditorPresenter.handleImportRemovedEvent(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.datamodel.events.ImportRemovedEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2959_GuidedRuleEditorPresenter, new DestructionCallback<GuidedRuleEditorPresenter>() { | |
| public void destroy(final GuidedRuleEditorPresenter obj) { | |
| var288.remove(); | |
| } | |
| }); | |
| final Subscription var289 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj2959_GuidedRuleEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj2959_GuidedRuleEditorPresenter, new DestructionCallback<GuidedRuleEditorPresenter>() { | |
| public void destroy(final GuidedRuleEditorPresenter obj) { | |
| var289.remove(); | |
| } | |
| }); | |
| return inj2959_GuidedRuleEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<DecisionTableXLSEntryPoint> inj2963_DecisionTableXLSEntryPoint_creational = new CreationalCallback<DecisionTableXLSEntryPoint>() { | |
| public DecisionTableXLSEntryPoint getInstance(final CreationalContext context) { | |
| final DecisionTableXLSEntryPoint inj2962_DecisionTableXLSEntryPoint = new DecisionTableXLSEntryPoint(); | |
| context.addBean(context.getBeanReference(DecisionTableXLSEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2962_DecisionTableXLSEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2962_DecisionTableXLSEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2962_DecisionTableXLSEntryPoint; | |
| } | |
| }; | |
| private final DecisionTableXLSEntryPoint inj2962_DecisionTableXLSEntryPoint = inj2963_DecisionTableXLSEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<InboxView> inj2966_InboxView_creational = new CreationalCallback<InboxView>() { | |
| public InboxView getInstance(final CreationalContext context) { | |
| final Caller var290 = inj2534_CallerProvider.provide(new Class[] { InboxService.class }, null); | |
| final InboxView inj1666_InboxView = new InboxView(var290); | |
| context.addBean(context.getBeanReference(InboxView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1666_InboxView); | |
| return inj1666_InboxView; | |
| } | |
| }; | |
| private InitializationCallback<InboxPresenter> init_inj2964_InboxPresenter = new InitializationCallback<InboxPresenter>() { | |
| public void init(final InboxPresenter obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<InboxPresenter> inj2965_InboxPresenter_creational = new CreationalCallback<InboxPresenter>() { | |
| public InboxPresenter getInstance(final CreationalContext context) { | |
| final InboxPresenter inj2964_InboxPresenter = new InboxPresenter(); | |
| context.addBean(context.getBeanReference(InboxPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2964_InboxPresenter); | |
| _$726948510__$1758305081_view(inj2964_InboxPresenter, inj2966_InboxView_creational.getInstance(context)); | |
| _$726948510__$3266993_m2RepoService(inj2964_InboxPresenter, inj2534_CallerProvider.provide(new Class[] { InboxService.class }, null)); | |
| context.addInitializationCallback(inj2964_InboxPresenter, init_inj2964_InboxPresenter); | |
| return inj2964_InboxPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<InboxPresenterActivity> inj2968_InboxPresenterActivity_creational = new CreationalCallback<InboxPresenterActivity>() { | |
| public InboxPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var291 = inj2567_PlaceManagerImpl; | |
| final InboxPresenterActivity inj2967_InboxPresenterActivity = new InboxPresenterActivity(var291); | |
| context.addBean(context.getBeanReference(InboxPresenterActivity.class, arrayOf_19635043Annotation_835369290), inj2967_InboxPresenterActivity); | |
| _2022668945__$726948510_realPresenter(inj2967_InboxPresenterActivity, inj2965_InboxPresenter_creational.getInstance(context)); | |
| return inj2967_InboxPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<PanelHelperEast> inj2970_PanelHelperEast_creational = new CreationalCallback<PanelHelperEast>() { | |
| public PanelHelperEast getInstance(final CreationalContext context) { | |
| final PanelHelperEast inj2969_PanelHelperEast = new PanelHelperEast(); | |
| context.addBean(context.getBeanReference(PanelHelperEast.class, arrayOf_19635043Annotation_1121600963), inj2969_PanelHelperEast); | |
| _$1327745331__$1887041540_factory(inj2969_PanelHelperEast, inj2563_DefaultBeanFactory); | |
| return inj2969_PanelHelperEast; | |
| } | |
| }; | |
| private final PanelHelperEast inj2969_PanelHelperEast = inj2970_PanelHelperEast_creational.getInstance(context); | |
| private InitializationCallback<RootWorkbenchPanelView> init_inj2971_RootWorkbenchPanelView = new InitializationCallback<RootWorkbenchPanelView>() { | |
| public void init(final RootWorkbenchPanelView obj) { | |
| _$1625293394_setupDragAndDrop(obj); | |
| } | |
| }; | |
| private final CreationalCallback<RootWorkbenchPanelView> inj2972_RootWorkbenchPanelView_creational = new CreationalCallback<RootWorkbenchPanelView>() { | |
| public RootWorkbenchPanelView getInstance(final CreationalContext context) { | |
| final RootWorkbenchPanelView inj2971_RootWorkbenchPanelView = new RootWorkbenchPanelView(); | |
| context.addBean(context.getBeanReference(RootWorkbenchPanelView.class, arrayOf_19635043Annotation_1151778428), inj2971_RootWorkbenchPanelView); | |
| _$1625293394__689321648_helperNorth(inj2971_RootWorkbenchPanelView, inj2874_PanelHelperNorth); | |
| _$1625293394__689321648_helperSouth(inj2971_RootWorkbenchPanelView, inj2891_PanelHelperSouth); | |
| _$1625293394__689321648_helperEast(inj2971_RootWorkbenchPanelView, inj2969_PanelHelperEast); | |
| _$1625293394__689321648_helperWest(inj2971_RootWorkbenchPanelView, inj2839_PanelHelperWest); | |
| _$1625293394__153624969_dndManager(inj2971_RootWorkbenchPanelView, inj2615_WorkbenchDragAndDropManager); | |
| _$1625293394__$76429077_panelManager(inj2971_RootWorkbenchPanelView, inj2565_PanelManager); | |
| _$1625293394__$1887041540_factory(inj2971_RootWorkbenchPanelView, inj2563_DefaultBeanFactory); | |
| context.addInitializationCallback(inj2971_RootWorkbenchPanelView, init_inj2971_RootWorkbenchPanelView); | |
| return inj2971_RootWorkbenchPanelView; | |
| } | |
| }; | |
| private InitializationCallback<RootWorkbenchPanelPresenter> init_inj2973_RootWorkbenchPanelPresenter = new InitializationCallback<RootWorkbenchPanelPresenter>() { | |
| public void init(final RootWorkbenchPanelPresenter obj) { | |
| _193002815_init(obj); | |
| } | |
| }; | |
| private final CreationalCallback<RootWorkbenchPanelPresenter> inj2974_RootWorkbenchPanelPresenter_creational = new CreationalCallback<RootWorkbenchPanelPresenter>() { | |
| public RootWorkbenchPanelPresenter getInstance(final CreationalContext context) { | |
| final WorkbenchPanelView var292 = inj2972_RootWorkbenchPanelView_creational.getInstance(context); | |
| final PanelManager var293 = inj2565_PanelManager; | |
| final Event var294 = inj2532_EventProvider.provide(new Class[] { MaximizePlaceEvent.class }, null); | |
| final Event var295 = inj2532_EventProvider.provide(new Class[] { MinimizePlaceEvent.class }, null); | |
| final RootWorkbenchPanelPresenter inj2973_RootWorkbenchPanelPresenter = new RootWorkbenchPanelPresenter(var292, var293, var294, var295); | |
| context.addBean(context.getBeanReference(RootWorkbenchPanelPresenter.class, arrayOf_19635043Annotation_1151778428), inj2973_RootWorkbenchPanelPresenter); | |
| context.addInitializationCallback(inj2973_RootWorkbenchPanelPresenter, init_inj2973_RootWorkbenchPanelPresenter); | |
| return inj2973_RootWorkbenchPanelPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<GuvnorDefaultEditorPresenter> inj2976_GuvnorDefaultEditorPresenter_creational = new CreationalCallback<GuvnorDefaultEditorPresenter>() { | |
| public GuvnorDefaultEditorPresenter getInstance(final CreationalContext context) { | |
| final GuvnorDefaultEditorPresenter inj2975_GuvnorDefaultEditorPresenter = new GuvnorDefaultEditorPresenter(); | |
| context.addBean(context.getBeanReference(GuvnorDefaultEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2975_GuvnorDefaultEditorPresenter); | |
| _1657366886__$76115871_multiPage(inj2975_GuvnorDefaultEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _1657366886__$3266993_defaultEditorService(inj2975_GuvnorDefaultEditorPresenter, inj2534_CallerProvider.provide(new Class[] { DefaultEditorService.class }, null)); | |
| _1657366886__$3266993_metadataService(inj2975_GuvnorDefaultEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _1657366886__1116818801_notification(inj2975_GuvnorDefaultEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _1657366886__886285106_busyIndicatorView(inj2975_GuvnorDefaultEditorPresenter, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _1657366886__996422802_menuBuilder(inj2975_GuvnorDefaultEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| _1657366886__$1151348425_metadataWidget(inj2975_GuvnorDefaultEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| inj2975_GuvnorDefaultEditorPresenter.view = inj2665_TextEditorView_creational.getInstance(context); | |
| _$1988003627__$3266993_vfsServices(inj2975_GuvnorDefaultEditorPresenter, inj2534_CallerProvider.provide(new Class[] { VFSService.class }, null)); | |
| return inj2975_GuvnorDefaultEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<RootPanelProvider> inj2977_RootPanelProvider_creational = new CreationalCallback<RootPanelProvider>() { | |
| public RootPanelProvider getInstance(final CreationalContext context) { | |
| final RootPanelProvider inj2524_RootPanelProvider = new RootPanelProvider(); | |
| context.addBean(context.getBeanReference(RootPanelProvider.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2524_RootPanelProvider); | |
| return inj2524_RootPanelProvider; | |
| } | |
| }; | |
| private final RootPanelProvider inj2524_RootPanelProvider = inj2977_RootPanelProvider_creational.getInstance(context); | |
| private InitializationCallback<CreateRepositoryForm> init_inj2978_CreateRepositoryForm = new InitializationCallback<CreateRepositoryForm>() { | |
| public void init(final CreateRepositoryForm obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<CreateRepositoryForm> inj2979_CreateRepositoryForm_creational = new CreationalCallback<CreateRepositoryForm>() { | |
| public CreateRepositoryForm getInstance(final CreationalContext context) { | |
| final CreateRepositoryForm inj2978_CreateRepositoryForm = new CreateRepositoryForm(); | |
| context.addBean(context.getBeanReference(CreateRepositoryForm.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2978_CreateRepositoryForm); | |
| _$1321361073__$3266993_repositoryService(inj2978_CreateRepositoryForm, inj2534_CallerProvider.provide(new Class[] { RepositoryService.class }, null)); | |
| context.addInitializationCallback(inj2978_CreateRepositoryForm, init_inj2978_CreateRepositoryForm); | |
| return inj2978_CreateRepositoryForm; | |
| } | |
| }; | |
| private final CreationalCallback<GlobalsEditorViewImpl> inj2983_GlobalsEditorViewImpl_creational = new CreationalCallback<GlobalsEditorViewImpl>() { | |
| public GlobalsEditorViewImpl getInstance(final CreationalContext context) { | |
| final GlobalsEditorViewImpl inj1234_GlobalsEditorViewImpl = new GlobalsEditorViewImpl(); | |
| context.addBean(context.getBeanReference(GlobalsEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1234_GlobalsEditorViewImpl); | |
| final AddGlobalPopup_inj2984_proxy inj2984_proxy = new AddGlobalPopup_inj2984_proxy(); | |
| context.addUnresolvedProxy(new ProxyResolver<AddGlobalPopup>() { | |
| public void resolve(AddGlobalPopup obj) { | |
| inj2984_proxy.__$setProxiedInstance$(obj); | |
| context.addProxyReference(inj2984_proxy, obj); | |
| } | |
| }, AddGlobalPopup.class, QualifierUtil.DEFAULT_QUALIFIERS); | |
| _1188362465__2054999977_addGlobalPopup(inj1234_GlobalsEditorViewImpl, inj2984_proxy); | |
| return inj1234_GlobalsEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<GlobalsEditorPresenter> inj2982_GlobalsEditorPresenter_creational = new CreationalCallback<GlobalsEditorPresenter>() { | |
| public GlobalsEditorPresenter getInstance(final CreationalContext context) { | |
| final GlobalsEditorPresenter inj1233_GlobalsEditorPresenter = new GlobalsEditorPresenter(); | |
| context.addBean(context.getBeanReference(GlobalsEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1233_GlobalsEditorPresenter); | |
| _$1143877716__$3266993_globalsEditorService(inj1233_GlobalsEditorPresenter, inj2534_CallerProvider.provide(new Class[] { GlobalsEditorService.class }, null)); | |
| _$1143877716__$3266993_metadataService(inj1233_GlobalsEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _$1143877716__$3266993_versionService(inj1233_GlobalsEditorPresenter, inj2534_CallerProvider.provide(new Class[] { VersionService.class }, null)); | |
| _$1143877716__$5858527_view(inj1233_GlobalsEditorPresenter, inj2983_GlobalsEditorViewImpl_creational.getInstance(context)); | |
| _$1143877716__$359327760_viewSource(inj1233_GlobalsEditorPresenter, inj2737_ViewSourceViewImpl_creational.getInstance(context)); | |
| _$1143877716__$1151348425_metadataWidget(inj1233_GlobalsEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| _$1143877716__$76115871_multiPage(inj1233_GlobalsEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _$1143877716__1116818801_notification(inj1233_GlobalsEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _$1143877716__1116818801_restoreEvent(inj1233_GlobalsEditorPresenter, inj2532_EventProvider.provide(new Class[] { RestoreEvent.class }, null)); | |
| _$1143877716__$906533316_placeManager(inj1233_GlobalsEditorPresenter, inj2567_PlaceManagerImpl); | |
| _$1143877716__996422802_menuBuilder(inj1233_GlobalsEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| final Subscription var297 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj1233_GlobalsEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj1233_GlobalsEditorPresenter, new DestructionCallback<GlobalsEditorPresenter>() { | |
| public void destroy(final GlobalsEditorPresenter obj) { | |
| var297.remove(); | |
| } | |
| }); | |
| return inj1233_GlobalsEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<GlobalsEditorPresenterActivity> inj2981_GlobalsEditorPresenterActivity_creational = new CreationalCallback<GlobalsEditorPresenterActivity>() { | |
| public GlobalsEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var296 = inj2567_PlaceManagerImpl; | |
| final GlobalsEditorPresenterActivity inj2980_GlobalsEditorPresenterActivity = new GlobalsEditorPresenterActivity(var296); | |
| context.addBean(context.getBeanReference(GlobalsEditorPresenterActivity.class, arrayOf_19635043Annotation_1809140347), inj2980_GlobalsEditorPresenterActivity); | |
| _$273433893__$1143877716_realPresenter(inj2980_GlobalsEditorPresenterActivity, inj2982_GlobalsEditorPresenter_creational.getInstance(context)); | |
| return inj2980_GlobalsEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<AdministrationPerspectiveActivity> inj2986_AdministrationPerspectiveActivity_creational = new CreationalCallback<AdministrationPerspectiveActivity>() { | |
| public AdministrationPerspectiveActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var298 = inj2567_PlaceManagerImpl; | |
| final AdministrationPerspectiveActivity inj2985_AdministrationPerspectiveActivity = new AdministrationPerspectiveActivity(var298); | |
| context.addBean(context.getBeanReference(AdministrationPerspectiveActivity.class, arrayOf_19635043Annotation_1698593453), inj2985_AdministrationPerspectiveActivity); | |
| _$666311557__1719310668_realPresenter(inj2985_AdministrationPerspectiveActivity, inj2883_AdministrationPerspective); | |
| _239180292__$76429077_panelManager(inj2985_AdministrationPerspectiveActivity, inj2565_PanelManager); | |
| _239180292__$906533316_placeManager(inj2985_AdministrationPerspectiveActivity, inj2567_PlaceManagerImpl); | |
| _239180292__$351881561_menuBar(inj2985_AdministrationPerspectiveActivity, inj2609_WorkbenchMenuBarPresenter); | |
| _239180292__40974972_toolBarPresenter(inj2985_AdministrationPerspectiveActivity, inj2604_WorkbenchToolBarPresenter); | |
| _239180292__$3266993_wbServices(inj2985_AdministrationPerspectiveActivity, inj2534_CallerProvider.provide(new Class[] { WorkbenchServices.class }, null)); | |
| return inj2985_AdministrationPerspectiveActivity; | |
| } | |
| }; | |
| private final CreationalCallback<DroolsWorkbenchEntryPoint> inj2988_DroolsWorkbenchEntryPoint_creational = new CreationalCallback<DroolsWorkbenchEntryPoint>() { | |
| public DroolsWorkbenchEntryPoint getInstance(final CreationalContext context) { | |
| final DroolsWorkbenchEntryPoint inj2987_DroolsWorkbenchEntryPoint = new DroolsWorkbenchEntryPoint(); | |
| context.addBean(context.getBeanReference(DroolsWorkbenchEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2987_DroolsWorkbenchEntryPoint); | |
| _1639390211__$3266993_appConfigService(inj2987_DroolsWorkbenchEntryPoint, inj2534_CallerProvider.provide(new Class[] { AppConfigService.class }, null)); | |
| _1639390211__$292735039_menubar(inj2987_DroolsWorkbenchEntryPoint, inj2609_WorkbenchMenuBarPresenter); | |
| _1639390211__$906533316_placeManager(inj2987_DroolsWorkbenchEntryPoint, inj2567_PlaceManagerImpl); | |
| _1639390211__$121625827_iocManager(inj2987_DroolsWorkbenchEntryPoint, inj2526_IOCBeanManagerProvider.get()); | |
| _1639390211__$1583970232_activityManager(inj2987_DroolsWorkbenchEntryPoint, inj2551_ActivityManagerImpl); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2987_DroolsWorkbenchEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2987_DroolsWorkbenchEntryPoint; | |
| } | |
| }; | |
| private final DroolsWorkbenchEntryPoint inj2987_DroolsWorkbenchEntryPoint = inj2988_DroolsWorkbenchEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<GuidedRuleEditorPresenterActivity> inj2990_GuidedRuleEditorPresenterActivity_creational = new CreationalCallback<GuidedRuleEditorPresenterActivity>() { | |
| public GuidedRuleEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var299 = inj2567_PlaceManagerImpl; | |
| final GuidedRuleEditorPresenterActivity inj2989_GuidedRuleEditorPresenterActivity = new GuidedRuleEditorPresenterActivity(var299); | |
| context.addBean(context.getBeanReference(GuidedRuleEditorPresenterActivity.class, arrayOf_19635043Annotation_1170862273), inj2989_GuidedRuleEditorPresenterActivity); | |
| _$540028169__$1113209912_realPresenter(inj2989_GuidedRuleEditorPresenterActivity, inj2960_GuidedRuleEditorPresenter_creational.getInstance(context)); | |
| return inj2989_GuidedRuleEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedRuleEditorEntryPoint> inj2992_GuidedRuleEditorEntryPoint_creational = new CreationalCallback<GuidedRuleEditorEntryPoint>() { | |
| public GuidedRuleEditorEntryPoint getInstance(final CreationalContext context) { | |
| final GuidedRuleEditorEntryPoint inj2991_GuidedRuleEditorEntryPoint = new GuidedRuleEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(GuidedRuleEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2991_GuidedRuleEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj2991_GuidedRuleEditorEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj2991_GuidedRuleEditorEntryPoint; | |
| } | |
| }; | |
| private final GuidedRuleEditorEntryPoint inj2991_GuidedRuleEditorEntryPoint = inj2992_GuidedRuleEditorEntryPoint_creational.getInstance(context); | |
| private InitializationCallback<AuthoringPerspective> init_inj2993_AuthoringPerspective = new InitializationCallback<AuthoringPerspective>() { | |
| public void init(final AuthoringPerspective obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<AuthoringPerspective> inj2994_AuthoringPerspective_creational = new CreationalCallback<AuthoringPerspective>() { | |
| public AuthoringPerspective getInstance(final CreationalContext context) { | |
| final AuthoringPerspective inj2993_AuthoringPerspective = new AuthoringPerspective(); | |
| context.addBean(context.getBeanReference(AuthoringPerspective.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2993_AuthoringPerspective); | |
| _$1458093001__$1301899522_newResourcePresenter(inj2993_AuthoringPerspective, inj2726_NewResourcePresenter); | |
| _$1458093001__594147304_newResourcesMenu(inj2993_AuthoringPerspective, inj2869_NewResourcesMenu); | |
| _$1458093001__$1605420596_toolsMenu(inj2993_AuthoringPerspective, inj2668_ToolsMenu); | |
| _$1458093001__$906533316_placeManager(inj2993_AuthoringPerspective, inj2567_PlaceManagerImpl); | |
| context.addInitializationCallback(inj2993_AuthoringPerspective, init_inj2993_AuthoringPerspective); | |
| return inj2993_AuthoringPerspective; | |
| } | |
| }; | |
| private final AuthoringPerspective inj2993_AuthoringPerspective = inj2994_AuthoringPerspective_creational.getInstance(context); | |
| private InitializationCallback<NewTestScenarioHandler> init_inj2995_NewTestScenarioHandler = new InitializationCallback<NewTestScenarioHandler>() { | |
| public void init(final NewTestScenarioHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewTestScenarioHandler> inj2996_NewTestScenarioHandler_creational = new CreationalCallback<NewTestScenarioHandler>() { | |
| public NewTestScenarioHandler getInstance(final CreationalContext context) { | |
| final NewTestScenarioHandler inj2995_NewTestScenarioHandler = new NewTestScenarioHandler(); | |
| context.addBean(context.getBeanReference(NewTestScenarioHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2995_NewTestScenarioHandler); | |
| _247997064__886285106_busyIndicatorView(inj2995_NewTestScenarioHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _247997064__$3266993_service(inj2995_NewTestScenarioHandler, inj2534_CallerProvider.provide(new Class[] { ScenarioTestEditorService.class }, null)); | |
| _247997064__866327366_resourceType(inj2995_NewTestScenarioHandler, inj2674_TestScenarioResourceType); | |
| _2084819385__1438931262_context(inj2995_NewTestScenarioHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2995_NewTestScenarioHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2995_NewTestScenarioHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2995_NewTestScenarioHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2995_NewTestScenarioHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2995_NewTestScenarioHandler, init_inj2995_NewTestScenarioHandler); | |
| return inj2995_NewTestScenarioHandler; | |
| } | |
| }; | |
| private final NewTestScenarioHandler inj2995_NewTestScenarioHandler = inj2996_NewTestScenarioHandler_creational.getInstance(context); | |
| private final CreationalCallback<GuvnorDefaultEditorPresenterActivity> inj2998_GuvnorDefaultEditorPresenterActivity_creational = new CreationalCallback<GuvnorDefaultEditorPresenterActivity>() { | |
| public GuvnorDefaultEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var300 = inj2567_PlaceManagerImpl; | |
| final GuvnorDefaultEditorPresenterActivity inj2997_GuvnorDefaultEditorPresenterActivity = new GuvnorDefaultEditorPresenterActivity(var300); | |
| context.addBean(context.getBeanReference(GuvnorDefaultEditorPresenterActivity.class, arrayOf_19635043Annotation_744426080), inj2997_GuvnorDefaultEditorPresenterActivity); | |
| _1337653909__1657366886_realPresenter(inj2997_GuvnorDefaultEditorPresenterActivity, inj2976_GuvnorDefaultEditorPresenter_creational.getInstance(context)); | |
| return inj2997_GuvnorDefaultEditorPresenterActivity; | |
| } | |
| }; | |
| private InitializationCallback<NewFactModelHandler> init_inj2999_NewFactModelHandler = new InitializationCallback<NewFactModelHandler>() { | |
| public void init(final NewFactModelHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewFactModelHandler> inj3000_NewFactModelHandler_creational = new CreationalCallback<NewFactModelHandler>() { | |
| public NewFactModelHandler getInstance(final CreationalContext context) { | |
| final NewFactModelHandler inj2999_NewFactModelHandler = new NewFactModelHandler(); | |
| context.addBean(context.getBeanReference(NewFactModelHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj2999_NewFactModelHandler); | |
| _$1443249323__$3266993_factModelService(inj2999_NewFactModelHandler, inj2534_CallerProvider.provide(new Class[] { FactModelService.class }, null)); | |
| _$1443249323__$906533316_placeManager(inj2999_NewFactModelHandler, inj2567_PlaceManagerImpl); | |
| _$1443249323__1612046558_resourceType(inj2999_NewFactModelHandler, inj2684_FactModelResourceType); | |
| _$1443249323__886285106_busyIndicatorView(inj2999_NewFactModelHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj2999_NewFactModelHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj2999_NewFactModelHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj2999_NewFactModelHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj2999_NewFactModelHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj2999_NewFactModelHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj2999_NewFactModelHandler, init_inj2999_NewFactModelHandler); | |
| return inj2999_NewFactModelHandler; | |
| } | |
| }; | |
| private final NewFactModelHandler inj2999_NewFactModelHandler = inj3000_NewFactModelHandler_creational.getInstance(context); | |
| private final CreationalCallback<GuvnorM2RepoPerspectiveActivity> inj3002_GuvnorM2RepoPerspectiveActivity_creational = new CreationalCallback<GuvnorM2RepoPerspectiveActivity>() { | |
| public GuvnorM2RepoPerspectiveActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var301 = inj2567_PlaceManagerImpl; | |
| final GuvnorM2RepoPerspectiveActivity inj3001_GuvnorM2RepoPerspectiveActivity = new GuvnorM2RepoPerspectiveActivity(var301); | |
| context.addBean(context.getBeanReference(GuvnorM2RepoPerspectiveActivity.class, arrayOf_19635043Annotation_467361844), inj3001_GuvnorM2RepoPerspectiveActivity); | |
| _$717922373__1077302412_realPresenter(inj3001_GuvnorM2RepoPerspectiveActivity, inj2728_GuvnorM2RepoPerspective); | |
| _239180292__$76429077_panelManager(inj3001_GuvnorM2RepoPerspectiveActivity, inj2565_PanelManager); | |
| _239180292__$906533316_placeManager(inj3001_GuvnorM2RepoPerspectiveActivity, inj2567_PlaceManagerImpl); | |
| _239180292__$351881561_menuBar(inj3001_GuvnorM2RepoPerspectiveActivity, inj2609_WorkbenchMenuBarPresenter); | |
| _239180292__40974972_toolBarPresenter(inj3001_GuvnorM2RepoPerspectiveActivity, inj2604_WorkbenchToolBarPresenter); | |
| _239180292__$3266993_wbServices(inj3001_GuvnorM2RepoPerspectiveActivity, inj2534_CallerProvider.provide(new Class[] { WorkbenchServices.class }, null)); | |
| return inj3001_GuvnorM2RepoPerspectiveActivity; | |
| } | |
| }; | |
| private final CreationalCallback<FactModelsEditorViewImpl> inj3005_FactModelsEditorViewImpl_creational = new CreationalCallback<FactModelsEditorViewImpl>() { | |
| public FactModelsEditorViewImpl getInstance(final CreationalContext context) { | |
| final FactModelsEditorViewImpl inj1078_FactModelsEditorViewImpl = new FactModelsEditorViewImpl(); | |
| context.addBean(context.getBeanReference(FactModelsEditorViewImpl.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1078_FactModelsEditorViewImpl); | |
| return inj1078_FactModelsEditorViewImpl; | |
| } | |
| }; | |
| private final CreationalCallback<FactModelsEditorPresenter> inj3004_FactModelsEditorPresenter_creational = new CreationalCallback<FactModelsEditorPresenter>() { | |
| public FactModelsEditorPresenter getInstance(final CreationalContext context) { | |
| final FactModelsEditorPresenter inj3003_FactModelsEditorPresenter = new FactModelsEditorPresenter(); | |
| context.addBean(context.getBeanReference(FactModelsEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3003_FactModelsEditorPresenter); | |
| _812034385__578566281_importsWidget(inj3003_FactModelsEditorPresenter, inj2742_ImportsWidgetPresenter_creational.getInstance(context)); | |
| _812034385__$3266993_factModelService(inj3003_FactModelsEditorPresenter, inj2534_CallerProvider.provide(new Class[] { FactModelService.class }, null)); | |
| _812034385__$3266993_metadataService(inj3003_FactModelsEditorPresenter, inj2534_CallerProvider.provide(new Class[] { MetadataService.class }, null)); | |
| _812034385__$866152868_view(inj3003_FactModelsEditorPresenter, inj3005_FactModelsEditorViewImpl_creational.getInstance(context)); | |
| _812034385__$359327760_viewSource(inj3003_FactModelsEditorPresenter, inj2737_ViewSourceViewImpl_creational.getInstance(context)); | |
| _812034385__$1151348425_metadataWidget(inj3003_FactModelsEditorPresenter, inj2574_MetadataWidget_creational.getInstance(context)); | |
| _812034385__$76115871_multiPage(inj3003_FactModelsEditorPresenter, inj2542_MultiPageEditor_creational.getInstance(context)); | |
| _812034385__1116818801_notification(inj3003_FactModelsEditorPresenter, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _812034385__$906533316_placeManager(inj3003_FactModelsEditorPresenter, inj2567_PlaceManagerImpl); | |
| _812034385__996422802_menuBuilder(inj3003_FactModelsEditorPresenter, inj2570_FileMenuBuilderImpl_creational.getInstance(context)); | |
| final Subscription var302 = CDI.subscribeLocal("org.kie.workbench.common.services.shared.version.events.RestoreEvent", new AbstractCDIEventCallback<RestoreEvent>() { | |
| public void fireEvent(final RestoreEvent event) { | |
| inj3003_FactModelsEditorPresenter.onRestore(event); | |
| } | |
| public String toString() { | |
| return "Observer: org.kie.workbench.common.services.shared.version.events.RestoreEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj3003_FactModelsEditorPresenter, new DestructionCallback<FactModelsEditorPresenter>() { | |
| public void destroy(final FactModelsEditorPresenter obj) { | |
| var302.remove(); | |
| } | |
| }); | |
| return inj3003_FactModelsEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<ValidatorService> inj3007_ValidatorService_creational = new CreationalCallback<ValidatorService>() { | |
| public ValidatorService getInstance(final CreationalContext context) { | |
| final ValidatorService inj3006_ValidatorService = new ValidatorService(); | |
| context.addBean(context.getBeanReference(ValidatorService.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3006_ValidatorService); | |
| _$1724363393__$3266993_modelerService(inj3006_ValidatorService, inj2534_CallerProvider.provide(new Class[] { DataModelerService.class }, null)); | |
| return inj3006_ValidatorService; | |
| } | |
| }; | |
| private final ValidatorService inj3006_ValidatorService = inj3007_ValidatorService_creational.getInstance(context); | |
| private final CreationalCallback<GuidedScoreCardEditorPresenterActivity> inj3009_GuidedScoreCardEditorPresenterActivity_creational = new CreationalCallback<GuidedScoreCardEditorPresenterActivity>() { | |
| public GuidedScoreCardEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var303 = inj2567_PlaceManagerImpl; | |
| final GuidedScoreCardEditorPresenterActivity inj3008_GuidedScoreCardEditorPresenterActivity = new GuidedScoreCardEditorPresenterActivity(var303); | |
| context.addBean(context.getBeanReference(GuidedScoreCardEditorPresenterActivity.class, arrayOf_19635043Annotation_485857100), inj3008_GuidedScoreCardEditorPresenterActivity); | |
| _1112435067__1020599884_realPresenter(inj3008_GuidedScoreCardEditorPresenterActivity, inj2740_GuidedScoreCardEditorPresenter_creational.getInstance(context)); | |
| return inj3008_GuidedScoreCardEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<DSLResourceType> inj3011_DSLResourceType_creational = new CreationalCallback<DSLResourceType>() { | |
| public DSLResourceType getInstance(final CreationalContext context) { | |
| final DSLResourceType inj3010_DSLResourceType = new DSLResourceType(); | |
| context.addBean(context.getBeanReference(DSLResourceType.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3010_DSLResourceType); | |
| return inj3010_DSLResourceType; | |
| } | |
| }; | |
| private final DSLResourceType inj3010_DSLResourceType = inj3011_DSLResourceType_creational.getInstance(context); | |
| private InitializationCallback<NewDslTextHandler> init_inj3012_NewDslTextHandler = new InitializationCallback<NewDslTextHandler>() { | |
| public void init(final NewDslTextHandler obj) { | |
| _2084819385_setupExtensions(obj); | |
| } | |
| }; | |
| private final CreationalCallback<NewDslTextHandler> inj3013_NewDslTextHandler_creational = new CreationalCallback<NewDslTextHandler>() { | |
| public NewDslTextHandler getInstance(final CreationalContext context) { | |
| final NewDslTextHandler inj3012_NewDslTextHandler = new NewDslTextHandler(); | |
| context.addBean(context.getBeanReference(NewDslTextHandler.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3012_NewDslTextHandler); | |
| _1484573685__$3266993_dslTextService(inj3012_NewDslTextHandler, inj2534_CallerProvider.provide(new Class[] { DSLTextEditorService.class }, null)); | |
| _1484573685__$906533316_placeManager(inj3012_NewDslTextHandler, inj2567_PlaceManagerImpl); | |
| _1484573685__1627108011_resourceType(inj3012_NewDslTextHandler, inj3010_DSLResourceType); | |
| _1484573685__886285106_busyIndicatorView(inj3012_NewDslTextHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| _2084819385__1438931262_context(inj3012_NewDslTextHandler, inj2585_DefaultWorkbenchContext); | |
| _2084819385__$3266993_projectService(inj3012_NewDslTextHandler, inj2534_CallerProvider.provide(new Class[] { ProjectService.class }, null)); | |
| _2084819385__$906533316_placeManager(inj3012_NewDslTextHandler, inj2567_PlaceManagerImpl); | |
| _2084819385__1116818801_notificationEvent(inj3012_NewDslTextHandler, inj2532_EventProvider.provide(new Class[] { NotificationEvent.class }, null)); | |
| _2084819385__886285106_busyIndicatorView(inj3012_NewDslTextHandler, inj2572_BusyIndicatorView_creational.getInstance(context)); | |
| context.addInitializationCallback(inj3012_NewDslTextHandler, init_inj3012_NewDslTextHandler); | |
| return inj3012_NewDslTextHandler; | |
| } | |
| }; | |
| private final NewDslTextHandler inj3012_NewDslTextHandler = inj3013_NewDslTextHandler_creational.getInstance(context); | |
| private final CreationalCallback<FindFormActivity> inj3015_FindFormActivity_creational = new CreationalCallback<FindFormActivity>() { | |
| public FindFormActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var304 = inj2567_PlaceManagerImpl; | |
| final FindFormActivity inj3014_FindFormActivity = new FindFormActivity(var304); | |
| context.addBean(context.getBeanReference(FindFormActivity.class, arrayOf_19635043Annotation_776856265), inj3014_FindFormActivity); | |
| _$453259149__1945435460_realPresenter(inj3014_FindFormActivity, inj2868_FindForm_creational.getInstance(context)); | |
| return inj3014_FindFormActivity; | |
| } | |
| }; | |
| private final CreationalCallback<ScoreCardXLSEditorPresenterActivity> inj3017_ScoreCardXLSEditorPresenterActivity_creational = new CreationalCallback<ScoreCardXLSEditorPresenterActivity>() { | |
| public ScoreCardXLSEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var305 = inj2567_PlaceManagerImpl; | |
| final ScoreCardXLSEditorPresenterActivity inj3016_ScoreCardXLSEditorPresenterActivity = new ScoreCardXLSEditorPresenterActivity(var305); | |
| context.addBean(context.getBeanReference(ScoreCardXLSEditorPresenterActivity.class, arrayOf_19635043Annotation_890250329), inj3016_ScoreCardXLSEditorPresenterActivity); | |
| _$1737833277__881148308_realPresenter(inj3016_ScoreCardXLSEditorPresenterActivity, inj2682_ScoreCardXLSEditorPresenter_creational.getInstance(context)); | |
| return inj3016_ScoreCardXLSEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<FactModelsEditorPresenterActivity> inj3019_FactModelsEditorPresenterActivity_creational = new CreationalCallback<FactModelsEditorPresenterActivity>() { | |
| public FactModelsEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var306 = inj2567_PlaceManagerImpl; | |
| final FactModelsEditorPresenterActivity inj3018_FactModelsEditorPresenterActivity = new FactModelsEditorPresenterActivity(var306); | |
| context.addBean(context.getBeanReference(FactModelsEditorPresenterActivity.class, arrayOf_19635043Annotation_1456593775), inj3018_FactModelsEditorPresenterActivity); | |
| _578494336__812034385_realPresenter(inj3018_FactModelsEditorPresenterActivity, inj3004_FactModelsEditorPresenter_creational.getInstance(context)); | |
| return inj3018_FactModelsEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<TestScenarioEditorEntryPoint> inj3021_TestScenarioEditorEntryPoint_creational = new CreationalCallback<TestScenarioEditorEntryPoint>() { | |
| public TestScenarioEditorEntryPoint getInstance(final CreationalContext context) { | |
| final TestScenarioEditorEntryPoint inj3020_TestScenarioEditorEntryPoint = new TestScenarioEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(TestScenarioEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3020_TestScenarioEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj3020_TestScenarioEditorEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj3020_TestScenarioEditorEntryPoint; | |
| } | |
| }; | |
| private final TestScenarioEditorEntryPoint inj3020_TestScenarioEditorEntryPoint = inj3021_TestScenarioEditorEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<WorkbenchPartView> inj3024_WorkbenchPartView_creational = new CreationalCallback<WorkbenchPartView>() { | |
| public WorkbenchPartView getInstance(final CreationalContext context) { | |
| final WorkbenchPartView inj284_WorkbenchPartView = new WorkbenchPartView(); | |
| context.addBean(context.getBeanReference(WorkbenchPartView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj284_WorkbenchPartView); | |
| return inj284_WorkbenchPartView; | |
| } | |
| }; | |
| private InitializationCallback<WorkbenchPartPresenter> init_inj3022_WorkbenchPartPresenter = new InitializationCallback<WorkbenchPartPresenter>() { | |
| public void init(final WorkbenchPartPresenter obj) { | |
| _1456584152_init(obj); | |
| } | |
| }; | |
| private final CreationalCallback<WorkbenchPartPresenter> inj3023_WorkbenchPartPresenter_creational = new CreationalCallback<WorkbenchPartPresenter>() { | |
| public WorkbenchPartPresenter getInstance(final CreationalContext context) { | |
| final View var307 = inj3024_WorkbenchPartView_creational.getInstance(context); | |
| final WorkbenchPartPresenter inj3022_WorkbenchPartPresenter = new WorkbenchPartPresenter(var307); | |
| context.addBean(context.getBeanReference(WorkbenchPartPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3022_WorkbenchPartPresenter); | |
| context.addInitializationCallback(inj3022_WorkbenchPartPresenter, init_inj3022_WorkbenchPartPresenter); | |
| return inj3022_WorkbenchPartPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<M2RepoEditorView> inj3027_M2RepoEditorView_creational = new CreationalCallback<M2RepoEditorView>() { | |
| public M2RepoEditorView getInstance(final CreationalContext context) { | |
| final Caller var308 = inj2534_CallerProvider.provide(new Class[] { M2RepoService.class }, null); | |
| final M2RepoEditorView inj1235_M2RepoEditorView = new M2RepoEditorView(var308); | |
| context.addBean(context.getBeanReference(M2RepoEditorView.class, QualifierUtil.DEFAULT_QUALIFIERS), inj1235_M2RepoEditorView); | |
| return inj1235_M2RepoEditorView; | |
| } | |
| }; | |
| private InitializationCallback<M2RepoEditorPresenter> init_inj3025_M2RepoEditorPresenter = new InitializationCallback<M2RepoEditorPresenter>() { | |
| public void init(final M2RepoEditorPresenter obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<M2RepoEditorPresenter> inj3026_M2RepoEditorPresenter_creational = new CreationalCallback<M2RepoEditorPresenter>() { | |
| public M2RepoEditorPresenter getInstance(final CreationalContext context) { | |
| final M2RepoEditorPresenter inj3025_M2RepoEditorPresenter = new M2RepoEditorPresenter(); | |
| context.addBean(context.getBeanReference(M2RepoEditorPresenter.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3025_M2RepoEditorPresenter); | |
| _320495837__430218796_view(inj3025_M2RepoEditorPresenter, inj3027_M2RepoEditorView_creational.getInstance(context)); | |
| _320495837__$3266993_m2RepoService(inj3025_M2RepoEditorPresenter, inj2534_CallerProvider.provide(new Class[] { M2RepoService.class }, null)); | |
| context.addInitializationCallback(inj3025_M2RepoEditorPresenter, init_inj3025_M2RepoEditorPresenter); | |
| return inj3025_M2RepoEditorPresenter; | |
| } | |
| }; | |
| private final CreationalCallback<M2RepoEditorPresenterActivity> inj3029_M2RepoEditorPresenterActivity_creational = new CreationalCallback<M2RepoEditorPresenterActivity>() { | |
| public M2RepoEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var309 = inj2567_PlaceManagerImpl; | |
| final M2RepoEditorPresenterActivity inj3028_M2RepoEditorPresenterActivity = new M2RepoEditorPresenterActivity(var309); | |
| context.addBean(context.getBeanReference(M2RepoEditorPresenterActivity.class, arrayOf_19635043Annotation_544099793), inj3028_M2RepoEditorPresenterActivity); | |
| _$1561031924__320495837_realPresenter(inj3028_M2RepoEditorPresenterActivity, inj3026_M2RepoEditorPresenter_creational.getInstance(context)); | |
| return inj3028_M2RepoEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GlobalsEditorEntryPoint> inj3031_GlobalsEditorEntryPoint_creational = new CreationalCallback<GlobalsEditorEntryPoint>() { | |
| public GlobalsEditorEntryPoint getInstance(final CreationalContext context) { | |
| final GlobalsEditorEntryPoint inj3030_GlobalsEditorEntryPoint = new GlobalsEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(GlobalsEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3030_GlobalsEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj3030_GlobalsEditorEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj3030_GlobalsEditorEntryPoint; | |
| } | |
| }; | |
| private final GlobalsEditorEntryPoint inj3030_GlobalsEditorEntryPoint = inj3031_GlobalsEditorEntryPoint_creational.getInstance(context); | |
| private InitializationCallback<ActivityNotFoundPresenterActivity> init_inj3032_ActivityNotFoundPresenterActivity = new InitializationCallback<ActivityNotFoundPresenterActivity>() { | |
| public void init(final ActivityNotFoundPresenterActivity obj) { | |
| obj.init(); | |
| } | |
| }; | |
| private final CreationalCallback<ActivityNotFoundPresenterActivity> inj3033_ActivityNotFoundPresenterActivity_creational = new CreationalCallback<ActivityNotFoundPresenterActivity>() { | |
| public ActivityNotFoundPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var310 = inj2567_PlaceManagerImpl; | |
| final ActivityNotFoundPresenterActivity inj3032_ActivityNotFoundPresenterActivity = new ActivityNotFoundPresenterActivity(var310); | |
| context.addBean(context.getBeanReference(ActivityNotFoundPresenterActivity.class, arrayOf_19635043Annotation_1982247557), inj3032_ActivityNotFoundPresenterActivity); | |
| _$2041313647__$2051264158_realPresenter(inj3032_ActivityNotFoundPresenterActivity, inj2591_ActivityNotFoundPresenter); | |
| _$1708929533__$121625827_iocManager(inj3032_ActivityNotFoundPresenterActivity, inj2526_IOCBeanManagerProvider.get()); | |
| _$1708929533__1116818801_closePlaceEvent(inj3032_ActivityNotFoundPresenterActivity, inj2532_EventProvider.provide(new Class[] { BeforeClosePlaceEvent.class }, null)); | |
| _$1708929533__677995314_popup(inj3032_ActivityNotFoundPresenterActivity, inj2710_PopupView_creational.getInstance(context)); | |
| final Subscription var311 = CDI.subscribeLocal("org.uberfire.workbench.events.ClosePlaceEvent", new AbstractCDIEventCallback<ClosePlaceEvent>() { | |
| public void fireEvent(final ClosePlaceEvent event) { | |
| _$1708929533_onClose(inj3032_ActivityNotFoundPresenterActivity, event); | |
| } | |
| public String toString() { | |
| return "Observer: org.uberfire.workbench.events.ClosePlaceEvent []"; | |
| } | |
| }); | |
| context.addDestructionCallback(inj3032_ActivityNotFoundPresenterActivity, new DestructionCallback<AbstractPopupActivity>() { | |
| public void destroy(final AbstractPopupActivity obj) { | |
| var311.remove(); | |
| } | |
| }); | |
| context.addInitializationCallback(inj3032_ActivityNotFoundPresenterActivity, init_inj3032_ActivityNotFoundPresenterActivity); | |
| return inj3032_ActivityNotFoundPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<WorkItemsEditorPresenterActivity> inj3035_WorkItemsEditorPresenterActivity_creational = new CreationalCallback<WorkItemsEditorPresenterActivity>() { | |
| public WorkItemsEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var312 = inj2567_PlaceManagerImpl; | |
| final WorkItemsEditorPresenterActivity inj3034_WorkItemsEditorPresenterActivity = new WorkItemsEditorPresenterActivity(var312); | |
| context.addBean(context.getBeanReference(WorkItemsEditorPresenterActivity.class, arrayOf_19635043Annotation_1171928924), inj3034_WorkItemsEditorPresenterActivity); | |
| _724390013__1950623566_realPresenter(inj3034_WorkItemsEditorPresenterActivity, inj2834_WorkItemsEditorPresenter_creational.getInstance(context)); | |
| return inj3034_WorkItemsEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<ScoreCardXLSEntryPoint> inj3037_ScoreCardXLSEntryPoint_creational = new CreationalCallback<ScoreCardXLSEntryPoint>() { | |
| public ScoreCardXLSEntryPoint getInstance(final CreationalContext context) { | |
| final ScoreCardXLSEntryPoint inj3036_ScoreCardXLSEntryPoint = new ScoreCardXLSEntryPoint(); | |
| context.addBean(context.getBeanReference(ScoreCardXLSEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3036_ScoreCardXLSEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj3036_ScoreCardXLSEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj3036_ScoreCardXLSEntryPoint; | |
| } | |
| }; | |
| private final ScoreCardXLSEntryPoint inj3036_ScoreCardXLSEntryPoint = inj3037_ScoreCardXLSEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<AddGlobalPopup> inj3039_AddGlobalPopup_creational = new CreationalCallback<AddGlobalPopup>() { | |
| public AddGlobalPopup getInstance(final CreationalContext context) { | |
| final AddGlobalPopup inj3038_AddGlobalPopup = new AddGlobalPopup(); | |
| context.addBean(context.getBeanReference(AddGlobalPopup.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3038_AddGlobalPopup); | |
| return inj3038_AddGlobalPopup; | |
| } | |
| }; | |
| private final CreationalCallback<MetaFileEditorPresenterActivity> inj3041_MetaFileEditorPresenterActivity_creational = new CreationalCallback<MetaFileEditorPresenterActivity>() { | |
| public MetaFileEditorPresenterActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var313 = inj2567_PlaceManagerImpl; | |
| final MetaFileEditorPresenterActivity inj3040_MetaFileEditorPresenterActivity = new MetaFileEditorPresenterActivity(var313); | |
| context.addBean(context.getBeanReference(MetaFileEditorPresenterActivity.class, arrayOf_19635043Annotation_2081272917), inj3040_MetaFileEditorPresenterActivity); | |
| _$951038061__$238379932_realPresenter(inj3040_MetaFileEditorPresenterActivity, inj2680_MetaFileEditorPresenter_creational.getInstance(context)); | |
| return inj3040_MetaFileEditorPresenterActivity; | |
| } | |
| }; | |
| private final CreationalCallback<GuidedDecisionTableEditorEntryPoint> inj3043_GuidedDecisionTableEditorEntryPoint_creational = new CreationalCallback<GuidedDecisionTableEditorEntryPoint>() { | |
| public GuidedDecisionTableEditorEntryPoint getInstance(final CreationalContext context) { | |
| final GuidedDecisionTableEditorEntryPoint inj3042_GuidedDecisionTableEditorEntryPoint = new GuidedDecisionTableEditorEntryPoint(); | |
| context.addBean(context.getBeanReference(GuidedDecisionTableEditorEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3042_GuidedDecisionTableEditorEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj3042_GuidedDecisionTableEditorEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj3042_GuidedDecisionTableEditorEntryPoint; | |
| } | |
| }; | |
| private final GuidedDecisionTableEditorEntryPoint inj3042_GuidedDecisionTableEditorEntryPoint = inj3043_GuidedDecisionTableEditorEntryPoint_creational.getInstance(context); | |
| private final CreationalCallback<AuthoringPerspectiveActivity> inj3045_AuthoringPerspectiveActivity_creational = new CreationalCallback<AuthoringPerspectiveActivity>() { | |
| public AuthoringPerspectiveActivity getInstance(final CreationalContext context) { | |
| final PlaceManager var314 = inj2567_PlaceManagerImpl; | |
| final AuthoringPerspectiveActivity inj3044_AuthoringPerspectiveActivity = new AuthoringPerspectiveActivity(var314); | |
| context.addBean(context.getBeanReference(AuthoringPerspectiveActivity.class, arrayOf_19635043Annotation_929884296), inj3044_AuthoringPerspectiveActivity); | |
| _1265464422__$1458093001_realPresenter(inj3044_AuthoringPerspectiveActivity, inj2993_AuthoringPerspective); | |
| _239180292__$76429077_panelManager(inj3044_AuthoringPerspectiveActivity, inj2565_PanelManager); | |
| _239180292__$906533316_placeManager(inj3044_AuthoringPerspectiveActivity, inj2567_PlaceManagerImpl); | |
| _239180292__$351881561_menuBar(inj3044_AuthoringPerspectiveActivity, inj2609_WorkbenchMenuBarPresenter); | |
| _239180292__40974972_toolBarPresenter(inj3044_AuthoringPerspectiveActivity, inj2604_WorkbenchToolBarPresenter); | |
| _239180292__$3266993_wbServices(inj3044_AuthoringPerspectiveActivity, inj2534_CallerProvider.provide(new Class[] { WorkbenchServices.class }, null)); | |
| return inj3044_AuthoringPerspectiveActivity; | |
| } | |
| }; | |
| private final CreationalCallback<WorkItemMetaDataLoader> inj3047_WorkItemMetaDataLoader_creational = new CreationalCallback<WorkItemMetaDataLoader>() { | |
| public WorkItemMetaDataLoader getInstance(final CreationalContext context) { | |
| final WorkItemMetaDataLoader inj3046_WorkItemMetaDataLoader = new WorkItemMetaDataLoader(); | |
| context.addBean(context.getBeanReference(WorkItemMetaDataLoader.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3046_WorkItemMetaDataLoader); | |
| _66078641__$3266993_workItemsService(inj3046_WorkItemMetaDataLoader, inj2534_CallerProvider.provide(new Class[] { WorkItemsEditorService.class }, null)); | |
| return inj3046_WorkItemMetaDataLoader; | |
| } | |
| }; | |
| private final WorkItemMetaDataLoader inj3046_WorkItemMetaDataLoader = inj3047_WorkItemMetaDataLoader_creational.getInstance(context); | |
| private final CreationalCallback<DecoratedGridEntryPoint> inj3049_DecoratedGridEntryPoint_creational = new CreationalCallback<DecoratedGridEntryPoint>() { | |
| public DecoratedGridEntryPoint getInstance(final CreationalContext context) { | |
| final DecoratedGridEntryPoint inj3048_DecoratedGridEntryPoint = new DecoratedGridEntryPoint(); | |
| context.addBean(context.getBeanReference(DecoratedGridEntryPoint.class, QualifierUtil.DEFAULT_QUALIFIERS), inj3048_DecoratedGridEntryPoint); | |
| InitVotes.registerOneTimeInitCallback(new Runnable() { | |
| public void run() { | |
| inj3048_DecoratedGridEntryPoint.startApp(); | |
| } | |
| }); | |
| return inj3048_DecoratedGridEntryPoint; | |
| } | |
| }; | |
| private final DecoratedGridEntryPoint inj3048_DecoratedGridEntryPoint = inj3049_DecoratedGridEntryPoint_creational.getInstance(context); | |
| static class WorkbenchDragAndDropManager_inj2614_proxy extends WorkbenchDragAndDropManager { | |
| private WorkbenchDragAndDropManager $$_proxy_$$; | |
| public void makeDraggable(IsWidget a0, IsWidget a1) { | |
| $$_proxy_$$.makeDraggable(a0, a1); | |
| } | |
| public void registerDropController(WorkbenchPanelView a0, DropController a1) { | |
| $$_proxy_$$.registerDropController(a0, a1); | |
| } | |
| public void unregisterDropController(WorkbenchPanelView a0) { | |
| $$_proxy_$$.unregisterDropController(a0); | |
| } | |
| public void unregisterDropControllers() { | |
| $$_proxy_$$.unregisterDropControllers(); | |
| } | |
| public void setWorkbenchContext(WorkbenchDragContext a0) { | |
| $$_proxy_$$.setWorkbenchContext(a0); | |
| } | |
| public WorkbenchDragContext getWorkbenchContext() { | |
| return $$_proxy_$$.getWorkbenchContext(); | |
| } | |
| public int hashCode() { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to hashCode() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.hashCode(); | |
| } | |
| } | |
| public boolean equals(Object o) { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to equals() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.equals(o); | |
| } | |
| } | |
| public void __$setProxiedInstance$(WorkbenchDragAndDropManager proxy) { | |
| $$_proxy_$$ = proxy; | |
| } | |
| } | |
| static class ValidatorService_inj2775_proxy extends ValidatorService { | |
| private ValidatorService $$_proxy_$$; | |
| public void isValidIdentifier(String a0, ValidatorCallback a1) { | |
| $$_proxy_$$.isValidIdentifier(a0, a1); | |
| } | |
| public void isValidPackageIdentifier(String a0, ValidatorCallback a1) { | |
| $$_proxy_$$.isValidPackageIdentifier(a0, a1); | |
| } | |
| public void isUniqueEntityName(String a0, String a1, DataModelTO a2, ValidatorCallback a3) { | |
| $$_proxy_$$.isUniqueEntityName(a0, a1, a2, a3); | |
| } | |
| public void isUniqueAttributeName(String a0, DataObjectTO a1, ValidatorCallback a2) { | |
| $$_proxy_$$.isUniqueAttributeName(a0, a1, a2); | |
| } | |
| public void isValidPosition(String a0, ValidatorCallback a1) { | |
| $$_proxy_$$.isValidPosition(a0, a1); | |
| } | |
| public void canDeleteDataObject(DataModelHelper a0, DataObjectTO a1, DataModelTO a2, ValidatorCallback a3) { | |
| $$_proxy_$$.canDeleteDataObject(a0, a1, a2, a3); | |
| } | |
| public void canChangeObjectName(DataModelHelper a0, DataObjectTO a1, DataModelTO a2, ValidatorCallback a3) { | |
| $$_proxy_$$.canChangeObjectName(a0, a1, a2, a3); | |
| } | |
| public void canChangeObjectPackage(DataModelHelper a0, DataObjectTO a1, DataModelTO a2, ValidatorCallback a3) { | |
| $$_proxy_$$.canChangeObjectPackage(a0, a1, a2, a3); | |
| } | |
| public int hashCode() { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to hashCode() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.hashCode(); | |
| } | |
| } | |
| public boolean equals(Object o) { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to equals() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.equals(o); | |
| } | |
| } | |
| public void __$setProxiedInstance$(ValidatorService proxy) { | |
| $$_proxy_$$ = proxy; | |
| } | |
| } | |
| static class WorkItemMetaDataLoader_inj2838_proxy extends WorkItemMetaDataLoader { | |
| private WorkItemMetaDataLoader $$_proxy_$$; | |
| public void loadMetaContent(HasWorkItemDefinitionElements a0) { | |
| $$_proxy_$$.loadMetaContent(a0); | |
| } | |
| public int hashCode() { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to hashCode() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.hashCode(); | |
| } | |
| } | |
| public boolean equals(Object o) { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to equals() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.equals(o); | |
| } | |
| } | |
| public void __$setProxiedInstance$(WorkItemMetaDataLoader proxy) { | |
| $$_proxy_$$ = proxy; | |
| } | |
| } | |
| static class AddGlobalPopup_inj2984_proxy extends AddGlobalPopup { | |
| private AddGlobalPopup $$_proxy_$$; | |
| public String getAlias() { | |
| return $$_proxy_$$.getAlias(); | |
| } | |
| public String getClassName() { | |
| return $$_proxy_$$.getClassName(); | |
| } | |
| public void setContent(Command a0, String[] a1) { | |
| $$_proxy_$$.setContent(a0, a1); | |
| } | |
| public void setDynamicSafe(boolean a0) { | |
| $$_proxy_$$.setDynamicSafe(a0); | |
| } | |
| public void setTitle(String a0) { | |
| $$_proxy_$$.setTitle(a0); | |
| } | |
| public void setAnimation(boolean a0) { | |
| $$_proxy_$$.setAnimation(a0); | |
| } | |
| public boolean getAnimation() { | |
| return $$_proxy_$$.getAnimation(); | |
| } | |
| public void setHideOthers(boolean a0) { | |
| $$_proxy_$$.setHideOthers(a0); | |
| } | |
| public void setKeyboard(boolean a0) { | |
| $$_proxy_$$.setKeyboard(a0); | |
| } | |
| public boolean isKeyboardEnable() { | |
| return $$_proxy_$$.isKeyboardEnable(); | |
| } | |
| public void setBackdrop(BackdropType a0) { | |
| $$_proxy_$$.setBackdrop(a0); | |
| } | |
| public BackdropType getBackdropType() { | |
| return $$_proxy_$$.getBackdropType(); | |
| } | |
| public native void _$820966096_reconfigure(Modal instance) /*-{ | |
| [email protected]::reconfigure()(); | |
| }-*/; | |
| public void reconfigure() { | |
| _$820966096_reconfigure($$_proxy_$$); | |
| } | |
| public void add(Widget a0) { | |
| $$_proxy_$$.add(a0); | |
| } | |
| public void insert(Widget a0, int a1) { | |
| $$_proxy_$$.insert(a0, a1); | |
| } | |
| public void show() { | |
| $$_proxy_$$.show(); | |
| } | |
| public native void _$820966096_onAttach(Modal instance) /*-{ | |
| [email protected]::onAttach()(); | |
| }-*/; | |
| public void onAttach() { | |
| _$820966096_onAttach($$_proxy_$$); | |
| } | |
| public void hide() { | |
| $$_proxy_$$.hide(); | |
| } | |
| public void toggle() { | |
| $$_proxy_$$.toggle(); | |
| } | |
| public native void _$820966096_onHide(Modal instance, com.google.gwt.user.client.Event a0) /*-{ | |
| [email protected]::onHide(Lcom/google/gwt/user/client/Event;)(a0); | |
| }-*/; | |
| public void onHide(com.google.gwt.user.client.Event a0) { | |
| _$820966096_onHide($$_proxy_$$, a0); | |
| } | |
| public native void _$820966096_onHidden(Modal instance, com.google.gwt.user.client.Event a0) /*-{ | |
| [email protected]::onHidden(Lcom/google/gwt/user/client/Event;)(a0); | |
| }-*/; | |
| public void onHidden(com.google.gwt.user.client.Event a0) { | |
| _$820966096_onHidden($$_proxy_$$, a0); | |
| } | |
| public native void _$820966096_onShow(Modal instance, com.google.gwt.user.client.Event a0) /*-{ | |
| [email protected]::onShow(Lcom/google/gwt/user/client/Event;)(a0); | |
| }-*/; | |
| public void onShow(com.google.gwt.user.client.Event a0) { | |
| _$820966096_onShow($$_proxy_$$, a0); | |
| } | |
| public native void _$820966096_onShown(Modal instance, com.google.gwt.user.client.Event a0) /*-{ | |
| [email protected]::onShown(Lcom/google/gwt/user/client/Event;)(a0); | |
| }-*/; | |
| public void onShown(com.google.gwt.user.client.Event a0) { | |
| _$820966096_onShown($$_proxy_$$, a0); | |
| } | |
| public HandlerRegistration addHideHandler(HideHandler a0) { | |
| return $$_proxy_$$.addHideHandler(a0); | |
| } | |
| public HandlerRegistration addHiddenHandler(HiddenHandler a0) { | |
| return $$_proxy_$$.addHiddenHandler(a0); | |
| } | |
| public HandlerRegistration addShowHandler(ShowHandler a0) { | |
| return $$_proxy_$$.addShowHandler(a0); | |
| } | |
| public HandlerRegistration addShownHandler(ShownHandler a0) { | |
| return $$_proxy_$$.addShownHandler(a0); | |
| } | |
| public void setCloseVisible(boolean a0) { | |
| $$_proxy_$$.setCloseVisible(a0); | |
| } | |
| public void setSize(String a0, String a1) { | |
| $$_proxy_$$.setSize(a0, a1); | |
| } | |
| public void setWidth(int a0) { | |
| $$_proxy_$$.setWidth(a0); | |
| } | |
| public void setMaxHeigth(String a0) { | |
| $$_proxy_$$.setMaxHeigth(a0); | |
| } | |
| public void pullRight(boolean a0) { | |
| $$_proxy_$$.pullRight(a0); | |
| } | |
| public void setStyle(Style a0) { | |
| $$_proxy_$$.setStyle(a0); | |
| } | |
| public void addStyle(Style a0) { | |
| $$_proxy_$$.addStyle(a0); | |
| } | |
| public void removeStyle(Style a0) { | |
| $$_proxy_$$.removeStyle(a0); | |
| } | |
| public void setShowOn(Device a0) { | |
| $$_proxy_$$.setShowOn(a0); | |
| } | |
| public void setHideOn(Device a0) { | |
| $$_proxy_$$.setHideOn(a0); | |
| } | |
| public String getId() { | |
| return $$_proxy_$$.getId(); | |
| } | |
| public void setId(String a0) { | |
| $$_proxy_$$.setId(a0); | |
| } | |
| public void clear() { | |
| $$_proxy_$$.clear(); | |
| } | |
| public void insert(IsWidget a0, int a1) { | |
| $$_proxy_$$.insert(a0, a1); | |
| } | |
| public void add(IsWidget a0) { | |
| $$_proxy_$$.add(a0); | |
| } | |
| public Widget getWidget(int a0) { | |
| return $$_proxy_$$.getWidget(a0); | |
| } | |
| public int getWidgetCount() { | |
| return $$_proxy_$$.getWidgetCount(); | |
| } | |
| public int getWidgetIndex(Widget a0) { | |
| return $$_proxy_$$.getWidgetIndex(a0); | |
| } | |
| public boolean remove(int a0) { | |
| return $$_proxy_$$.remove(a0); | |
| } | |
| public int getWidgetIndex(IsWidget a0) { | |
| return $$_proxy_$$.getWidgetIndex(a0); | |
| } | |
| public Iterator iterator() { | |
| return $$_proxy_$$.iterator(); | |
| } | |
| public boolean remove(Widget a0) { | |
| return $$_proxy_$$.remove(a0); | |
| } | |
| public native void _1826906556_add(ComplexPanel instance, Widget a0, Element a1) /*-{ | |
| [email protected]::add(Lcom/google/gwt/user/client/ui/Widget;Lcom/google/gwt/user/client/Element;)(a0, a1); | |
| }-*/; | |
| public void add(Widget a0, Element a1) { | |
| _1826906556_add($$_proxy_$$, a0, a1); | |
| } | |
| public native int _1826906556_adjustIndex(ComplexPanel instance, Widget a0, int a1) /*-{ | |
| return [email protected]::adjustIndex(Lcom/google/gwt/user/client/ui/Widget;I)(a0, a1); | |
| }-*/; | |
| public int adjustIndex(Widget a0, int a1) { | |
| return _1826906556_adjustIndex($$_proxy_$$, a0, a1); | |
| } | |
| public native void _1826906556_checkIndexBoundsForAccess(ComplexPanel instance, int a0) /*-{ | |
| [email protected]::checkIndexBoundsForAccess(I)(a0); | |
| }-*/; | |
| public void checkIndexBoundsForAccess(int a0) { | |
| _1826906556_checkIndexBoundsForAccess($$_proxy_$$, a0); | |
| } | |
| public native void _1826906556_checkIndexBoundsForInsertion(ComplexPanel instance, int a0) /*-{ | |
| [email protected]::checkIndexBoundsForInsertion(I)(a0); | |
| }-*/; | |
| public void checkIndexBoundsForInsertion(int a0) { | |
| _1826906556_checkIndexBoundsForInsertion($$_proxy_$$, a0); | |
| } | |
| public native WidgetCollection _1826906556_getChildren(ComplexPanel instance) /*-{ | |
| return [email protected]::getChildren()(); | |
| }-*/; | |
| public WidgetCollection getChildren() { | |
| return _1826906556_getChildren($$_proxy_$$); | |
| } | |
| public native void _1826906556_insert(ComplexPanel instance, Widget a0, Element a1, int a2) /*-{ | |
| [email protected]::insert(Lcom/google/gwt/user/client/ui/Widget;Lcom/google/gwt/user/client/Element;I)(a0, a1, a2); | |
| }-*/; | |
| public void insert(Widget a0, Element a1, int a2) { | |
| _1826906556_insert($$_proxy_$$, a0, a1, a2); | |
| } | |
| public native void _1826906556_insert(ComplexPanel instance, Widget a0, Element a1, int a2, boolean a3) /*-{ | |
| [email protected]::insert(Lcom/google/gwt/user/client/ui/Widget;Lcom/google/gwt/user/client/Element;IZ)(a0, a1, a2, a3); | |
| }-*/; | |
| public void insert(Widget a0, Element a1, int a2, boolean a3) { | |
| _1826906556_insert($$_proxy_$$, a0, a1, a2, a3); | |
| } | |
| public boolean remove(IsWidget a0) { | |
| return $$_proxy_$$.remove(a0); | |
| } | |
| public native void _$1858956164_adopt(Panel instance, Widget a0, Element a1) /*-{ | |
| [email protected]::adopt(Lcom/google/gwt/user/client/ui/Widget;Lcom/google/gwt/user/client/Element;)(a0, a1); | |
| }-*/; | |
| public void adopt(Widget a0, Element a1) { | |
| _$1858956164_adopt($$_proxy_$$, a0, a1); | |
| } | |
| public native void _$1858956164_disown(Panel instance, Widget a0) /*-{ | |
| [email protected]::disown(Lcom/google/gwt/user/client/ui/Widget;)(a0); | |
| }-*/; | |
| public void disown(Widget a0) { | |
| _$1858956164_disown($$_proxy_$$, a0); | |
| } | |
| public native void _$1858956164_doAttachChildren(Panel instance) /*-{ | |
| [email protected]::doAttachChildren()(); | |
| }-*/; | |
| public void doAttachChildren() { | |
| _$1858956164_doAttachChildren($$_proxy_$$); | |
| } | |
| public native void _$1858956164_doDetachChildren(Panel instance) /*-{ | |
| [email protected]::doDetachChildren()(); | |
| }-*/; | |
| public void doDetachChildren() { | |
| _$1858956164_doDetachChildren($$_proxy_$$); | |
| } | |
| public HandlerRegistration addAttachHandler(Handler a0) { | |
| return $$_proxy_$$.addAttachHandler(a0); | |
| } | |
| public Widget asWidget() { | |
| return $$_proxy_$$.asWidget(); | |
| } | |
| public void fireEvent(GwtEvent a0) { | |
| $$_proxy_$$.fireEvent(a0); | |
| } | |
| public Object getLayoutData() { | |
| return $$_proxy_$$.getLayoutData(); | |
| } | |
| public Widget getParent() { | |
| return $$_proxy_$$.getParent(); | |
| } | |
| public boolean isAttached() { | |
| return $$_proxy_$$.isAttached(); | |
| } | |
| public void onBrowserEvent(com.google.gwt.user.client.Event a0) { | |
| $$_proxy_$$.onBrowserEvent(a0); | |
| } | |
| public void removeFromParent() { | |
| $$_proxy_$$.removeFromParent(); | |
| } | |
| public void setLayoutData(Object a0) { | |
| $$_proxy_$$.setLayoutData(a0); | |
| } | |
| public void sinkEvents(int a0) { | |
| $$_proxy_$$.sinkEvents(a0); | |
| } | |
| public native HandlerManager _$1585570100_createHandlerManager(Widget instance) /*-{ | |
| return [email protected]::createHandlerManager()(); | |
| }-*/; | |
| public HandlerManager createHandlerManager() { | |
| return _$1585570100_createHandlerManager($$_proxy_$$); | |
| } | |
| public native void _$1585570100_delegateEvent(Widget instance, Widget a0, GwtEvent a1) /*-{ | |
| [email protected]::delegateEvent(Lcom/google/gwt/user/client/ui/Widget;Lcom/google/gwt/event/shared/GwtEvent;)(a0, a1); | |
| }-*/; | |
| public void delegateEvent(Widget a0, GwtEvent a1) { | |
| _$1585570100_delegateEvent($$_proxy_$$, a0, a1); | |
| } | |
| public native int _$1585570100_getHandlerCount(Widget instance, Type a0) /*-{ | |
| return [email protected]::getHandlerCount(Lcom/google/gwt/event/shared/GwtEvent$Type;)(a0); | |
| }-*/; | |
| public int getHandlerCount(Type a0) { | |
| return _$1585570100_getHandlerCount($$_proxy_$$, a0); | |
| } | |
| public native void _$1585570100_onDetach(Widget instance) /*-{ | |
| [email protected]::onDetach()(); | |
| }-*/; | |
| public void onDetach() { | |
| _$1585570100_onDetach($$_proxy_$$); | |
| } | |
| public native void _$1585570100_onLoad(Widget instance) /*-{ | |
| [email protected]::onLoad()(); | |
| }-*/; | |
| public void onLoad() { | |
| _$1585570100_onLoad($$_proxy_$$); | |
| } | |
| public native void _$1585570100_onUnload(Widget instance) /*-{ | |
| [email protected]::onUnload()(); | |
| }-*/; | |
| public void onUnload() { | |
| _$1585570100_onUnload($$_proxy_$$); | |
| } | |
| public boolean isVisible() { | |
| return $$_proxy_$$.isVisible(); | |
| } | |
| public void setVisible(boolean a0) { | |
| $$_proxy_$$.setVisible(a0); | |
| } | |
| public String getStyleName() { | |
| return $$_proxy_$$.getStyleName(); | |
| } | |
| public String getStylePrimaryName() { | |
| return $$_proxy_$$.getStylePrimaryName(); | |
| } | |
| public void setStyleName(String a0, boolean a1) { | |
| $$_proxy_$$.setStyleName(a0, a1); | |
| } | |
| public void setStyleName(String a0) { | |
| $$_proxy_$$.setStyleName(a0); | |
| } | |
| public void setStylePrimaryName(String a0) { | |
| $$_proxy_$$.setStylePrimaryName(a0); | |
| } | |
| public void addStyleDependentName(String a0) { | |
| $$_proxy_$$.addStyleDependentName(a0); | |
| } | |
| public void addStyleName(String a0) { | |
| $$_proxy_$$.addStyleName(a0); | |
| } | |
| public int getAbsoluteLeft() { | |
| return $$_proxy_$$.getAbsoluteLeft(); | |
| } | |
| public int getAbsoluteTop() { | |
| return $$_proxy_$$.getAbsoluteTop(); | |
| } | |
| public Element getElement() { | |
| return $$_proxy_$$.getElement(); | |
| } | |
| public int getOffsetHeight() { | |
| return $$_proxy_$$.getOffsetHeight(); | |
| } | |
| public int getOffsetWidth() { | |
| return $$_proxy_$$.getOffsetWidth(); | |
| } | |
| public String getTitle() { | |
| return $$_proxy_$$.getTitle(); | |
| } | |
| public void removeStyleDependentName(String a0) { | |
| $$_proxy_$$.removeStyleDependentName(a0); | |
| } | |
| public void removeStyleName(String a0) { | |
| $$_proxy_$$.removeStyleName(a0); | |
| } | |
| public void setHeight(String a0) { | |
| $$_proxy_$$.setHeight(a0); | |
| } | |
| public void setPixelSize(int a0, int a1) { | |
| $$_proxy_$$.setPixelSize(a0, a1); | |
| } | |
| public void setStyleDependentName(String a0, boolean a1) { | |
| $$_proxy_$$.setStyleDependentName(a0, a1); | |
| } | |
| public void setWidth(String a0) { | |
| $$_proxy_$$.setWidth(a0); | |
| } | |
| public void sinkBitlessEvent(String a0) { | |
| $$_proxy_$$.sinkBitlessEvent(a0); | |
| } | |
| public void unsinkEvents(int a0) { | |
| $$_proxy_$$.unsinkEvents(a0); | |
| } | |
| public native Element _$1446135461_getStyleElement(UIObject instance) /*-{ | |
| return [email protected]::getStyleElement()(); | |
| }-*/; | |
| public Element getStyleElement() { | |
| return _$1446135461_getStyleElement($$_proxy_$$); | |
| } | |
| public native void _$1446135461_onEnsureDebugId(UIObject instance, String a0) /*-{ | |
| [email protected]::onEnsureDebugId(Ljava/lang/String;)(a0); | |
| }-*/; | |
| public void onEnsureDebugId(String a0) { | |
| _$1446135461_onEnsureDebugId($$_proxy_$$, a0); | |
| } | |
| public native com.google.gwt.dom.client.Element _$1446135461_resolvePotentialElement(UIObject instance) /*-{ | |
| return [email protected]::resolvePotentialElement()(); | |
| }-*/; | |
| public com.google.gwt.dom.client.Element resolvePotentialElement() { | |
| return _$1446135461_resolvePotentialElement($$_proxy_$$); | |
| } | |
| public native void _$1446135461_setElement(UIObject instance, Element a0) /*-{ | |
| [email protected]::setElement(Lcom/google/gwt/user/client/Element;)(a0); | |
| }-*/; | |
| public void setElement(Element a0) { | |
| _$1446135461_setElement($$_proxy_$$, a0); | |
| } | |
| public int hashCode() { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to hashCode() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.hashCode(); | |
| } | |
| } | |
| public boolean equals(Object o) { | |
| if ($$_proxy_$$ == null) { | |
| throw new IllegalStateException("call to equals() on an unclosed proxy."); | |
| } else { | |
| return $$_proxy_$$.equals(o); | |
| } | |
| } | |
| public void __$setProxiedInstance$(AddGlobalPopup proxy) { | |
| $$_proxy_$$ = proxy; | |
| } | |
| } | |
| private void declareBeans_0() { | |
| injContext.addBean(MultiPageEditorView.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresResize.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, MultiPageEditorView.class, inj2540_MultiPageEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(MultiPageEditor.class, MultiPageEditor.class, inj2542_MultiPageEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(IsWidget.class, MultiPageEditor.class, inj2542_MultiPageEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(MessageBusProvider.class, MessageBusProvider.class, inj2543_MessageBusProvider_creational, inj2520_MessageBusProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Provider.class, MessageBusProvider.class, inj2543_MessageBusProvider_creational, inj2520_MessageBusProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SecurityEntryPoint.class, SecurityEntryPoint.class, inj2545_SecurityEntryPoint_creational, inj2544_SecurityEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(IOCBeanManagerProvider.class, IOCBeanManagerProvider.class, inj2546_IOCBeanManagerProvider_creational, inj2526_IOCBeanManagerProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Provider.class, IOCBeanManagerProvider.class, inj2546_IOCBeanManagerProvider_creational, inj2526_IOCBeanManagerProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActivityBeansCache.class, ActivityBeansCache.class, inj2548_ActivityBeansCache_creational, inj2547_ActivityBeansCache, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RuntimeAuthorizationManager.class, RuntimeAuthorizationManager.class, inj2550_RuntimeAuthorizationManager_creational, inj2549_RuntimeAuthorizationManager, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(AuthorizationManager.class, RuntimeAuthorizationManager.class, inj2550_RuntimeAuthorizationManager_creational, inj2549_RuntimeAuthorizationManager, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActivityManagerImpl.class, ActivityManagerImpl.class, inj2552_ActivityManagerImpl_creational, inj2551_ActivityManagerImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ActivityManager.class, ActivityManagerImpl.class, inj2552_ActivityManagerImpl_creational, inj2551_ActivityManagerImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PlaceRequestHistoryMapperImpl.class, PlaceRequestHistoryMapperImpl.class, inj2555_PlaceRequestHistoryMapperImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PlaceRequestHistoryMapper.class, PlaceRequestHistoryMapperImpl.class, inj2555_PlaceRequestHistoryMapperImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PlaceHistoryHandler.class, PlaceHistoryHandler.class, inj2554_PlaceHistoryHandler_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(CallerProvider.class, CallerProvider.class, inj2556_CallerProvider_creational, inj2534_CallerProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ContextualTypeProvider.class, CallerProvider.class, inj2556_CallerProvider_creational, inj2534_CallerProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DefaultPlaceResolver.class, DefaultPlaceResolver.class, inj2558_DefaultPlaceResolver_creational, inj2557_DefaultPlaceResolver, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(EventProvider.class, EventProvider.class, inj2559_EventProvider_creational, inj2532_EventProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ContextualTypeProvider.class, EventProvider.class, inj2559_EventProvider_creational, inj2532_EventProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchStatusBarView.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.uberfire.client.workbench.widgets.statusbar.WorkbenchStatusBarPresenter.View.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WorkbenchStatusBarView.class, inj2562_WorkbenchStatusBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchStatusBarPresenter.class, WorkbenchStatusBarPresenter.class, inj2561_WorkbenchStatusBarPresenter_creational, inj2560_WorkbenchStatusBarPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultBeanFactory.class, DefaultBeanFactory.class, inj2564_DefaultBeanFactory_creational, inj2563_DefaultBeanFactory, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(BeanFactory.class, DefaultBeanFactory.class, inj2564_DefaultBeanFactory_creational, inj2563_DefaultBeanFactory, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PanelManager.class, PanelManager.class, inj2566_PanelManager_creational, inj2565_PanelManager, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PlaceManagerImpl.class, PlaceManagerImpl.class, inj2568_PlaceManagerImpl_creational, inj2567_PlaceManagerImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PlaceManager.class, PlaceManagerImpl.class, inj2568_PlaceManagerImpl_creational, inj2567_PlaceManagerImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(BusyIndicatorView.class, BusyIndicatorView.class, inj2572_BusyIndicatorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(HasBusyIndicator.class, BusyIndicatorView.class, inj2572_BusyIndicatorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RestoreVersionCommandProvider.class, RestoreVersionCommandProvider.class, inj2571_RestoreVersionCommandProvider_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FileMenuBuilderImpl.class, FileMenuBuilderImpl.class, inj2570_FileMenuBuilderImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FileMenuBuilder.class, FileMenuBuilderImpl.class, inj2570_FileMenuBuilderImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(MetadataWidget.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(HasBusyIndicator.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DirtyableComposite.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DirtyableWidget.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IDirtyable.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, MetadataWidget.class, inj2574_MetadataWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AttachmentFileWidget.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, AttachmentFileWidget.class, inj2578_AttachmentFileWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DecisionTableXLSEditorViewImpl.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DecisionTableXLSEditorView.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DecisionTableXLSEditorViewImpl.class, inj2577_DecisionTableXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DecisionTableXLSEditorPresenter.class, DecisionTableXLSEditorPresenter.class, inj2576_DecisionTableXLSEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DecisionTableXLSEditorPresenterActivity.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(WorkbenchActivity.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(Activity.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(RuntimeResource.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(Resource.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(AbstractActivity.class, DecisionTableXLSEditorPresenterActivity.class, inj2580_DecisionTableXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2088196765, null, false); | |
| injContext.addBean(TestScenarioResourceTypeDefinition.class, TestScenarioResourceTypeDefinition.class, inj2582_TestScenarioResourceTypeDefinition_creational, inj2581_TestScenarioResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, TestScenarioResourceTypeDefinition.class, inj2582_TestScenarioResourceTypeDefinition_creational, inj2581_TestScenarioResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KModuleResourceType.class, KModuleResourceType.class, inj2584_KModuleResourceType_creational, inj2583_KModuleResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, KModuleResourceType.class, inj2584_KModuleResourceType_creational, inj2583_KModuleResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, KModuleResourceType.class, inj2584_KModuleResourceType_creational, inj2583_KModuleResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KModuleResourceTypeDefinition.class, KModuleResourceType.class, inj2584_KModuleResourceType_creational, inj2583_KModuleResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DefaultWorkbenchContext.class, DefaultWorkbenchContext.class, inj2586_DefaultWorkbenchContext_creational, inj2585_DefaultWorkbenchContext, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WorkbenchContext.class, DefaultWorkbenchContext.class, inj2586_DefaultWorkbenchContext_creational, inj2585_DefaultWorkbenchContext, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleTemplateEntryPoint.class, GuidedRuleTemplateEntryPoint.class, inj2588_GuidedRuleTemplateEntryPoint_creational, inj2587_GuidedRuleTemplateEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedScoreCardResourceTypeDefinition.class, GuidedScoreCardResourceTypeDefinition.class, inj2590_GuidedScoreCardResourceTypeDefinition_creational, inj2589_GuidedScoreCardResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedScoreCardResourceTypeDefinition.class, inj2590_GuidedScoreCardResourceTypeDefinition_creational, inj2589_GuidedScoreCardResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActivityNotFoundView.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter.View.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ActivityNotFoundView.class, inj2593_ActivityNotFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActivityNotFoundPresenter.class, ActivityNotFoundPresenter.class, inj2592_ActivityNotFoundPresenter_creational, inj2591_ActivityNotFoundPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedDTableResourceTypeDefinition.class, GuidedDTableResourceTypeDefinition.class, inj2595_GuidedDTableResourceTypeDefinition_creational, inj2594_GuidedDTableResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedDTableResourceTypeDefinition.class, inj2595_GuidedDTableResourceTypeDefinition_creational, inj2594_GuidedDTableResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemsTypeDefinition.class, WorkItemsTypeDefinition.class, inj2597_WorkItemsTypeDefinition_creational, inj2596_WorkItemsTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, WorkItemsTypeDefinition.class, inj2597_WorkItemsTypeDefinition_creational, inj2596_WorkItemsTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SenderProvider.class, SenderProvider.class, inj2598_SenderProvider_creational, inj2538_SenderProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ContextualTypeProvider.class, SenderProvider.class, inj2598_SenderProvider_creational, inj2538_SenderProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ConditionCell.class, ConditionCell.class, inj2601_ConditionCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresValidator.class, ConditionCell.class, inj2601_ConditionCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractCell.class, ConditionCell.class, inj2601_ConditionCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Cell.class, ConditionCell.class, inj2601_ConditionCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ColumnExpansionPageViewImpl.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ColumnExpansionPageView.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresValidator.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ColumnExpansionPageViewImpl.class, inj2600_ColumnExpansionPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchToolBarPresenterUtils.class, WorkbenchToolBarPresenterUtils.class, inj2603_WorkbenchToolBarPresenterUtils_creational, inj2602_WorkbenchToolBarPresenterUtils, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WorkbenchToolBarView.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarPresenter.View.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WorkbenchToolBarView.class, inj2606_WorkbenchToolBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchToolBarPresenter.class, WorkbenchToolBarPresenter.class, inj2605_WorkbenchToolBarPresenter_creational, inj2604_WorkbenchToolBarPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WorkbenchMenuBarPresenterUtils.class, WorkbenchMenuBarPresenterUtils.class, inj2608_WorkbenchMenuBarPresenterUtils_creational, inj2607_WorkbenchMenuBarPresenterUtils, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WorkbenchMenuBarView.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarPresenter.View.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WorkbenchMenuBarView.class, inj2611_WorkbenchMenuBarView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchMenuBarPresenter.class, WorkbenchMenuBarPresenter.class, inj2610_WorkbenchMenuBarPresenter_creational, inj2609_WorkbenchMenuBarPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WorkbenchMenuBar.class, WorkbenchMenuBarPresenter.class, inj2610_WorkbenchMenuBarPresenter_creational, inj2609_WorkbenchMenuBarPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchPickupDragController.class, WorkbenchPickupDragController.class, inj2613_WorkbenchPickupDragController_creational, inj2612_WorkbenchPickupDragController, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PickupDragController.class, WorkbenchPickupDragController.class, inj2613_WorkbenchPickupDragController_creational, inj2612_WorkbenchPickupDragController, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractDragController.class, WorkbenchPickupDragController.class, inj2613_WorkbenchPickupDragController_creational, inj2612_WorkbenchPickupDragController, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DragController.class, WorkbenchPickupDragController.class, inj2613_WorkbenchPickupDragController_creational, inj2612_WorkbenchPickupDragController, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FiresDragEvents.class, WorkbenchPickupDragController.class, inj2613_WorkbenchPickupDragController_creational, inj2612_WorkbenchPickupDragController, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchDragAndDropManager.class, WorkbenchDragAndDropManager.class, inj2616_WorkbenchDragAndDropManager_creational, inj2615_WorkbenchDragAndDropManager, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Workbench.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresResize.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, Workbench.class, inj2618_Workbench_creational, inj2617_Workbench, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchEntryPoint.class, WorkbenchEntryPoint.class, inj2620_WorkbenchEntryPoint_creational, inj2619_WorkbenchEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PatternCell.class, PatternCell.class, inj2623_PatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresValidator.class, PatternCell.class, inj2623_PatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractCell.class, PatternCell.class, inj2623_PatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Cell.class, PatternCell.class, inj2623_PatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FactPatternsPageViewImpl.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FactPatternsPageView.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresValidator.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FactPatternsPageViewImpl.class, inj2622_FactPatternsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FactPatternsPage.class, FactPatternsPage.class, inj2625_FactPatternsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Presenter.class, FactPatternsPage.class, inj2625_FactPatternsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractGuidedDecisionTableWizardPage.class, FactPatternsPage.class, inj2625_FactPatternsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardPage.class, FactPatternsPage.class, inj2625_FactPatternsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FactPatternsPage.class, inj2625_FactPatternsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ColumnExpansionPage.class, ColumnExpansionPage.class, inj2627_ColumnExpansionPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPageView.Presenter.class, ColumnExpansionPage.class, inj2627_ColumnExpansionPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractGuidedDecisionTableWizardPage.class, ColumnExpansionPage.class, inj2627_ColumnExpansionPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardPage.class, ColumnExpansionPage.class, inj2627_ColumnExpansionPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ColumnExpansionPage.class, inj2627_ColumnExpansionPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionInsertFactFieldPatternCell.class, ActionInsertFactFieldPatternCell.class, inj2630_ActionInsertFactFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresValidator.class, ActionInsertFactFieldPatternCell.class, inj2630_ActionInsertFactFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractCell.class, ActionInsertFactFieldPatternCell.class, inj2630_ActionInsertFactFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Cell.class, ActionInsertFactFieldPatternCell.class, inj2630_ActionInsertFactFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionInsertFactFieldCell.class, ActionInsertFactFieldCell.class, inj2631_ActionInsertFactFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresValidator.class, ActionInsertFactFieldCell.class, inj2631_ActionInsertFactFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractCell.class, ActionInsertFactFieldCell.class, inj2631_ActionInsertFactFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Cell.class, ActionInsertFactFieldCell.class, inj2631_ActionInsertFactFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionInsertFactFieldsPageViewImpl.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ActionInsertFactFieldsPageView.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresValidator.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ActionInsertFactFieldsPageViewImpl.class, inj2629_ActionInsertFactFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionInsertFactFieldsPage.class, ActionInsertFactFieldsPage.class, inj2633_ActionInsertFactFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPageView.Presenter.class, ActionInsertFactFieldsPage.class, inj2633_ActionInsertFactFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractGuidedDecisionTableWizardPage.class, ActionInsertFactFieldsPage.class, inj2633_ActionInsertFactFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardPage.class, ActionInsertFactFieldsPage.class, inj2633_ActionInsertFactFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ActionInsertFactFieldsPage.class, inj2633_ActionInsertFactFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ConditionPatternCell.class, ConditionPatternCell.class, inj2636_ConditionPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PatternCell.class, ConditionPatternCell.class, inj2636_ConditionPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresValidator.class, ConditionPatternCell.class, inj2636_ConditionPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractCell.class, ConditionPatternCell.class, inj2636_ConditionPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Cell.class, ConditionPatternCell.class, inj2636_ConditionPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FactPatternConstraintsPageViewImpl.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FactPatternConstraintsPageView.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresValidator.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FactPatternConstraintsPageViewImpl.class, inj2635_FactPatternConstraintsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FactPatternConstraintsPage.class, FactPatternConstraintsPage.class, inj2638_FactPatternConstraintsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPageView.Presenter.class, FactPatternConstraintsPage.class, inj2638_FactPatternConstraintsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractGuidedDecisionTableWizardPage.class, FactPatternConstraintsPage.class, inj2638_FactPatternConstraintsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardPage.class, FactPatternConstraintsPage.class, inj2638_FactPatternConstraintsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FactPatternConstraintsPage.class, inj2638_FactPatternConstraintsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionSetFieldPatternCell.class, ActionSetFieldPatternCell.class, inj2641_ActionSetFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PatternCell.class, ActionSetFieldPatternCell.class, inj2641_ActionSetFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresValidator.class, ActionSetFieldPatternCell.class, inj2641_ActionSetFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractCell.class, ActionSetFieldPatternCell.class, inj2641_ActionSetFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Cell.class, ActionSetFieldPatternCell.class, inj2641_ActionSetFieldPatternCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionSetFieldCell.class, ActionSetFieldCell.class, inj2642_ActionSetFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresValidator.class, ActionSetFieldCell.class, inj2642_ActionSetFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractCell.class, ActionSetFieldCell.class, inj2642_ActionSetFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Cell.class, ActionSetFieldCell.class, inj2642_ActionSetFieldCell_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionSetFieldsPageViewImpl.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ActionSetFieldsPageView.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresValidator.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ActionSetFieldsPageViewImpl.class, inj2640_ActionSetFieldsPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ActionSetFieldsPage.class, ActionSetFieldsPage.class, inj2644_ActionSetFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPageView.Presenter.class, ActionSetFieldsPage.class, inj2644_ActionSetFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractGuidedDecisionTableWizardPage.class, ActionSetFieldsPage.class, inj2644_ActionSetFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardPage.class, ActionSetFieldsPage.class, inj2644_ActionSetFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ActionSetFieldsPage.class, inj2644_ActionSetFieldsPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SummaryPageViewImpl.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(SummaryPageView.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, SummaryPageViewImpl.class, inj2646_SummaryPageViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SummaryPage.class, SummaryPage.class, inj2648_SummaryPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.drools.workbench.screens.guided.dtable.client.wizard.pages.SummaryPageView.Presenter.class, SummaryPage.class, inj2648_SummaryPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AbstractGuidedDecisionTableWizardPage.class, SummaryPage.class, inj2648_SummaryPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardPage.class, SummaryPage.class, inj2648_SummaryPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, SummaryPage.class, inj2648_SummaryPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardViewImpl.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WizardView.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Popup.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PopupPanel.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SourcesPopupEvents.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventPreview.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAnimation.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasCloseHandlers.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WizardViewImpl.class, inj2650_WizardViewImpl_creational, inj2649_WizardViewImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WizardPresenter.class, WizardPresenter.class, inj2652_WizardPresenter_creational, inj2651_WizardPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.uberfire.client.wizards.WizardView.Presenter.class, WizardPresenter.class, inj2652_WizardPresenter_creational, inj2651_WizardPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedDTableResourceType.class, GuidedDTableResourceType.class, inj2654_GuidedDTableResourceType_creational, inj2653_GuidedDTableResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, GuidedDTableResourceType.class, inj2654_GuidedDTableResourceType_creational, inj2653_GuidedDTableResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedDTableResourceType.class, inj2654_GuidedDTableResourceType_creational, inj2653_GuidedDTableResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedDTableResourceTypeDefinition.class, GuidedDTableResourceType.class, inj2654_GuidedDTableResourceType_creational, inj2653_GuidedDTableResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedDecisionTableOptions.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GuidedDecisionTableOptions.class, inj2657_GuidedDecisionTableOptions_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewGuidedDecisionTableWizard.class, NewGuidedDecisionTableWizard.class, inj2658_NewGuidedDecisionTableWizard_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Wizard.class, NewGuidedDecisionTableWizard.class, inj2658_NewGuidedDecisionTableWizard_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewGuidedDecisionTableHandler.class, NewGuidedDecisionTableHandler.class, inj2656_NewGuidedDecisionTableHandler_creational, inj2655_NewGuidedDecisionTableHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewGuidedDecisionTableHandler.class, inj2656_NewGuidedDecisionTableHandler_creational, inj2655_NewGuidedDecisionTableHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewGuidedDecisionTableHandler.class, inj2656_NewGuidedDecisionTableHandler_creational, inj2655_NewGuidedDecisionTableHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FullTextSearchFormView.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.screens.search.client.FullTextSearchFormPresenter.View.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FullTextSearchFormView.class, inj2660_FullTextSearchFormView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FullTextSearchFormPresenter.class, FullTextSearchFormPresenter.class, inj2662_FullTextSearchFormPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(TextEditorView.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresResize.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.uberfire.client.editors.texteditor.TextEditorPresenter.View.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, TextEditorView.class, inj2665_TextEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DefaultFileEditorPresenter.class, DefaultFileEditorPresenter.class, inj2664_DefaultFileEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultFileEditorPresenterActivity.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(WorkbenchActivity.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(Activity.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(RuntimeResource.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(Resource.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(AbstractActivity.class, DefaultFileEditorPresenterActivity.class, inj2667_DefaultFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1391407525, null, false); | |
| injContext.addBean(ToolsMenu.class, ToolsMenu.class, inj2669_ToolsMenu_creational, inj2668_ToolsMenu, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProjectEditorEntryPoint.class, ProjectEditorEntryPoint.class, inj2671_ProjectEditorEntryPoint_creational, inj2670_ProjectEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(NotificationPopupsManager.class, NotificationPopupsManager.class, inj2673_NotificationPopupsManager_creational, inj2672_NotificationPopupsManager, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(TestScenarioResourceType.class, TestScenarioResourceType.class, inj2675_TestScenarioResourceType_creational, inj2674_TestScenarioResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, TestScenarioResourceType.class, inj2675_TestScenarioResourceType_creational, inj2674_TestScenarioResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, TestScenarioResourceType.class, inj2675_TestScenarioResourceType_creational, inj2674_TestScenarioResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(TestScenarioResourceTypeDefinition.class, TestScenarioResourceType.class, inj2675_TestScenarioResourceType_creational, inj2674_TestScenarioResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EnumResourceType.class, EnumResourceType.class, inj2677_EnumResourceType_creational, inj2676_EnumResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, EnumResourceType.class, inj2677_EnumResourceType_creational, inj2676_EnumResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, EnumResourceType.class, inj2677_EnumResourceType_creational, inj2676_EnumResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EnumResourceTypeDefinition.class, EnumResourceType.class, inj2677_EnumResourceType_creational, inj2676_EnumResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(InstanceProvider.class, InstanceProvider.class, inj2678_InstanceProvider_creational, inj2528_InstanceProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ContextualTypeProvider.class, InstanceProvider.class, inj2678_InstanceProvider_creational, inj2528_InstanceProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(MetaFileEditorPresenter.class, MetaFileEditorPresenter.class, inj2680_MetaFileEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ScoreCardXLSEditorViewImpl.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ScoreCardXLSEditorView.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ScoreCardXLSEditorViewImpl.class, inj2683_ScoreCardXLSEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ScoreCardXLSEditorPresenter.class, ScoreCardXLSEditorPresenter.class, inj2682_ScoreCardXLSEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FactModelResourceType.class, FactModelResourceType.class, inj2685_FactModelResourceType_creational, inj2684_FactModelResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, FactModelResourceType.class, inj2685_FactModelResourceType_creational, inj2684_FactModelResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, FactModelResourceType.class, inj2685_FactModelResourceType_creational, inj2684_FactModelResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FactModelResourceTypeDefinition.class, FactModelResourceType.class, inj2685_FactModelResourceType_creational, inj2684_FactModelResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GlobalResourceType.class, GlobalResourceType.class, inj2687_GlobalResourceType_creational, inj2686_GlobalResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, GlobalResourceType.class, inj2687_GlobalResourceType_creational, inj2686_GlobalResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, GlobalResourceType.class, inj2687_GlobalResourceType_creational, inj2686_GlobalResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GlobalResourceTypeDefinition.class, GlobalResourceType.class, inj2687_GlobalResourceType_creational, inj2686_GlobalResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(CategoryDefinitionResourceType.class, CategoryDefinitionResourceType.class, inj2689_CategoryDefinitionResourceType_creational, inj2688_CategoryDefinitionResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, CategoryDefinitionResourceType.class, inj2689_CategoryDefinitionResourceType_creational, inj2688_CategoryDefinitionResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, CategoryDefinitionResourceType.class, inj2689_CategoryDefinitionResourceType_creational, inj2688_CategoryDefinitionResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DisposerProvider.class, DisposerProvider.class, inj2690_DisposerProvider_creational, inj2536_DisposerProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ContextualTypeProvider.class, DisposerProvider.class, inj2690_DisposerProvider_creational, inj2536_DisposerProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DecisionTableXLSResourceType.class, DecisionTableXLSResourceType.class, inj2692_DecisionTableXLSResourceType_creational, inj2691_DecisionTableXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, DecisionTableXLSResourceType.class, inj2692_DecisionTableXLSResourceType_creational, inj2691_DecisionTableXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, DecisionTableXLSResourceType.class, inj2692_DecisionTableXLSResourceType_creational, inj2691_DecisionTableXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DecisionTableXLSResourceTypeDefinition.class, DecisionTableXLSResourceType.class, inj2692_DecisionTableXLSResourceType_creational, inj2691_DecisionTableXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewDecisionTableXLSHandler.class, NewDecisionTableXLSHandler.class, inj2694_NewDecisionTableXLSHandler_creational, inj2693_NewDecisionTableXLSHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewDecisionTableXLSHandler.class, inj2694_NewDecisionTableXLSHandler_creational, inj2693_NewDecisionTableXLSHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewDecisionTableXLSHandler.class, inj2694_NewDecisionTableXLSHandler_creational, inj2693_NewDecisionTableXLSHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DSLResourceTypeDefinition.class, DSLResourceTypeDefinition.class, inj2696_DSLResourceTypeDefinition_creational, inj2695_DSLResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, DSLResourceTypeDefinition.class, inj2696_DSLResourceTypeDefinition_creational, inj2695_DSLResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RepositoriesView.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresResize.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.uberfire.client.editors.repository.list.RepositoriesPresenter.View.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, RepositoriesView.class, inj2699_RepositoriesView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RepositoriesPresenter.class, RepositoriesPresenter.class, inj2698_RepositoriesPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RepositoriesPresenterActivity.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(WorkbenchActivity.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(Activity.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(RuntimeResource.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(Resource.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(AbstractActivity.class, RepositoriesPresenterActivity.class, inj2701_RepositoriesPresenterActivity_creational, null, arrayOf_19635043Annotation_2081846519, null, false); | |
| injContext.addBean(RepositoryEditorView.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RequiresResize.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.uberfire.client.editors.repository.edit.RepositoryEditorPresenter.View.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, RepositoryEditorView.class, inj2704_RepositoryEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RepositoryEditorPresenter.class, RepositoryEditorPresenter.class, inj2703_RepositoryEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(RepositoryEditorPresenterActivity.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(WorkbenchActivity.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(Activity.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(RuntimeResource.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(Resource.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(AbstractActivity.class, RepositoryEditorPresenterActivity.class, inj2706_RepositoryEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_217497233, null, false); | |
| injContext.addBean(ScoreCardXLSResourceTypeDefinition.class, ScoreCardXLSResourceTypeDefinition.class, inj2708_ScoreCardXLSResourceTypeDefinition_creational, inj2707_ScoreCardXLSResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, ScoreCardXLSResourceTypeDefinition.class, inj2708_ScoreCardXLSResourceTypeDefinition_creational, inj2707_ScoreCardXLSResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PopupView.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(HasCloseHandlers.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, PopupView.class, inj2710_PopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| } | |
| private void declareBeans_1() { | |
| injContext.addBean(MultipleActivitiesFoundView.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter.View.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, MultipleActivitiesFoundView.class, inj2713_MultipleActivitiesFoundView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(MultipleActivitiesFoundPresenter.class, MultipleActivitiesFoundPresenter.class, inj2712_MultipleActivitiesFoundPresenter_creational, inj2711_MultipleActivitiesFoundPresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(MultipleActivitiesFoundPresenterActivity.class, MultipleActivitiesFoundPresenterActivity.class, inj2715_MultipleActivitiesFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_586083544, null, true); | |
| injContext.addBean(AbstractPopupActivity.class, MultipleActivitiesFoundPresenterActivity.class, inj2715_MultipleActivitiesFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_586083544, null, false); | |
| injContext.addBean(PopupActivity.class, MultipleActivitiesFoundPresenterActivity.class, inj2715_MultipleActivitiesFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_586083544, null, false); | |
| injContext.addBean(Activity.class, MultipleActivitiesFoundPresenterActivity.class, inj2715_MultipleActivitiesFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_586083544, null, false); | |
| injContext.addBean(RuntimeResource.class, MultipleActivitiesFoundPresenterActivity.class, inj2715_MultipleActivitiesFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_586083544, null, false); | |
| injContext.addBean(Resource.class, MultipleActivitiesFoundPresenterActivity.class, inj2715_MultipleActivitiesFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_586083544, null, false); | |
| injContext.addBean(AbstractActivity.class, MultipleActivitiesFoundPresenterActivity.class, inj2715_MultipleActivitiesFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_586083544, null, false); | |
| injContext.addBean(ProblemsServiceViewImpl.class, ProblemsServiceViewImpl.class, inj2718_ProblemsServiceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProblemsServiceView.class, ProblemsServiceViewImpl.class, inj2718_ProblemsServiceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProblemsService.class, ProblemsService.class, inj2717_ProblemsService_creational, inj2716_ProblemsService, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedRuleTemplateResourceType.class, GuidedRuleTemplateResourceType.class, inj2720_GuidedRuleTemplateResourceType_creational, inj2719_GuidedRuleTemplateResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, GuidedRuleTemplateResourceType.class, inj2720_GuidedRuleTemplateResourceType_creational, inj2719_GuidedRuleTemplateResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedRuleTemplateResourceType.class, inj2720_GuidedRuleTemplateResourceType_creational, inj2719_GuidedRuleTemplateResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleTemplateResourceTypeDefinition.class, GuidedRuleTemplateResourceType.class, inj2720_GuidedRuleTemplateResourceType_creational, inj2719_GuidedRuleTemplateResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewGuidedRuleTemplateHandler.class, NewGuidedRuleTemplateHandler.class, inj2722_NewGuidedRuleTemplateHandler_creational, inj2721_NewGuidedRuleTemplateHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewGuidedRuleTemplateHandler.class, inj2722_NewGuidedRuleTemplateHandler_creational, inj2721_NewGuidedRuleTemplateHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewGuidedRuleTemplateHandler.class, inj2722_NewGuidedRuleTemplateHandler_creational, inj2721_NewGuidedRuleTemplateHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(InitBallotProvider.class, InitBallotProvider.class, inj2723_InitBallotProvider_creational, inj2530_InitBallotProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ContextualTypeProvider.class, InitBallotProvider.class, inj2723_InitBallotProvider_creational, inj2530_InitBallotProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceView.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter.View.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Modal.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.github.gwtbootstrap.client.ui.base.HasVisibility.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibleHandlers.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsAnimated.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DivWidget.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasStyle.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsResponsive.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasId.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FlowPanel.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.google.gwt.user.client.ui.InsertPanel.ForIsWidget.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(InsertPanel.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IndexedPanel.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ComplexPanel.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, NewResourceView.class, inj2725_NewResourceView_creational, inj2724_NewResourceView, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourcePresenter.class, NewResourcePresenter.class, inj2727_NewResourcePresenter_creational, inj2726_NewResourcePresenter, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuvnorM2RepoPerspective.class, GuvnorM2RepoPerspective.class, inj2729_GuvnorM2RepoPerspective_creational, inj2728_GuvnorM2RepoPerspective, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DRLResourceType.class, DRLResourceType.class, inj2731_DRLResourceType_creational, inj2730_DRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, DRLResourceType.class, inj2731_DRLResourceType_creational, inj2730_DRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, DRLResourceType.class, inj2731_DRLResourceType_creational, inj2730_DRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DRLResourceTypeDefinition.class, DRLResourceType.class, inj2731_DRLResourceType_creational, inj2730_DRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewDrlTextHandler.class, NewDrlTextHandler.class, inj2733_NewDrlTextHandler_creational, inj2732_NewDrlTextHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewDrlTextHandler.class, inj2733_NewDrlTextHandler_creational, inj2732_NewDrlTextHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewDrlTextHandler.class, inj2733_NewDrlTextHandler_creational, inj2732_NewDrlTextHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(TextEditorPresenter.class, TextEditorPresenter.class, inj2735_TextEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ViewDRLSourceWidget.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ViewDRLSourceWidget.class, inj2738_ViewDRLSourceWidget_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ViewSourceViewImpl.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ViewSourceView.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ViewSourceViewImpl.class, inj2737_ViewSourceViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedScoreCardEditorViewImpl.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedScoreCardEditorView.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GuidedScoreCardEditorViewImpl.class, inj2741_GuidedScoreCardEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ImportsWidgetViewImpl.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ImportsWidgetView.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ImportsWidgetViewImpl.class, inj2743_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FormListPopupViewImpl.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FormListPopupView.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Popup.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PopupPanel.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SourcesPopupEvents.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventPreview.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAnimation.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasCloseHandlers.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FormListPopupViewImpl.class, inj2745_FormListPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FormListPopup.class, FormListPopup.class, inj2744_FormListPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.widgets.client.popups.list.FormListPopupView.Presenter.class, FormListPopup.class, inj2744_FormListPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ImportsWidgetPresenter.class, ImportsWidgetPresenter.class, inj2742_ImportsWidgetPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.widgets.configresource.client.widget.bound.ImportsWidgetView.Presenter.class, ImportsWidgetPresenter.class, inj2742_ImportsWidgetPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ImportsWidgetPresenter.class, inj2742_ImportsWidgetPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedScoreCardEditorPresenter.class, GuidedScoreCardEditorPresenter.class, inj2740_GuidedScoreCardEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(KSessionsPanelViewImpl.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(KSessionsPanelView.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ListFormComboPanelView.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ListFormComboPanelViewImpl.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, KSessionsPanelViewImpl.class, inj2753_KSessionsPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KSessionFormViewImpl.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(KSessionFormView.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, KSessionFormViewImpl.class, inj2755_KSessionFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KSessionForm.class, KSessionForm.class, inj2754_KSessionForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Form.class, KSessionForm.class, inj2754_KSessionForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KSessionForm.class, inj2754_KSessionForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.forms.KSessionFormView.Presenter.class, KSessionForm.class, inj2754_KSessionForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FormPopupViewImpl.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FormPopupView.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Popup.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PopupPanel.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SourcesPopupEvents.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventPreview.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAnimation.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasCloseHandlers.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FormPopupViewImpl.class, inj2757_FormPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FormPopup.class, FormPopup.class, inj2756_FormPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.widgets.client.popups.text.FormPopupView.Presenter.class, FormPopup.class, inj2756_FormPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KSessionsPanel.class, KSessionsPanel.class, inj2752_KSessionsPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ListFormComboPanel.class, KSessionsPanel.class, inj2752_KSessionsPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KSessionsPanel.class, inj2752_KSessionsPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.widgets.ListFormComboPanelView.Presenter.class, KSessionsPanel.class, inj2752_KSessionsPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KBaseFormViewImpl.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(KBaseFormView.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, KBaseFormViewImpl.class, inj2751_KBaseFormViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KBaseForm.class, KBaseForm.class, inj2750_KBaseForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Form.class, KBaseForm.class, inj2750_KBaseForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KBaseForm.class, inj2750_KBaseForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.forms.KBaseFormView.Presenter.class, KBaseForm.class, inj2750_KBaseForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KModuleEditorPanelViewImpl.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(KModuleEditorPanelView.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ListFormComboPanelView.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ListFormComboPanelViewImpl.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, KModuleEditorPanelViewImpl.class, inj2758_KModuleEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KModuleEditorPanel.class, KModuleEditorPanel.class, inj2749_KModuleEditorPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ListFormComboPanel.class, KModuleEditorPanel.class, inj2749_KModuleEditorPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, KModuleEditorPanel.class, inj2749_KModuleEditorPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.widgets.ListFormComboPanelView.Presenter.class, KModuleEditorPanel.class, inj2749_KModuleEditorPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KModuleEditorScreenPresenter.class, KModuleEditorScreenPresenter.class, inj2748_KModuleEditorScreenPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(KModuleEditorScreenPresenterActivity.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(WorkbenchActivity.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(Activity.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(RuntimeResource.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(Resource.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(AbstractActivity.class, KModuleEditorScreenPresenterActivity.class, inj2747_KModuleEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1631180336, null, false); | |
| injContext.addBean(DRLEditorViewImpl.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DRLEditorView.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DRLEditorViewImpl.class, inj2761_DRLEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DRLEditorPresenter.class, DRLEditorPresenter.class, inj2760_DRLEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DRLEditorPresenterActivity.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(WorkbenchActivity.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(Activity.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(RuntimeResource.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(Resource.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(AbstractActivity.class, DRLEditorPresenterActivity.class, inj2763_DRLEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2084111481, null, false); | |
| injContext.addBean(TextEditorPresenterActivity.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(WorkbenchActivity.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(Activity.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(RuntimeResource.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(Resource.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(AbstractActivity.class, TextEditorPresenterActivity.class, inj2765_TextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_196221744, null, false); | |
| injContext.addBean(GuidedRuleDRLResourceTypeDefinition.class, GuidedRuleDRLResourceTypeDefinition.class, inj2767_GuidedRuleDRLResourceTypeDefinition_creational, inj2766_GuidedRuleDRLResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedRuleDRLResourceTypeDefinition.class, inj2767_GuidedRuleDRLResourceTypeDefinition_creational, inj2766_GuidedRuleDRLResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewPackagePopup.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Popup.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PopupPanel.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SourcesPopupEvents.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventPreview.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAnimation.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasCloseHandlers.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, NewPackagePopup.class, inj2776_NewPackagePopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PackageSelector.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, PackageSelector.class, inj2774_PackageSelector_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DataObjectEditor.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DataObjectEditor.class, inj2773_DataObjectEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DataObjectFieldEditor.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DataObjectFieldEditor.class, inj2777_DataObjectFieldEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ModelPropertiesEditor.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ModelPropertiesEditor.class, inj2772_ModelPropertiesEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewDataObjectPopup.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Modal.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.github.gwtbootstrap.client.ui.base.HasVisibility.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibleHandlers.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsAnimated.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DivWidget.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasStyle.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsResponsive.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasId.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FlowPanel.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.google.gwt.user.client.ui.InsertPanel.ForIsWidget.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(InsertPanel.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IndexedPanel.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ComplexPanel.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, NewDataObjectPopup.class, inj2779_NewDataObjectPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DataModelBrowser.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DataModelBrowser.class, inj2778_DataModelBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DataObjectBreadcrums.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Breadcrumbs.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UnorderedList.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ComplexWidget.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasStyle.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsResponsive.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ComplexPanel.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IndexedPanel.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DataObjectBreadcrums.class, inj2781_DataObjectBreadcrums_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DataObjectBrowser.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DataObjectBrowser.class, inj2780_DataObjectBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DataModelerScreenViewImpl.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DataModelerScreenView.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DataModelerScreenViewImpl.class, inj2771_DataModelerScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DataModelerScreenPresenter.class, DataModelerScreenPresenter.class, inj2770_DataModelerScreenPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DataModelerScreenPresenterActivity.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(WorkbenchActivity.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(Activity.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(RuntimeResource.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(Resource.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(AbstractActivity.class, DataModelerScreenPresenterActivity.class, inj2769_DataModelerScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1308622206, null, false); | |
| injContext.addBean(VerticalSplitterPanel.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(SplitPanel.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResizeComposite.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, VerticalSplitterPanel.class, inj2783_VerticalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectScreenViewImpl.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProjectScreenView.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ProjectScreenViewImpl.class, inj2787_ProjectScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GAVEditorViewImpl.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GAVEditorView.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GAVEditorViewImpl.class, inj2791_GAVEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GAVEditor.class, GAVEditor.class, inj2790_GAVEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.forms.GAVEditorView.Presenter.class, GAVEditor.class, inj2790_GAVEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GAVEditor.class, inj2790_GAVEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DependencySelectorPopupViewImpl.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DependencySelectorPopupView.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Popup.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PopupPanel.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SourcesPopupEvents.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventPreview.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAnimation.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasCloseHandlers.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DependencySelectorPopupViewImpl.class, inj2794_DependencySelectorPopupViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DependencySelectorPopup.class, DependencySelectorPopup.class, inj2793_DependencySelectorPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.forms.DependencySelectorPopupView.Presenter.class, DependencySelectorPopup.class, inj2793_DependencySelectorPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DependencyGridViewImpl.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DependencyGridView.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResizeComposite.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| } | |
| private void declareBeans_2() { | |
| injContext.addBean(EventListener.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, DependencyGridViewImpl.class, inj2795_DependencyGridViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DependencyGrid.class, DependencyGrid.class, inj2792_DependencyGrid_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(IsWidget.class, DependencyGrid.class, inj2792_DependencyGrid_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.forms.DependencyGridView.Presenter.class, DependencyGrid.class, inj2792_DependencyGrid_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(POMEditorPanelViewImpl.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(POMEditorPanelView.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResizeComposite.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, POMEditorPanelViewImpl.class, inj2789_POMEditorPanelViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(POMEditorPanel.class, POMEditorPanel.class, inj2788_POMEditorPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(IsWidget.class, POMEditorPanel.class, inj2788_POMEditorPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetView.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetViewImpl.class, inj2797_ImportsWidgetViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter.class, inj2796_ImportsWidgetPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetView.Presenter.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter.class, inj2796_ImportsWidgetPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, org.kie.workbench.common.widgets.configresource.client.widget.unbound.ImportsWidgetPresenter.class, inj2796_ImportsWidgetPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SaveOperationService.class, SaveOperationService.class, inj2798_SaveOperationService_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProjectScreenPresenter.class, ProjectScreenPresenter.class, inj2786_ProjectScreenPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.forms.ProjectScreenView.Presenter.class, ProjectScreenPresenter.class, inj2786_ProjectScreenPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectScreenPresenterActivity.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(WorkbenchActivity.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(Activity.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(RuntimeResource.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(Resource.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(AbstractActivity.class, ProjectScreenPresenterActivity.class, inj2785_ProjectScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_2029186354, null, false); | |
| injContext.addBean(GuidedScoreCardResourceType.class, GuidedScoreCardResourceType.class, inj2800_GuidedScoreCardResourceType_creational, inj2799_GuidedScoreCardResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, GuidedScoreCardResourceType.class, inj2800_GuidedScoreCardResourceType_creational, inj2799_GuidedScoreCardResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedScoreCardResourceType.class, inj2800_GuidedScoreCardResourceType_creational, inj2799_GuidedScoreCardResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedScoreCardResourceTypeDefinition.class, GuidedScoreCardResourceType.class, inj2800_GuidedScoreCardResourceType_creational, inj2799_GuidedScoreCardResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewGuidedScoreCardHandler.class, NewGuidedScoreCardHandler.class, inj2802_NewGuidedScoreCardHandler_creational, inj2801_NewGuidedScoreCardHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewGuidedScoreCardHandler.class, inj2802_NewGuidedScoreCardHandler_creational, inj2801_NewGuidedScoreCardHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewGuidedScoreCardHandler.class, inj2802_NewGuidedScoreCardHandler_creational, inj2801_NewGuidedScoreCardHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(CloneRepositoryForm.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PopupPanel.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SourcesPopupEvents.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventPreview.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAnimation.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasCloseHandlers.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, CloneRepositoryForm.class, inj2804_CloneRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DotResourceTypeDefinition.class, DotResourceTypeDefinition.class, inj2806_DotResourceTypeDefinition_creational, inj2805_DotResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, DotResourceTypeDefinition.class, inj2806_DotResourceTypeDefinition_creational, inj2805_DotResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(TextResourceTypeDefinition.class, TextResourceTypeDefinition.class, inj2808_TextResourceTypeDefinition_creational, inj2807_TextResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, TextResourceTypeDefinition.class, inj2808_TextResourceTypeDefinition_creational, inj2807_TextResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NotificationPopupView.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DecoratedPopupPanel.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PopupPanel.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SourcesPopupEvents.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventPreview.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAnimation.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasCloseHandlers.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, NotificationPopupView.class, inj2810_NotificationPopupView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewGlobalHandler.class, NewGlobalHandler.class, inj2812_NewGlobalHandler_creational, inj2811_NewGlobalHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewGlobalHandler.class, inj2812_NewGlobalHandler_creational, inj2811_NewGlobalHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewGlobalHandler.class, inj2812_NewGlobalHandler_creational, inj2811_NewGlobalHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectImportsScreenViewImpl.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProjectImportsScreenView.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(MultiPageEditorView.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ProjectImportsScreenViewImpl.class, inj2814_ProjectImportsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuvnorTextEditorPresenter.class, GuvnorTextEditorPresenter.class, inj2816_GuvnorTextEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(TextEditorPresenter.class, GuvnorTextEditorPresenter.class, inj2816_GuvnorTextEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuvnorTextEditorPresenterActivity.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(WorkbenchActivity.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(Activity.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(RuntimeResource.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(Resource.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(AbstractActivity.class, GuvnorTextEditorPresenterActivity.class, inj2818_GuvnorTextEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_338608755, null, false); | |
| injContext.addBean(TestRuntimeReportingService.class, TestRuntimeReportingService.class, inj2820_TestRuntimeReportingService_creational, inj2819_TestRuntimeReportingService, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DRLEditorEntryPoint.class, DRLEditorEntryPoint.class, inj2822_DRLEditorEntryPoint_creational, inj2821_DRLEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(NewEnumHandler.class, NewEnumHandler.class, inj2824_NewEnumHandler_creational, inj2823_NewEnumHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewEnumHandler.class, inj2824_NewEnumHandler_creational, inj2823_NewEnumHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewEnumHandler.class, inj2824_NewEnumHandler_creational, inj2823_NewEnumHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ExplorerEntryPoint.class, ExplorerEntryPoint.class, inj2826_ExplorerEntryPoint_creational, inj2825_ExplorerEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProblemsScreenViewImpl.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProblemsScreenView.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ProblemsScreenViewImpl.class, inj2829_ProblemsScreenViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProblemsScreen.class, ProblemsScreen.class, inj2828_ProblemsScreen_creational, inj2827_ProblemsScreen, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsScreenView.Presenter.class, ProblemsScreen.class, inj2828_ProblemsScreen_creational, inj2827_ProblemsScreen, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleDRLResourceType.class, GuidedRuleDRLResourceType.class, inj2831_GuidedRuleDRLResourceType_creational, inj2830_GuidedRuleDRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, GuidedRuleDRLResourceType.class, inj2831_GuidedRuleDRLResourceType_creational, inj2830_GuidedRuleDRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedRuleDRLResourceType.class, inj2831_GuidedRuleDRLResourceType_creational, inj2830_GuidedRuleDRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleDRLResourceTypeDefinition.class, GuidedRuleDRLResourceType.class, inj2831_GuidedRuleDRLResourceType_creational, inj2830_GuidedRuleDRLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequestDispatcherProvider.class, RequestDispatcherProvider.class, inj2832_RequestDispatcherProvider_creational, inj2522_RequestDispatcherProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Provider.class, RequestDispatcherProvider.class, inj2832_RequestDispatcherProvider_creational, inj2522_RequestDispatcherProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemDefinitionEditor.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WorkItemDefinitionEditor.class, inj2836_WorkItemDefinitionEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemDefinitionElementsBrowser.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(HasWorkItemDefinitionElements.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WorkItemDefinitionElementsBrowser.class, inj2837_WorkItemDefinitionElementsBrowser_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemsEditorViewImpl.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WorkItemsEditorView.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemDefinitionElementSelectedListener.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WorkItemsEditorViewImpl.class, inj2835_WorkItemsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemsEditorPresenter.class, WorkItemsEditorPresenter.class, inj2834_WorkItemsEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PanelHelperWest.class, PanelHelperWest.class, inj2840_PanelHelperWest_creational, inj2839_PanelHelperWest, arrayOf_19635043Annotation_388596676, null, true); | |
| injContext.addBean(PanelHelper.class, PanelHelperWest.class, inj2840_PanelHelperWest_creational, inj2839_PanelHelperWest, arrayOf_19635043Annotation_388596676, null, false); | |
| injContext.addBean(BulkRunTestScenarioEditorViewImpl.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(BulkRunTestScenarioEditorView.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResizeComposite.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, BulkRunTestScenarioEditorViewImpl.class, inj2846_BulkRunTestScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(BulkRunTestScenarioEditor.class, BulkRunTestScenarioEditor.class, inj2845_BulkRunTestScenarioEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(IsWidget.class, BulkRunTestScenarioEditor.class, inj2845_BulkRunTestScenarioEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(org.drools.workbench.screens.testscenario.client.BulkRunTestScenarioEditorView.Presenter.class, BulkRunTestScenarioEditor.class, inj2845_BulkRunTestScenarioEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, BulkRunTestScenarioEditor.class, inj2845_BulkRunTestScenarioEditor_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ScenarioEditorViewImpl.class, ScenarioEditorViewImpl.class, inj2844_ScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ScenarioEditorView.class, ScenarioEditorViewImpl.class, inj2844_ScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ScenarioEditorViewImpl.class, inj2844_ScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, ScenarioEditorViewImpl.class, inj2844_ScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ScenarioParentWidget.class, ScenarioEditorViewImpl.class, inj2844_ScenarioEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ScenarioEditorPresenter.class, ScenarioEditorPresenter.class, inj2843_ScenarioEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ScenarioEditorPresenterActivity.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(WorkbenchActivity.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(Activity.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(RuntimeResource.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(Resource.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(AbstractActivity.class, ScenarioEditorPresenterActivity.class, inj2842_ScenarioEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_409724573, null, false); | |
| injContext.addBean(GuidedRuleDSLRResourceTypeDefinition.class, GuidedRuleDSLRResourceTypeDefinition.class, inj2848_GuidedRuleDSLRResourceTypeDefinition_creational, inj2847_GuidedRuleDSLRResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedRuleDSLRResourceTypeDefinition.class, inj2848_GuidedRuleDSLRResourceTypeDefinition_creational, inj2847_GuidedRuleDSLRResourceTypeDefinition, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(KieWorkbenchWidgetsCommonEntryPoint.class, KieWorkbenchWidgetsCommonEntryPoint.class, inj2850_KieWorkbenchWidgetsCommonEntryPoint_creational, inj2849_KieWorkbenchWidgetsCommonEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(NewPackageHandler.class, NewPackageHandler.class, inj2852_NewPackageHandler_creational, inj2851_NewPackageHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewPackageHandler.class, inj2852_NewPackageHandler_creational, inj2851_NewPackageHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewPackageHandler.class, inj2852_NewPackageHandler_creational, inj2851_NewPackageHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemsResourceType.class, WorkItemsResourceType.class, inj2854_WorkItemsResourceType_creational, inj2853_WorkItemsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, WorkItemsResourceType.class, inj2854_WorkItemsResourceType_creational, inj2853_WorkItemsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, WorkItemsResourceType.class, inj2854_WorkItemsResourceType_creational, inj2853_WorkItemsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemsTypeDefinition.class, WorkItemsResourceType.class, inj2854_WorkItemsResourceType_creational, inj2853_WorkItemsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewWorkItemHandler.class, NewWorkItemHandler.class, inj2856_NewWorkItemHandler_creational, inj2855_NewWorkItemHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewWorkItemHandler.class, inj2856_NewWorkItemHandler_creational, inj2855_NewWorkItemHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewWorkItemHandler.class, inj2856_NewWorkItemHandler_creational, inj2855_NewWorkItemHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkItemsEditorEntryPoint.class, WorkItemsEditorEntryPoint.class, inj2858_WorkItemsEditorEntryPoint_creational, inj2857_WorkItemsEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(HorizontalSplitterPanel.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(SplitPanel.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResizeComposite.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, HorizontalSplitterPanel.class, inj2860_HorizontalSplitterPanel_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectImportsResourceType.class, ProjectImportsResourceType.class, inj2862_ProjectImportsResourceType_creational, inj2861_ProjectImportsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, ProjectImportsResourceType.class, inj2862_ProjectImportsResourceType_creational, inj2861_ProjectImportsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, ProjectImportsResourceType.class, inj2862_ProjectImportsResourceType_creational, inj2861_ProjectImportsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectImportsResourceTypeDefinition.class, ProjectImportsResourceType.class, inj2862_ProjectImportsResourceType_creational, inj2861_ProjectImportsResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectConfigScreenEntryPoint.class, ProjectConfigScreenEntryPoint.class, inj2864_ProjectConfigScreenEntryPoint_creational, inj2863_ProjectConfigScreenEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientTypeRegistryImpl.class, ClientTypeRegistryImpl.class, inj2866_ClientTypeRegistryImpl_creational, inj2865_ClientTypeRegistryImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientTypeRegistry.class, ClientTypeRegistryImpl.class, inj2866_ClientTypeRegistryImpl_creational, inj2865_ClientTypeRegistryImpl, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FindForm.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FindForm.class, inj2868_FindForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourcesMenu.class, NewResourcesMenu.class, inj2870_NewResourcesMenu_creational, inj2869_NewResourcesMenu, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(TestRunnerReportingViewImpl.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(TestRunnerReportingView.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, TestRunnerReportingViewImpl.class, inj2873_TestRunnerReportingViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(TestRunnerReportingScreen.class, TestRunnerReportingScreen.class, inj2872_TestRunnerReportingScreen_creational, inj2871_TestRunnerReportingScreen, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.drools.workbench.screens.testscenario.client.reporting.TestRunnerReportingView.Presenter.class, TestRunnerReportingScreen.class, inj2872_TestRunnerReportingScreen_creational, inj2871_TestRunnerReportingScreen, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(PanelHelperNorth.class, PanelHelperNorth.class, inj2875_PanelHelperNorth_creational, inj2874_PanelHelperNorth, arrayOf_19635043Annotation_1330291250, null, true); | |
| injContext.addBean(PanelHelper.class, PanelHelperNorth.class, inj2875_PanelHelperNorth_creational, inj2874_PanelHelperNorth, arrayOf_19635043Annotation_1330291250, null, false); | |
| injContext.addBean(WizardPageTitle.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Composite.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WizardPageTitle.class, inj2877_WizardPageTitle_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedDecisionTableEditorViewImpl.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedDecisionTableEditorView.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GuidedDecisionTableEditorViewImpl.class, inj2880_GuidedDecisionTableEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedDecisionTableEditorPresenter.class, GuidedDecisionTableEditorPresenter.class, inj2879_GuidedDecisionTableEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DotResourceType.class, DotResourceType.class, inj2882_DotResourceType_creational, inj2881_DotResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, DotResourceType.class, inj2882_DotResourceType_creational, inj2881_DotResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, DotResourceType.class, inj2882_DotResourceType_creational, inj2881_DotResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DotResourceTypeDefinition.class, DotResourceType.class, inj2882_DotResourceType_creational, inj2881_DotResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AdministrationPerspective.class, AdministrationPerspective.class, inj2884_AdministrationPerspective_creational, inj2883_AdministrationPerspective, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(TextResourceType.class, TextResourceType.class, inj2886_TextResourceType_creational, inj2885_TextResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, TextResourceType.class, inj2886_TextResourceType_creational, inj2885_TextResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, TextResourceType.class, inj2886_TextResourceType_creational, inj2885_TextResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(TextResourceTypeDefinition.class, TextResourceType.class, inj2886_TextResourceType_creational, inj2885_TextResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkingSetManager.class, WorkingSetManager.class, inj2888_WorkingSetManager_creational, inj2887_WorkingSetManager, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ProblemsScreenActivity.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(WorkbenchActivity.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(Activity.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(RuntimeResource.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(Resource.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(AbstractActivity.class, ProblemsScreenActivity.class, inj2890_ProblemsScreenActivity_creational, null, arrayOf_19635043Annotation_1281337544, null, false); | |
| injContext.addBean(PanelHelperSouth.class, PanelHelperSouth.class, inj2892_PanelHelperSouth_creational, inj2891_PanelHelperSouth, arrayOf_19635043Annotation_1663682563, null, true); | |
| injContext.addBean(PanelHelper.class, PanelHelperSouth.class, inj2892_PanelHelperSouth_creational, inj2891_PanelHelperSouth, arrayOf_19635043Annotation_1663682563, null, false); | |
| injContext.addBean(TestRunnerReportingScreenActivity.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(WorkbenchActivity.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(Activity.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(RuntimeResource.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(Resource.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(AbstractActivity.class, TestRunnerReportingScreenActivity.class, inj2894_TestRunnerReportingScreenActivity_creational, null, arrayOf_19635043Annotation_98512946, null, false); | |
| injContext.addBean(ExplorerViewImpl.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ExplorerView.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, ExplorerViewImpl.class, inj2898_ExplorerViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ExplorerPresenter.class, ExplorerPresenter.class, inj2897_ExplorerPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ExplorerPresenterActivity.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(WorkbenchActivity.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(Activity.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(RuntimeResource.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(Resource.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(AbstractActivity.class, ExplorerPresenterActivity.class, inj2896_ExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_765290379, null, false); | |
| injContext.addBean(CompassDropController.class, CompassDropController.class, inj2900_CompassDropController_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DropController.class, CompassDropController.class, inj2900_CompassDropController_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectImportsScreenPresenter.class, ProjectImportsScreenPresenter.class, inj2903_ProjectImportsScreenPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.kie.workbench.common.screens.projectimportsscreen.client.forms.ProjectImportsScreenView.Presenter.class, ProjectImportsScreenPresenter.class, inj2903_ProjectImportsScreenPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProjectImportsScreenPresenterActivity.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(WorkbenchActivity.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(Activity.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(RuntimeResource.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(Resource.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(AbstractActivity.class, ProjectImportsScreenPresenterActivity.class, inj2902_ProjectImportsScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_512582791, null, false); | |
| injContext.addBean(POMResourceType.class, POMResourceType.class, inj2905_POMResourceType_creational, inj2904_POMResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, POMResourceType.class, inj2905_POMResourceType_creational, inj2904_POMResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, POMResourceType.class, inj2905_POMResourceType_creational, inj2904_POMResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(POMResourceTypeDefinition.class, POMResourceType.class, inj2905_POMResourceType_creational, inj2904_POMResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ScoreCardXLSResourceType.class, ScoreCardXLSResourceType.class, inj2907_ScoreCardXLSResourceType_creational, inj2906_ScoreCardXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, ScoreCardXLSResourceType.class, inj2907_ScoreCardXLSResourceType_creational, inj2906_ScoreCardXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, ScoreCardXLSResourceType.class, inj2907_ScoreCardXLSResourceType_creational, inj2906_ScoreCardXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ScoreCardXLSResourceTypeDefinition.class, ScoreCardXLSResourceType.class, inj2907_ScoreCardXLSResourceType_creational, inj2906_ScoreCardXLSResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewScoreCardXLSHandler.class, NewScoreCardXLSHandler.class, inj2909_NewScoreCardXLSHandler_creational, inj2908_NewScoreCardXLSHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewScoreCardXLSHandler.class, inj2909_NewScoreCardXLSHandler_creational, inj2908_NewScoreCardXLSHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewScoreCardXLSHandler.class, inj2909_NewScoreCardXLSHandler_creational, inj2908_NewScoreCardXLSHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedDecisionTableEditorPresenterActivity.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(WorkbenchActivity.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(Activity.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(RuntimeResource.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(Resource.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(AbstractActivity.class, GuidedDecisionTableEditorPresenterActivity.class, inj2911_GuidedDecisionTableEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1005545929, null, false); | |
| injContext.addBean(FullTextSearchFormPresenterActivity.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(WorkbenchActivity.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(Activity.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(RuntimeResource.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(Resource.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(AbstractActivity.class, FullTextSearchFormPresenterActivity.class, inj2913_FullTextSearchFormPresenterActivity_creational, null, arrayOf_19635043Annotation_1469701848, null, false); | |
| injContext.addBean(PomEditorScreenPresenter.class, PomEditorScreenPresenter.class, inj2916_PomEditorScreenPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(PomEditorScreenPresenterActivity.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(WorkbenchActivity.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(Activity.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(RuntimeResource.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(Resource.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(AbstractActivity.class, PomEditorScreenPresenterActivity.class, inj2915_PomEditorScreenPresenterActivity_creational, null, arrayOf_19635043Annotation_1681416816, null, false); | |
| injContext.addBean(InboxEntryPoint.class, InboxEntryPoint.class, inj2918_InboxEntryPoint_creational, inj2917_InboxEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FileExplorerView.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.uberfire.client.editors.fileexplorer.FileExplorerPresenter.View.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FileExplorerView.class, inj2921_FileExplorerView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FileExplorerPresenter.class, FileExplorerPresenter.class, inj2920_FileExplorerPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(CommonsEntryPoint.class, CommonsEntryPoint.class, inj2923_CommonsEntryPoint_creational, inj2922_CommonsEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(EnumEditorViewImpl.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(EnumEditorView.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, EnumEditorViewImpl.class, inj2926_EnumEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EnumEditorPresenter.class, EnumEditorPresenter.class, inj2925_EnumEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(EnumEditorPresenterActivity.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(WorkbenchActivity.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(Activity.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(RuntimeResource.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(Resource.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(AbstractActivity.class, EnumEditorPresenterActivity.class, inj2928_EnumEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_897659147, null, false); | |
| injContext.addBean(GuidedRuleDSLRResourceType.class, GuidedRuleDSLRResourceType.class, inj2930_GuidedRuleDSLRResourceType_creational, inj2929_GuidedRuleDSLRResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, GuidedRuleDSLRResourceType.class, inj2930_GuidedRuleDSLRResourceType_creational, inj2929_GuidedRuleDSLRResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, GuidedRuleDSLRResourceType.class, inj2930_GuidedRuleDSLRResourceType_creational, inj2929_GuidedRuleDSLRResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleDSLRResourceTypeDefinition.class, GuidedRuleDSLRResourceType.class, inj2930_GuidedRuleDSLRResourceType_creational, inj2929_GuidedRuleDSLRResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewGuidedRuleHandler.class, NewGuidedRuleHandler.class, inj2932_NewGuidedRuleHandler_creational, inj2931_NewGuidedRuleHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewGuidedRuleHandler.class, inj2932_NewGuidedRuleHandler_creational, inj2931_NewGuidedRuleHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewGuidedRuleHandler.class, inj2932_NewGuidedRuleHandler_creational, inj2931_NewGuidedRuleHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(CoreEntryPoint.class, CoreEntryPoint.class, inj2934_CoreEntryPoint_creational, inj2933_CoreEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FileExplorerPresenterActivity.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(WorkbenchActivity.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(Activity.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(RuntimeResource.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(Resource.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(AbstractActivity.class, FileExplorerPresenterActivity.class, inj2936_FileExplorerPresenterActivity_creational, null, arrayOf_19635043Annotation_6633278, null, false); | |
| injContext.addBean(AnyResourceType.class, AnyResourceType.class, inj2938_AnyResourceType_creational, inj2937_AnyResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, AnyResourceType.class, inj2938_AnyResourceType_creational, inj2937_AnyResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, AnyResourceType.class, inj2938_AnyResourceType_creational, inj2937_AnyResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AnyResourceTypeDefinition.class, AnyResourceType.class, inj2938_AnyResourceType_creational, inj2937_AnyResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleTemplateEditorViewImpl.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedRuleTemplateEditorView.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GuidedRuleTemplateEditorViewImpl.class, inj2941_GuidedRuleTemplateEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleTemplateDataViewImpl.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedRuleTemplateDataView.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GuidedRuleTemplateDataViewImpl.class, inj2942_GuidedRuleTemplateDataViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleTemplateEditorPresenter.class, GuidedRuleTemplateEditorPresenter.class, inj2940_GuidedRuleTemplateEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedRuleTemplateEditorPresenterActivity.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| } | |
| private void declareBeans_3() { | |
| injContext.addBean(WorkbenchEditorActivity.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| injContext.addBean(WorkbenchActivity.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| injContext.addBean(Activity.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| injContext.addBean(RuntimeResource.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| injContext.addBean(Resource.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| injContext.addBean(AbstractActivity.class, GuidedRuleTemplateEditorPresenterActivity.class, inj2944_GuidedRuleTemplateEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_309100906, null, false); | |
| injContext.addBean(GAVWizardPage.class, GAVWizardPage.class, inj2948_GAVWizardPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WizardPage.class, GAVWizardPage.class, inj2948_GAVWizardPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GAVWizardPage.class, inj2948_GAVWizardPage_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewProjectWizard.class, NewProjectWizard.class, inj2947_NewProjectWizard_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Wizard.class, NewProjectWizard.class, inj2947_NewProjectWizard_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewProjectHandler.class, NewProjectHandler.class, inj2946_NewProjectHandler_creational, inj2945_NewProjectHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(NewResourceHandler.class, NewProjectHandler.class, inj2946_NewProjectHandler_creational, inj2945_NewProjectHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(CategoriesEditorViewImpl.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(CategoriesEditorView.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, CategoriesEditorViewImpl.class, inj2950_CategoriesEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(CategoriesEditorPresenter.class, CategoriesEditorPresenter.class, inj2952_CategoriesEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(CategoriesEditorPresenterActivity.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(WorkbenchActivity.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(Activity.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(RuntimeResource.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(Resource.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(AbstractActivity.class, CategoriesEditorPresenterActivity.class, inj2954_CategoriesEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_977160411, null, false); | |
| injContext.addBean(NewFolderHandler.class, NewFolderHandler.class, inj2956_NewFolderHandler_creational, inj2955_NewFolderHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewFolderHandler.class, inj2956_NewFolderHandler_creational, inj2955_NewFolderHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewFolderHandler.class, inj2956_NewFolderHandler_creational, inj2955_NewFolderHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DSLEditorEntryPoint.class, DSLEditorEntryPoint.class, inj2958_DSLEditorEntryPoint_creational, inj2957_DSLEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedRuleEditorViewImpl.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedRuleEditorView.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GuidedRuleEditorViewImpl.class, inj2961_GuidedRuleEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuidedRuleEditorPresenter.class, GuidedRuleEditorPresenter.class, inj2960_GuidedRuleEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DecisionTableXLSEntryPoint.class, DecisionTableXLSEntryPoint.class, inj2963_DecisionTableXLSEntryPoint_creational, inj2962_DecisionTableXLSEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(InboxView.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.guvnor.inbox.client.InboxPresenter.View.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, InboxView.class, inj2966_InboxView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(InboxPresenter.class, InboxPresenter.class, inj2965_InboxPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(InboxPresenterActivity.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(WorkbenchActivity.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(Activity.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(RuntimeResource.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(Resource.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(AbstractActivity.class, InboxPresenterActivity.class, inj2968_InboxPresenterActivity_creational, null, arrayOf_19635043Annotation_835369290, null, false); | |
| injContext.addBean(PanelHelperEast.class, PanelHelperEast.class, inj2970_PanelHelperEast_creational, inj2969_PanelHelperEast, arrayOf_19635043Annotation_1121600963, null, true); | |
| injContext.addBean(PanelHelper.class, PanelHelperEast.class, inj2970_PanelHelperEast_creational, inj2969_PanelHelperEast, arrayOf_19635043Annotation_1121600963, null, false); | |
| injContext.addBean(RootWorkbenchPanelView.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, true); | |
| injContext.addBean(WorkbenchPanelView.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(UberView.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(IsWidget.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(RequiresResize.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(ResizeComposite.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(Composite.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(IsRenderable.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(Widget.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(EventListener.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(HasAttachHandlers.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(HasHandlers.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(UIObject.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(HasVisibility.class, RootWorkbenchPanelView.class, inj2972_RootWorkbenchPanelView_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(RootWorkbenchPanelPresenter.class, RootWorkbenchPanelPresenter.class, inj2974_RootWorkbenchPanelPresenter_creational, null, arrayOf_19635043Annotation_1151778428, null, true); | |
| injContext.addBean(WorkbenchPanelPresenter.class, RootWorkbenchPanelPresenter.class, inj2974_RootWorkbenchPanelPresenter_creational, null, arrayOf_19635043Annotation_1151778428, null, false); | |
| injContext.addBean(GuvnorDefaultEditorPresenter.class, GuvnorDefaultEditorPresenter.class, inj2976_GuvnorDefaultEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultFileEditorPresenter.class, GuvnorDefaultEditorPresenter.class, inj2976_GuvnorDefaultEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RootPanelProvider.class, RootPanelProvider.class, inj2977_RootPanelProvider_creational, inj2524_RootPanelProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Provider.class, RootPanelProvider.class, inj2977_RootPanelProvider_creational, inj2524_RootPanelProvider, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(CreateRepositoryForm.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(HasCloseHandlers.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, CreateRepositoryForm.class, inj2979_CreateRepositoryForm_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GlobalsEditorViewImpl.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GlobalsEditorView.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, GlobalsEditorViewImpl.class, inj2983_GlobalsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GlobalsEditorPresenter.class, GlobalsEditorPresenter.class, inj2982_GlobalsEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GlobalsEditorPresenterActivity.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(WorkbenchActivity.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(Activity.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(RuntimeResource.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(Resource.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(AbstractActivity.class, GlobalsEditorPresenterActivity.class, inj2981_GlobalsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1809140347, null, false); | |
| injContext.addBean(AdministrationPerspectiveActivity.class, AdministrationPerspectiveActivity.class, inj2986_AdministrationPerspectiveActivity_creational, null, arrayOf_19635043Annotation_1698593453, null, true); | |
| injContext.addBean(AbstractWorkbenchPerspectiveActivity.class, AdministrationPerspectiveActivity.class, inj2986_AdministrationPerspectiveActivity_creational, null, arrayOf_19635043Annotation_1698593453, null, false); | |
| injContext.addBean(PerspectiveActivity.class, AdministrationPerspectiveActivity.class, inj2986_AdministrationPerspectiveActivity_creational, null, arrayOf_19635043Annotation_1698593453, null, false); | |
| injContext.addBean(Activity.class, AdministrationPerspectiveActivity.class, inj2986_AdministrationPerspectiveActivity_creational, null, arrayOf_19635043Annotation_1698593453, null, false); | |
| injContext.addBean(RuntimeResource.class, AdministrationPerspectiveActivity.class, inj2986_AdministrationPerspectiveActivity_creational, null, arrayOf_19635043Annotation_1698593453, null, false); | |
| injContext.addBean(Resource.class, AdministrationPerspectiveActivity.class, inj2986_AdministrationPerspectiveActivity_creational, null, arrayOf_19635043Annotation_1698593453, null, false); | |
| injContext.addBean(AbstractActivity.class, AdministrationPerspectiveActivity.class, inj2986_AdministrationPerspectiveActivity_creational, null, arrayOf_19635043Annotation_1698593453, null, false); | |
| injContext.addBean(DroolsWorkbenchEntryPoint.class, DroolsWorkbenchEntryPoint.class, inj2988_DroolsWorkbenchEntryPoint_creational, inj2987_DroolsWorkbenchEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedRuleEditorPresenterActivity.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(WorkbenchActivity.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(Activity.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(RuntimeResource.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(Resource.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(AbstractActivity.class, GuidedRuleEditorPresenterActivity.class, inj2990_GuidedRuleEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1170862273, null, false); | |
| injContext.addBean(GuidedRuleEditorEntryPoint.class, GuidedRuleEditorEntryPoint.class, inj2992_GuidedRuleEditorEntryPoint_creational, inj2991_GuidedRuleEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(AuthoringPerspective.class, AuthoringPerspective.class, inj2994_AuthoringPerspective_creational, inj2993_AuthoringPerspective, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(NewTestScenarioHandler.class, NewTestScenarioHandler.class, inj2996_NewTestScenarioHandler_creational, inj2995_NewTestScenarioHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewTestScenarioHandler.class, inj2996_NewTestScenarioHandler_creational, inj2995_NewTestScenarioHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewTestScenarioHandler.class, inj2996_NewTestScenarioHandler_creational, inj2995_NewTestScenarioHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuvnorDefaultEditorPresenterActivity.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(WorkbenchActivity.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(Activity.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(RuntimeResource.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(Resource.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(AbstractActivity.class, GuvnorDefaultEditorPresenterActivity.class, inj2998_GuvnorDefaultEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_744426080, null, false); | |
| injContext.addBean(NewFactModelHandler.class, NewFactModelHandler.class, inj3000_NewFactModelHandler_creational, inj2999_NewFactModelHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewFactModelHandler.class, inj3000_NewFactModelHandler_creational, inj2999_NewFactModelHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewFactModelHandler.class, inj3000_NewFactModelHandler_creational, inj2999_NewFactModelHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(GuvnorM2RepoPerspectiveActivity.class, GuvnorM2RepoPerspectiveActivity.class, inj3002_GuvnorM2RepoPerspectiveActivity_creational, null, arrayOf_19635043Annotation_467361844, null, true); | |
| injContext.addBean(AbstractWorkbenchPerspectiveActivity.class, GuvnorM2RepoPerspectiveActivity.class, inj3002_GuvnorM2RepoPerspectiveActivity_creational, null, arrayOf_19635043Annotation_467361844, null, false); | |
| injContext.addBean(PerspectiveActivity.class, GuvnorM2RepoPerspectiveActivity.class, inj3002_GuvnorM2RepoPerspectiveActivity_creational, null, arrayOf_19635043Annotation_467361844, null, false); | |
| injContext.addBean(Activity.class, GuvnorM2RepoPerspectiveActivity.class, inj3002_GuvnorM2RepoPerspectiveActivity_creational, null, arrayOf_19635043Annotation_467361844, null, false); | |
| injContext.addBean(RuntimeResource.class, GuvnorM2RepoPerspectiveActivity.class, inj3002_GuvnorM2RepoPerspectiveActivity_creational, null, arrayOf_19635043Annotation_467361844, null, false); | |
| injContext.addBean(Resource.class, GuvnorM2RepoPerspectiveActivity.class, inj3002_GuvnorM2RepoPerspectiveActivity_creational, null, arrayOf_19635043Annotation_467361844, null, false); | |
| injContext.addBean(AbstractActivity.class, GuvnorM2RepoPerspectiveActivity.class, inj3002_GuvnorM2RepoPerspectiveActivity_creational, null, arrayOf_19635043Annotation_467361844, null, false); | |
| injContext.addBean(FactModelsEditorViewImpl.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(FactModelsEditorView.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasBusyIndicator.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, FactModelsEditorViewImpl.class, inj3005_FactModelsEditorViewImpl_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FactModelsEditorPresenter.class, FactModelsEditorPresenter.class, inj3004_FactModelsEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ValidatorService.class, ValidatorService.class, inj3007_ValidatorService_creational, inj3006_ValidatorService, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(GuidedScoreCardEditorPresenterActivity.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(WorkbenchActivity.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(Activity.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(RuntimeResource.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(Resource.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(AbstractActivity.class, GuidedScoreCardEditorPresenterActivity.class, inj3009_GuidedScoreCardEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_485857100, null, false); | |
| injContext.addBean(DSLResourceType.class, DSLResourceType.class, inj3011_DSLResourceType_creational, inj3010_DSLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ClientResourceType.class, DSLResourceType.class, inj3011_DSLResourceType_creational, inj3010_DSLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ResourceTypeDefinition.class, DSLResourceType.class, inj3011_DSLResourceType_creational, inj3010_DSLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DSLResourceTypeDefinition.class, DSLResourceType.class, inj3011_DSLResourceType_creational, inj3010_DSLResourceType, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewDslTextHandler.class, NewDslTextHandler.class, inj3013_NewDslTextHandler_creational, inj3012_NewDslTextHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DefaultNewResourceHandler.class, NewDslTextHandler.class, inj3013_NewDslTextHandler_creational, inj3012_NewDslTextHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(NewResourceHandler.class, NewDslTextHandler.class, inj3013_NewDslTextHandler_creational, inj3012_NewDslTextHandler, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FindFormActivity.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(WorkbenchActivity.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(Activity.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(RuntimeResource.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(Resource.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(AbstractActivity.class, FindFormActivity.class, inj3015_FindFormActivity_creational, null, arrayOf_19635043Annotation_776856265, null, false); | |
| injContext.addBean(ScoreCardXLSEditorPresenterActivity.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(WorkbenchActivity.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(Activity.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(RuntimeResource.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(Resource.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(AbstractActivity.class, ScoreCardXLSEditorPresenterActivity.class, inj3017_ScoreCardXLSEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_890250329, null, false); | |
| injContext.addBean(FactModelsEditorPresenterActivity.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(WorkbenchActivity.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(Activity.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(RuntimeResource.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(Resource.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(AbstractActivity.class, FactModelsEditorPresenterActivity.class, inj3019_FactModelsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1456593775, null, false); | |
| injContext.addBean(TestScenarioEditorEntryPoint.class, TestScenarioEditorEntryPoint.class, inj3021_TestScenarioEditorEntryPoint_creational, inj3020_TestScenarioEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(WorkbenchPartView.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(View.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UberView.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(RequiresResize.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimpleLayoutPanel.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ProvidesResize.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(SimplePanel.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasOneWidget.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(AcceptsOneWidget.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, WorkbenchPartView.class, inj3024_WorkbenchPartView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(WorkbenchPartPresenter.class, WorkbenchPartPresenter.class, inj3023_WorkbenchPartPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(M2RepoEditorView.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(org.guvnor.m2repo.client.M2RepoEditorPresenter.View.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Composite.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsRenderable.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, M2RepoEditorView.class, inj3027_M2RepoEditorView_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(M2RepoEditorPresenter.class, M2RepoEditorPresenter.class, inj3026_M2RepoEditorPresenter_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(M2RepoEditorPresenterActivity.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, true); | |
| injContext.addBean(AbstractWorkbenchScreenActivity.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(WorkbenchScreenActivity.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(WorkbenchActivity.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(Activity.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(RuntimeResource.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(Resource.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(AbstractActivity.class, M2RepoEditorPresenterActivity.class, inj3029_M2RepoEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_544099793, null, false); | |
| injContext.addBean(GlobalsEditorEntryPoint.class, GlobalsEditorEntryPoint.class, inj3031_GlobalsEditorEntryPoint_creational, inj3030_GlobalsEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(ActivityNotFoundPresenterActivity.class, ActivityNotFoundPresenterActivity.class, inj3033_ActivityNotFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_1982247557, null, true); | |
| injContext.addBean(AbstractPopupActivity.class, ActivityNotFoundPresenterActivity.class, inj3033_ActivityNotFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_1982247557, null, false); | |
| injContext.addBean(PopupActivity.class, ActivityNotFoundPresenterActivity.class, inj3033_ActivityNotFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_1982247557, null, false); | |
| injContext.addBean(Activity.class, ActivityNotFoundPresenterActivity.class, inj3033_ActivityNotFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_1982247557, null, false); | |
| injContext.addBean(RuntimeResource.class, ActivityNotFoundPresenterActivity.class, inj3033_ActivityNotFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_1982247557, null, false); | |
| injContext.addBean(Resource.class, ActivityNotFoundPresenterActivity.class, inj3033_ActivityNotFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_1982247557, null, false); | |
| injContext.addBean(AbstractActivity.class, ActivityNotFoundPresenterActivity.class, inj3033_ActivityNotFoundPresenterActivity_creational, null, arrayOf_19635043Annotation_1982247557, null, false); | |
| injContext.addBean(WorkItemsEditorPresenterActivity.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(WorkbenchActivity.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(Activity.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(RuntimeResource.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(Resource.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(AbstractActivity.class, WorkItemsEditorPresenterActivity.class, inj3035_WorkItemsEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_1171928924, null, false); | |
| injContext.addBean(ScoreCardXLSEntryPoint.class, ScoreCardXLSEntryPoint.class, inj3037_ScoreCardXLSEntryPoint_creational, inj3036_ScoreCardXLSEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(AddGlobalPopup.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(Modal.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.github.gwtbootstrap.client.ui.base.HasVisibility.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibleHandlers.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsAnimated.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(DivWidget.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasStyle.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsResponsive.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasId.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(FlowPanel.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.google.gwt.user.client.ui.InsertPanel.ForIsWidget.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(InsertPanel.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IndexedPanel.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ComplexPanel.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Panel.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(ForIsWidget.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasWidgets.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Iterable.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(Widget.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(EventListener.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasAttachHandlers.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasHandlers.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(IsWidget.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(UIObject.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(HasVisibility.class, AddGlobalPopup.class, inj3039_AddGlobalPopup_creational, null, QualifierUtil.DEFAULT_QUALIFIERS, null, false); | |
| injContext.addBean(MetaFileEditorPresenterActivity.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, true); | |
| injContext.addBean(AbstractWorkbenchEditorActivity.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(WorkbenchEditorActivity.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(WorkbenchActivity.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(Activity.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(RuntimeResource.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(Resource.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(AbstractWorkbenchActivity.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(AbstractActivity.class, MetaFileEditorPresenterActivity.class, inj3041_MetaFileEditorPresenterActivity_creational, null, arrayOf_19635043Annotation_2081272917, null, false); | |
| injContext.addBean(GuidedDecisionTableEditorEntryPoint.class, GuidedDecisionTableEditorEntryPoint.class, inj3043_GuidedDecisionTableEditorEntryPoint_creational, inj3042_GuidedDecisionTableEditorEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(AuthoringPerspectiveActivity.class, AuthoringPerspectiveActivity.class, inj3045_AuthoringPerspectiveActivity_creational, null, arrayOf_19635043Annotation_929884296, null, true); | |
| injContext.addBean(AbstractWorkbenchPerspectiveActivity.class, AuthoringPerspectiveActivity.class, inj3045_AuthoringPerspectiveActivity_creational, null, arrayOf_19635043Annotation_929884296, null, false); | |
| injContext.addBean(PerspectiveActivity.class, AuthoringPerspectiveActivity.class, inj3045_AuthoringPerspectiveActivity_creational, null, arrayOf_19635043Annotation_929884296, null, false); | |
| injContext.addBean(Activity.class, AuthoringPerspectiveActivity.class, inj3045_AuthoringPerspectiveActivity_creational, null, arrayOf_19635043Annotation_929884296, null, false); | |
| injContext.addBean(RuntimeResource.class, AuthoringPerspectiveActivity.class, inj3045_AuthoringPerspectiveActivity_creational, null, arrayOf_19635043Annotation_929884296, null, false); | |
| injContext.addBean(Resource.class, AuthoringPerspectiveActivity.class, inj3045_AuthoringPerspectiveActivity_creational, null, arrayOf_19635043Annotation_929884296, null, false); | |
| injContext.addBean(AbstractActivity.class, AuthoringPerspectiveActivity.class, inj3045_AuthoringPerspectiveActivity_creational, null, arrayOf_19635043Annotation_929884296, null, false); | |
| injContext.addBean(WorkItemMetaDataLoader.class, WorkItemMetaDataLoader.class, inj3047_WorkItemMetaDataLoader_creational, inj3046_WorkItemMetaDataLoader, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| injContext.addBean(DecoratedGridEntryPoint.class, DecoratedGridEntryPoint.class, inj3049_DecoratedGridEntryPoint_creational, inj3048_DecoratedGridEntryPoint, QualifierUtil.DEFAULT_QUALIFIERS, null, true); | |
| } | |
| private native static void _$440883632__$724873880_patternCell(FactPatternsPageViewImpl instance, PatternCell value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPageViewImpl::patternCell = value; | |
| }-*/; | |
| private native static void _1288185087__1348389967_workItemWidget(WorkItemsEditorViewImpl instance, WorkItemDefinitionEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorViewImpl::workItemWidget = value; | |
| }-*/; | |
| private native static void _1639390211__$1583970232_activityManager(DroolsWorkbenchEntryPoint instance, ActivityManager value) /*-{ | |
| [email protected]::activityManager = value; | |
| }-*/; | |
| private native static void _710264289__$1724363393_validatorService(DataModelBrowser instance, ValidatorService value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataModelBrowser::validatorService = value; | |
| }-*/; | |
| private native static void _1452746254__$1462522111_workbench(WorkbenchEntryPoint instance, Workbench value) /*-{ | |
| [email protected]::workbench = value; | |
| }-*/; | |
| private native static void _1138188551__278673877_dataObjectNavigation(DataObjectBrowser instance, DataObjectBreadcrums value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectBrowser::dataObjectNavigation = value; | |
| }-*/; | |
| private native static void _1719310668__$121625827_iocManager(AdministrationPerspective instance, IOCBeanManager value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AdministrationPerspective::iocManager = value; | |
| }-*/; | |
| private native static void _$18744388__1116818801_restorePlaceEvent(WorkbenchStatusBarPresenter instance, Event value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.statusbar.WorkbenchStatusBarPresenter::restorePlaceEvent = value; | |
| }-*/; | |
| private native static void _197058389__235329015_actionInsertFactFieldCell(ActionInsertFactFieldsPageViewImpl instance, ActionInsertFactFieldCell value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPageViewImpl::actionInsertFactFieldCell = value; | |
| }-*/; | |
| private native static void _$264122053__1289054168_identity(GuidedDecisionTableEditorViewImpl instance, Identity value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorViewImpl::identity = value; | |
| }-*/; | |
| private native static void _1460531627__1116818801_pathChangeEvent(ExplorerPresenter instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.explorer.client.ExplorerPresenter::pathChangeEvent = value; | |
| }-*/; | |
| private native static void _$833195566__$3266993_copyService(FileMenuBuilderImpl instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl::copyService = value; | |
| }-*/; | |
| private native static void _247997064__866327366_resourceType(NewTestScenarioHandler instance, TestScenarioResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.handler.NewTestScenarioHandler::resourceType = value; | |
| }-*/; | |
| private native static void _$1625293394__689321648_helperWest(RootWorkbenchPanelView instance, PanelHelper value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.RootWorkbenchPanelView::helperWest = value; | |
| }-*/; | |
| private native static void _$1114876180__886285106_busyIndicatorView(NewGlobalHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.handlers.NewGlobalHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1144138162__$76115871_multiPage(DecisionTableXLSEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _207361232__1116818801_actionInsertFactFieldsDefinedEvent(ActionInsertFactFieldsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPage::actionInsertFactFieldsDefinedEvent = value; | |
| }-*/; | |
| private native static void _881148308__$3266993_metadataService(ScoreCardXLSEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _$1022831358__$3266993_wbServices(DefaultPlaceResolver instance, Caller value) /*-{ | |
| [email protected]::wbServices = value; | |
| }-*/; | |
| private native static void _2007325636__710264289_dataModelBrowser(DataModelerScreenViewImpl instance, DataModelBrowser value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenViewImpl::dataModelBrowser = value; | |
| }-*/; | |
| private native static void _1793841537__886285106_busyIndicatorView(NewGuidedRuleTemplateHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.handlers.NewGuidedRuleTemplateHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1214998186__1116818801_closePlaceEvent(MultipleActivitiesFoundPresenter instance, Event value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter::closePlaceEvent = value; | |
| }-*/; | |
| private native static void _$1705636724__$76429077_panelManager(CompassDropController instance, PanelManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.dnd.CompassDropController::panelManager = value; | |
| }-*/; | |
| private native static void _1235638011__1288090178_resourceType(NewScoreCardXLSHandler instance, ScoreCardXLSResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.handlers.NewScoreCardXLSHandler::resourceType = value; | |
| }-*/; | |
| private native static void _1484573685__1627108011_resourceType(NewDslTextHandler instance, DSLResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.dsltext.client.handlers.NewDslTextHandler::resourceType = value; | |
| }-*/; | |
| private native static void _1214998186__$906533316_placeManager(MultipleActivitiesFoundPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _$1108572180__$1186350367_view(GuidedRuleTemplateEditorPresenter instance, GuidedRuleTemplateEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$1835564349__$76115871_multiPage(DRLEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _$76429077__1116818801_beforeClosePlaceEvent(PanelManager instance, Event value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelManager::beforeClosePlaceEvent = value; | |
| }-*/; | |
| private native static void _$480679365__886285106_busyIndicatorView(NewGuidedDecisionTableHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$540028169__$1113209912_realPresenter(GuidedRuleEditorPresenterActivity instance, GuidedRuleEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1108572180__$76115871_multiPage(GuidedRuleTemplateEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _2084819385__1116818801_notificationEvent(DefaultNewResourceHandler instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.DefaultNewResourceHandler::notificationEvent = value; | |
| }-*/; | |
| private native static void _$2051264158__$157722425_view(ActivityNotFoundPresenter instance, org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter.View value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter::view = value; | |
| }-*/; | |
| private native static void _278673877__1116818801_dataModelerEvent(DataObjectBreadcrums instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectBreadcrums::dataModelerEvent = value; | |
| }-*/; | |
| private native static void _$833195566__$906533316_placeManager(FileMenuBuilderImpl instance, PlaceManager value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl::placeManager = value; | |
| }-*/; | |
| private native static void _1144138162__1116818801_notification(DecisionTableXLSEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _$1598771487__1144138162_realPresenter(DecisionTableXLSEditorPresenterActivity instance, DecisionTableXLSEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1440009388__$3266993_workItemsEditorService(NewWorkItemHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.handlers.NewWorkItemHandler::workItemsEditorService = value; | |
| }-*/; | |
| private native static void _239180292__$76429077_panelManager(AbstractWorkbenchPerspectiveActivity instance, PanelManager value) /*-{ | |
| instance.@org.uberfire.client.mvp.AbstractWorkbenchPerspectiveActivity::panelManager = value; | |
| }-*/; | |
| private native static void _$76429077__1116818801_placeLostFocusEvent(PanelManager instance, Event value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelManager::placeLostFocusEvent = value; | |
| }-*/; | |
| private native static void _724390013__1950623566_realPresenter(WorkItemsEditorPresenterActivity instance, WorkItemsEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _2024944411__$1108572180_realPresenter(GuidedRuleTemplateEditorPresenterActivity instance, GuidedRuleTemplateEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$2051264158__1116818801_closePlaceEvent(ActivityNotFoundPresenter instance, Event value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter::closePlaceEvent = value; | |
| }-*/; | |
| private native static void _$833195566__1116818801_notification(FileMenuBuilderImpl instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl::notification = value; | |
| }-*/; | |
| private native static void _316396693__1107174637_resourceType(NewDrlTextHandler instance, DRLResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.handlers.NewDrlTextHandler::resourceType = value; | |
| }-*/; | |
| private native static void _$2104334808__625534757_view(WizardPresenter instance, WizardView value) /*-{ | |
| [email protected]::view = value; | |
| }-*/; | |
| private native static void _292122074__1460531627_realPresenter(ExplorerPresenterActivity instance, ExplorerPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.explorer.client.ExplorerPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1443249323__886285106_busyIndicatorView(NewFactModelHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.handlers.NewFactModelHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1535409912__$906533316_placeManager(TestRuntimeReportingService instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.service.TestRuntimeReportingService::placeManager = value; | |
| }-*/; | |
| private native static void _$588888099__$3266993_projectServiceCaller(NewProjectHandler instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.handlers.NewProjectHandler::projectServiceCaller = value; | |
| }-*/; | |
| private native static void _$1625293394__153624969_dndManager(RootWorkbenchPanelView instance, WorkbenchDragAndDropManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.RootWorkbenchPanelView::dndManager = value; | |
| }-*/; | |
| private native static void _$998886482__593445357_packageSelector(DataObjectEditor instance, PackageSelector value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectEditor::packageSelector = value; | |
| }-*/; | |
| private native static void _$488756767__$3266993_scoreCardService(NewGuidedScoreCardHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.handlers.NewGuidedScoreCardHandler::scoreCardService = value; | |
| }-*/; | |
| private native static void _$1321361073__$3266993_repositoryService(CreateRepositoryForm instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.repository.create.CreateRepositoryForm::repositoryService = value; | |
| }-*/; | |
| private native static void _1730935432__$1264623140_authzManager(ActivityManagerImpl instance, RuntimeAuthorizationManager value) /*-{ | |
| [email protected]::authzManager = value; | |
| }-*/; | |
| private native static void _$480679365__$549886824_wizard(NewGuidedDecisionTableHandler instance, NewGuidedDecisionTableWizard value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler::wizard = value; | |
| }-*/; | |
| private native static void _1950623566__996422802_menuBuilder(WorkItemsEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _$480679365__$3266993_dmoService(NewGuidedDecisionTableHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler::dmoService = value; | |
| }-*/; | |
| private native static void _$76429077__1116818801_selectPlaceEvent(PanelManager instance, Event value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelManager::selectPlaceEvent = value; | |
| }-*/; | |
| private native static void _1020599884__$3266993_scoreCardEditorService(GuidedScoreCardEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::scoreCardEditorService = value; | |
| }-*/; | |
| private native static void _$1114876180__1045419135_resourceType(NewGlobalHandler instance, GlobalResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.handlers.NewGlobalHandler::resourceType = value; | |
| }-*/; | |
| private native static void _1719310668__$906533316_placeManager(AdministrationPerspective instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AdministrationPerspective::placeManager = value; | |
| }-*/; | |
| private native static void _$1779895237__1116818801_notification(NewDataObjectPopup instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.NewDataObjectPopup::notification = value; | |
| }-*/; | |
| private native static void _$292735039__1247320432_menuBarUtils(WorkbenchMenuBarPresenter instance, WorkbenchMenuBarPresenterUtils value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarPresenter::menuBarUtils = value; | |
| }-*/; | |
| private native static void _2084819385__$3266993_projectService(DefaultNewResourceHandler instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.DefaultNewResourceHandler::projectService = value; | |
| }-*/; | |
| private native static void _$1222153175__565882618_realPresenter(RepositoryEditorPresenterActivity instance, RepositoryEditorPresenter value) /*-{ | |
| instance.@org.uberfire.client.editors.repository.edit.RepositoryEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1113209912__996422802_menuBuilder(GuidedRuleEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _$1301899522__$121625827_iocBeanManager(NewResourcePresenter instance, IOCBeanManager value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter::iocBeanManager = value; | |
| }-*/; | |
| private native static void _812034385__578566281_importsWidget(FactModelsEditorPresenter instance, ImportsWidgetPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::importsWidget = value; | |
| }-*/; | |
| private native static void _$998886482__1116818801_dataModelerEvent(DataObjectEditor instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectEditor::dataModelerEvent = value; | |
| }-*/; | |
| private native static void _$989684985__1116818801_actionSetFieldsDefinedEvent(ActionSetFieldsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPage::actionSetFieldsDefinedEvent = value; | |
| }-*/; | |
| private native static void _881148308__$76115871_multiPage(ScoreCardXLSEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _2084819385__$906533316_placeManager(DefaultNewResourceHandler instance, PlaceManager value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.DefaultNewResourceHandler::placeManager = value; | |
| }-*/; | |
| private native static void _$116676671__1073742482_realPresenter(GuidedDecisionTableEditorPresenterActivity instance, GuidedDecisionTableEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1452746254__1116818801_pathChangedEvent(WorkbenchEntryPoint instance, Event value) /*-{ | |
| [email protected]::pathChangedEvent = value; | |
| }-*/; | |
| private native static void _1657366886__$3266993_defaultEditorService(GuvnorDefaultEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenter::defaultEditorService = value; | |
| }-*/; | |
| private native static void _$376801744__1465686085_drlSourceViewer(ViewSourceViewImpl instance, ViewDRLSourceWidget value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.viewsource.client.screen.ViewSourceViewImpl::drlSourceViewer = value; | |
| }-*/; | |
| private native static void _$1525823191__1116818801_notification(DataModelerScreenPresenter instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter::notification = value; | |
| }-*/; | |
| private native static void _$480679365__$2104334808_wizardPresenter(NewGuidedDecisionTableHandler instance, WizardPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler::wizardPresenter = value; | |
| }-*/; | |
| private native static void _$480679365__$3266993_service(NewGuidedDecisionTableHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler::service = value; | |
| }-*/; | |
| private native static void _1657366886__996422802_menuBuilder(GuvnorDefaultEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _$1113209912__$76115871_multiPage(GuidedRuleEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _$480679365__$906533316_placeManager(NewGuidedDecisionTableHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler::placeManager = value; | |
| }-*/; | |
| private native static void _1941924780__886285106_busyIndicatorView(NewEnumHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.handlers.NewEnumHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1534711977__$3266993_projectService(WorkingSetManager instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.services.workingset.client.WorkingSetManager::projectService = value; | |
| }-*/; | |
| private native static void _$1835564349__$1151348425_metadataWidget(DRLEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _1793841537__$3266993_service(NewGuidedRuleTemplateHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.handlers.NewGuidedRuleTemplateHandler::service = value; | |
| }-*/; | |
| private native static void _$1705636724__1116818801_workbenchPartDroppedEvent(CompassDropController instance, Event value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.dnd.CompassDropController::workbenchPartDroppedEvent = value; | |
| }-*/; | |
| private native static void _881148308__996422802_menuBuilder(ScoreCardXLSEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _$1835564349__816125354_view(DRLEditorPresenter instance, DRLEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _1115138553__1116818801_notificationEvent(ScoreCardXLSEditorViewImpl instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorViewImpl::notificationEvent = value; | |
| }-*/; | |
| private native static void _1793841537__$1242726806_resourceType(NewGuidedRuleTemplateHandler instance, GuidedRuleTemplateResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.handlers.NewGuidedRuleTemplateHandler::resourceType = value; | |
| }-*/; | |
| private native static void _$1143877716__$906533316_placeManager(GlobalsEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _1440009388__$906533316_placeManager(NewWorkItemHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.handlers.NewWorkItemHandler::placeManager = value; | |
| }-*/; | |
| private native static void _$76429077__$18744388_statusBar(PanelManager instance, WorkbenchStatusBarPresenter value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelManager::statusBar = value; | |
| }-*/; | |
| private native static void _$1757102468__1116818801_workbenchPartBeforeCloseEvent(PlaceManagerImpl instance, Event value) /*-{ | |
| [email protected]::workbenchPartBeforeCloseEvent = value; | |
| }-*/; | |
| private native static void _$812707175__$906533316_placeManager(NewGuidedRuleHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.handlers.NewGuidedRuleHandler::placeManager = value; | |
| }-*/; | |
| private native static void _1743539209__$358803292_view(CategoriesEditorPresenter instance, CategoriesEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.categories.client.CategoriesEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$2014032517__$3266993_metadataService(EnumEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _1138188551__1116818801_dataModelerEvent(DataObjectBrowser instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectBrowser::dataModelerEvent = value; | |
| }-*/; | |
| private native static void _$273433893__$1143877716_realPresenter(GlobalsEditorPresenterActivity instance, GlobalsEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1235638011__$906533316_placeManager(NewScoreCardXLSHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.handlers.NewScoreCardXLSHandler::placeManager = value; | |
| }-*/; | |
| private native static void _320495837__430218796_view(M2RepoEditorPresenter instance, org.guvnor.m2repo.client.M2RepoEditorPresenter.View value) /*-{ | |
| [email protected]::view = value; | |
| }-*/; | |
| private native static void _1214998186__$1583970232_activityManager(MultipleActivitiesFoundPresenter instance, ActivityManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter::activityManager = value; | |
| }-*/; | |
| private native static void _$2014032517__$1151348425_metadataWidget(EnumEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _812034385__$3266993_metadataService(FactModelsEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _274001782__$3266993_projectServiceCaller(NewProjectWizard instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.wizard.NewProjectWizard::projectServiceCaller = value; | |
| }-*/; | |
| private native static void _$812707175__568117859_resourceTypeDSLR(NewGuidedRuleHandler instance, GuidedRuleDSLRResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.handlers.NewGuidedRuleHandler::resourceTypeDSLR = value; | |
| }-*/; | |
| private native static void _1020599884__578566281_importsWidget(GuidedScoreCardEditorPresenter instance, ImportsWidgetPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::importsWidget = value; | |
| }-*/; | |
| private native static void _43628902__1116818801_dataModelerEventEvent(DataObjectFieldEditor instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectFieldEditor::dataModelerEventEvent = value; | |
| }-*/; | |
| private native static void _$812707175__$3266993_service(NewGuidedRuleHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.handlers.NewGuidedRuleHandler::service = value; | |
| }-*/; | |
| private native static void _881148308__$1151348425_metadataWidget(ScoreCardXLSEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _40974972__$1426067475_view(WorkbenchToolBarPresenter instance, org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarPresenter.View value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarPresenter::view = value; | |
| }-*/; | |
| private native static void _2004760627__$1071623181_chosenConditionsCell(FactPatternConstraintsPageViewImpl instance, ConditionCell value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPageViewImpl::chosenConditionsCell = value; | |
| }-*/; | |
| private native static void _274001782__$2104334808_presenter(NewProjectWizard instance, WizardPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.wizard.NewProjectWizard::presenter = value; | |
| }-*/; | |
| private native static void _$549886824__$274567445_columnExpansionPage(NewGuidedDecisionTableWizard instance, ColumnExpansionPage value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.NewGuidedDecisionTableWizard::columnExpansionPage = value; | |
| }-*/; | |
| private native static void _$833195566__886285106_busyIndicatorView(FileMenuBuilderImpl instance, BusyIndicatorView value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1484573685__$3266993_dslTextService(NewDslTextHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.dsltext.client.handlers.NewDslTextHandler::dslTextService = value; | |
| }-*/; | |
| private native static void _1073742482__$1151348425_metadataWidget(GuidedDecisionTableEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _1719310668__$1301899522_newResourcePresenter(AdministrationPerspective instance, NewResourcePresenter value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AdministrationPerspective::newResourcePresenter = value; | |
| }-*/; | |
| private native static void _1047951015__$695339145_mapper(PlaceHistoryHandler instance, PlaceRequestHistoryMapper value) /*-{ | |
| [email protected]::mapper = value; | |
| }-*/; | |
| private native static void _$989684985__1116818801_wizardPageStatusChangeEvent(ActionSetFieldsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPage::wizardPageStatusChangeEvent = value; | |
| }-*/; | |
| private native static void _$1757102468__$1022831358_defaultPlaceResolver(PlaceManagerImpl instance, DefaultPlaceResolver value) /*-{ | |
| [email protected]::defaultPlaceResolver = value; | |
| }-*/; | |
| private native static void _$549886824__$1671108344_summaryPage(NewGuidedDecisionTableWizard instance, SummaryPage value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.NewGuidedDecisionTableWizard::summaryPage = value; | |
| }-*/; | |
| private native static void _$175601630__$76115871_multiPage(GuvnorTextEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _207361232__1116818801_wizardPageStatusChangeEvent(ActionInsertFactFieldsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPage::wizardPageStatusChangeEvent = value; | |
| }-*/; | |
| private native static void _$1625293394__689321648_helperSouth(RootWorkbenchPanelView instance, PanelHelper value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.RootWorkbenchPanelView::helperSouth = value; | |
| }-*/; | |
| private native static void _1144138162__886285106_busyIndicatorView(DecisionTableXLSEditorPresenter instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$1143877716__$76115871_multiPage(GlobalsEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _$488756767__886285106_busyIndicatorView(NewGuidedScoreCardHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.handlers.NewGuidedScoreCardHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$2014032517__1116818801_notification(EnumEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _320495837__$3266993_m2RepoService(M2RepoEditorPresenter instance, Caller value) /*-{ | |
| [email protected]::m2RepoService = value; | |
| }-*/; | |
| private native static void _1941924780__$3266993_enumService(NewEnumHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.handlers.NewEnumHandler::enumService = value; | |
| }-*/; | |
| private native static void _1941924780__$906533316_placeManager(NewEnumHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.handlers.NewEnumHandler::placeManager = value; | |
| }-*/; | |
| private native static void _$376801744__886285106_busyIndicatorView(ViewSourceViewImpl instance, BusyIndicatorView value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.viewsource.client.screen.ViewSourceViewImpl::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$677493221__1116818801_notificationEvent(DecisionTableXLSEditorViewImpl instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorViewImpl::notificationEvent = value; | |
| }-*/; | |
| private native static void _$1421195439__$2023317448_view(FileExplorerPresenter instance, org.uberfire.client.editors.fileexplorer.FileExplorerPresenter.View value) /*-{ | |
| instance.@org.uberfire.client.editors.fileexplorer.FileExplorerPresenter::view = value; | |
| }-*/; | |
| private native static void _1214998186__1962946687_view(MultipleActivitiesFoundPresenter instance, org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter.View value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter::view = value; | |
| }-*/; | |
| private native static void _1073742482__996422802_menuBuilder(GuidedDecisionTableEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _$1671108344__1116818801_wizardPageStatusChangeEvent(SummaryPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.SummaryPage::wizardPageStatusChangeEvent = value; | |
| }-*/; | |
| private native static void _$89546011__$121625827_iocBeanManager(WizardViewImpl instance, IOCBeanManager value) /*-{ | |
| [email protected]::iocBeanManager = value; | |
| }-*/; | |
| private native static void _1945435460__$1369762248_clientTypeRegistry(FindForm instance, ClientTypeRegistry value) /*-{ | |
| instance.@org.kie.workbench.common.screens.search.client.FindForm::clientTypeRegistry = value; | |
| }-*/; | |
| private native static void _1950623566__$76115871_multiPage(WorkItemsEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _1020599884__$359327760_viewSource(GuidedScoreCardEditorPresenter instance, ViewSourceView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::viewSource = value; | |
| }-*/; | |
| private native static void _$549886824__$989684985_actionSetFieldsPage(NewGuidedDecisionTableWizard instance, ActionSetFieldsPage value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.NewGuidedDecisionTableWizard::actionSetFieldsPage = value; | |
| }-*/; | |
| private native static void _1144138162__$1151348425_metadataWidget(DecisionTableXLSEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _$1108572180__$906533316_placeManager(GuidedRuleTemplateEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _812034385__$3266993_factModelService(FactModelsEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::factModelService = value; | |
| }-*/; | |
| private native static void _1657366886__1116818801_notification(GuvnorDefaultEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _207361232__1116818801_duplicatePatternsEvent(ActionInsertFactFieldsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPage::duplicatePatternsEvent = value; | |
| }-*/; | |
| private native static void _1564239602__$1835564349_realPresenter(DRLEditorPresenterActivity instance, DRLEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1108572180__1116818801_notification(GuidedRuleTemplateEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _881148308__129865785_view(ScoreCardXLSEditorPresenter instance, ScoreCardXLSEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$1143877716__$3266993_versionService(GlobalsEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::versionService = value; | |
| }-*/; | |
| private native static void _877155916__$1870332143_view(BulkRunTestScenarioEditor instance, BulkRunTestScenarioEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.BulkRunTestScenarioEditor::view = value; | |
| }-*/; | |
| private native static void _$1108572180__$3266993_metadataService(GuidedRuleTemplateEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _1727179755__1130025148_realPresenter(TestRunnerReportingScreenActivity instance, TestRunnerReportingScreen value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.reporting.TestRunnerReportingScreenActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$118440544__149710705_realPresenter(TextEditorPresenterActivity instance, TextEditorPresenter value) /*-{ | |
| instance.@org.uberfire.client.editors.texteditor.TextEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1108572180__$3266993_service(GuidedRuleTemplateEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::service = value; | |
| }-*/; | |
| private native static void _43628902__$1724363393_validatorService(DataObjectFieldEditor instance, ValidatorService value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectFieldEditor::validatorService = value; | |
| }-*/; | |
| private native static void _1440009388__786548610_resourceType(NewWorkItemHandler instance, WorkItemsResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.handlers.NewWorkItemHandler::resourceType = value; | |
| }-*/; | |
| private native static void _$1458093001__$906533316_placeManager(AuthoringPerspective instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AuthoringPerspective::placeManager = value; | |
| }-*/; | |
| private native static void _1657366886__886285106_busyIndicatorView(GuvnorDefaultEditorPresenter instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenter::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$998886482__$1724363393_validatorService(DataObjectEditor instance, ValidatorService value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectEditor::validatorService = value; | |
| }-*/; | |
| private native static void _$1525823191__1116818801_dataModelerEvent(DataModelerScreenPresenter instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter::dataModelerEvent = value; | |
| }-*/; | |
| private native static void _594147304__$1301899522_newResourcePresenter(NewResourcesMenu instance, NewResourcePresenter value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.NewResourcesMenu::newResourcePresenter = value; | |
| }-*/; | |
| private native static void _$453259149__1945435460_realPresenter(FindFormActivity instance, FindForm value) /*-{ | |
| instance.@org.kie.workbench.common.screens.search.client.FindFormActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1113209912__$1151348425_metadataWidget(GuidedRuleEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _$1113209912__568117859_resourceTypeDSL(GuidedRuleEditorPresenter instance, GuidedRuleDSLRResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::resourceTypeDSL = value; | |
| }-*/; | |
| private native static void _40974972__$1379921003_toolBarUtils(WorkbenchToolBarPresenter instance, WorkbenchToolBarPresenterUtils value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarPresenter::toolBarUtils = value; | |
| }-*/; | |
| private native static void _1798520460__833411962_actionSetFieldCell(ActionSetFieldsPageViewImpl instance, ActionSetFieldCell value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPageViewImpl::actionSetFieldCell = value; | |
| }-*/; | |
| private native static void _$1525823191__$796717182_view(DataModelerScreenPresenter instance, DataModelerScreenView value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter::view = value; | |
| }-*/; | |
| private native static void _$175601630__886285106_busyIndicatorView(GuvnorTextEditorPresenter instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenter::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1730935432__1289054168_identity(ActivityManagerImpl instance, Identity value) /*-{ | |
| [email protected]::identity = value; | |
| }-*/; | |
| private native static void _1950623566__1491109439_view(WorkItemsEditorPresenter instance, WorkItemsEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _1077302412__1438931262_context(GuvnorM2RepoPerspective instance, WorkbenchContext value) /*-{ | |
| instance.@org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective::context = value; | |
| }-*/; | |
| private native static void _197002955__1116818801_wizardPageStatusChangeEvent(FactPatternsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPage::wizardPageStatusChangeEvent = value; | |
| }-*/; | |
| private native static void _$726948510__$1758305081_view(InboxPresenter instance, org.guvnor.inbox.client.InboxPresenter.View value) /*-{ | |
| [email protected]::view = value; | |
| }-*/; | |
| private native static void _$1113209912__$3266993_metadataService(GuidedRuleEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _$1270365959__1116818801_changeTitleWidgetEvent(FullTextSearchFormPresenter instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.search.client.FullTextSearchFormPresenter::changeTitleWidgetEvent = value; | |
| }-*/; | |
| private native static void _$274567445__1775480880_view(ColumnExpansionPage instance, ColumnExpansionPageView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPage::view = value; | |
| }-*/; | |
| private native static void _$588888099__1116818801_resourceAddedEvent(NewProjectHandler instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.handlers.NewProjectHandler::resourceAddedEvent = value; | |
| }-*/; | |
| private native static void _$1779895237__$1724363393_validatorService(NewDataObjectPopup instance, ValidatorService value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.NewDataObjectPopup::validatorService = value; | |
| }-*/; | |
| private native static void _$1113209912__$359327760_viewSource(GuidedRuleEditorPresenter instance, ViewSourceView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::viewSource = value; | |
| }-*/; | |
| private native static void _$462517704__1743539209_realPresenter(CategoriesEditorPresenterActivity instance, CategoriesEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.categories.client.CategoriesEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1525823191__$3266993_modelerService(DataModelerScreenPresenter instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter::modelerService = value; | |
| }-*/; | |
| private native static void _$1443249323__1612046558_resourceType(NewFactModelHandler instance, FactModelResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.handlers.NewFactModelHandler::resourceType = value; | |
| }-*/; | |
| private native static void _$1112537939__$3266993_repositoryService(CloneRepositoryForm instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.repository.clone.CloneRepositoryForm::repositoryService = value; | |
| }-*/; | |
| private native static void _$76429077__$1887041540_factory(PanelManager instance, BeanFactory value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelManager::factory = value; | |
| }-*/; | |
| private native static void _1144138162__996422802_menuBuilder(DecisionTableXLSEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _1112435067__1020599884_realPresenter(GuidedScoreCardEditorPresenterActivity instance, GuidedScoreCardEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1214998186__$1022831358_defaultPlaceResolver(MultipleActivitiesFoundPresenter instance, DefaultPlaceResolver value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter::defaultPlaceResolver = value; | |
| }-*/; | |
| private native static void _594147304__$121625827_iocBeanManager(NewResourcesMenu instance, IOCBeanManager value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.NewResourcesMenu::iocBeanManager = value; | |
| }-*/; | |
| private native static void _1639390211__$3266993_appConfigService(DroolsWorkbenchEntryPoint instance, Caller value) /*-{ | |
| [email protected]::appConfigService = value; | |
| }-*/; | |
| private native static void _398130564__886285106_busyIndicatorView(RestoreVersionCommandProvider instance, BusyIndicatorView value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.RestoreVersionCommandProvider::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1020599884__$1170954111_view(GuidedScoreCardEditorPresenter instance, GuidedScoreCardEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$1708929533__1116818801_closePlaceEvent(AbstractPopupActivity instance, Event value) /*-{ | |
| [email protected]::closePlaceEvent = value; | |
| }-*/; | |
| private native static void _1265464422__$1458093001_realPresenter(AuthoringPerspectiveActivity instance, AuthoringPerspective value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AuthoringPerspectiveActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _207361232__$1546789995_view(ActionInsertFactFieldsPage instance, ActionInsertFactFieldsPageView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionInsertFactFieldsPage::view = value; | |
| }-*/; | |
| private native static void _710264289__$1779895237_newDataObjectPopup(DataModelBrowser instance, NewDataObjectPopup value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataModelBrowser::newDataObjectPopup = value; | |
| }-*/; | |
| private native static void _1189882935__$431006456_realPresenter(KModuleEditorScreenPresenterActivity instance, KModuleEditorScreenPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.forms.KModuleEditorScreenPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _316396693__886285106_busyIndicatorView(NewDrlTextHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.handlers.NewDrlTextHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _247997064__886285106_busyIndicatorView(NewTestScenarioHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.handler.NewTestScenarioHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1460531627__$906533316_placeManager(ExplorerPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.kie.workbench.common.screens.explorer.client.ExplorerPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _$1468128752__$3266993_projectService(NewPackageHandler instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.handlers.NewPackageHandler::projectService = value; | |
| }-*/; | |
| private native static void _197002955__1554012176_view(FactPatternsPage instance, FactPatternsPageView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPage::view = value; | |
| }-*/; | |
| private native static void _153624969__$1887041540_factory(WorkbenchDragAndDropManager instance, BeanFactory value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.dnd.WorkbenchDragAndDropManager::factory = value; | |
| }-*/; | |
| private native static void _103746448__$3266993_projectService(NewFolderHandler instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.handlers.NewFolderHandler::projectService = value; | |
| }-*/; | |
| private native static void _812034385__$359327760_viewSource(FactModelsEditorPresenter instance, ViewSourceView value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::viewSource = value; | |
| }-*/; | |
| private native static void _$1143877716__$1151348425_metadataWidget(GlobalsEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _$488756767__853636420_resourceType(NewGuidedScoreCardHandler instance, GuidedScoreCardResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.handlers.NewGuidedScoreCardHandler::resourceType = value; | |
| }-*/; | |
| private native static void _$726948510__$3266993_m2RepoService(InboxPresenter instance, Caller value) /*-{ | |
| [email protected]::m2RepoService = value; | |
| }-*/; | |
| private native static void _565882618__$3266993_repositoryService(RepositoryEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.repository.edit.RepositoryEditorPresenter::repositoryService = value; | |
| }-*/; | |
| private native static void _1484573685__886285106_busyIndicatorView(NewDslTextHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.dsltext.client.handlers.NewDslTextHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$175601630__996422802_menuBuilder(GuvnorTextEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _274001782__886285106_busyIndicatorView(NewProjectWizard instance, BusyIndicatorView value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.wizard.NewProjectWizard::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1138188551__$1724363393_validatorService(DataObjectBrowser instance, ValidatorService value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataObjectBrowser::validatorService = value; | |
| }-*/; | |
| private native static void _877155916__$3266993_scenarioService(BulkRunTestScenarioEditor instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.BulkRunTestScenarioEditor::scenarioService = value; | |
| }-*/; | |
| private native static void _$1443249323__$906533316_placeManager(NewFactModelHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.handlers.NewFactModelHandler::placeManager = value; | |
| }-*/; | |
| private native static void _1077302412__$121625827_iocBeanManager(GuvnorM2RepoPerspective instance, IOCBeanManager value) /*-{ | |
| instance.@org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective::iocBeanManager = value; | |
| }-*/; | |
| private native static void _$2051264158__$906533316_placeManager(ActivityNotFoundPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _1144138162__$1135897253_view(DecisionTableXLSEditorPresenter instance, DecisionTableXLSEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$1757102468__1116818801_workbenchPartCloseEvent(PlaceManagerImpl instance, Event value) /*-{ | |
| [email protected]::workbenchPartCloseEvent = value; | |
| }-*/; | |
| private native static void _$79499664__$1071623181_availableConditionsCell(ColumnExpansionPageViewImpl instance, ConditionCell value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPageViewImpl::availableConditionsCell = value; | |
| }-*/; | |
| private native static void _$1705636724__153624969_dndManager(CompassDropController instance, WorkbenchDragAndDropManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.dnd.CompassDropController::dndManager = value; | |
| }-*/; | |
| private native static void _$1698849455__$175601630_realPresenter(GuvnorTextEditorPresenterActivity instance, GuvnorTextEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1757102468__1116818801_workbenchPartLostFocusEvent(PlaceManagerImpl instance, Event value) /*-{ | |
| [email protected]::workbenchPartLostFocusEvent = value; | |
| }-*/; | |
| private native static void _1337653909__1657366886_realPresenter(GuvnorDefaultEditorPresenterActivity instance, GuvnorDefaultEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1144138162__$3266993_decisionTableXLSService(DecisionTableXLSEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::decisionTableXLSService = value; | |
| }-*/; | |
| private native static void _$1844219023__43628902_fieldProperties(ModelPropertiesEditor instance, DataObjectFieldEditor value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.ModelPropertiesEditor::fieldProperties = value; | |
| }-*/; | |
| private native static void _812034385__$1151348425_metadataWidget(FactModelsEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _1639390211__$906533316_placeManager(DroolsWorkbenchEntryPoint instance, PlaceManager value) /*-{ | |
| [email protected]::placeManager = value; | |
| }-*/; | |
| private native static void _1073742482__1116818801_notification(GuidedDecisionTableEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _1077302412__$906533316_placeManager(GuvnorM2RepoPerspective instance, PlaceManager value) /*-{ | |
| instance.@org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective::placeManager = value; | |
| }-*/; | |
| private native static void _812034385__$866152868_view(FactModelsEditorPresenter instance, FactModelsEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$1301899522__1438931262_context(NewResourcePresenter instance, WorkbenchContext value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter::context = value; | |
| }-*/; | |
| private native static void _$1737833277__881148308_realPresenter(ScoreCardXLSEditorPresenterActivity instance, ScoreCardXLSEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1625293394__689321648_helperNorth(RootWorkbenchPanelView instance, PanelHelper value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.RootWorkbenchPanelView::helperNorth = value; | |
| }-*/; | |
| private native static void _809053102__1116818801_wizardPageStatusChangeEvent(FactPatternConstraintsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPage::wizardPageStatusChangeEvent = value; | |
| }-*/; | |
| private native static void _1460531627__$3266993_repositoryService(ExplorerPresenter instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.screens.explorer.client.ExplorerPresenter::repositoryService = value; | |
| }-*/; | |
| private native static void _$1270365959__765128592_view(FullTextSearchFormPresenter instance, org.kie.workbench.common.screens.search.client.FullTextSearchFormPresenter.View value) /*-{ | |
| instance.@org.kie.workbench.common.screens.search.client.FullTextSearchFormPresenter::view = value; | |
| }-*/; | |
| private native static void _1666246488__$1525823191_realPresenter(DataModelerScreenPresenterActivity instance, DataModelerScreenPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1802916093__$1887041540_factory(PanelHelperSouth instance, BeanFactory value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelHelperSouth::factory = value; | |
| }-*/; | |
| private native static void _$1143877716__$3266993_globalsEditorService(GlobalsEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::globalsEditorService = value; | |
| }-*/; | |
| private native static void _1798520460__1052132346_actionSetFieldPatternCell(ActionSetFieldsPageViewImpl instance, ActionSetFieldPatternCell value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ActionSetFieldsPageViewImpl::actionSetFieldPatternCell = value; | |
| }-*/; | |
| private native static void _$79499664__$1071623181_chosenConditionsCell(ColumnExpansionPageViewImpl instance, ConditionCell value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPageViewImpl::chosenConditionsCell = value; | |
| }-*/; | |
| private native static void _239180292__$351881561_menuBar(AbstractWorkbenchPerspectiveActivity instance, WorkbenchMenuBar value) /*-{ | |
| instance.@org.uberfire.client.mvp.AbstractWorkbenchPerspectiveActivity::menuBar = value; | |
| }-*/; | |
| private native static void _$1113209912__1116818801_notification(GuidedRuleEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _$812707175__$1683909312_resourceTypeDRL(NewGuidedRuleHandler instance, GuidedRuleDRLResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.handlers.NewGuidedRuleHandler::resourceTypeDRL = value; | |
| }-*/; | |
| private native static void _$1835564349__996422802_menuBuilder(DRLEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _$1729318371__$3266993_repositoryService(RepositoriesPresenter instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.repository.list.RepositoriesPresenter::repositoryService = value; | |
| }-*/; | |
| private native static void _$1969214716__$1988003627_realPresenter(DefaultFileEditorPresenterActivity instance, DefaultFileEditorPresenter value) /*-{ | |
| instance.@org.uberfire.client.editors.defaulteditor.DefaultFileEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1440009388__886285106_busyIndicatorView(NewWorkItemHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.handlers.NewWorkItemHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$1421195439__$906533316_placeManager(FileExplorerPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.uberfire.client.editors.fileexplorer.FileExplorerPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _138245081__1214998186_realPresenter(MultipleActivitiesFoundPresenterActivity instance, MultipleActivitiesFoundPresenter value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1235638011__886285106_busyIndicatorView(NewScoreCardXLSHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.handlers.NewScoreCardXLSHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1020599884__996422802_menuBuilder(GuidedScoreCardEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _1073742482__$76115871_multiPage(GuidedDecisionTableEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _881148308__$3266993_scoreCardXLSService(ScoreCardXLSEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter::scoreCardXLSService = value; | |
| }-*/; | |
| private native static void _1460531627__886285106_busyIndicatorView(ExplorerPresenter instance, BusyIndicatorView value) /*-{ | |
| instance.@org.kie.workbench.common.screens.explorer.client.ExplorerPresenter::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _1020599884__1116818801_restoreEvent(GuidedScoreCardEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::restoreEvent = value; | |
| }-*/; | |
| private native static void _1950623566__$3266993_workItemsService(WorkItemsEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenter::workItemsService = value; | |
| }-*/; | |
| private native static void _578494336__812034385_realPresenter(FactModelsEditorPresenterActivity instance, FactModelsEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1657366886__$3266993_metadataService(GuvnorDefaultEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _149710705__$3266993_vfsServices(TextEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.texteditor.TextEditorPresenter::vfsServices = value; | |
| }-*/; | |
| private native static void _809053102__$748137613_view(FactPatternConstraintsPage instance, FactPatternConstraintsPageView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPage::view = value; | |
| }-*/; | |
| private native static void _$1462522111__$906533316_placeManager(Workbench instance, PlaceManager value) /*-{ | |
| [email protected]::placeManager = value; | |
| }-*/; | |
| private native static void _$18744388__$1189742931_view(WorkbenchStatusBarPresenter instance, org.uberfire.client.workbench.widgets.statusbar.WorkbenchStatusBarPresenter.View value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.statusbar.WorkbenchStatusBarPresenter::view = value; | |
| }-*/; | |
| private native static void _710264289__1116818801_dataModelerEvent(DataModelBrowser instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataModelBrowser::dataModelerEvent = value; | |
| }-*/; | |
| private native static void _474714519__1654268520_realPresenter(ProjectImportsScreenPresenterActivity instance, ProjectImportsScreenPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projectimportsscreen.client.forms.ProjectImportsScreenPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1941924780__$923313157_resourceType(NewEnumHandler instance, EnumResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.handlers.NewEnumHandler::resourceType = value; | |
| }-*/; | |
| private native static void _$461127281__66078641_metaDataLoader(WorkItemDefinitionElementsBrowser instance, WorkItemMetaDataLoader value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.widget.WorkItemDefinitionElementsBrowser::metaDataLoader = value; | |
| }-*/; | |
| private native static void _$285107124__$1729318371_realPresenter(RepositoriesPresenterActivity instance, RepositoriesPresenter value) /*-{ | |
| instance.@org.uberfire.client.editors.repository.list.RepositoriesPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _812034385__1116818801_notification(FactModelsEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _$1835564349__1116818801_notification(DRLEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _593445357__$1724363393_validatorService(PackageSelector instance, ValidatorService value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.PackageSelector::validatorService = value; | |
| }-*/; | |
| private native static void _$1779895237__1116818801_dataModelerEvent(NewDataObjectPopup instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.NewDataObjectPopup::dataModelerEvent = value; | |
| }-*/; | |
| private native static void _$2014032517__$359327760_viewSource(EnumEditorPresenter instance, ViewSourceView value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::viewSource = value; | |
| }-*/; | |
| private native static void _1020599884__$906533316_placeManager(GuidedScoreCardEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _1460531627__$1269893694_view(ExplorerPresenter instance, ExplorerView value) /*-{ | |
| instance.@org.kie.workbench.common.screens.explorer.client.ExplorerPresenter::view = value; | |
| }-*/; | |
| private native static void _$666311557__1719310668_realPresenter(AdministrationPerspectiveActivity instance, AdministrationPerspective value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AdministrationPerspectiveActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1209585853__$3266993_decisionTableXLSService(NewDecisionTableXLSHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.handlers.NewDecisionTableXLSHandler::decisionTableXLSService = value; | |
| }-*/; | |
| private native static void _593445357__2099048814_newPackagePopup(PackageSelector instance, NewPackagePopup value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.PackageSelector::newPackagePopup = value; | |
| }-*/; | |
| private native static void _$1108572180__$905469346_dataView(GuidedRuleTemplateEditorPresenter instance, GuidedRuleTemplateDataView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::dataView = value; | |
| }-*/; | |
| private native static void _$1301899522__$2015750997_view(NewResourcePresenter instance, org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter.View value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter::view = value; | |
| }-*/; | |
| private native static void _$1421195439__$3266993_repositoryService(FileExplorerPresenter instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.fileexplorer.FileExplorerPresenter::repositoryService = value; | |
| }-*/; | |
| private native static void _66078641__$3266993_workItemsService(WorkItemMetaDataLoader instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.widget.WorkItemMetaDataLoader::workItemsService = value; | |
| }-*/; | |
| private native static void _$677493221__$1832909396_uploadWidget(DecisionTableXLSEditorViewImpl instance, AttachmentFileWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorViewImpl::uploadWidget = value; | |
| }-*/; | |
| private native static void _$1301899522__$3266993_projectService(NewResourcePresenter instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.NewResourcePresenter::projectService = value; | |
| }-*/; | |
| private native static void _$833195566__$3266993_renameService(FileMenuBuilderImpl instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl::renameService = value; | |
| }-*/; | |
| private native static void _1144138162__$906533316_placeManager(DecisionTableXLSEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.editor.DecisionTableXLSEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _$833195566__$3266993_deleteService(FileMenuBuilderImpl instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl::deleteService = value; | |
| }-*/; | |
| private native static void _$588888099__$906533316_placeManager(NewProjectHandler instance, PlaceManager value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.handlers.NewProjectHandler::placeManager = value; | |
| }-*/; | |
| private native static void _1288185087__$461127281_workItemBrowser(WorkItemsEditorViewImpl instance, WorkItemDefinitionElementsBrowser value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorViewImpl::workItemBrowser = value; | |
| }-*/; | |
| private native static void _1789654016__$1091306031_realPresenter(PomEditorScreenPresenterActivity instance, PomEditorScreenPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.forms.PomEditorScreenPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$175601630__$3266993_defaultEditorService(GuvnorTextEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenter::defaultEditorService = value; | |
| }-*/; | |
| private native static void _$2014032517__996422802_menuBuilder(EnumEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _274001782__$2127117180_gavWizardPage(NewProjectWizard instance, GAVWizardPage value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.wizard.NewProjectWizard::gavWizardPage = value; | |
| }-*/; | |
| private native static void _$1113209912__1907983749_view(GuidedRuleEditorPresenter instance, GuidedRuleEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$812707175__886285106_busyIndicatorView(NewGuidedRuleHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.handlers.NewGuidedRuleHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$1472327896__$1270365959_realPresenter(FullTextSearchFormPresenterActivity instance, FullTextSearchFormPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.search.client.FullTextSearchFormPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$833195566__398130564_restoreVersionCommandProvider(FileMenuBuilderImpl instance, RestoreVersionCommandProvider value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.FileMenuBuilderImpl::restoreVersionCommandProvider = value; | |
| }-*/; | |
| private native static void _$1462522111__$121625827_iocManager(Workbench instance, IOCBeanManager value) /*-{ | |
| [email protected]::iocManager = value; | |
| }-*/; | |
| private native static void _$292735039__$906533316_placeManager(WorkbenchMenuBarPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _$480679365__515496942_resourceType(NewGuidedDecisionTableHandler instance, GuidedDTableResourceType value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.handlers.NewGuidedDecisionTableHandler::resourceType = value; | |
| }-*/; | |
| private native static void _1950623566__$906533316_placeManager(WorkItemsEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.workitems.client.editor.WorkItemsEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _$1458093001__$1301899522_newResourcePresenter(AuthoringPerspective instance, NewResourcePresenter value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AuthoringPerspective::newResourcePresenter = value; | |
| }-*/; | |
| private native static void _$1462522111__$76429077_panelManager(Workbench instance, PanelManager value) /*-{ | |
| [email protected]::panelManager = value; | |
| }-*/; | |
| private native static void _$588888099__$2104334808_wizardPresenter(NewProjectHandler instance, WizardPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.handlers.NewProjectHandler::wizardPresenter = value; | |
| }-*/; | |
| private native static void _$1327745331__$1887041540_factory(PanelHelperEast instance, BeanFactory value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelHelperEast::factory = value; | |
| }-*/; | |
| private native static void _$1729318371__$3266993_vfsService(RepositoriesPresenter instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.repository.list.RepositoriesPresenter::vfsService = value; | |
| }-*/; | |
| private native static void _$1509333886__516100179_realPresenter(ProjectScreenPresenterActivity instance, ProjectScreenPresenter value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.forms.ProjectScreenPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$2014032517__$76115871_multiPage(EnumEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _247997064__$3266993_service(NewTestScenarioHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.handler.NewTestScenarioHandler::service = value; | |
| }-*/; | |
| private native static void _$1108572180__$1151348425_metadataWidget(GuidedRuleTemplateEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _812034385__$906533316_placeManager(FactModelsEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.editor.FactModelsEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _$1835564349__$3266993_drlTextEditorService(DRLEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter::drlTextEditorService = value; | |
| }-*/; | |
| private native static void _$1300398733__$121625827_beanManager(DisposerProvider instance, IOCBeanManager value) /*-{ | |
| instance.@org.jboss.errai.ioc.client.api.builtin.DisposerProvider::beanManager = value; | |
| }-*/; | |
| private native static void _$717922373__1077302412_realPresenter(GuvnorM2RepoPerspectiveActivity instance, GuvnorM2RepoPerspective value) /*-{ | |
| instance.@org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspectiveActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1525823191__1438931262_workbenchContext(DataModelerScreenPresenter instance, WorkbenchContext value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter::workbenchContext = value; | |
| }-*/; | |
| private native static void _$1113209912__$3266993_service(GuidedRuleEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::service = value; | |
| }-*/; | |
| private native static void _1174169399__$121625827_iocManager(DefaultBeanFactory instance, IOCBeanManager value) /*-{ | |
| [email protected]::iocManager = value; | |
| }-*/; | |
| private native static void _$549886824__207361232_actionInsertFactFieldsPage(NewGuidedDecisionTableWizard instance, ActionInsertFactFieldsPage value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.NewGuidedDecisionTableWizard::actionInsertFactFieldsPage = value; | |
| }-*/; | |
| private native static void _$1143877716__996422802_menuBuilder(GlobalsEditorPresenter instance, FileMenuBuilder value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::menuBuilder = value; | |
| }-*/; | |
| private native static void _1743539209__$3266993_categoryService(CategoriesEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.categories.client.CategoriesEditorPresenter::categoryService = value; | |
| }-*/; | |
| private native static void _1073742482__$359327760_viewSource(GuidedDecisionTableEditorPresenter instance, ViewSourceView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter::viewSource = value; | |
| }-*/; | |
| private native static void _1639390211__$121625827_iocManager(DroolsWorkbenchEntryPoint instance, IOCBeanManager value) /*-{ | |
| [email protected]::iocManager = value; | |
| }-*/; | |
| private native static void _$588888099__886285106_busyIndicatorView(NewProjectHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.handlers.NewProjectHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$1561031924__320495837_realPresenter(M2RepoEditorPresenterActivity instance, M2RepoEditorPresenter value) /*-{ | |
| [email protected]::realPresenter = value; | |
| }-*/; | |
| private native static void _$1143877716__$3266993_metadataService(GlobalsEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _1020599884__$76115871_multiPage(GuidedScoreCardEditorPresenter instance, MultiPageEditor value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::multiPage = value; | |
| }-*/; | |
| private native static void _2084819385__1438931262_context(DefaultNewResourceHandler instance, WorkbenchContext value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.DefaultNewResourceHandler::context = value; | |
| }-*/; | |
| private native static void _710264289__1116818801_notification(DataModelBrowser instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.DataModelBrowser::notification = value; | |
| }-*/; | |
| private native static void _$2014032517__$906533316_placeManager(EnumEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _274001782__1116818801_pathChangeEvent(NewProjectWizard instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.wizard.NewProjectWizard::pathChangeEvent = value; | |
| }-*/; | |
| private native static void _$292735039__1201173960_view(WorkbenchMenuBarPresenter instance, org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarPresenter.View value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBarPresenter::view = value; | |
| }-*/; | |
| private native static void _2099048814__$1724363393_validatorService(NewPackagePopup instance, ValidatorService value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.NewPackagePopup::validatorService = value; | |
| }-*/; | |
| private native static void _$1421195439__1116818801_pathChangedEvent(FileExplorerPresenter instance, Event value) /*-{ | |
| instance.@org.uberfire.client.editors.fileexplorer.FileExplorerPresenter::pathChangedEvent = value; | |
| }-*/; | |
| private native static void _$1443249323__$3266993_factModelService(NewFactModelHandler instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.factmodel.client.handlers.NewFactModelHandler::factModelService = value; | |
| }-*/; | |
| private native static void _1484573685__$906533316_placeManager(NewDslTextHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.dsltext.client.handlers.NewDslTextHandler::placeManager = value; | |
| }-*/; | |
| private native static void _1209585853__$906533316_placeManager(NewDecisionTableXLSHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.handlers.NewDecisionTableXLSHandler::placeManager = value; | |
| }-*/; | |
| private native static void _1189133696__$1421195439_realPresenter(FileExplorerPresenterActivity instance, FileExplorerPresenter value) /*-{ | |
| instance.@org.uberfire.client.editors.fileexplorer.FileExplorerPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _1020599884__$3266993_metadataService(GuidedScoreCardEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.scorecard.client.editor.GuidedScoreCardEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _316396693__$906533316_placeManager(NewDrlTextHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.handlers.NewDrlTextHandler::placeManager = value; | |
| }-*/; | |
| private native static void _1657366886__$1151348425_metadataWidget(GuvnorDefaultEditorPresenter instance, MetadataWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorDefaultEditorPresenter::metadataWidget = value; | |
| }-*/; | |
| private native static void _$1462522111__$292735039_menuBarPresenter(Workbench instance, WorkbenchMenuBarPresenter value) /*-{ | |
| [email protected]::menuBarPresenter = value; | |
| }-*/; | |
| private native static void _$175601630__$3266993_metadataService(GuvnorTextEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _$1625293394__$76429077_panelManager(RootWorkbenchPanelView instance, PanelManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.RootWorkbenchPanelView::panelManager = value; | |
| }-*/; | |
| private native static void _1073742482__$3266993_service(GuidedDecisionTableEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter::service = value; | |
| }-*/; | |
| private native static void _$1835564349__$3266993_metadataService(DRLEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _40974972__$906533316_placeManager(WorkbenchToolBarPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.toolbar.WorkbenchToolBarPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _$2014032517__$3266993_enumService(EnumEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenter::enumService = value; | |
| }-*/; | |
| private native static void _197002955__1116818801_patternRemovedEvent(FactPatternsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternsPage::patternRemovedEvent = value; | |
| }-*/; | |
| private native static void _$1708929533__677995314_popup(AbstractPopupActivity instance, PopupView value) /*-{ | |
| [email protected]::popup = value; | |
| }-*/; | |
| private native static void _$175601630__1116818801_notification(GuvnorTextEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.defaulteditor.client.editor.GuvnorTextEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _$1844219023__$998886482_objectProperties(ModelPropertiesEditor instance, DataObjectEditor value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.widgets.ModelPropertiesEditor::objectProperties = value; | |
| }-*/; | |
| private native static void _560830270__$462176497_realPresenter(ScenarioEditorPresenterActivity instance, ScenarioEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.testscenario.client.ScenarioEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$901122176__$1601339055_realPresenter(ProblemsScreenActivity instance, ProblemsScreen value) /*-{ | |
| instance.@org.kie.workbench.common.screens.projecteditor.client.messages.ProblemsScreenActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$549886824__197002955_factPatternsPage(NewGuidedDecisionTableWizard instance, FactPatternsPage value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.NewGuidedDecisionTableWizard::factPatternsPage = value; | |
| }-*/; | |
| private native static void _$1458093001__594147304_newResourcesMenu(AuthoringPerspective instance, NewResourcesMenu value) /*-{ | |
| instance.@org.drools.workbench.client.perspectives.AuthoringPerspective::newResourcesMenu = value; | |
| }-*/; | |
| private native static void _$1143877716__1116818801_notification(GlobalsEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _$1525823191__1116818801_pathChange(DataModelerScreenPresenter instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter::pathChange = value; | |
| }-*/; | |
| private native static void _1073742482__$3266993_metadataService(GuidedDecisionTableEditorPresenter instance, Caller value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.editor.GuidedDecisionTableEditorPresenter::metadataService = value; | |
| }-*/; | |
| private native static void _$1671108344__$1637755955_view(SummaryPage instance, SummaryPageView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.SummaryPage::view = value; | |
| }-*/; | |
| private native static void _$1108572180__$359327760_viewSource(GuidedRuleTemplateEditorPresenter instance, ViewSourceView value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.template.client.editor.GuidedRuleTemplateEditorPresenter::viewSource = value; | |
| }-*/; | |
| private native static void _809053102__1116818801_conditionsDefinedEvent(FactPatternConstraintsPage instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.dtable.client.wizard.pages.FactPatternConstraintsPage::conditionsDefinedEvent = value; | |
| }-*/; | |
| private native static void _1743539209__1116818801_notification(CategoriesEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.categories.client.CategoriesEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _2084819385__886285106_busyIndicatorView(DefaultNewResourceHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.handlers.DefaultNewResourceHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _683332058__153624969_dndManager(WorkbenchPickupDragController instance, WorkbenchDragAndDropManager value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.dnd.WorkbenchPickupDragController::dndManager = value; | |
| }-*/; | |
| private native static void _153624969__683332058_dragController(WorkbenchDragAndDropManager instance, WorkbenchPickupDragController value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.dnd.WorkbenchDragAndDropManager::dragController = value; | |
| }-*/; | |
| private native static void _$1113209912__$906533316_placeManager(GuidedRuleEditorPresenter instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.guided.rule.client.editor.GuidedRuleEditorPresenter::placeManager = value; | |
| }-*/; | |
| private native static void _1209585853__886285106_busyIndicatorView(NewDecisionTableXLSHandler instance, BusyIndicatorView value) /*-{ | |
| instance.@org.drools.workbench.screens.dtablexls.client.handlers.NewDecisionTableXLSHandler::busyIndicatorView = value; | |
| }-*/; | |
| private native static void _$1114876180__$906533316_placeManager(NewGlobalHandler instance, PlaceManager value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.handlers.NewGlobalHandler::placeManager = value; | |
| }-*/; | |
| private native static void _$1327205249__$1887041540_factory(PanelHelperWest instance, BeanFactory value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelHelperWest::factory = value; | |
| }-*/; | |
| private native static void _398130564__1116818801_restoreEvent(RestoreVersionCommandProvider instance, Event value) /*-{ | |
| instance.@org.kie.workbench.common.widgets.client.menu.RestoreVersionCommandProvider::restoreEvent = value; | |
| }-*/; | |
| private native static void _$1421195439__$3266993_vfsService(FileExplorerPresenter instance, Caller value) /*-{ | |
| instance.@org.uberfire.client.editors.fileexplorer.FileExplorerPresenter::vfsService = value; | |
| }-*/; | |
| private native static void _$1143877716__$5858527_view(GlobalsEditorPresenter instance, GlobalsEditorView value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::view = value; | |
| }-*/; | |
| private native static void _$1143877716__1116818801_restoreEvent(GlobalsEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.globals.client.editor.GlobalsEditorPresenter::restoreEvent = value; | |
| }-*/; | |
| private native static void _$950077014__$2014032517_realPresenter(EnumEditorPresenterActivity instance, EnumEditorPresenter value) /*-{ | |
| instance.@org.drools.workbench.screens.enums.client.editor.EnumEditorPresenterActivity::realPresenter = value; | |
| }-*/; | |
| private native static void _$1724363393__$3266993_modelerService(ValidatorService instance, Caller value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.validation.ValidatorService::modelerService = value; | |
| }-*/; | |
| private native static void _239180292__40974972_toolBarPresenter(AbstractWorkbenchPerspectiveActivity instance, WorkbenchToolBarPresenter value) /*-{ | |
| instance.@org.uberfire.client.mvp.AbstractWorkbenchPerspectiveActivity::toolBarPresenter = value; | |
| }-*/; | |
| private native static void _1798295605__$1887041540_factory(PanelHelperNorth instance, BeanFactory value) /*-{ | |
| instance.@org.uberfire.client.workbench.widgets.panels.PanelHelperNorth::factory = value; | |
| }-*/; | |
| private native static void _$1525823191__$1779895237_newDataObjectPopup(DataModelerScreenPresenter instance, NewDataObjectPopup value) /*-{ | |
| instance.@org.kie.workbench.common.screens.datamodeller.client.DataModelerScreenPresenter::newDataObjectPopup = value; | |
| }-*/; | |
| private native static void _881148308__1116818801_notification(ScoreCardXLSEditorPresenter instance, Event value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorPresenter::notification = value; | |
| }-*/; | |
| private native static void _$1462522111__$3266993_wbServices(Workbench instance, Caller value) /*-{ | |
| [email protected]::wbServices = value; | |
| }-*/; | |
| private native static void _1115138553__$1832909396_uploadWidget(ScoreCardXLSEditorViewImpl instance, AttachmentFileWidget value) /*-{ | |
| instance.@org.drools.workbench.screens.scorecardxls.client.editor.ScoreCardXLSEditorViewImpl::uploadWidget = value; | |
| }-*/; | |
| private nati |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment