UIX 2.2.16

oracle.cabo.ui.laf.config
Interface LookAndFeelProvider

All Known Implementing Classes:
ConfigLookAndFeelProvider

public interface LookAndFeelProvider

Interface for objects which know how to create and register LookAndFeels with a LookAndFeelManager.


Method Summary
 void registerLookAndFeel(LookAndFeelManager manager, NameResolver resolver, ErrorLog log)
          Creates a LookAndFeel and registers it with the specified LookAndFeelManager.
 

Method Detail

registerLookAndFeel

public void registerLookAndFeel(LookAndFeelManager manager,
                                NameResolver resolver,
                                ErrorLog log)
Creates a LookAndFeel and registers it with the specified LookAndFeelManager.
Parameters:
manager - The LookAndFeelManager which provides any dependent LookAndFeel instances (for example, the base LookAndFeel of a LookAndFeelExtension).
resolver - A NameResolver that can be used to locate resources, such as source images for colorized icons.
log - The log to which any error messages are written.

UIX 2.2.16