| Package | com.flextoolbox.controls.wireClasses |
| Interface | public interface IWireRenderer extends mx.core.IUIComponent |
| Implementors | BaseWireRenderer |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
disconnect():void
Removes the wire, if it is connected to any jacks.
| IWireRenderer | ||
| jack1 | property |
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
| jack2 | property |
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
| wireManager | property |
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
| disconnect | () | method |
public function disconnect():voidRemoves the wire, if it is connected to any jacks.