Uses of Class
org.basex.gui.GUIProp

Packages that use GUIProp
org.basex.gui This package contains the graphical user interface. 
org.basex.gui.view This package contains all visualizations and the view observer framework. 
 

Uses of GUIProp in org.basex.gui
 

Fields in org.basex.gui declared as GUIProp
 GUIProp GUI.prop
          GUI properties.
 

Methods in org.basex.gui with parameters of type GUIProp
static void GUIConstants.init(GUIProp prop)
          Initializes colors.
static void GUIConstants.initFonts(GUIProp prop)
          Initializes fonts.
 

Constructors in org.basex.gui with parameters of type GUIProp
GUI(Context ctx, GUIProp gprops)
          Default constructor.
 

Uses of GUIProp in org.basex.gui.view
 

Methods in org.basex.gui.view with parameters of type GUIProp
static boolean ViewData.isLeaf(GUIProp prop, Data d, int pre)
          Checks if the specified node is a leaf node (text node or file element or file tag).
static byte[] ViewData.tag(GUIProp prop, Data data, int pre)
          Returns the tag name of the specified node.