Package | weavejs.api.ui |
Interface | public interface IEditorManager extends ILinkableObject |
Implementors | EditorManager |
Method | Defined 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 |
getLabel | () | method |
public function getLabel(object:ILinkableObject):String
Gets the previously-stored human-readable label for an ILinkableObject.
Parameters
object:ILinkableObject |
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 |