Searched refs:getXP (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsToolBarUI.java55 if (XPStyle.getXP() != null) {
62 if (XPStyle.getXP() != null) {
70 if (XPStyle.getXP() != null) {
78 XPStyle xp = XPStyle.getXP();
92 XPStyle xp = XPStyle.getXP();
H A DWindowsSpinnerUI.java50 if (XPStyle.getXP() != null) {
65 XPStyle xp = XPStyle.getXP();
72 if (XPStyle.getXP() != null) {
84 if (XPStyle.getXP() != null) {
H A DWindowsDesktopIconUI.java61 c.setOpaque(XPStyle.getXP() == null);
77 if (XPStyle.getXP() != null) {
H A DWindowsSliderUI.java125 XPStyle xp = XPStyle.getXP();
147 XPStyle xp = XPStyle.getXP();
155 XPStyle xp = XPStyle.getXP();
163 XPStyle xp = XPStyle.getXP();
171 XPStyle xp = XPStyle.getXP();
180 XPStyle xp = XPStyle.getXP();
205 XPStyle xp = XPStyle.getXP();
218 XPStyle xp = XPStyle.getXP();
H A DWindowsComboBoxUI.java146 if (XPStyle.getXP() != null && arrowButton != null) {
169 XPStyle xp = XPStyle.getXP();
195 if (XPStyle.getXP() != null) {
214 if (XPStyle.getXP() != null) {
233 XPStyle xp = XPStyle.getXP();
257 XPStyle xp = XPStyle.getXP();
321 if (XPStyle.getXP() == null) {
328 if (XPStyle.getXP() != null) {
348 if (XPStyle.getXP() != null && arrowButton != null) {
388 XPStyle xp = XPStyle.getXP();
[all...]
H A DWindowsProgressBarUI.java63 if (XPStyle.getXP() != null) {
80 if (XPStyle.getXP() != null && progressBar.isStringPainted() &&
101 XPStyle xp = XPStyle.getXP();
112 XPStyle xp = XPStyle.getXP();
123 XPStyle xp = XPStyle.getXP();
208 XPStyle xp = XPStyle.getXP();
230 XPStyle xp = XPStyle.getXP();
244 XPStyle xp = XPStyle.getXP();
287 XPStyle xp = XPStyle.getXP();
319 XPStyle xp = XPStyle.getXP();
[all...]
H A DWindowsToggleButtonUI.java92 XPStyle xp = XPStyle.getXP();
120 if (XPStyle.getXP() == null && b.isContentAreaFilled()) {
143 if (XPStyle.getXP() != null) {
H A DWindowsTabbedPaneUI.java98 if (XPStyle.getXP() != null) {
122 XPStyle xp = XPStyle.getXP();
159 if (XPStyle.getXP() == null) {
166 XPStyle xp = XPStyle.getXP();
H A DWindowsIconFactory.java174 XPStyle xp = XPStyle.getXP();
273 if (XPStyle.getXP() != null) {
285 if (XPStyle.getXP() != null) {
324 XPStyle xp = XPStyle.getXP();
413 XPStyle xp = XPStyle.getXP();
422 XPStyle xp = XPStyle.getXP();
436 XPStyle xp = XPStyle.getXP();
526 XPStyle xp = XPStyle.getXP();
535 XPStyle xp = XPStyle.getXP();
617 XPStyle xp = XPStyle.getXP();
[all...]
H A DWindowsMenuItemUI.java121 XPStyle xp = XPStyle.getXP();
174 XPStyle xp = XPStyle.getXP();
H A DWindowsPopupMenuUI.java170 XPStyle xp = XPStyle.getXP();
198 XPStyle xp = XPStyle.getXP();
H A DWindowsToolBarSeparatorUI.java57 XPStyle xp = XPStyle.getXP();
88 XPStyle xp = XPStyle.getXP();
H A DWindowsPopupMenuSeparatorUI.java70 Skin skin = XPStyle.getXP().getSkin(c, Part.MP_POPUPSEPARATOR);
H A DWindowsRadioButtonUI.java87 if (XPStyle.getXP() != null) {
H A DWindowsMenuUI.java143 (XPStyle.getXP() != null && (model.isArmed() || model.isSelected()))) {
181 if (XPStyle.getXP() != null) {
233 (XPStyle.getXP() != null && (paintRollover ||
H A DWindowsTableHeaderUI.java51 if (XPStyle.getXP() != null) {
68 if (XPStyle.getXP() != null) {
93 skin = XPStyle.getXP().getSkin(header, Part.HP_HEADERITEM);
H A DWindowsInternalFrameTitlePane.java77 if (XPStyle.getXP() != null) {
105 if (XPStyle.getXP() != null) {
124 XPStyle xp = XPStyle.getXP();
213 XPStyle xp = XPStyle.getXP();
227 XPStyle xp = XPStyle.getXP();
379 private XPStyle xp = XPStyle.getXP();
H A DWindowsButtonUI.java97 XPStyle xp = XPStyle.getXP();
164 if (XPStyle.getXP() != null) {
247 XPStyle xp = XPStyle.getXP();
H A DWindowsInternalFrameUI.java50 XPStyle xp = XPStyle.getXP();
H A DWindowsGraphicsUtils.java67 XPStyle xp = XPStyle.getXP();
127 XPStyle xp = XPStyle.getXP();
H A DWindowsMenuBarUI.java159 XPStyle xp = XPStyle.getXP();
H A DWindowsScrollBarUI.java68 if (XPStyle.getXP() != null) {
137 XPStyle xp = XPStyle.getXP();
165 XPStyle xp = XPStyle.getXP();
288 XPStyle xp = XPStyle.getXP();
H A DWindowsTreeUI.java137 XPStyle xp = XPStyle.getXP();
H A DWindowsBorders.java163 XPStyle xp = XPStyle.getXP();
231 int gripInset = (XPStyle.getXP() != null) ? 12 : 9;
H A DXPStyle.java98 static synchronized XPStyle getXP() { method in class:XPStyle
122 XPStyle xp = XPStyle.getXP();
681 XPStyle xp = getXP();
712 XPStyle xp = getXP();

Completed in 65 milliseconds

12