|
||||||||||
| 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 command inputs. |
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 int |
fontalias
Anti-aliasing 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 boolean |
fullscreen
Fullscreen flag. |
static java.lang.String |
guibackingroot
Name of the backingroot. |
static java.lang.String |
guifsdbname
Name of the filesystem database. |
static java.lang.String |
guifsimportpath
Path for importing the file system. |
static int[] |
guiloc
GUI position. |
static java.lang.String |
guimountpoint
Name of the mountpoint. |
static int[] |
guisize
GUI height. |
static int[] |
helploc
Dialog location. |
static int[] |
helpsize
Dialog size. |
static boolean |
javalook
Flag for Java look and feel. |
static java.lang.String |
layoutclosed
GUI Layout. |
static java.lang.String |
layoutopened
GUI Layout. |
static int |
mapalgo
Map algorithm. |
static boolean |
mapatts
Show attributes in treemap. |
static boolean |
mapfs
Shows real file contents in the treemap. |
static boolean |
mapinfo
Flag for computing additional map infos. |
static int |
mapinteraction
Choice of interacting with TreeeMap. |
static int[] |
maplayoutloc
Dialog location. |
static int |
mapoffsets
Treemap Offsets. |
static boolean |
mapsimple
divide rectangles uniformly on each level. |
static int |
mapweight
number of child <-> size weighting in (0;100). |
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 boolean |
plotxlog
Logarithmic plot. |
static boolean |
plotylog
Logarithmic plot. |
static java.lang.String[] |
search
Last keyword inputs. |
static int |
searchmode
Current input mode in global text field (Search, XQuery, Command). |
static boolean |
showbuttons
Flag for displaying buttons in the GUI window. |
static boolean |
showfolder
Flag for activated tree view. |
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 |
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 |
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 |
xqpath
Path for XQuery files. |
static java.lang.String[] |
xquery
Last XQuery inputs. |
| 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 int fontalias
public static int colorred
public static int colorgreen
public static int colorblue
public static int[] guisize
public static int[] guiloc
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 showfolder
public static boolean showquery
public static boolean showplot
public static boolean javalook
public static boolean shownames
public static boolean mousefocus
public static boolean simplefd
public static int searchmode
public static boolean filterrt
public static boolean execrt
public static boolean mapatts
public static int mapoffsets
public static int mapalgo
public static int mapweight
public static boolean mapsimple
public static int plotdots
public static boolean plotxlog
public static boolean plotylog
public static int[] maplayoutloc
public static int[] fontsloc
public static int[] colorsloc
public static int[] helploc
public static int[] helpsize
public static java.lang.String createpath
public static java.lang.String xqpath
public static java.lang.String guifsimportpath
public static java.lang.String guifsdbname
public static java.lang.String guimountpoint
public static java.lang.String guibackingroot
public static boolean fsall
public static java.lang.String[] commands
public static java.lang.String[] search
public static java.lang.String[] xquery
public static final boolean SKIP
public static boolean showmenu
public static boolean showhelp
public static boolean showstarttext
public static boolean fullscreen
public static boolean mapinfo
public static boolean mapfs
public static int mapinteraction
| 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 | |||||||||