Uses of Class
org.gjt.sp.jedit.LargeFileMode
-
Packages that use LargeFileMode Package Description org.gjt.sp.jedit This package contains jEdit 4's core classes.org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. -
-
Uses of LargeFileMode in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return LargeFileMode Modifier and Type Method Description static LargeFileModeLargeFileMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LargeFileMode[]LargeFileMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LargeFileMode in org.gjt.sp.jedit.buffer
Methods in org.gjt.sp.jedit.buffer that return LargeFileMode Modifier and Type Method Description LargeFileModeJEditBuffer. getLargeFileMode()Returns the LargeFileMode optionMethods in org.gjt.sp.jedit.buffer with parameters of type LargeFileMode Modifier and Type Method Description voidJEditBuffer. setLargeFileMode(LargeFileMode largeFileMode)Set the large file mode option
-