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 WordWrapJEditBuffer. getWordWrap()Returns the current word wrap modestatic WordWrapWordWrap. 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 voidJEditBuffer. setWordWrap(WordWrap wordWrap)set word wrap
-