Class LookAndFeelInstaller

java.lang.Object
org.openide.util.SharedClassObject
org.openide.modules.ModuleInstall
org.jjazz.uisettings.api.LookAndFeelInstaller
All Implemented Interfaces:
Externalizable, Serializable

public class LookAndFeelInstaller extends org.openide.modules.ModuleInstall
Install the look & feel required by the Theme, see explanations below while @OnStart was not used.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.openide.modules.ModuleInstall

    close, closing, installed, restored, uninstalled, updated

    Methods inherited from class org.openide.util.SharedClassObject

    addPropertyChangeListener, equals, findObject, findObject, hashCode, readExternal, removePropertyChangeListener, writeExternal

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LookAndFeelInstaller

      public LookAndFeelInstaller()
  • Method Details

    • validate

      public void validate()
      Overrides:
      validate in class org.openide.modules.ModuleInstall