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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusLookAndFeel.java179 new NimbusProperty(componentKey,"textForeground"));
184 new NimbusProperty(componentKey,"background"));
189 new NimbusProperty(componentKey,"font"));
194 new NimbusProperty(componentKey,"Disabled",
200 new NimbusProperty(componentKey,"Disabled",
513 private class NimbusProperty implements UIDefaults.ActiveValue, UIResource { class in class:NimbusLookAndFeel
519 private NimbusProperty(String prefix, String suffix) { method in class:NimbusLookAndFeel.NimbusProperty
525 private NimbusProperty(String prefix, String state, String suffix) { method in class:NimbusLookAndFeel.NimbusProperty

Completed in 32 milliseconds