WUI : API


Uses of Class
org.westofj.wui.WFont

Packages that use WFont
org.westofj.wui   
 

Uses of WFont in org.westofj.wui
 

Fields in org.westofj.wui declared as WFont
static WFont WConstants.DEFAULT_FONT
          Default background color.
 

Methods in org.westofj.wui that return WFont
 WFont WTextWidget.getFont()
          Returns the font.
 WFont WSelectList.getFont()
          Returns the font of the list.
 WFont WResetButton.getFont()
          Returns the font.
 WFont WRenderContext.getFont()
           
 WFont WRadioList.getFont()
          Returns the font.
 WFont WMultiSelectList.getFont()
          Returns the font of the list.
 WFont WLink.getFont()
          Returns the font.
 WFont WLabelWidget.getFont()
          Returns the font of the label.
 WFont WCheckList.getFont()
          Returns the font.
 WFont WButton.getFont()
          Returns the font.
 WFont WAnchor.getFont()
          Returns the font of the anchor.
 WFont WAbstractContainer.getFont()
          Returns the font.
 

Methods in org.westofj.wui with parameters of type WFont
 void WTextWidget.setFont(WFont font)
          Sets the font.
 void WSelectList.setFont(WFont font)
          Sets the font of the list.
 void WResetButton.setFont(WFont font)
          Sets the font.
 void WRenderContext.setFont(WFont font)
           
 void WRadioList.setFont(WFont font)
          Sets the font.
 void WMultiSelectList.setFont(WFont font)
          Sets the font of the list.
 void WLink.setFont(WFont font)
          Sets the font.
 void WLabelWidget.setFont(WFont font)
          Sets the font of the label.
 void WCheckList.setFont(WFont font)
          Sets the font.
 void WButton.setFont(WFont font)
          Sets the font.
 void WAnchor.setFont(WFont font)
          Sets the font of the anchor.
 void WAbstractContainer.setFont(WFont font)
          Sets the font.
 

Constructors in org.westofj.wui with parameters of type WFont
WStringLabel(String text, WFont font)
          Constructs a string label with the specified text and font.
WStringLabel(String text, WFont font, Color color)
          Constructs a string label with the specified text, font and color.
WLabelWidget(WFont font, Color color)
          Constructs a base label widget with the specified style.
WLabel(String text, WFont font)
          Constructs a label with the specified text and font.
WLabel(String text, WFont font, Color color)
          Constructs a label with the specified text, font and color.
WLabel(WDisplayable text, WFont font)
          Constructs a label with the specified text and font.
WLabel(WDisplayable text, WFont font, Color color)
          Constructs a label with the specified text, font and color.
 


Copyright (c) 2003 West of J - All rights reserved.