Searched refs:getTabInsets (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java775 Insets tabInsets = getTabInsets(tabPlacement, tabIndex);
819 protected Insets getTabInsets(int tabPlacement, int tabIndex) { method in class:SynthTabbedPaneUI
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java727 protected Insets getTabInsets(final int tabPlacement, final int tabIndex) { method in class:AquaTabbedPaneUI
1215 final Insets insets = getTabInsets(tabPane.getTabPlacement(), i);
H A DAquaTabbedPaneCopyFromBasicUI.java657 final Insets tabInsets = getTabInsets(tabPane.getTabPlacement(), tab);
1608 final Insets tabInsets = getTabInsets(tabPlacement, tabIndex);
1625 final Insets tabInsets = getTabInsets(tabPlacement, tabIndex);
1670 protected Insets getTabInsets(final int tabPlacement, final int tabIndex) { method in class:AquaTabbedPaneCopyFromBasicUI
2366 final Insets insets = getTabInsets(tabPane.getTabPlacement(), i);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java688 Insets tabInsets = getTabInsets(tabPane.getTabPlacement(), tab);
1731 Insets tabInsets = getTabInsets(tabPlacement, tabIndex);
1748 Insets tabInsets = getTabInsets(tabPlacement, tabIndex);
1799 protected Insets getTabInsets(int tabPlacement, int tabIndex) { method in class:BasicTabbedPaneUI
2532 Insets insets = getTabInsets(tabPane.getTabPlacement(), i);

Completed in 73 milliseconds