|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qriterium.dogma.gui.GUILib
public class GUILib
Library class for different gui-items used in Dogma.
Constructor Summary | |
---|---|
GUILib()
|
Method Summary | |
---|---|
static void |
showAbout()
Creates the about - window |
static java.lang.String |
showDBChooser(java.lang.String lastPath)
Creates the window for choosing the database-file. |
static void |
showDialog(java.lang.String text)
Creates a pop-up window with given text. |
static java.lang.String |
showFileChooser(java.lang.String text,
java.lang.String lastPath,
java.lang.String[] filterExtensions)
Creates a window for choosing a file. |
static java.lang.String |
showSQLQueryWindow()
Creates a new window for a sql-query and returns the user input as a string. |
static java.lang.String |
showTextFileChooser(java.lang.String lastPath)
Creates the window for choosing the text-dump file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GUILib()
Method Detail |
---|
public static void showAbout()
public static void showDialog(java.lang.String text)
public static java.lang.String showDBChooser(java.lang.String lastPath)
lastPath
- previous path used
public static java.lang.String showTextFileChooser(java.lang.String lastPath)
lastPath
- previous path used
public static java.lang.String showFileChooser(java.lang.String text, java.lang.String lastPath, java.lang.String[] filterExtensions)
text
- text shown in the windowlastPath
- previous path used
public static java.lang.String showSQLQueryWindow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |