WUI : API


Uses of Class
org.westofj.wui.WBorderStyle

Packages that use WBorderStyle
org.westofj.wui   
 

Uses of WBorderStyle in org.westofj.wui
 

Fields in org.westofj.wui declared as WBorderStyle
static WBorderStyle WBorderStyle.DOTTED
           
static WBorderStyle WBorderStyle.DASHED
           
static WBorderStyle WBorderStyle.SOLID
           
static WBorderStyle WBorderStyle.DOUBLE
           
static WBorderStyle WBorderStyle.GROOVE
           
static WBorderStyle WBorderStyle.RIDGE
           
static WBorderStyle WBorderStyle.INSET
           
static WBorderStyle WBorderStyle.OUTSET
           
 

Methods in org.westofj.wui that return WBorderStyle
 WBorderStyle WRadioList.getBorderStyle()
          Returns the border style.
 WBorderStyle WCheckList.getBorderStyle()
          Returns the border style.
 WBorderStyle WAbstractContainer.getBorderStyle()
          Returns the style of the border.
 

Methods in org.westofj.wui with parameters of type WBorderStyle
 void WRadioList.setBorder(int border, WLengthUnit borderUnit, Color borderColor, WBorderStyle borderStyle)
          Sets the border.
 void WRadioList.setBorderStyle(WBorderStyle borderStyle)
          Sets the border style.
 void WCheckList.setBorder(int border, WLengthUnit borderUnit, Color borderColor, WBorderStyle borderStyle)
          Sets the border.
 void WCheckList.setBorderStyle(WBorderStyle borderStyle)
          Sets the border style.
 void WAbstractContainer.setBorder(int border, WLengthUnit borderUnit, Color borderColor, WBorderStyle borderStyle)
          Sets the border.
 void WAbstractContainer.setBorderStyle(WBorderStyle borderStyle)
          Sets the border style.
 


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