Class fvaswing.components.tree.FvTreeResources

Description

Resources for FvTree component translations.

Field Index

cloneNode, deleteSelectionMessage, linkNode

Method Index

getInstance(), onLocalisationUpdate()

Inherited from Resources

Field Detail

deleteSelectionMessage

public deleteSelectionMessage:String
Delete selected node selection message.

linkNode

public linkNode:String
'link' node submenu item label.

cloneNode

public cloneNode:String
'clone' node submenu item label.

Method Detail

getInstance

static public function getInstance():FvTreeResources

Returns FvTreeResources instance.

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