|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.config.QedeqConfig
org.qedeq.gui.se.pane.QedeqGuiConfig
This class gives a type save access to the GUI properties of the application.
| Method Summary | |
File |
getFileBrowserStartDirecty()
Get start directory for file browser. |
static QedeqGuiConfig |
getInstance()
Get instance of config access. |
static void |
init(File configFile,
File basisDirectory)
Load config file from start directory. |
boolean |
isAutomaticLogScroll()
Should the log window scroll automatically to the last line? |
boolean |
isAutoStartHtmlBrowser()
Get autostart html mode. |
boolean |
isDirectResponse()
Get direct response mode. |
void |
setAutomaticLogScroll(boolean value)
Should the log window scroll automatically to the last line? |
void |
setAutoStartHtmlBrowser(boolean mode)
Set auto start HTML browser. |
void |
setDirectResponse(boolean mode)
Set direct response mode. |
void |
setFileBrowserStartDirecty(File directory)
Set start directory for file browser. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static QedeqGuiConfig getInstance()
init(java.io.File, java.io.File) must have been called before.
IllegalStateException - if #setup wasn't called before this method call
public static void init(File configFile,
File basisDirectory)
throws IOException
qedeq
basisDirectory - Start directory of application. Basis for all relative paths.
IOException - Config file not found or readable.public final boolean isAutomaticLogScroll()
public final void setAutomaticLogScroll(boolean value)
public final boolean isAutoStartHtmlBrowser()
public final void setAutoStartHtmlBrowser(boolean mode)
mode - Auto start?public final boolean isDirectResponse()
public final void setDirectResponse(boolean mode)
mode - enable direct response?public final File getFileBrowserStartDirecty()
public final void setFileBrowserStartDirecty(File directory)
directory - Start directory.
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |