Uses of Class
org.basex.gui.GUIProp

Packages that use GUIProp
org.basex.gui GUI Package. 
org.basex.gui.view Visualizations and View Observer framework. 
 

Uses of GUIProp in org.basex.gui
 

Fields in org.basex.gui declared as GUIProp
 GUIProp AGUI.gprop
          GUI properties.
 

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

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.leaf(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.name(GUIProp prop, Data data, int pre)
          Returns the tag name of the specified node.