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

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

public class RepositoryExplorer
extends Object


Constructor Summary
RepositoryExplorer(Shell shell, Repository rep, RepositoryExplorerCallback callback, VariableSpace variableSpace)
           
 
Method Summary
 void dispose()
           
 void show()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryExplorer

public RepositoryExplorer(Shell shell,
                          Repository rep,
                          RepositoryExplorerCallback callback,
                          VariableSpace variableSpace)
                   throws org.pentaho.ui.xul.XulException
Throws:
org.pentaho.ui.xul.XulException
Method Detail

show

public void show()

dispose

public void dispose()