org.netbeans.modules.db/1 1.44.1 30

org.netbeans.api.db.explorer
Class DatabaseMetaDataTransfer.View

java.lang.Object
  extended by org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.View
Enclosing class:
DatabaseMetaDataTransfer

public static final class DatabaseMetaDataTransfer.View
extends Object

Represents a view during a drag and drop transfer.


Method Summary
 DatabaseConnection getDatabaseConnection()
          Returns the DatabaseConnection this view comes from.
 JDBCDriver getJDBCDriver()
          Returns the JDBCDriver which was used to connect to getDatabaseConnection().
 String getViewName()
          Returns the name of this view.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDatabaseConnection

public DatabaseConnection getDatabaseConnection()
Returns the DatabaseConnection this view comes from.


getJDBCDriver

public JDBCDriver getJDBCDriver()
Returns the JDBCDriver which was used to connect to getDatabaseConnection().


getViewName

public String getViewName()
Returns the name of this view.


toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.db/1 1.44.1 30

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.