WUI : API


Uses of Class
org.westofj.wui.WLengthUnit

Packages that use WLengthUnit
org.westofj.wui   
 

Uses of WLengthUnit in org.westofj.wui
 

Fields in org.westofj.wui declared as WLengthUnit
static WLengthUnit WLengthUnit.PERCENT
           
static WLengthUnit WLengthUnit.PIXELS
           
 

Methods in org.westofj.wui that return WLengthUnit
 WLengthUnit WTabbedPane.getWidthUnit()
          Returns the width units.
 WLengthUnit WRadioList.getBorderUnit()
          Returns the border unit type.
 WLengthUnit WPage.getMarginUnit()
          Returns the margin unit type.
 WLengthUnit WCheckList.getBorderUnit()
          Returns the border unit type.
 WLengthUnit WAbstractContainer.getBorderUnit()
          Returns the border unit type.
 WLengthUnit WAbstractContainer.getHeightUnit()
          Returns the height unit type.
 WLengthUnit WAbstractContainer.getPaddingUnit()
          Returns the padding unit type.
 WLengthUnit WAbstractContainer.getSpacingUnit()
          Returns the spacing unit type.
 WLengthUnit WAbstractContainer.getWidthUnit()
          Returns the width unit type.
 

Methods in org.westofj.wui with parameters of type WLengthUnit
 void WTabbedPane.setWidth(int width, WLengthUnit unit)
          Sets the width scalar value.
 void WTabbedPane.setWidthUnit(WLengthUnit widthUnit)
          Sets the width units.
 void WRadioList.setBorder(int border, WLengthUnit borderUnit)
          Sets the border.
 void WRadioList.setBorder(int border, WLengthUnit borderUnit, Color borderColor, WBorderStyle borderStyle)
          Sets the border.
 void WRadioList.setBorderUnit(WLengthUnit borderUnit)
          Sets the border unit type.
 void WPage.setMargin(int margin, WLengthUnit marginUnit)
          Sets the margin.
 void WPage.setMarginUnit(WLengthUnit marginUnit)
          Sets the margin unit type.
 void WCheckList.setBorder(int border, WLengthUnit borderUnit)
          Sets the border.
 void WCheckList.setBorder(int border, WLengthUnit borderUnit, Color borderColor, WBorderStyle borderStyle)
          Sets the border.
 void WCheckList.setBorderUnit(WLengthUnit borderUnit)
          Sets the border unit type.
 void WAbstractContainer.setBorder(int border, WLengthUnit borderUnit)
          Sets the border.
 void WAbstractContainer.setBorder(int border, WLengthUnit borderUnit, Color borderColor, WBorderStyle borderStyle)
          Sets the border.
 void WAbstractContainer.setBorderUnit(WLengthUnit borderUnit)
          Sets the border unit type.
 void WAbstractContainer.setHeight(int height, WLengthUnit heightUnit)
          Sets the height.
 void WAbstractContainer.setHeightUnit(WLengthUnit heightUnit)
          Sets the height unit type.
 void WAbstractContainer.setPadding(int padding, WLengthUnit paddingUnit)
          Sets the padding.
 void WAbstractContainer.setPaddingUnit(WLengthUnit paddingUnit)
          Sets the padding unit type.
 void WAbstractContainer.setSpacingUnit(WLengthUnit spacingUnit)
          Sets the spacing unit type.
 void WAbstractContainer.setWidth(int width, WLengthUnit widthUnit)
          Sets the width.
 void WAbstractContainer.setWidthUnit(WLengthUnit widthUnit)
          Sets the width unit type.
 


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