org.pentaho.di.ui.repository.repositoryexplorer
Class UISupportRegistery

java.lang.Object
  extended by org.pentaho.di.ui.repository.repositoryexplorer.UISupportRegistery

public class UISupportRegistery
extends Object


Method Summary
 IRepositoryExplorerUISupport createUISupport(Class<? extends IRepositoryService> service)
           
static UISupportRegistery getInstance()
           
 void registerUISupport(Class<? extends IRepositoryService> service, Class<? extends IRepositoryExplorerUISupport> supportClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UISupportRegistery getInstance()

registerUISupport

public void registerUISupport(Class<? extends IRepositoryService> service,
                              Class<? extends IRepositoryExplorerUISupport> supportClass)

createUISupport

public IRepositoryExplorerUISupport createUISupport(Class<? extends IRepositoryService> service)
                                             throws UIObjectCreationException
Throws:
UIObjectCreationException