|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.WrapMode
public final class WrapMode
Indicate if you want a TextView to wrap, and if so, where it should break
lines. These constants are used with TextView's
setWrapMode() method.
| Field Summary | |
|---|---|
static WrapMode |
CHAR
Wrap text, breaking lines anywhere the cursor can appear (between characters, usually) |
static WrapMode |
NONE
Do not wrap lines; attempt to make the TextView as wide as the widest line in the underlying TextBuffer; lines will be truncated if they are longer than the width allocated to the TextView. |
static WrapMode |
WORD
Wrap text, breaking lines in between words. |
static WrapMode |
WORD_CHAR
Wrap text, breaking lines in between words, or if that is not enough, also between graphemes. |
| Method Summary |
|---|
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final WrapMode CHAR
public static final WrapMode NONE
public static final WrapMode WORD
public static final WrapMode WORD_CHAR
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||