Searched refs:getPropertyPrefix (Results 26 - 50 of 53) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthButtonUI.java83 Insets margin = (Insets)style.get(context,getPropertyPrefix() +
93 Object value = style.get(context, getPropertyPrefix() + "iconTextGap");
98 value = style.get(context, getPropertyPrefix() + "contentAreaFilled");
325 Icon icon = context.getStyle().getIcon(context, getPropertyPrefix() + "icon");
386 return style.getIcon(getContext(b, synthConstant), getPropertyPrefix() + "icon");
441 return state.getStyle().getInt(state, getPropertyPrefix() +
H A DSynthTextAreaUI.java102 SynthTextFieldUI.updateStyle(comp, context, getPropertyPrefix());
H A DSynthTextPaneUI.java70 protected String getPropertyPrefix() { method in class:SynthTextPaneUI
H A DSynthEditorPaneUI.java123 SynthTextFieldUI.updateStyle(comp, context, getPropertyPrefix());
H A DSynthTextFieldUI.java74 SynthTextFieldUI.updateStyle(comp, context, getPropertyPrefix());
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTextPasswordFieldUI.java51 protected String getPropertyPrefix() { method in class:AquaTextPasswordFieldUI
95 final Character echoChar = (Character)UIManager.getDefaults().get(getPropertyPrefix() + ".echoChar");
H A DAquaMenuItemUI.java60 protected String getPropertyPrefix() { method in class:AquaMenuItemUI
191 aquaUI.checkIcon = UIManager.getIcon(aquaUI.getPropertyPrefix() + ".dashIcon");
193 aquaUI.checkIcon = UIManager.getIcon(aquaUI.getPropertyPrefix() + ".checkIcon");
H A DAquaTextFieldUI.java53 LookAndFeel.installProperty(c, "opaque", UIManager.getBoolean(getPropertyPrefix() + "opaque"));
H A DAquaButtonUI.java62 final String pp = getPropertyPrefix();
120 border = UIManager.getBorder(getPropertyPrefix() + "border");
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifToggleButtonUI.java79 selectColor = UIManager.getColor(getPropertyPrefix() + "select");
H A DMotifButtonUI.java84 selectColor = UIManager.getColor(getPropertyPrefix() + "select");
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRadioButtonUI.java84 focusColor = UIManager.getColor(getPropertyPrefix() + "focus");
H A DWindowsToggleButtonUI.java83 String pp = getPropertyPrefix();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicButtonListener.java120 c, ui, ui.getPropertyPrefix() + "focusInputMap");
170 ui.getPropertyPrefix() +
190 ui.getPropertyPrefix() +
H A DBasicMenuItemUI.java115 String prefix = getPropertyPrefix();
124 Object opaque = UIManager.get(getPropertyPrefix() + ".opaque");
211 protected String getPropertyPrefix() { method in class:BasicMenuItemUI
238 getPropertyPrefix() + ".actionMap");
417 getPropertyPrefix());
457 UIManager.get(getPropertyPrefix() + ".evenHeight")) {
498 getPropertyPrefix());
825 BasicLookAndFeel.playSound(menuItem, getPropertyPrefix() +
H A DBasicRadioButtonUI.java67 protected String getPropertyPrefix() { method in class:BasicRadioButtonUI
77 icon = UIManager.getIcon(getPropertyPrefix() + "icon");
H A DBasicMenuUI.java83 protected String getPropertyPrefix() { method in class:BasicMenuUI
110 getPropertyPrefix() + ".actionMap");
306 menu.setBackground(UIManager.getColor(getPropertyPrefix() + ".background"));
H A DBasicToggleButtonUI.java66 protected String getPropertyPrefix() { method in class:BasicToggleButtonUI
H A DBasicButtonUI.java79 protected String getPropertyPrefix() { method in class:BasicButtonUI
96 String pp = getPropertyPrefix();
H A DBasicTextAreaUI.java78 protected String getPropertyPrefix() { method in class:BasicTextAreaUI
H A DBasicTextFieldUI.java80 protected String getPropertyPrefix() { method in class:BasicTextFieldUI
H A DBasicTextUI.java68 * An important method to define is the {@link #getPropertyPrefix} method
162 * {@link #getPropertyPrefix} method
176 String prefix = getPropertyPrefix();
230 String prefix = getPropertyPrefix();
289 protected abstract String getPropertyPrefix(); method in class:BasicTextUI
304 String prefix = getPropertyPrefix();
357 String prefix = getPropertyPrefix();
472 getPropertyPrefix() + ".focusInputMap");
580 String mapName = getPropertyPrefix() + ".actionMap";
623 //System.out.println("building map for UI: " + getPropertyPrefix());
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalRadioButtonUI.java86 focusColor = UIManager.getColor(getPropertyPrefix() + "focus");
87 selectColor = UIManager.getColor(getPropertyPrefix() + "select");
88 disabledTextColor = UIManager.getColor(getPropertyPrefix() + "disabledText");
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java499 protected String getPropertyPrefix() { method in class:XTextFieldPeer.AWTTextFieldUI
517 String prefix = getPropertyPrefix();
571 String prefix = getPropertyPrefix();
H A DXButtonPeer.java53 protected String getPropertyPrefix() { method in class:XButtonPeer

Completed in 84 milliseconds

123