A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
clickToDrag — Static property in class com.flextoolbox.controls.WireJack
If true, dragging a wire from one jack to other will be initiated by a mouse click event on the first jack in addition to the standard drag while the mouse is down.
com.flextoolbox.controls — Package
com.flextoolbox.controls.wireClasses — Package
com.flextoolbox.events — Package
com.flextoolbox.managers — Package
com.flextoolbox.skins.cursor — Package
com.flextoolbox.skins.halo — Package
com.flextoolbox.utils — Package
com.joshtynjala.utils — Package
com.yahoo.astra.utils — Package
connect(startJack:com.flextoolbox.controls:WireJack, endJack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.controls.WireSurface
Connects two jacks.
connect(startJack:com.flextoolbox.controls:WireJack, endJack:com.flextoolbox.controls:WireJack) — Method in interface com.flextoolbox.managers.IWireManager
Connects two jacks.
connect(startJack:com.flextoolbox.controls:WireJack, endJack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.managers.WireManager
Connects two jacks.
connectedJacks — Property in class com.flextoolbox.controls.WireJack
The other jacks that are currently connected to this jack.
connectingWire — Event in class com.flextoolbox.controls.WireJack
Dispatched when a wire will soon connected to the WireJack instance.
CONNECTING_WIRE — Constant static property in class com.flextoolbox.events.WireJackEvent
The WireJackEvent.CONNECTING_WIRE constant defines the value of the type property of a WireJackEvent object for a connectWire event, which indicates that a Wire will soon be connected to the target WireJack.
connectionAngle — Property in class com.flextoolbox.controls.WireJack
The angle, in degrees, at which the wire enters or exits the jack.
connectToJack(otherJack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.controls.WireJack
Creates a connection between this jack and another jack.
connectWire — Event in class com.flextoolbox.controls.WireJack
Dispatched when a wire is connected to the WireJack instance.
CONNECT_WIRE — Constant static property in class com.flextoolbox.events.WireJackEvent
The WireJackEvent.CONNECT_WIRE constant defines the value of the type property of a WireJackEvent object for a connectWire event, which indicates that a Wire has been connected to the target WireJack.
createConnection — Event in class com.flextoolbox.controls.WireSurface
Dispatched when a connection is made between two WireJack instances.
createConnection — Event in interface com.flextoolbox.managers.IWireManager
Dispatched when a connection is made between two WireJack instances.
createConnection — Event in class com.flextoolbox.managers.WireManager
Dispatched when a connection is made between two WireJack instances.
CREATE_CONNECTION — Constant static property in class com.flextoolbox.events.WireManagerEvent
The WireManagerEvent.CREATE_CONNECTION constant defines the value of the type property of a WireManagerEvent object for a createConnection event, which indicates that two WireJack instances have connected.
creatingConnection — Event in class com.flextoolbox.managers.WireManager
Dispatched when a connection will soon made between two WireJack instances.
CREATING_CONNECTION — Constant static property in class com.flextoolbox.events.WireManagerEvent
The WireManagerEvent.CREATING_CONNECTION constant defines the value of the type property of a WireManagerEvent object for a creatingConnection event, which indicates that two WireJack instances will soon be connected.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z