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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java3530 // to let updateHtmlViews() insert the correct one
3534 updateHtmlViews(index);
3573 updateHtmlViews((Integer)e.getNewValue());
3579 private void updateHtmlViews(int index) { method in class:BasicTabbedPaneUI.Handler
3715 updateHtmlViews(tp.indexOfComponent(child));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java3304 updateHtmlViews((Integer) e.getNewValue());
3342 updateHtmlViews((Integer) e.getNewValue());
3461 updateHtmlViews(tp.indexOfComponent(child));
3464 private void updateHtmlViews(int index) { method in class:AquaTabbedPaneCopyFromBasicUI.Handler

Completed in 52 milliseconds