Class fvaswing.components.themechooser.FvThemeChooserResources

Description

Localisation properties for FvThemeChooser component.

Field Index

applyLabel, cancelLabel, lafTitle, noPreviewLabel, okLabel, previewTitle, restartMessage, title

Method Index

getInstance(), onLocalisationUpdate()

Inherited from Resources

Field Detail

title

public title:String

lafTitle

public lafTitle:String

previewTitle

public previewTitle:String

noPreviewLabel

public noPreviewLabel:String

restartMessage

public restartMessage:String

okLabel

public okLabel:String

cancelLabel

public cancelLabel:String

applyLabel

public applyLabel:String

Method Detail

getInstance

static public function getInstance():FvThemeChooserResources

Returns FvThemeChooserResources 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