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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java145 private Vector<View> htmlViews; field in class:BasicTabbedPaneUI
420 htmlViews = createHTMLVector();
436 if (htmlViews!=null) {
437 htmlViews.removeAllElements();
438 htmlViews = null;
1705 if (htmlViews != null) {
1706 return htmlViews.elementAt(tabIndex);
3531 if (htmlViews != null) {
3532 htmlViews.removeElementAt(index);
3583 if (htmlViews
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java137 private Vector<View> htmlViews; field in class:AquaTabbedPaneCopyFromBasicUI
407 htmlViews = createHTMLVector();
423 if (htmlViews != null) {
424 htmlViews.removeAllElements();
425 htmlViews = null;
1582 if (htmlViews != null) {
1583 return htmlViews.elementAt(tabIndex);
3441 stored in the htmlViews Vector, which is only allocated after
3468 if (htmlViews == null) { // Initialize vector
3469 htmlViews
[all...]

Completed in 79 milliseconds