Uses of Class
com.jaxfront.swing.ui.tools.HeaderPanel

Packages that use HeaderPanel
com.jaxfront.swing.ui.tools   
 

Uses of HeaderPanel in com.jaxfront.swing.ui.tools
 

Methods in com.jaxfront.swing.ui.tools that return HeaderPanel
static HeaderPanel GUITools.createHeader(Type type, java.lang.String text)
          Creates a header with the specified text.
static HeaderPanel GUITools.createHeader(Type type, java.lang.String text, int height, java.lang.String imageURL)
          Creates a header with the specified text.
static HeaderPanel GUITools.createHeader(Type type, java.lang.String text, int height, java.lang.String imageURL, java.awt.Color textColor, java.awt.Color startColor, java.awt.Color endColor)
           
static HeaderPanel GUITools.createHeader(Type type, java.lang.String text, java.lang.String imageURL)
          Creates a header with the specified text.
static HeaderPanel GUITools.createSeparatorClassic(Type type, java.lang.String text)
          Creates a classic seperator with the specified text.
static HeaderPanel GUITools.createSeparatorClassic(Type type, java.lang.String text, int height)
          Creates a classic seperator with the specified text.
static HeaderPanel GUITools.createSeparatorModern(Type type, java.lang.String text)
          Creates a modern seperator with the specified text.
static HeaderPanel GUITools.createSeparatorModern(Type type, java.lang.String text, int height)
          Creates a modern seperator with the specified text.
static HeaderPanel GUITools.createSeparatorVertical(Type type, java.lang.String text)
          Creates a modern seperator with the specified text.