Uses of Class
org.gjt.sp.jedit.print.Range
Packages that use Range
-
Uses of Range in org.gjt.sp.jedit.print
Methods in org.gjt.sp.jedit.print that return types with arguments of type RangeModifier and TypeMethodDescriptionBufferPrinter1_7.getCurrentPageRange
(View view, Buffer buffer, PrintRequestAttributeSet attributes) BufferPrinter1_7.getPageRanges
(View view, Buffer buffer, PrintRequestAttributeSet attributes) This is intended for use by classes that need to know the page ranges of the buffer.PrintPreviewModel.getPageRanges()
Method parameters in org.gjt.sp.jedit.print with type arguments of type RangeModifier and TypeMethodDescriptionvoid
PrintPreviewModel.setPageRanges
(HashMap<Integer, Range> pageRanges) Constructor parameters in org.gjt.sp.jedit.print with type arguments of type RangeModifierConstructorDescriptionPrintPreviewModel
(View view, Buffer buffer, PrintService printService, PrintRequestAttributeSet attributes, HashMap<Integer, Range> pageRanges)