org.overlord.sramp.ui.client
Class ClientFactory

java.lang.Object
  extended by org.overlord.sramp.ui.client.ClientFactory
All Implemented Interfaces:
IClientFactory

public class ClientFactory
extends Object
implements IClientFactory

A factory for creating/getting a variety of services and UI components.

Author:
eric.wittmann@redhat.com

Constructor Summary
ClientFactory()
          Constructor.
 
Method Summary
 IArtifactView createArtifactView()
           
 IBrowseView createBrowseView()
           
 IDashboardView createDashboardView()
           
 com.google.web.bindery.event.shared.EventBus getEventBus()
           
 com.google.gwt.place.shared.PlaceController getPlaceController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientFactory

public ClientFactory()
Constructor.

Method Detail

getEventBus

public com.google.web.bindery.event.shared.EventBus getEventBus()
Specified by:
getEventBus in interface IClientFactory
See Also:
IClientFactory.getEventBus()

getPlaceController

public com.google.gwt.place.shared.PlaceController getPlaceController()
Specified by:
getPlaceController in interface IClientFactory
See Also:
IClientFactory.getPlaceController()

createDashboardView

public IDashboardView createDashboardView()
Specified by:
createDashboardView in interface IClientFactory
See Also:
IClientFactory.createDashboardView()

createBrowseView

public IBrowseView createBrowseView()
Specified by:
createBrowseView in interface IClientFactory
See Also:
IClientFactory.createBrowseView()

createArtifactView

public IArtifactView createArtifactView()
Specified by:
createArtifactView in interface IClientFactory
See Also:
IClientFactory.createArtifactView()


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.