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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTabbedPane.java962 // Force the tabComponent to be cleaned up.
2046 Component tabComponent; field in class:JTabbedPane.Page
2378 pages.get(index).tabComponent = component;
2395 return pages.get(index).tabComponent;
2402 * @param tabComponent the tab component for the tab
2409 public int indexOfTabComponent(Component tabComponent) { argument
2412 if (c == tabComponent) {

Completed in 36 milliseconds