Searched defs:preferenceChanged (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
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
/openjdk7/jdk/src/share/classes/javax/swing/text/
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);
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 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...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
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

Completed in 504 milliseconds