List of usage examples for com.google.gwt.inject.client Ginjector interface-usage
From source file cc.kune.barters.client.BartersGinjector.java
/** * The Interface BartersGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface BartersGinjector extends Ginjector {
From source file cc.kune.blogs.client.BlogsGinjector.java
/** * The Interface BlogsGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface BlogsGinjector extends Ginjector {
From source file cc.kune.chat.client.ChatGinjector.java
/** * The Interface ChatGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface ChatGinjector extends Ginjector {
From source file cc.kune.common.client.SampleGinjector.java
/** * The Interface SampleGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ @GinModules(SampleGinModule.class)
From source file cc.kune.docs.client.DocsGinjector.java
/** * The Interface DocsGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface DocsGinjector extends Ginjector {
From source file cc.kune.embed.client.KuneEmbedGinjector.java
/** * The Interface KuneEmbedGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ @GinModules(value = { EmbedCoreGinModule.class, WaveEmbedGinModule.class }, properties = {
From source file cc.kune.events.client.EventsGinjector.java
/** * The Interface EventsGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface EventsGinjector extends Ginjector {
From source file cc.kune.gspace.client.GSpaceGinjector.java
public interface GSpaceGinjector extends Ginjector {
ContentViewerSelector getContentViewerSelector();
AsyncProvider<ContentViewerPresenter> getDocsViewerPresenter();
From source file cc.kune.lists.client.ListsGinjector.java
/** * The Interface ListsGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface ListsGinjector extends Ginjector {
From source file cc.kune.sandbox.client.KuneSampleGinjector.java
/** * The Interface KuneSampleGinjector. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ @GinModules(KuneSampleGinModule.class)