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

12

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
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 DBasicMenuUI.java83 protected String getPropertyPrefix() { method in class:BasicMenuUI
110 getPropertyPrefix() + ".actionMap");
306 menu.setBackground(UIManager.getColor(getPropertyPrefix() + ".background"));
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 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/macosx/classes/com/apple/laf/
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");
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXButtonPeer.java53 protected String getPropertyPrefix() { method in class:XButtonPeer
H A DXTextFieldPeer.java499 protected String getPropertyPrefix() { method in class:XTextFieldPeer.AWTTextFieldUI
517 String prefix = getPropertyPrefix();
571 String prefix = getPropertyPrefix();
H A DXTextAreaPeer.java576 protected String getPropertyPrefix() { return "TextArea"; } method in class:XTextAreaPeer.AWTTextAreaUI
587 String prefix = getPropertyPrefix();
640 String prefix = getPropertyPrefix();

Completed in 51 milliseconds

12