Packageweavejs.api.ui
Interfacepublic interface IEditorManager extends ILinkableObject
Implementors EditorManager

Manages implementations of ILinkableObjectEditor.



Public Methods
 MethodDefined By
  
getLabel(object:ILinkableObject):String
Gets the previously-stored human-readable label for an ILinkableObject.
IEditorManager
  
setLabel(object:ILinkableObject, label:String):void
Sets a human-readable label for an ILinkableObject to be used in editors.
IEditorManager
Method Detail
getLabel()method
public function getLabel(object:ILinkableObject):String

Gets the previously-stored human-readable label for an ILinkableObject.

Parameters

object:ILinkableObject

Returns
String
setLabel()method 
public function setLabel(object:ILinkableObject, label:String):void

Sets a human-readable label for an ILinkableObject to be used in editors.

Parameters

object:ILinkableObject
 
label:String