Searched defs:getPropertyPrefix (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicCheckBoxUI.java72 public String getPropertyPrefix() { method in class:BasicCheckBoxUI
H A DBasicFormattedTextFieldUI.java54 protected String getPropertyPrefix() { method in class:BasicFormattedTextFieldUI
H A DBasicCheckBoxMenuItemUI.java49 protected String getPropertyPrefix() { method in class:BasicCheckBoxMenuItemUI
H A DBasicPasswordFieldUI.java62 protected String getPropertyPrefix() { method in class:BasicPasswordFieldUI
73 String prefix = getPropertyPrefix();
H A DBasicRadioButtonMenuItemUI.java46 protected String getPropertyPrefix() { method in class:BasicRadioButtonMenuItemUI
H A DBasicTextPaneUI.java76 protected String getPropertyPrefix() { method in class:BasicTextPaneUI
H A DBasicToggleButtonUI.java66 protected String getPropertyPrefix() { method in class:BasicToggleButtonUI
H A DBasicRadioButtonUI.java67 protected String getPropertyPrefix() { method in class:BasicRadioButtonUI
77 icon = UIManager.getIcon(getPropertyPrefix() + "icon");
H A DBasicEditorPaneUI.java79 protected String getPropertyPrefix() { method in class:BasicEditorPaneUI
/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
H A DAquaTextPasswordFieldUI.java51 protected String getPropertyPrefix() { method in class:AquaTextPasswordFieldUI
95 final Character echoChar = (Character)UIManager.getDefaults().get(getPropertyPrefix() + ".echoChar");
/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");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthCheckBoxMenuItemUI.java60 protected String getPropertyPrefix() { method in class:SynthCheckBoxMenuItemUI
H A DSynthFormattedTextFieldUI.java56 protected String getPropertyPrefix() { method in class:SynthFormattedTextFieldUI
H A DSynthCheckBoxUI.java59 protected String getPropertyPrefix() { method in class:SynthCheckBoxUI
H A DSynthPasswordFieldUI.java60 protected String getPropertyPrefix() { method in class:SynthPasswordFieldUI
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 DSynthTextPaneUI.java70 protected String getPropertyPrefix() { method in class:SynthTextPaneUI
/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");
/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");

Completed in 53 milliseconds

12