Searched defs:NimbusStyle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java52 * registered with the NimbusLookAndFeel will have an associated NimbusStyle.
54 * therefore be handed a NimbusStyle from the look and feel from the
61 * <p>NimbusStyle also supports the ability to override settings on a per
62 * component basis. NimbusStyle checks the component's client property map for
79 * <p>The NimbusStyle is reloaded whenever a property change event is fired
86 * then discard this NimbusStyle and read a new one from NimbusLookAndFeel
93 * <p>NimbusStyle allows you to specify custom states, or modify the order of
121 public final class NimbusStyle extends SynthStyle { class in inherits:SynthStyle
163 * The prefix for the component or region that this NimbusStyle
170 * The SynthPainter that will be returned from this NimbusStyle
212 NimbusStyle(String prefix, JComponent c) { method in class:NimbusStyle
[all...]

Completed in 31 milliseconds