|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.gui.GUIProp
public final class GUIProp
This class contains properties which are used in the GUI. They are initially read from and finally written to disk.
| Field Summary | |
|---|---|
static java.lang.String[] |
basexcmd
Last entered XPath queries. |
static int |
colorblue
Blue GUI color factor. |
static int |
colorgreen
Green GUI color factor. |
static int |
colorred
Red GUI color factor. |
static int[] |
colorsloc
Dialog location. |
static java.lang.String[] |
commands
Last entered BaseX commands. |
static java.lang.String |
createpath
Path for creating new XML Documents. |
static boolean |
filterrt
Flag for realtime context switch. |
static java.lang.String |
font
Default GUI Font. |
static boolean |
fontalias
Flag for anti-aliasing results in GUI mode. |
static int |
fontsize
Monospace font size. |
static int[] |
fontsloc
Dialog location. |
static int |
fonttype
Monospace font type = plain, bold, italics). |
static boolean |
fsall
Flag for importing complete file system hierarchy. |
static java.lang.String |
fspath
Path for importing the file system. |
static int[] |
guiloc
GUI position. |
static java.lang.String[] |
guisearch
Last entered GUISearch commands. |
static int[] |
guisize
GUI height. |
static java.lang.String |
importfsname
Name of the filesystem database. |
static java.lang.String |
layoutclosed
GUI Layout. |
static java.lang.String |
layoutopened
GUI Layout. |
static int |
maplayout
Treemap Layout. |
static int[] |
maplayoutloc
Dialog location. |
static int |
mapprop
Treemap Proportion. |
static boolean |
mapsimple
Flag for using a simple map layout. |
static boolean |
maxstate
Flag for maximized GUI window. |
static java.lang.String |
monofont
Default GUI Monospace Font. |
static boolean |
mousefocus
Focus follows mouse. |
static int[] |
searchloc
Search GUI position. |
static boolean |
searchmode
Flag for search/command input mode. |
static int |
searchwidth
Search GUI width. |
static boolean |
showbuttons
Flag for displaying buttons in the GUI window. |
static boolean |
showhelp
Flag for activated help view. |
static boolean |
showinfo
Flag for activated info view. |
static boolean |
showinput
Flag for displaying the text field in the GUI window. |
static boolean |
showmap
Flag for activated map view. |
static boolean |
showmenu
Flag for displaying the menu in the GUI window. |
static boolean |
shownames
Flag for dissolving name attributes. |
static boolean |
showquery
Flag for activated search view. |
static boolean |
showstarthelp
Flag for activated help view after starting. |
static boolean |
showstarttext
Flag for activated result view after starting. |
static boolean |
showstatus
Flag for displaying the status bar in the GUI window. |
static boolean |
showtable
Flag for activated table view. |
static boolean |
showtext
Flag for activated result view. |
static boolean |
showtree
Flag for activated tree view. |
static boolean |
simplefd
Flag for showing the simple file dialog. |
static boolean |
SKIP
Following options are not saved/read; don't remove this flag. |
static java.lang.String[] |
xpathcmd
Last entered XPath queries. |
static java.lang.String[] |
xquerycmd
Last entered XPath queries. |
| Method Summary | |
|---|---|
static void |
readProps()
Reads in the GUI configuration file and initializes the properties. |
static void |
writeProps()
Writes the configuration file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String[] basexcmd
public static int colorblue
public static int colorgreen
public static int colorred
public static int[] colorsloc
public static java.lang.String[] commands
public static java.lang.String createpath
public static boolean filterrt
public static java.lang.String font
public static boolean fontalias
public static int fontsize
public static int[] fontsloc
public static int fonttype
public static boolean fsall
public static java.lang.String fspath
public static int[] guiloc
public static java.lang.String[] guisearch
public static int[] guisize
public static java.lang.String importfsname
public static java.lang.String layoutclosed
public static java.lang.String layoutopened
public static int maplayout
public static int[] maplayoutloc
public static int mapprop
public static boolean mapsimple
public static boolean maxstate
public static java.lang.String monofont
public static boolean mousefocus
public static int[] searchloc
public static boolean searchmode
public static int searchwidth
public static boolean showbuttons
public static boolean showhelp
public static boolean showinfo
public static boolean showinput
public static boolean showmap
public static boolean showmenu
public static boolean shownames
public static boolean showquery
public static boolean showstarthelp
public static boolean showstarttext
public static boolean showstatus
public static boolean showtable
public static boolean showtext
public static boolean showtree
public static boolean simplefd
public static final boolean SKIP
public static java.lang.String[] xpathcmd
public static java.lang.String[] xquerycmd
| Method Detail |
|---|
public static void readProps()
public static void writeProps()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||