Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.virtuosotechnologies.asaph.maingui.DatabaseIdentifier

Uses of DatabaseIdentifier in com.virtuosotechnologies.asaph.maingui
 

Methods in com.virtuosotechnologies.asaph.maingui that return DatabaseIdentifier
(package private)  DatabaseIdentifier DatabaseManagerImpl.Item.getIdentifier()
           
 

Methods in com.virtuosotechnologies.asaph.maingui with parameters of type DatabaseIdentifier
 DatabaseController DatabaseManagerImpl.openDatabase(com.virtuosotechnologies.asaph.model.SongDatabase database, java.lang.String name, javax.swing.Icon icon, DatabaseIdentifier identifier, DatabaseHandler handler)
          Add a database to the list of open databases
 com.virtuosotechnologies.lib.asyncjob.AsyncJobExecution DatabaseManagerImpl.openIdentifiedDatabase(com.virtuosotechnologies.lib.asyncjob.AsyncJobRunner runner, DatabaseIdentifier identifier)
          Attempt to open the SongDatabase referenced by the given identifier.
 DatabaseController DatabaseManager.openDatabase(com.virtuosotechnologies.asaph.model.SongDatabase database, java.lang.String name, javax.swing.Icon icon, DatabaseIdentifier identifier, DatabaseHandler handler)
          Add a database to the list of open databases
 com.virtuosotechnologies.lib.asyncjob.AsyncJobExecution DatabaseManager.openIdentifiedDatabase(com.virtuosotechnologies.lib.asyncjob.AsyncJobRunner runner, DatabaseIdentifier identifier)
          Attempt to open the SongDatabase referenced by the given identifier.
 com.virtuosotechnologies.lib.asyncjob.AsyncJobExecution DatabaseConnector.openIdentifiedDatabase(com.virtuosotechnologies.lib.asyncjob.AsyncJobRunner runner, DatabaseIdentifier identifier)
          Attempt to open the SongDatabase referenced by the given identifier.
 

Constructors in com.virtuosotechnologies.asaph.maingui with parameters of type DatabaseIdentifier
DatabaseManagerImpl.Item(com.virtuosotechnologies.asaph.model.SongDatabase database, java.lang.String name, javax.swing.Icon icon, DatabaseIdentifier identifier, DatabaseHandler handler)