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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicCheckBoxUI.java57 private static final String propertyPrefix = "CheckBox" + "."; field in class:BasicCheckBoxUI
81 return propertyPrefix;
H A DBasicToggleButtonUI.java49 private static final String propertyPrefix = "ToggleButton" + "."; field in class:BasicToggleButtonUI
73 return propertyPrefix;
H A DBasicRadioButtonUI.java56 private static final String propertyPrefix = "RadioButton" + "."; field in class:BasicRadioButtonUI
83 return propertyPrefix;
H A DBasicButtonUI.java67 private static final String propertyPrefix = "Button" + "."; field in class:BasicButtonUI
97 return propertyPrefix;
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalCheckBoxUI.java63 private static final String propertyPrefix = "CheckBox" + "."; field in class:MetalCheckBoxUI
89 return propertyPrefix;
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifCheckBoxUI.java52 private static final String propertyPrefix = "CheckBox" + "."; field in class:MotifCheckBoxUI
72 return propertyPrefix;
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsCheckBoxUI.java56 private static final String propertyPrefix = "CheckBox" + "."; field in class:WindowsCheckBoxUI
76 return propertyPrefix;
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthMenuItemLayoutHelper.java110 String propertyPrefix) {
117 this.alignAcceleratorText = getAlignAcceleratorText(propertyPrefix);
120 useCheckAndArrow, propertyPrefix);
124 private boolean getAlignAcceleratorText(String propertyPrefix) { argument
126 propertyPrefix + ".alignAcceleratorText", true);
106 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.java497 String propertyPrefix) {
504 useCheckAndArrow, propertyPrefix);
555 int defaultTextIconGap, String propertyPrefix) {
567 MenuItemLayoutHelper.useCheckAndArrow(mi), propertyPrefix);
493 getPreferredMenuItemSize(SynthContext context, SynthContext accContext, JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap, String acceleratorDelimiter, boolean useCheckAndArrow, String propertyPrefix) argument
553 paint(SynthContext context, SynthContext accContext, Graphics g, Icon checkIcon, Icon arrowIcon, String acceleratorDelimiter, int defaultTextIconGap, String propertyPrefix) argument
/openjdk9/jdk/src/java.desktop/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);
198 private Icon getIcon(String propertyPrefix) { argument
204 (MenuItemCheckIconFactory) UIManager.get(propertyPrefix
207 || !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
213 getMinTextOffset(String propertyPrefix) argument
223 getAfterCheckIconGap(String propertyPrefix) argument
233 getLeadingGap(String propertyPrefix) argument
241 getCheckOffset(String propertyPrefix) argument
[all...]
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXButtonPeer.java43 private static final String propertyPrefix = "Button" + "."; field in class:XButtonPeer
51 return propertyPrefix;

Completed in 179 milliseconds