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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java98 private Rectangle tabAreaBounds = new Rectangle(); field in class:SynthTabbedPaneUI
479 tabAreaBounds.setBounds(x, y, width, height);
481 if (g.getClipBounds().intersects(tabAreaBounds)) {
483 selectedIndex, tabAreaBounds);
506 Rectangle tabAreaBounds) {
524 SynthLookAndFeel.updateSubregion(ss, g, tabAreaBounds);
526 tabAreaBounds.x, tabAreaBounds.y, tabAreaBounds.width,
527 tabAreaBounds
504 paintTabArea(SynthContext ss, Graphics g, int tabPlacement, int selectedIndex, Rectangle tabAreaBounds) argument
[all...]

Completed in 31 milliseconds