Packagecom.flextoolbox.controls.wireClasses
Classpublic class BaseWireRenderer
InheritanceBaseWireRenderer Inheritance mx.core.UIComponent
ImplementsIWireRenderer
SubclassesDefaultWireRenderer

An abstract base class for IWireRenderer implementations. Does not draw the wire, nor does it provide an implementation for disconnecting the wire through user interaction.



Public Properties
 PropertyDefined by
  jack1 : WireJack
A jack to which this wire is connected.
BaseWireRenderer
  jack2 : WireJack
Another jack to which this wire is connected.
BaseWireRenderer
  wireManager : IWireManager
The manager that displays and controls this wire.
BaseWireRenderer
Public Methods
 MethodDefined by
  
Constructor.
BaseWireRenderer
  
disconnect():void
Removes the wire, if it is connected to any jacks.
BaseWireRenderer
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
Constructor detail
BaseWireRenderer()constructor
public function BaseWireRenderer()

Constructor.

Method detail
disconnect()method
public function disconnect():void

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