|
||||||||||
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, except for the properties
following the SKIP
flag.
Field Summary | |
---|---|
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 |
execrt
Flag for realtime context switch. |
static boolean |
filterrt
Flag for realtime context switch. |
static java.lang.String |
font
Default GUI Font. |
static java.lang.String |
fontaa
Anti-aliasing type. |
static boolean |
fontalias
Flag for anti-aliasing results in GUI mode. |
static int |
fontsize
Font size. |
static int[] |
fontsloc
Dialog location. |
static int |
fonttype
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 int[] |
guisize
GUI height. |
static java.lang.String |
importfsname
Name of the filesystem database. |
static boolean |
javalook
Flag for Java look and feel. |
static java.lang.String |
layoutclosed
GUI Layout. |
static java.lang.String |
layoutopened
GUI Layout. |
static boolean |
mapaggr
Map alignment by size aggregation. |
static int |
mapalgo
Map algorithm. |
static boolean |
mapatts
Show attributes in treemap. |
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 |
plotdots
Dot sizes in plot. |
static java.lang.String[] |
search
Last entered BaseX commands. |
static int[] |
searchloc
Search GUI position. |
static int |
searchmode
Current input mode in global text field (Search, XPath, Command). |
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 |
showplot
Flag for activated plot view. |
static boolean |
showquery
Flag for activated search view. |
static boolean |
showreal
Flag for activated real tree 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[] |
xpath
Last entered XPath queries. |
static java.lang.String |
xqpath
Path for XQuery files. |
Method Summary | |
---|---|
static void |
read()
Reads in the GUI configuration file and initializes the properties. |
static void |
write()
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 font
public static java.lang.String monofont
public static int fonttype
public static int fontsize
public static boolean fontalias
public static java.lang.String fontaa
public static int colorred
public static int colorgreen
public static int colorblue
public static int[] guisize
public static int[] guiloc
public static int[] searchloc
public static int searchwidth
public static boolean maxstate
public static boolean showbuttons
public static boolean showinput
public static boolean showstatus
public static java.lang.String layoutclosed
public static java.lang.String layoutopened
public static boolean showinfo
public static boolean showmap
public static boolean showtable
public static boolean showtext
public static boolean showtree
public static boolean showquery
public static boolean showhelp
public static boolean shownames
public static boolean simplefd
public static boolean showplot
public static int searchmode
public static boolean mousefocus
public static boolean filterrt
public static boolean execrt
public static boolean javalook
public static boolean mapsimple
public static boolean mapatts
public static int maplayout
public static int mapprop
public static int plotdots
public static int[] maplayoutloc
public static int[] fontsloc
public static int[] colorsloc
public static java.lang.String createpath
public static java.lang.String xqpath
public static java.lang.String fspath
public static java.lang.String importfsname
public static boolean fsall
public static java.lang.String[] commands
public static java.lang.String[] search
public static java.lang.String[] xpath
public static final boolean SKIP
public static boolean showmenu
public static boolean showreal
public static boolean showstarttext
public static boolean showstarthelp
public static int mapalgo
public static boolean mapaggr
Method Detail |
---|
public static void read()
public static void write()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |