Class DelegatingLookAndFeel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DefaultClassicTheme, DefaultFlatTheme

public abstract class DelegatingLookAndFeel extends BasicLookAndFeel
A LAF class that delegates almost everything to the system LAF. Implementers must provide a distinct identity (LookAndFeel.getName(), LookAndFeel.getID(), LookAndFeel.getDescription()). They should also probably supply novel defaults (initialize(), BasicLookAndFeel.getDefaults()).
See Also: