Uses of Class
org.guvnor.structure.client.editors.context.GuvnorStructureContext
-
Packages that use GuvnorStructureContext Package Description org.guvnor.structure.client.editors.fileexplorer org.guvnor.structure.client.editors.repository.list -
-
Uses of GuvnorStructureContext in org.guvnor.structure.client.editors.fileexplorer
Constructors in org.guvnor.structure.client.editors.fileexplorer with parameters of type GuvnorStructureContext Constructor Description FileExplorerPresenter(FileExplorerView view, GuvnorStructureContext guvnorStructureContext) -
Uses of GuvnorStructureContext in org.guvnor.structure.client.editors.repository.list
Constructors in org.guvnor.structure.client.editors.repository.list with parameters of type GuvnorStructureContext Constructor Description RepositoriesPresenter(RepositoriesView view, GuvnorStructureContext guvnorStructureContext)RepositoryItemPresenter(RepositoryItemView repositoryItemView, GuvnorStructureContext guvnorStructureContext, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
-