| java.lang.Object org.eclipse.pde.internal.ui.util.LineBreakingReader
LineBreakingReader | public class LineBreakingReader (Code) | | LineBreakingReader
Derived from org.eclipse.jdt.internal.ui.text.LineBreakingReader
|
Constructor Summary | |
public | LineBreakingReader(Reader reader, GC gc, int maxLineWidth) Creates a reader that breaks an input text to fit in a given width. |
LineBreakingReader | public LineBreakingReader(Reader reader, GC gc, int maxLineWidth)(Code) | | Creates a reader that breaks an input text to fit in a given width.
Parameters: reader - Reader of the input text Parameters: gc - The graphic context that defines the currently used font sizes Parameters: maxLineWidth - The max width (pixels) where the text has to fit in |
isFormattedLine | public boolean isFormattedLine()(Code) | | |
readLine | public String readLine() throws IOException(Code) | | Reads the next line. The lengths of the line will not exceed the given
maximum width.
the next line throws: IOException - |
|
|