Searched defs:ParagraphView (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DParagraphView.java46 public class ParagraphView extends javax.swing.text.ParagraphView { class in inherits:javax.swing.text.ParagraphView
49 * Constructs a ParagraphView for the given element.
53 public ParagraphView(Element elem) { method in class:ParagraphView
142 * superclass {@link javax.swing.text.ParagraphView}.</p>
247 * @see javax.swing.text.ParagraphView#getPreferredSpan
264 * @see javax.swing.text.ParagraphView#getMinimumSpan
281 * @see javax.swing.text.ParagraphView#getMaximumSpan
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DParagraphView.java50 public class ParagraphView extends FlowView implements TabExpander { class in inherits:FlowView,TabExpander
53 * Constructs a <code>ParagraphView</code> for the given element.
57 public ParagraphView(Element elem) { method in class:ParagraphView
79 throw new StateInvariantError("ParagraphView: Can't create i18n strategy: "
153 * @return the number of views that this <code>ParagraphView</code>
261 // NOTE: This will not properly work if ParagraphView contains
512 // PENDING: when ParagraphView supports breaking location
645 * <code>ParagraphView</code> instances are breakable
677 * <code>ParagraphView</code> instances are breakable

Completed in 36 milliseconds