org.silex.toolbox.Properties

org.silex.toolbox.Properties

Properties toolbox

Summary
org.silex.toolbox.PropertiesProperties toolbox
Variables
oldValue
tabs_mc
Functions
PropertiesConstructor.
allToolsLoaded
onLoad
refreshDefined the change event for the list.
getSelectedContent
changeCall at each click on the list to show the editor with a good type Call showEditor with “evt_obj.target.selectedItem”
applySet the value property.

Variables

oldValue

public var oldValue

tabs_mc

var tabs_mc: MovieClip

Functions

Properties

public function Properties()

Constructor.  Add a listener on change event of toolbox players and call this onLoad method.

allToolsLoaded

function allToolsLoaded()

onLoad

public function onLoad()

refresh

public function refresh()

Defined the change event for the list.  Check the properties list by the getSelectedContent method of players toolbox.

getSelectedContent

public function getSelectedContent():Array
  • Function used to retrieve the selected properties.  *@return object with defaultValue, description, group, isRegistered, name, type

change

public function change(evt_obj: Object):Void

Call at each click on the list to show the editor with a good type Call showEditor with “evt_obj.target.selectedItem”

Parameters

param evt_obj the event object

apply

public function apply(data: Object,
value ):Void

Set the value property.

Parameters

param data object passed by the properties toolbox components,
A toolbox base
public var oldValue
var tabs_mc: MovieClip
public function Properties()
Constructor.
function allToolsLoaded()
public function onLoad()
public function refresh()
Defined the change event for the list.
public function getSelectedContent():Array
public function change(evt_obj: Object):Void
Call at each click on the list to show the editor with a good type Call showEditor with “evt_obj.target.selectedItem”
public function apply(data: Object,
value ):Void
Set the value property.