Package | Description |
---|---|
buoy.widget |
Modifier and Type | Field and Description |
---|---|
static BTextArea.WrapStyle |
BTextArea.WRAP_CHARACTER |
static BTextArea.WrapStyle |
BTextArea.WRAP_NONE |
static BTextArea.WrapStyle |
BTextArea.WRAP_WORD |
Modifier and Type | Method and Description |
---|---|
BTextArea.WrapStyle |
BTextArea.getWrapStyle()
Get the line wrap style for this text area.
|
Modifier and Type | Method and Description |
---|---|
void |
BTextArea.setWrapStyle(BTextArea.WrapStyle style)
Set the line wrap style for this text area.
|
Written by Peter Eastman.