net.sourceforge.squirrel_sql.plugins.laf
Interface ILookAndFeelController

All Known Implementing Classes:
DefaultLookAndFeelController, JTattooLookAndFeelController, SkinLookAndFeelController, SubstanceLookAndFeelController, TonicLookAndFeelController

public interface ILookAndFeelController

Behaviour of a look and feel.

Author:
Colin Bell

Method Summary
 void aboutToBeInstalled(LAFRegister lafRegister, LookAndFeel laf)
          This Look and Feel is about to be installed.
 BaseLAFPreferencesPanelComponent getPreferencesComponent()
          Return the component to display in the Look and Feel Preferences panel to configure this Look and Feel.
 void hasBeenInstalled(LAFRegister lafRegister, LookAndFeel laf)
          This Look and Feel has just been installed.
 void initialize()
          Initialization.
 

Method Detail

initialize

void initialize()
Initialization.


aboutToBeInstalled

void aboutToBeInstalled(LAFRegister lafRegister,
                        LookAndFeel laf)
This Look and Feel is about to be installed.


hasBeenInstalled

void hasBeenInstalled(LAFRegister lafRegister,
                      LookAndFeel laf)
This Look and Feel has just been installed.


getPreferencesComponent

BaseLAFPreferencesPanelComponent getPreferencesComponent()
Return the component to display in the Look and Feel Preferences panel to configure this Look and Feel. Return null if no extra configuration required.

Returns:
The configuration component or null.


Copyright © 2001-2013. All Rights Reserved.