Look'n Feel definition.
Example using AsWing Look'n Feel.
var at : ThemeLocator = ThemeLocator.getInstance(); at.register( "Office 2003", new Office2003LAF() ); at.register( "WinXP 2003", new WinXPLAF() ); at.addEventListener( ThemeLocator.onChangeEVENT, this, _onUIUpdate ); at.load( "WinXP 2003" );
Look and Feel is really apply using custom process.
Associates Command to
fever.events.FeverEventList.onApplyLookAndFeelEVENT event type.
A concrete command example is available in FvApplyLookAndFeel
new Theme()static public PREVIEW_REPOSITORY:String