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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicCheckBoxUI.java56 private final static String propertyPrefix = "CheckBox" + "."; field in class:BasicCheckBoxUI
73 return propertyPrefix;
H A DBasicToggleButtonUI.java50 private final static String propertyPrefix = "ToggleButton" + "."; field in class:BasicToggleButtonUI
67 return propertyPrefix;
H A DBasicRadioButtonUI.java51 private final static String propertyPrefix = "RadioButton" + "."; field in class:BasicRadioButtonUI
68 return propertyPrefix;
H A DBasicButtonUI.java61 private final static String propertyPrefix = "Button" + "."; field in class:BasicButtonUI
80 return propertyPrefix;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalCheckBoxUI.java62 private final static String propertyPrefix = "CheckBox" + "."; field in class:MetalCheckBoxUI
81 return propertyPrefix;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifCheckBoxUI.java52 private final static String propertyPrefix = "CheckBox" + "."; field in class:MotifCheckBoxUI
72 return propertyPrefix;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsCheckBoxUI.java56 private final static String propertyPrefix = "CheckBox" + "."; field in class:WindowsCheckBoxUI
76 return propertyPrefix;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthMenuItemLayoutHelper.java111 String propertyPrefix) {
118 this.alignAcceleratorText = getAlignAcceleratorText(propertyPrefix);
121 useCheckAndArrow, propertyPrefix);
125 private boolean getAlignAcceleratorText(String propertyPrefix) { argument
127 propertyPrefix + ".alignAcceleratorText", true);
107 SynthMenuItemLayoutHelper(SynthContext context, SynthContext accContext, JMenuItem mi, Icon checkIcon, Icon arrowIcon, Rectangle viewRect, int gap, String accDelimiter, boolean isLeftToRight, boolean useCheckAndArrow, String propertyPrefix) argument
H A DSynthGraphicsUtils.java431 String propertyPrefix) {
438 useCheckAndArrow, propertyPrefix);
489 int defaultTextIconGap, String propertyPrefix) {
501 MenuItemLayoutHelper.useCheckAndArrow(mi), propertyPrefix);
427 getPreferredMenuItemSize(SynthContext context, SynthContext accContext, JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap, String acceleratorDelimiter, boolean useCheckAndArrow, String propertyPrefix) argument
487 paint(SynthContext context, SynthContext accContext, Graphics g, Icon checkIcon, Icon arrowIcon, String acceleratorDelimiter, int defaultTextIconGap, String propertyPrefix) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXButtonPeer.java46 private final static String propertyPrefix = "Button" + "."; field in class:XButtonPeer
54 return propertyPrefix;
/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java106 boolean useCheckAndArrow, String propertyPrefix) {
108 isLeftToRight, font, accFont, useCheckAndArrow, propertyPrefix);
114 boolean useCheckAndArrow, String propertyPrefix) {
133 this.icon = getIcon(propertyPrefix);
137 this.afterCheckIconGap = getAfterCheckIconGap(propertyPrefix);
138 this.minTextOffset = getMinTextOffset(propertyPrefix);
153 this.leadingGap = getLeadingGap(propertyPrefix);
197 private Icon getIcon(String propertyPrefix) { argument
203 (MenuItemCheckIconFactory) UIManager.get(propertyPrefix
206 || !iconFactory.isCompatible(checkIcon, propertyPrefix)) {
103 MenuItemLayoutHelper(JMenuItem mi, Icon checkIcon, Icon arrowIcon, Rectangle viewRect, int gap, String accDelimiter, boolean isLeftToRight, Font font, Font accFont, boolean useCheckAndArrow, String propertyPrefix) argument
111 reset(JMenuItem mi, Icon checkIcon, Icon arrowIcon, Rectangle viewRect, int gap, String accDelimiter, boolean isLeftToRight, Font font, Font accFont, boolean useCheckAndArrow, String propertyPrefix) argument
212 getMinTextOffset(String propertyPrefix) argument
222 getAfterCheckIconGap(String propertyPrefix) argument
232 getLeadingGap(String propertyPrefix) argument
240 getCheckOffset(String propertyPrefix) argument
[all...]

Completed in 41 milliseconds