Class fvaswing.commands.FvApplyLookAndFeel

Implemented Interfaces

Command

Description

Apply new Look and Feel to application UI.

This command is executed when FeverController dispatchs the fever.app.theme.ThemeEvent.onApplyLookAndFeelEVENT event type.

See Also

Method Index

new FvApplyLookAndFeel()
execute(), toString()

Constructor Detail

FvApplyLookAndFeel

public function FvApplyLookAndFeel()

Constructor.

Method Detail

execute

public function execute(event:ThemeEvent):Void

Executes command.

Sets the new Look'n Feel and apply it to all components.

toString

public function toString():String

Returns string representation.