Uses of Class
org.basex.gui.layout.BaseXLabel

Packages that use BaseXLabel
org.basex.gui.layout Project specific GUI components. 
 

Uses of BaseXLabel in org.basex.gui.layout
 

Methods in org.basex.gui.layout that return BaseXLabel
 BaseXLabel BaseXLabel.border(int t, int l, int b, int r)
          Sets the label borders.
 BaseXLabel BaseXLabel.color(java.awt.Color c)
          Sets the text color.
 BaseXLabel BaseXLabel.large()
          Chooses a large font.
 BaseXLabel BaseXLabel.setText(java.lang.String text, GUIConstants.Msg icon)
          Shows an text, preceded by a state icon.