Searched refs:UIManager (Results 326 - 350 of 355) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java266 setUI((ComboBoxUI)UIManager.getUI(this));
1862 return UIManager.getString("ComboBox.togglePopupText");
H A DJFileChooser.java799 UIManager.getLookAndFeel().getSupportsWindowDecorations();
1798 FileChooserUI ui = ((FileChooserUI)UIManager.getUI(this));
H A DJTabbedPane.java247 setUI((TabbedPaneUI)UIManager.getUI(this));
1147 page.disabledIcon = UIManager.getLookAndFeel().getDisabledIcon(this, page.icon);
H A DJScrollPane.java390 * @see UIManager#getUI
393 setUI((ScrollPaneUI)UIManager.getUI(this));
H A DToolTipManager.java242 String mode = UIManager.getString("ToolTipManager.enableToolTipMode");
H A DJPopupMenu.java227 setUI((PopupMenuUI)UIManager.getUI(this));
H A DJSpinner.java208 * @see UIManager#getUI
211 setUI((SpinnerUI)UIManager.getUI(this));
H A DJTable.java774 UIManager.getBorder("Table.scrollPaneBorder");
785 corner = (Component) UIManager.get(
3608 * Notification from the <code>UIManager</code> that the L&F has changed.
3610 * <code>UIManager</code>.
3644 setUI((TableUI)UIManager.getUI(this));
5411 setBorder(UIManager.getBorder("Table.focusCellHighlightBorder"));
H A DJViewport.java319 setUI((ViewportUI)UIManager.getUI(this));
H A DTransferHandler.java1752 UIManager.getLookAndFeel().provideErrorFeedback(c);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java264 // UIManager is queried directly here because this is called before
266 if (UIManager.getBoolean("TabbedPane.useBasicArrows")) {
848 if (isMouseOver && UIManager.getBoolean("TabbedPane.isTabRollover")) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultCaret.java458 UIManager.getLookAndFeel().provideErrorFeedback(c);
1507 Object property = UIManager.get("Caret.width");
H A DGlyphView.java33 import javax.swing.UIManager;
390 UIManager.getColor("textInactiveText"));
H A DJTextComponent.java348 setUI((TextUI)UIManager.getUI(this));
1393 UIManager.getLookAndFeel().provideErrorFeedback(JTextComponent.this);
1725 UIManager.getLookAndFeel().provideErrorFeedback(JTextComponent.this);
3177 UIManager.getLookAndFeel().provideErrorFeedback(JTextComponent.this);
3224 UIManager.getLookAndFeel().provideErrorFeedback(JTextComponent.this);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKLookAndFeel.java1499 if (lnf == null || UIManager.getLookAndFeel() != lnf) {
1572 UIDefaults table = UIManager.getLookAndFeelDefaults();
H A DGTKStyle.java816 // GTKLookAndFeel when we call UIManager.get() below...
846 // For backward compatability we'll fallback to the UIManager.
847 // We don't go to the UIManager for engine as the engine is GTK
849 Object value = UIManager.get(key);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DXPStyle.java29 * (<code>UIManager.setLookAndFeel(new <i>XXX</i>LookAndFeel())</code>).
33 * maintained by the <code>UIManager</code> without updating the
111 !(UIManager.getLookAndFeel()
268 return new XPFillBorder(UIManager.getColor("InternalFrame.borderShadow"),
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java60 import javax.swing.UIManager;
350 Border b = (Border) UIManager.get("Nb.Editor.Toolbar.border"); //NOI18N
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java154 setBackground(UIManager.getColor("SplitPane.background"));
H A DBasicScrollPaneUI.java129 vpBorder = UIManager.getBorder("ScrollPane.viewportBorder");
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java462 * Notification from the <code>UIManager</code> that the look and feel
465 * <code>UIManager</code>.
470 setUI((TableHeaderUI)UIManager.getUI(this));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuPainter.java135 protected Border getInstance() { return UIManager.getBorder(borderName); }
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java534 focusColor = UIManager.getColor("TabbedPane.focus");
H A DThreadTab.java644 this.fg = UIManager.getColor("TextField.foreground");
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java34 import javax.swing.UIManager;
2209 : UIManager.getColor("textInactiveText"));

Completed in 175 milliseconds

<<1112131415