org.drools.guvnor.client.explorer
Class ClientFactoryImpl

java.lang.Object
  extended by org.drools.guvnor.client.explorer.ClientFactoryImpl
All Implemented Interfaces:
ClientFactory

public class ClientFactoryImpl
extends Object
implements ClientFactory


Constructor Summary
ClientFactoryImpl()
           
 
Method Summary
 org.drools.guvnor.client.explorer.AuthorPerspectiveView getAuthorPerspectiveView()
           
 com.google.gwt.event.shared.EventBus getEventBus()
           
 IFramePerspectiveView getIFramePerspectiveView()
           
 org.drools.guvnor.client.explorer.PerspectivesPanelView getPerspectivesPanelView(boolean showTitle)
           
 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

ClientFactoryImpl

public ClientFactoryImpl()
Method Detail

getPlaceController

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

getAuthorPerspectiveView

public org.drools.guvnor.client.explorer.AuthorPerspectiveView getAuthorPerspectiveView()
Specified by:
getAuthorPerspectiveView in interface ClientFactory

getEventBus

public com.google.gwt.event.shared.EventBus getEventBus()
Specified by:
getEventBus in interface ClientFactory

getPerspectivesPanelView

public org.drools.guvnor.client.explorer.PerspectivesPanelView getPerspectivesPanelView(boolean showTitle)
Specified by:
getPerspectivesPanelView in interface ClientFactory

getIFramePerspectiveView

public IFramePerspectiveView getIFramePerspectiveView()
Specified by:
getIFramePerspectiveView in interface ClientFactory


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.