Uses of Class
org.gjt.sp.jedit.buffer.WordWrap
-
Packages that use WordWrap Package Description org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. -
-
Uses of WordWrap in org.gjt.sp.jedit.buffer
Methods in org.gjt.sp.jedit.buffer that return WordWrap Modifier and Type Method Description WordWrap
JEditBuffer. getWordWrap()
Returns the current word wrap modestatic WordWrap
WordWrap. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WordWrap[]
WordWrap. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gjt.sp.jedit.buffer with parameters of type WordWrap Modifier and Type Method Description void
JEditBuffer. setWordWrap(WordWrap wordWrap)
set word wrap
-