net.sourceforge.squirrel_sql.plugins.laf
Class TonicLookAndFeelController

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.laf.DefaultLookAndFeelController
      extended by net.sourceforge.squirrel_sql.plugins.laf.TonicLookAndFeelController
All Implemented Interfaces:
ILookAndFeelController

public class TonicLookAndFeelController
extends DefaultLookAndFeelController

Behaviour for the Tonic Look and Feel.

Author:
Colin Bell

Nested Class Summary
static class TonicLookAndFeelController.TonicPreferences
           
 
Field Summary
static String TONIC_LAF_CLASS_NAME
          Class name of the Tonic Look and Feel.
 
Method Summary
 void aboutToBeInstalled(LAFRegister lafRegister, LookAndFeel laf)
          This Look and Feel is about to be installed.
 BaseLAFPreferencesPanelComponent getPreferencesComponent()
          Assume that Look and Feel implementations don't require extra configuration so return null.
 void hasBeenInstalled(LAFRegister lafRegister, LookAndFeel laf)
          This Look and Feel has just been installed.
 
Methods inherited from class net.sourceforge.squirrel_sql.plugins.laf.DefaultLookAndFeelController
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TONIC_LAF_CLASS_NAME

public static final String TONIC_LAF_CLASS_NAME
Class name of the Tonic Look and Feel.

See Also:
Constant Field Values
Method Detail

aboutToBeInstalled

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

Specified by:
aboutToBeInstalled in interface ILookAndFeelController
Overrides:
aboutToBeInstalled in class DefaultLookAndFeelController

hasBeenInstalled

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

Specified by:
hasBeenInstalled in interface ILookAndFeelController
Overrides:
hasBeenInstalled in class DefaultLookAndFeelController

getPreferencesComponent

public BaseLAFPreferencesPanelComponent getPreferencesComponent()
Description copied from class: DefaultLookAndFeelController
Assume that Look and Feel implementations don't require extra configuration so return null.

Specified by:
getPreferencesComponent in interface ILookAndFeelController
Overrides:
getPreferencesComponent in class DefaultLookAndFeelController
Returns:
null
See Also:
ILookAndFeelController.getPreferencesComponent()


Copyright © 2001-2013. All Rights Reserved.