Packagecom.flextoolbox.controls.wireClasses
Interfacepublic interface IWireRenderer extends mx.core.IUIComponent
ImplementorsBaseWireRenderer

Renderers used by an IWireManager must implement this interface.

See also

com.flextoolbox.managers.IWireManager


Public Properties
 PropertyDefined by
  jack1 : WireJack
A jack to which this wire is connected.
IWireRenderer
  jack2 : WireJack
Another jack to which this wire is connected.
IWireRenderer
  wireManager : IWireManager
The manager that displays and controls this wire.
IWireRenderer
Public Methods
 MethodDefined by
  
disconnect():void
Removes the wire, if it is connected to any jacks.
IWireRenderer
Property detail
jack1property
jack1:WireJack  [read-write]

A jack to which this wire is connected.

Implementation
    public function get jack1():WireJack
    public function set jack1(value:WireJack):void
jack2property 
jack2:WireJack  [read-write]

Another jack to which this wire is connected.

Implementation
    public function get jack2():WireJack
    public function set jack2(value:WireJack):void
wireManagerproperty 
wireManager:IWireManager  [read-write]

The manager that displays and controls this wire.

Implementation
    public function get wireManager():IWireManager
    public function set wireManager(value:IWireManager):void
Method detail
disconnect()method
public function disconnect():void

Removes the wire, if it is connected to any jacks.