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

Packages that use GUIConstants.Fill
org.basex.gui This package contains the graphical user interface. 
org.basex.gui.layout This package contains 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(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
 void BaseXBack.setMode(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.