|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatabaseManagerGUI
This is the interface that must be implemented by classes that contains a DatabaseManagerGUI to edit the properties to connect to the XBRL Database
| Field Summary | |
|---|---|
static int |
CANCEL
Value of the dialog status CANCEL |
static int |
OK
Value of the dialog status OK |
| Method Summary | |
|---|---|
java.util.Properties |
getProperties()
Obtains the new Hibernate properties to connect to the XBRL Database |
int |
getStatus()
Gets the dialog status constant. |
void |
setDbStatus(DatabaseManagerBase.DatabaseConfigurationInformationStatus status,
boolean databaseAvailable)
Sets the current status of the connection to the database. |
void |
setLocation(int i,
int j)
Sets the dialog location in the screen |
void |
setProperties(java.util.Properties dbProperties)
Sets the Hibernate properties for the connection to the database |
void |
setVisible()
Sets the dialog visible and waits for user input. |
void |
updateAllFields()
Called during a call to setProperties in order to update the GUI interface with the new data |
| Field Detail |
|---|
static final int CANCEL
static final int OK
| Method Detail |
|---|
void setLocation(int i,
int j)
i - j - void setProperties(java.util.Properties dbProperties)
dbProperties - void setVisible()
int getStatus()
java.util.Properties getProperties()
void updateAllFields()
void setDbStatus(DatabaseManagerBase.DatabaseConfigurationInformationStatus status,
boolean databaseAvailable)
status - databaseAvailable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||