Searched refs:getPropertyPrefix (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFormattedTextFieldUI.java54 protected String getPropertyPrefix() { method in class:BasicFormattedTextFieldUI
H A DBasicPasswordFieldUI.java62 protected String getPropertyPrefix() { method in class:BasicPasswordFieldUI
73 String prefix = getPropertyPrefix();
H A DBasicCheckBoxUI.java72 public String getPropertyPrefix() { method in class:BasicCheckBoxUI
H A DBasicTextPaneUI.java76 protected String getPropertyPrefix() { method in class:BasicTextPaneUI
H A DBasicCheckBoxMenuItemUI.java49 protected String getPropertyPrefix() { method in class:BasicCheckBoxMenuItemUI
H A DBasicRadioButtonMenuItemUI.java46 protected String getPropertyPrefix() { method in class:BasicRadioButtonMenuItemUI
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonToggleUI.java40 protected String getPropertyPrefix() { method in class:AquaButtonToggleUI
H A DAquaButtonCheckBoxUI.java52 public String getPropertyPrefix() { method in class:AquaButtonCheckBoxUI
H A DAquaButtonRadioUI.java52 protected String getPropertyPrefix() { method in class:AquaButtonRadioUI
H A DAquaTextFieldFormattedUI.java44 protected String getPropertyPrefix() { method in class:AquaTextFieldFormattedUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalCheckBoxUI.java80 public String getPropertyPrefix() { method in class:MetalCheckBoxUI
90 icon = UIManager.getIcon(getPropertyPrefix() + "icon");
H A DMetalButtonUI.java99 selectColor = UIManager.getColor(getPropertyPrefix() + "select");
104 disabledTextColor = UIManager.getColor(getPropertyPrefix() +
110 focusColor = UIManager.getColor(getPropertyPrefix() + "focus");
H A DMetalToggleButtonUI.java88 focusColor = UIManager.getColor(getPropertyPrefix() + "focus");
89 selectColor = UIManager.getColor(getPropertyPrefix() + "select");
90 disabledTextColor = UIManager.getColor(getPropertyPrefix() + "disabledText");
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifCheckBoxUI.java71 public String getPropertyPrefix() { method in class:MotifCheckBoxUI
81 icon = UIManager.getIcon(getPropertyPrefix() + "icon");
H A DMotifRadioButtonUI.java78 focusColor = UIManager.getColor(getPropertyPrefix() + "focus");
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsCheckBoxUI.java75 public String getPropertyPrefix() { method in class:WindowsCheckBoxUI
85 icon = UIManager.getIcon(getPropertyPrefix() + "icon");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthCheckBoxMenuItemUI.java60 protected String getPropertyPrefix() { method in class:SynthCheckBoxMenuItemUI
H A DSynthCheckBoxUI.java59 protected String getPropertyPrefix() { method in class:SynthCheckBoxUI
H A DSynthFormattedTextFieldUI.java56 protected String getPropertyPrefix() { method in class:SynthFormattedTextFieldUI
H A DSynthRadioButtonMenuItemUI.java56 protected String getPropertyPrefix() { method in class:SynthRadioButtonMenuItemUI
H A DSynthRadioButtonUI.java58 protected String getPropertyPrefix() { method in class:SynthRadioButtonUI
H A DSynthToggleButtonUI.java59 protected String getPropertyPrefix() { method in class:SynthToggleButtonUI
H A DSynthMenuItemUI.java98 String prefix = getPropertyPrefix();
222 getPropertyPrefix());
280 String prefix = getPropertyPrefix();
284 acceleratorDelimiter, defaultTextIconGap, getPropertyPrefix());
H A DSynthMenuUI.java81 String prefix = getPropertyPrefix();
223 getPropertyPrefix());
280 String prefix = getPropertyPrefix();
284 acceleratorDelimiter, defaultTextIconGap, getPropertyPrefix());
H A DSynthPasswordFieldUI.java60 protected String getPropertyPrefix() { method in class:SynthPasswordFieldUI

Completed in 85 milliseconds

123