Searched refs:FlowStrategy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DFlowView.java63 strategy = new FlowStrategy();
72 * by the <code>FlowStrategy</code>.
84 * FlowStrategy while it is updating the flow.
101 * FlowStrategy while it is updating the flow.
116 * called by the FlowStrategy when new children
171 * the layout along the box axis. The FlowStrategy.layout
318 * of FlowView (FlowStrategy is stateless). Subclasses
322 protected FlowStrategy strategy;
335 public static class FlowStrategy { class in class:FlowView
H A DTextLayoutStrategy.java46 class TextLayoutStrategy extends FlowView.FlowStrategy {
56 // --- FlowStrategy methods --------------------------------------------
H A DParagraphView.java75 if (o instanceof FlowStrategy) {
76 strategy = (FlowStrategy) o;

Completed in 202 milliseconds