Searched refs:preferenceChanged (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DEditableView.java79 preferenceChanged(null, true, true);
H A DInlineView.java96 preferenceChanged(null, true, true);
H A DImageView.java336 preferenceChanged(null, true, true);
831 * Invokes <code>preferenceChanged</code> on the event displatching
840 preferenceChanged(null, true, true);
H A DHiddenTagView.java192 preferenceChanged(this, true, true);
H A DTableView.java535 * a preferenceChanged was messaged through this view).
608 * a preferenceChanged was messaged through this view).
1372 * needs to propagate a preferenceChanged so that it will
1379 public void preferenceChanged(View child, boolean width, boolean height) { method in class:TableView.RowView
1380 super.preferenceChanged(child, width, height);
1385 rv.preferenceChanged(null, false, true);
1766 * need to be updated (i.e. a preferenceChanged was messaged
H A DHTMLEditorKit.java1344 preferenceChanged(null, true, true);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java312 // message preferenceChanged
329 // propagate a preferenceChanged, using the
332 parent.preferenceChanged(this, horizontal, vertical);
398 * preferenceChanged while we are initializing.
495 public synchronized void preferenceChanged(View child, boolean width, boolean height) { method in class:AsyncBoxView
497 getParent().preferenceChanged(this, width, height);
504 changing.preferenceChanged(width, height);
511 cs.preferenceChanged(width, height);
909 * causes a preferenceChanged, so this is a cache to
1368 public void preferenceChanged(boolea method in class:AsyncBoxView.ChildState
[all...]
H A DComponentView.java266 preferenceChanged(null, true, true);
400 preferenceChanged(null, true, true);
H A DView.java61 The view has a <code>preferenceChanged</code> method which is
79 <li><a href="#preferenceChanged(javax.swing.text.View, boolean, boolean)">preferenceChanged</a>
90 <code>preferenceChanged</code> method on the parent if it has changed the
93 not required to recognize a change until the <code>preferenceChanged</code>
286 public void preferenceChanged(View child, boolean width, boolean height) { method in class:View
289 parent.preferenceChanged(this, width, height);
1219 * <code>preferenceChanged</code> to reschedule a new layout
1235 preferenceChanged(null, true, true);
H A DFlowView.java175 * a preferenceChanged is called. Following all of that,
206 p.preferenceChanged(this, (heightAxis == X_AXIS), (heightAxis == Y_AXIS));
380 fv.preferenceChanged(null, true, true);
400 fv.preferenceChanged(null, true, true);
422 fv.preferenceChanged(null, true, true);
H A DPlainView.java554 preferenceChanged(null, true, true);
566 preferenceChanged(null, true, false);
569 preferenceChanged(null, true, false);
575 preferenceChanged(null, true, false);
H A DWrappedPlainView.java291 preferenceChanged(null, true, true);
385 preferenceChanged(null, true, true);
734 WrappedPlainView.this.preferenceChanged(this, false, true);
H A DGlyphView.java298 // so we have to call preferenceChanged()
299 preferenceChanged(null, true, false);
905 * This is implemented to call preferenceChanged along the
918 preferenceChanged(null, true, false);
924 * This is implemented to call preferenceChanged along the
937 preferenceChanged(null, true, false);
943 * This is implemented to call preferenceChanged along both the
954 preferenceChanged(null, true, true);
H A DBoxView.java109 preferenceChanged(null, true, true);
275 public void preferenceChanged(View child, boolean width, boolean height) { method in class:BoxView
286 super.preferenceChanged(child, width, height);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java302 preferenceChanged(null, true, true);
H A DBasicHTML.java456 public void preferenceChanged(View child, boolean width, boolean height) { method in class:BasicHTML.Renderer
H A DBasicTextUI.java1405 public void preferenceChanged(View child, boolean width, boolean height) { method in class:BasicTextUI.RootView

Completed in 84 milliseconds