Uses of Class
org.pentaho.di.ui.core.database.dialog.DatabaseExplorerNode

Packages that use DatabaseExplorerNode
org.pentaho.di.ui.core.database.dialog   
 

Uses of DatabaseExplorerNode in org.pentaho.di.ui.core.database.dialog
 

Methods in org.pentaho.di.ui.core.database.dialog that return DatabaseExplorerNode
 DatabaseExplorerNode XulDatabaseExplorerModel.findBy(String aSchema, String aTable)
          Finds the node.
 DatabaseExplorerNode XulDatabaseExplorerModel.getSelectedNode()
           
 

Methods in org.pentaho.di.ui.core.database.dialog with parameters of type DatabaseExplorerNode
 void XulDatabaseExplorerModel.setSelectedNode(DatabaseExplorerNode selectedNode)