edu.udo.cs.miningmart.gui.util
Class DbConfigEditor
java.lang.Object
edu.udo.cs.miningmart.gui.util.DbConfigEditor
- public class DbConfigEditor
- extends java.lang.Object
An editor for the database-configuration.
- Version:
- $Id: DbConfigEditor.java,v 1.5 2006/04/11 14:10:18 euler Exp $
- Author:
- Martin Scholz
Constructor Summary |
DbConfigEditor(javax.swing.JFrame parent)
Constructor |
Method Summary |
boolean |
frameActive()
|
void |
init()
This method reads the settings from file and initialises
the editor frame. |
boolean |
isCanceled()
|
void |
setRestartWarning(boolean showRestartWarning)
Method to turn on/off the restart warning after changing the db.config settings. |
boolean |
shouldRestart()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VAR_DB_NAME
public static final java.lang.String VAR_DB_NAME
- See Also:
- Constant Field Values
VAR_DB_HOST
public static final java.lang.String VAR_DB_HOST
- See Also:
- Constant Field Values
VAR_DB_PORT
public static final java.lang.String VAR_DB_PORT
- See Also:
- Constant Field Values
VAR_DB_DRIV
public static final java.lang.String VAR_DB_DRIV
- See Also:
- Constant Field Values
VAR_M4_USER
public static final java.lang.String VAR_M4_USER
- See Also:
- Constant Field Values
VAR_M4_PASS
public static final java.lang.String VAR_M4_PASS
- See Also:
- Constant Field Values
VAR_BUS_USER
public static final java.lang.String VAR_BUS_USER
- See Also:
- Constant Field Values
VAR_BUS_PASS
public static final java.lang.String VAR_BUS_PASS
- See Also:
- Constant Field Values
DbConfigEditor
public DbConfigEditor(javax.swing.JFrame parent)
- Constructor
init
public void init()
- This method reads the settings from file and initialises
the editor frame.
setRestartWarning
public void setRestartWarning(boolean showRestartWarning)
- Method to turn on/off the restart warning after changing the db.config settings.
frameActive
public boolean frameActive()
shouldRestart
public boolean shouldRestart()
isCanceled
public boolean isCanceled()
Copyright © 2001-2005