Uses of Class
buoy.widget.BTextArea.WrapStyle

Packages that use BTextArea.WrapStyle
buoy.widget   
 

Uses of BTextArea.WrapStyle in buoy.widget
 

Fields in buoy.widget declared as BTextArea.WrapStyle
static BTextArea.WrapStyle BTextArea.WRAP_CHARACTER
           
static BTextArea.WrapStyle BTextArea.WRAP_NONE
           
static BTextArea.WrapStyle BTextArea.WRAP_WORD
           
 

Methods in buoy.widget that return BTextArea.WrapStyle
 BTextArea.WrapStyle BTextArea.getWrapStyle()
          Get the line wrap style for this text area.
 

Methods in buoy.widget with parameters of type BTextArea.WrapStyle
 void BTextArea.setWrapStyle(BTextArea.WrapStyle style)
          Set the line wrap style for this text area.
 



Written by Peter Eastman.