|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserCancellationException | |
|---|---|
| jimm.datavision | Provides the classes and interfaces that make up a DataVision report. |
| jimm.datavision.source.sql | Provides the classes and interfaces that make up the database data source. |
| Uses of UserCancellationException in jimm.datavision |
|---|
| Methods in jimm.datavision that throw UserCancellationException | |
|---|---|
protected void |
Report.askForDataSourceFile()
Asks the user for a data source file if necessary. |
protected void |
Report.askForParameters()
Asks the user for parameter values. |
| Uses of UserCancellationException in jimm.datavision.source.sql |
|---|
| Methods in jimm.datavision.source.sql that throw UserCancellationException | |
|---|---|
void |
Database.initializeConnection()
Initializes the connection to the database. |
void |
Database.reset(java.lang.String driverClassName,
java.lang.String connInfo,
java.lang.String dbName,
java.lang.String username,
java.lang.String password)
Reset key instance variables, closes current connection, and "reloads" all table information (compares new info with existing info and complains if any existing info is not in the new info). |
| Constructors in jimm.datavision.source.sql that throw UserCancellationException | |
|---|---|
Database(java.lang.String driverClassName,
java.lang.String connInfo,
Report report,
java.lang.String name,
java.lang.String user)
Constructor. |
|
Database(java.lang.String driverClassName,
java.lang.String connInfo,
Report report,
java.lang.String name,
java.lang.String user,
java.lang.String password)
Constructor. |
|
Database(java.lang.String driverClassName,
java.lang.String connInfo,
Report report,
java.lang.String name,
java.lang.String user,
java.lang.String password,
boolean givenPassword)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||