Uses of Class
org.basex.gui.GUIConstants.Fill

Packages that use GUIConstants.Fill
org.basex.gui GUI Package. 
org.basex.gui.layout Project specific GUI components. 
 

Uses of GUIConstants.Fill in org.basex.gui
 

Methods in org.basex.gui that return GUIConstants.Fill
static GUIConstants.Fill GUIConstants.Fill.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GUIConstants.Fill[] GUIConstants.Fill.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of GUIConstants.Fill in org.basex.gui.layout
 

Methods in org.basex.gui.layout with parameters of type GUIConstants.Fill
 BaseXBack BaseXBack.mode(GUIConstants.Fill m)
          Sets the specified fill mode.
 

Constructors in org.basex.gui.layout with parameters of type GUIConstants.Fill
BaseXBack(GUIConstants.Fill m)
          Constructor, specifying the fill mode.