| Package | com.flextoolbox.controls |
| Class | public class OutputWireJack |
| Inheritance | OutputWireJack WireJack mx.core.UIComponent |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| OutputWireJack | ||
![]() |
connectToJack(otherJack:WireJack):Boolean
Creates a connection between this jack and another jack.
| WireJack | |
![]() |
disconnect(otherJack:WireJack):void
Destroys a connection between this jack and another jack.
| WireJack | |
![]() |
disconnectAll():void
Destroys a connection between this jack and any other jacks that are
connected to it.
| WireJack | |
![]() |
isCompatibleWithJack(jack:WireJack):Boolean
Determines if this jack is compatible with another jack.
| WireJack | |
![]() |
isConnectedToJack(otherJack:WireJack):Boolean
Checks if this jack is connected to another jack.
| WireJack | |