Class fvaswing.components.localchooser.FvLocalChooserResources

Description

Localisation properties for FvLocalisationChooser component.

Field Index

applyLabel, cancelLabel, okLabel, panelTitle, restartMessage, title

Method Index

getInstance(), onLocalisationUpdate()

Inherited from Resources

Field Detail

title

public title:String

panelTitle

public panelTitle:String

okLabel

public okLabel:String

cancelLabel

public cancelLabel:String

applyLabel

public applyLabel:String

restartMessage

public restartMessage:String

Method Detail

getInstance

static public function getInstance():FvLocalChooserResources

Returns FvLocalChooserResources instance.

Singleton design

onLocalisationUpdate

public function onLocalisationUpdate(event:LocalisationEvent):Void

Triggered when Localisation language change.

Specified By

onLocalisationUpdate() in fever.app.local.LocalisationListener

Overrides

onLocalisationUpdate() in fever.core.Resources