Searched refs:layoutPool (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DFlowView.java129 * If the layoutPool variable is null, an instance of
136 if (layoutPool == null) {
137 layoutPool = new LogicalView(getElement());
139 layoutPool.setParent(this);
233 float pref = layoutPool.getPreferredSpan(axis);
234 float min = layoutPool.getMinimumSpan(axis);
255 layoutPool.insertUpdate(changes, a, f);
269 layoutPool.removeUpdate(changes, a, f);
283 layoutPool.changedUpdate(changes, a, f);
291 && layoutPool !
313 protected View layoutPool; field in class:FlowView
[all...]
H A DParagraphView.java157 return layoutPool.getViewCount();
174 return layoutPool.getView(index);
511 // Have to search layoutPool!
513 // into layoutPool will have to change!
515 numViews = layoutPool.getViewCount();
517 view = layoutPool.getView(viewIndex++);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java234 layoutPool = new LogicalView(elem);
235 layoutPool.setParent(this);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java2127 layoutPool = new LogicalView(elem);
2128 layoutPool.setParent(this);

Completed in 1938 milliseconds