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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DFlowView.java63 strategy = new FlowStrategy();
72 * by the <code>FlowStrategy</code>.
86 * FlowStrategy while it is updating the flow.
105 * FlowStrategy while it is updating the flow.
122 * called by the FlowStrategy when new children
179 * the layout along the box axis. The FlowStrategy.layout
326 * of FlowView (FlowStrategy is stateless). Subclasses
330 protected FlowStrategy strategy;
343 public static class FlowStrategy { class in class:FlowView
H A DTextLayoutStrategy.java46 class TextLayoutStrategy extends FlowView.FlowStrategy {
56 // --- FlowStrategy methods --------------------------------------------

Completed in 40 milliseconds