<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>API: WireIt WireIt.Layer (YUI Library)</title>
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
<link rel="stylesheet" type="text/css" href="assets/api.css" />
<script type="text/javascript" src="assets/api-js"></script>
<script type="text/javascript" src="assets/ac-js"></script>
</head>
<body id="yahoo-com">
<div id="doc3" class="yui-t2">
<div id="hd">
<h1><a href="http://neyric.github.com/wireit" title="WireItLibrary">WireItLibrary</a></h1>
<h3>WireIt <span class="subtitle">0.6.0</span></h3>
<a href="./index.html" title="WireItLibrary">WireItLibrary</a>
> <a href="./module_wireit.html" title="WireIt">WireIt</a>
> WireIt.Layer
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
</div>
</div>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
<fieldset>
<legend>Filters</legend>
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
</fieldset>
</form>
<h2>
Class <b property="yui:name">WireIt.Layer</b>
<span class="extends">
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
A layer encapsulate a bunch of containers and wires
</div>
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
<h3 id="constructor">Constructor</h3>
<div class="content">
<div class="detail">
<strong property="yui:name">WireIt.Layer</strong>
<code>
(
options
)
</code>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">options</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"> Configuration object (see the properties)</span>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="" rel="yui:property" resource="#property_className">
<h4><a name="property_className" property="yui:name">className</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
CSS class name for the layer element
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "WireIt-Layer"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_containers">
<h4><a name="property_containers" property="yui:name">containers</a>
- <code><span property="yui:type">{Array}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
List of all the WireIt.Container (or subclass) instances in this layer
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_el">
<h4><a name="property_el" property="yui:name">el</a>
- <code><span property="yui:type">{HTMLElement}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Layer DOM element
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_enableMouseEvents">
<h4><a name="property_enableMouseEvents" property="yui:name">enableMouseEvents</a>
- <code><span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Enable the mouse events
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: true
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_grouper">
<h4><a name="property_grouper" property="yui:name">grouper</a>
- <code><span property="yui:type">object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
TODO
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_groups">
<h4><a name="property_groups" property="yui:name">groups</a>
- <code><span property="yui:type">object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
TODO
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_layerMap">
<h4><a name="property_layerMap" property="yui:name">layerMap</a>
- <code><span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Display the layer map
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_layerMapOptions">
<h4><a name="property_layerMapOptions" property="yui:name">layerMapOptions</a>
- <code><span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Options for the layer map
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_parentEl">
<h4><a name="property_parentEl" property="yui:name">parentEl</a>
- <code><span property="yui:type">DOMElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM element that schould contain the layer
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_wires">
<h4><a name="property_wires" property="yui:name">wires</a>
- <code><span property="yui:type">{Array}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
List of all the WireIt.Wire (or subclass) instances in this layer
</div>
</div>
<hr />
</div>
</div>
</div>
</div>
<div rel="yui:methods" resource="#methods">
<div class="section method details">
<h3 id="methods">Methods</h3>
<div class="content">
<div class="" rel="yui:method" resource="#method__getMouseEvtPos">
<h4>
<a name="method__getMouseEvtPos">_getMouseEvtPos</a></h4>
<div class="detail" >
<code>
Array
<strong property="yui:name">_getMouseEvtPos</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Returns a position relative to the layer from a mouse event
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> Mouse event</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Array
</code></dt>
<dd property="yui:returnInfo">position</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_addContainer">
<h4>
<a name="method_addContainer">addContainer</a></h4>
<div class="detail" >
<code>
WireIt.Container
<strong property="yui:name">addContainer</strong>
(
containerConfig
)
</code>
<div class="description" property="yui:description">
Instanciate a container given its "xtype": WireIt.Container (default) or a subclass of it.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">containerConfig</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"> Container configuration object (see WireIt.Container class for details)</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
WireIt.Container
</code></dt>
<dd property="yui:returnInfo">Container instance build from the xtype</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_addWire">
<h4>
<a name="method_addWire">addWire</a></h4>
<div class="detail" >
<code>
WireIt.Wire
<strong property="yui:name">addWire</strong>
(
wireConfig
)
</code>
<div class="description" property="yui:description">
Instanciate a wire given its "xtype" (default to WireIt.Wire)
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">wireConfig</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"> Wire configuration object (see WireIt.Wire class for details)</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
WireIt.Wire
</code></dt>
<dd property="yui:returnInfo">Wire instance build from the xtype</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_clear">
<h4>
<a name="method_clear">clear</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">clear</strong>
(
)
</code>
<div class="description" property="yui:description">
Remove all the containers in this layer (and the associated terminals and wires)
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getWiring">
<h4>
<a name="method_getWiring">getWiring</a></h4>
<div class="detail" >
<code>
Obj
<strong property="yui:name">getWiring</strong>
(
)
</code>
<div class="description" property="yui:description">
Return an object that represent the state of the layer including the containers and the wires
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
Obj
</code></dt>
<dd property="yui:returnInfo">layer configuration</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initContainers">
<h4>
<a name="method_initContainers">initContainers</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initContainers</strong>
(
)
</code>
<div class="description" property="yui:description">
Create all the containers passed as options
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initWires">
<h4>
<a name="method_initWires">initWires</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initWires</strong>
(
)
</code>
<div class="description" property="yui:description">
Create all the wires passed in the config
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onAddWire">
<h4>
<a name="method_onAddWire">onAddWire</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onAddWire</strong>
(
event
,
args
)
</code>
<div class="description" property="yui:description">
Update the wire list when any of the containers fired the eventAddWire
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> The eventAddWire event fired by the container</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">args</span>
<<span property="yui:type">Array</span>>
</code>
<span property="yui:description"> This array contains a single element args[0] which is the added Wire instance</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onRemoveWire">
<h4>
<a name="method_onRemoveWire">onRemoveWire</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onRemoveWire</strong>
(
event
,
args
)
</code>
<div class="description" property="yui:description">
Update the wire list when a wire is removed
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> The eventRemoveWire event fired by the container</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">args</span>
<<span property="yui:type">Array</span>>
</code>
<span property="yui:description"> This array contains a single element args[0] which is the removed Wire instance</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onWireClick">
<h4>
<a name="method_onWireClick">onWireClick</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onWireClick</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Handles click on any wire canvas
Note: we treat mouse events globally so that wires behind others can still receive the events
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> Mouse click event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onWireMouseMove">
<h4>
<a name="method_onWireMouseMove">onWireMouseMove</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onWireMouseMove</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Handles mousemove events on any wire canvas
Note: we treat mouse events globally so that wires behind others can still receive the events
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> Mouse click event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_removeAllContainers">
<h4>
<a name="method_removeAllContainers">removeAllContainers</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">removeAllContainers</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Alias for clear
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_removeContainer">
<h4>
<a name="method_removeContainer">removeContainer</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">removeContainer</strong>
(
container
)
</code>
<div class="description" property="yui:description">
Remove a container
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">container</span>
<<span property="yui:type">WireIt.Container</span>>
</code>
<span property="yui:description"> Container instance to remove</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_removeGroup">
<h4>
<a name="method_removeGroup">removeGroup</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">removeGroup</strong>
(
)
</code>
<div class="description" property="yui:description">
TODO
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_render">
<h4>
<a name="method_render">render</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">render</strong>
(
)
</code>
<div class="description" property="yui:description">
Create the dom of the layer and insert it into the parent element
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setOptions">
<h4>
<a name="method_setOptions">setOptions</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setOptions</strong>
(
)
</code>
<div class="description" property="yui:description">
Set the options by putting them in this (so it overrides the prototype default)
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setSuperHighlighted">
<h4>
<a name="method_setSuperHighlighted">setSuperHighlighted</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setSuperHighlighted</strong>
(
)
</code>
<div class="description" property="yui:description">
TODO
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setWiring">
<h4>
<a name="method_setWiring">setWiring</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setWiring</strong>
(
wiring
)
</code>
<div class="description" property="yui:description">
Load a layer configuration object
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">wiring</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"> layer configuration</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unsetSuperHighlighted">
<h4>
<a name="method_unsetSuperHighlighted">unsetSuperHighlighted</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unsetSuperHighlighted</strong>
(
)
</code>
<div class="description" property="yui:description">
TODO
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
<div class="section method details">
<h3 id="events">Events</h3>
<div class="content">
<div class="" rel="yui:event" resource="#event_eventAddContainer">
<h4>
<a name="event_eventAddContainer">eventAddContainer</a></h4>
<div class="detail">
<code>
<strong property="yui:name">eventAddContainer</strong>
(
)
</code>
<div class="description" property="yui:description">
Event that is fired when a container is added
You can register this event with myTerminal.eventAddContainer.subscribe(function(e,params) { var container=params[0];}, scope);
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_eventAddWire">
<h4>
<a name="event_eventAddWire">eventAddWire</a></h4>
<div class="detail">
<code>
<strong property="yui:name">eventAddWire</strong>
(
)
</code>
<div class="description" property="yui:description">
Event that is fired when a wire is added
You can register this event with myTerminal.eventAddWire.subscribe(function(e,params) { var wire=params[0];}, scope);
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_eventChanged">
<h4>
<a name="event_eventChanged">eventChanged</a></h4>
<div class="detail">
<code>
<strong property="yui:name">eventChanged</strong>
(
)
</code>
<div class="description" property="yui:description">
Event that is fired when the layer has been changed
You can register this event with myTerminal.eventChanged.subscribe(function(e,params) { }, scope);
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_eventContainerDragged">
<h4>
<a name="event_eventContainerDragged">eventContainerDragged</a></h4>
<div class="detail">
<code>
<strong property="yui:name">eventContainerDragged</strong>
(
)
</code>
<div class="description" property="yui:description">
Event that is fired when a container has been moved
You can register this event with myTerminal.eventContainerDragged.subscribe(function(e,params) { var container=params[0];}, scope);
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_eventContainerResized">
<h4>
<a name="event_eventContainerResized">eventContainerResized</a></h4>
<div class="detail">
<code>
<strong property="yui:name">eventContainerResized</strong>
(
)
</code>
<div class="description" property="yui:description">
Event that is fired when a container has been resized
You can register this event with myTerminal.eventContainerResized.subscribe(function(e,params) { var container=params[0];}, scope);
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_eventRemoveContainer">
<h4>
<a name="event_eventRemoveContainer">eventRemoveContainer</a></h4>
<div class="detail">
<code>
<strong property="yui:name">eventRemoveContainer</strong>
(
)
</code>
<div class="description" property="yui:description">
Event that is fired when a container is removed
You can register this event with myTerminal.eventRemoveContainer.subscribe(function(e,params) { var container=params[0];}, scope);
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_eventRemoveWire">
<h4>
<a name="event_eventRemoveWire">eventRemoveWire</a></h4>
<div class="detail">
<code>
<strong property="yui:name">eventRemoveWire</strong>
(
)
</code>
<div class="description" property="yui:description">
Event that is fired when a wire is removed
You can register this event with myTerminal.eventRemoveWire.subscribe(function(e,params) { var wire=params[0];}, scope);
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
</div>
<div rel="yui:attributes" resource="#configattributes">
</div>
</div>
</div>
<div class="yui-b">
<div class="nav">
<div id="moduleList" class="module">
<h4>Modules</h4>
<ul class="content">
<li class=""><a href="module_animations-plugin.html" title="animations-plugin">animations-plugin</a></li>
<li class=""><a href="module_composable-plugin.html" title="composable-plugin">composable-plugin</a></li>
<li class=""><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
<li class=""><a href="module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a></li>
<li class=""><a href="module_layout-plugin.html" title="layout-plugin">layout-plugin</a></li>
<li class="selected"><a href="module_wireit.html" title="WireIt">WireIt</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class=""><a href="WireIt.ArrowWire.html" title="WireIt.ArrowWire">WireIt.ArrowWire</a></li>
<li class=""><a href="WireIt.BezierArrowWire.html" title="WireIt.BezierArrowWire">WireIt.BezierArrowWire</a></li>
<li class=""><a href="WireIt.BezierWire.html" title="WireIt.BezierWire">WireIt.BezierWire</a></li>
<li class=""><a href="WireIt.CanvasContainer.html" title="WireIt.CanvasContainer">WireIt.CanvasContainer</a></li>
<li class=""><a href="WireIt.CanvasElement.html" title="WireIt.CanvasElement">WireIt.CanvasElement</a></li>
<li class=""><a href="WireIt.Container.html" title="WireIt.Container">WireIt.Container</a></li>
<li class="selected"><a href="WireIt.Layer.html" title="WireIt.Layer">WireIt.Layer</a></li>
<li class=""><a href="WireIt.LayerMap.html" title="WireIt.LayerMap">WireIt.LayerMap</a></li>
<li class=""><a href="WireIt.LeftSquareArrow.html" title="WireIt.LeftSquareArrow">WireIt.LeftSquareArrow</a></li>
<li class=""><a href="WireIt.RectLabelContainer.html" title="WireIt.RectLabelContainer">WireIt.RectLabelContainer</a></li>
<li class=""><a href="WireIt.RightSquareArrow.html" title="WireIt.RightSquareArrow">WireIt.RightSquareArrow</a></li>
<li class=""><a href="WireIt.Scissors.html" title="WireIt.Scissors">WireIt.Scissors</a></li>
<li class=""><a href="WireIt.StepWire.html" title="WireIt.StepWire">WireIt.StepWire</a></li>
<li class=""><a href="WireIt.Terminal.html" title="WireIt.Terminal">WireIt.Terminal</a></li>
<li class=""><a href="WireIt.TerminalProxy.html" title="WireIt.TerminalProxy">WireIt.TerminalProxy</a></li>
<li class=""><a href="WireIt.util.DD.html" title="WireIt.util.DD">WireIt.util.DD</a></li>
<li class=""><a href="WireIt.util.DDResize.html" title="WireIt.util.DDResize">WireIt.util.DDResize</a></li>
<li class=""><a href="WireIt.util.EllipseLabelContainer.html" title="WireIt.util.EllipseLabelContainer">WireIt.util.EllipseLabelContainer</a></li>
<li class=""><a href="WireIt.util.ImageContainer.html" title="WireIt.util.ImageContainer">WireIt.util.ImageContainer</a></li>
<li class=""><a href="WireIt.util.InOutContainer.html" title="WireIt.util.InOutContainer">WireIt.util.InOutContainer</a></li>
<li class=""><a href="WireIt.util.TerminalInput.html" title="WireIt.util.TerminalInput">WireIt.util.TerminalInput</a></li>
<li class=""><a href="WireIt.util.TerminalOutput.html" title="WireIt.util.TerminalOutput">WireIt.util.TerminalOutput</a></li>
<li class=""><a href="WireIt.Wire.html" title="WireIt.Wire">WireIt.Wire</a></li>
<li class=""><a href="WireIt.WireIt.html" title="WireIt.WireIt">WireIt.WireIt</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="ArrowWire.js.html" title="ArrowWire.js">ArrowWire.js</a></li>
<li class=""><a href="BezierArrowWire.js.html" title="BezierArrowWire.js">BezierArrowWire.js</a></li>
<li class=""><a href="BezierWire.js.html" title="BezierWire.js">BezierWire.js</a></li>
<li class=""><a href="CanvasContainer.js.html" title="CanvasContainer.js">CanvasContainer.js</a></li>
<li class=""><a href="CanvasElement.js.html" title="CanvasElement.js">CanvasElement.js</a></li>
<li class=""><a href="Container.js.html" title="Container.js">Container.js</a></li>
<li class=""><a href="DD.js.html" title="DD.js">DD.js</a></li>
<li class=""><a href="DDResize.js.html" title="DDResize.js">DDResize.js</a></li>
<li class=""><a href="EllipseLabelContainer.js.html" title="EllipseLabelContainer.js">EllipseLabelContainer.js</a></li>
<li class=""><a href="ImageContainer.js.html" title="ImageContainer.js">ImageContainer.js</a></li>
<li class=""><a href="InOutContainer.js.html" title="InOutContainer.js">InOutContainer.js</a></li>
<li class=""><a href="Layer.js.html" title="Layer.js">Layer.js</a></li>
<li class=""><a href="LayerMap.js.html" title="LayerMap.js">LayerMap.js</a></li>
<li class=""><a href="LeftSquareArrowWire.js.html" title="LeftSquareArrowWire.js">LeftSquareArrowWire.js</a></li>
<li class=""><a href="RectLabelContainer.js.html" title="RectLabelContainer.js">RectLabelContainer.js</a></li>
<li class=""><a href="RightSquareArrowWire.js.html" title="RightSquareArrowWire.js">RightSquareArrowWire.js</a></li>
<li class=""><a href="Scissors.js.html" title="Scissors.js">Scissors.js</a></li>
<li class=""><a href="StepWire.js.html" title="StepWire.js">StepWire.js</a></li>
<li class=""><a href="Terminal.js.html" title="Terminal.js">Terminal.js</a></li>
<li class=""><a href="TerminalInput.js.html" title="TerminalInput.js">TerminalInput.js</a></li>
<li class=""><a href="TerminalOutput.js.html" title="TerminalOutput.js">TerminalOutput.js</a></li>
<li class=""><a href="TerminalProxy.js.html" title="TerminalProxy.js">TerminalProxy.js</a></li>
<li class=""><a href="Wire.js.html" title="Wire.js">Wire.js</a></li>
<li class=""><a href="WireIt.js.html" title="WireIt.js">WireIt.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class=""><a href="#property_className" title="className">className</a></li>
<li class=""><a href="#property_containers" title="containers">containers</a></li>
<li class=""><a href="#property_el" title="el">el</a></li>
<li class=""><a href="#property_enableMouseEvents" title="enableMouseEvents">enableMouseEvents</a></li>
<li class=""><a href="#property_grouper" title="grouper">grouper</a></li>
<li class=""><a href="#property_groups" title="groups">groups</a></li>
<li class=""><a href="#property_layerMap" title="layerMap">layerMap</a></li>
<li class=""><a href="#property_layerMapOptions" title="layerMapOptions">layerMapOptions</a></li>
<li class=""><a href="#property_parentEl" title="parentEl">parentEl</a></li>
<li class=""><a href="#property_wires" title="wires">wires</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class=""><a href="#method__getMouseEvtPos" title="_getMouseEvtPos">_getMouseEvtPos</a></li>
<li class=""><a href="#method_addContainer" title="addContainer">addContainer</a></li>
<li class=""><a href="#method_addWire" title="addWire">addWire</a></li>
<li class=""><a href="#method_clear" title="clear">clear</a></li>
<li class=""><a href="#method_getWiring" title="getWiring">getWiring</a></li>
<li class=""><a href="#method_initContainers" title="initContainers">initContainers</a></li>
<li class=""><a href="#method_initWires" title="initWires">initWires</a></li>
<li class=""><a href="#method_onAddWire" title="onAddWire">onAddWire</a></li>
<li class=""><a href="#method_onRemoveWire" title="onRemoveWire">onRemoveWire</a></li>
<li class=""><a href="#method_onWireClick" title="onWireClick">onWireClick</a></li>
<li class=""><a href="#method_onWireMouseMove" title="onWireMouseMove">onWireMouseMove</a></li>
<li class=" deprecated"><a href="#method_removeAllContainers" title="removeAllContainers">removeAllContainers</a></li>
<li class=""><a href="#method_removeContainer" title="removeContainer">removeContainer</a></li>
<li class=""><a href="#method_removeGroup" title="removeGroup">removeGroup</a></li>
<li class=""><a href="#method_render" title="render">render</a></li>
<li class=""><a href="#method_setOptions" title="setOptions">setOptions</a></li>
<li class=""><a href="#method_setSuperHighlighted" title="setSuperHighlighted">setSuperHighlighted</a></li>
<li class=""><a href="#method_setWiring" title="setWiring">setWiring</a></li>
<li class=""><a href="#method_unsetSuperHighlighted" title="unsetSuperHighlighted">unsetSuperHighlighted</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_eventAddContainer" title="eventAddContainer">eventAddContainer</a></li>
<li class=""><a href="#event_eventAddWire" title="eventAddWire">eventAddWire</a></li>
<li class=""><a href="#event_eventChanged" title="eventChanged">eventChanged</a></li>
<li class=""><a href="#event_eventContainerDragged" title="eventContainerDragged">eventContainerDragged</a></li>
<li class=""><a href="#event_eventContainerResized" title="eventContainerResized">eventContainerResized</a></li>
<li class=""><a href="#event_eventRemoveContainer" title="eventRemoveContainer">eventRemoveContainer</a></li>
<li class=""><a href="#event_eventRemoveWire" title="eventRemoveWire">eventRemoveWire</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright © 2010 Eric Abouaf All rights reserved.
</div>
</div>
<script type="text/javascript">
var ALL_YUI_PROPS = [{"url": "WireIt.Layer.html#method_addContainer", "access": "", "host": "WireIt.Layer", "type": "method", "name": "addContainer"}, {"url": "WireIt.Container.html#method_addTerminal", "access": "", "host": "WireIt.Container", "type": "method", "name": "addTerminal"}, {"url": "WireIt.Layer.html#method_addWire", "access": "", "host": "WireIt.Layer", "type": "method", "name": "addWire"}, {"url": "WireIt.Container.html#property_bodyEl", "access": "", "host": "WireIt.Container", "type": "property", "name": "bodyEl"}, {"url": "WireIt.CanvasContainer.html#property_className", "access": "", "host": "WireIt.CanvasContainer", "type": "property", "name": "className"}, {"url": "WireIt.Container.html#property_className", "access": "", "host": "WireIt.Container", "type": "property", "name": "className"}, {"url": "WireIt.util.EllipseLabelContainer.html#property_className", "access": "", "host": "WireIt.util.EllipseLabelContainer", "type": "property", "name": "className"}, {"url": "WireIt.util.ImageContainer.html#property_className", "access": "", "host": "WireIt.util.ImageContainer", "type": "property", "name": "className"}, {"url": "WireIt.util.InOutContainer.html#property_className", "access": "", "host": "WireIt.util.InOutContainer", "type": "property", "name": "className"}, {"url": "WireIt.Layer.html#property_className", "access": "", "host": "WireIt.Layer", "type": "property", "name": "className"}, {"url": "WireIt.Layer.html#method_clear", "access": "", "host": "WireIt.Layer", "type": "method", "name": "clear"}, {"url": "WireIt.Container.html#property_close", "access": "", "host": "WireIt.Container", "type": "property", "name": "close"}, {"url": "WireIt.Container.html#property_closeButtonClassName", "access": "", "host": "WireIt.Container", "type": "property", "name": "closeButtonClassName"}, {"url": "WireIt.BezierWire.html#property_coeffMulDirection", "access": "", "host": "WireIt.BezierWire", "type": "property", "name": "coeffMulDirection"}, {"url": "WireIt.Layer.html#property_containers", "access": "", "host": "WireIt.Layer", "type": "property", "name": "containers"}, {"url": "WireIt.CanvasContainer.html#property_ddHandle", "access": "", "host": "WireIt.CanvasContainer", "type": "property", "name": "ddHandle"}, {"url": "WireIt.Container.html#property_ddHandle", "access": "", "host": "WireIt.Container", "type": "property", "name": "ddHandle"}, {"url": "WireIt.util.ImageContainer.html#property_ddHandle", "access": "", "host": "WireIt.util.ImageContainer", "type": "property", "name": "ddHandle"}, {"url": "WireIt.Container.html#property_ddHandleClassName", "access": "", "host": "WireIt.Container", "type": "property", "name": "ddHandleClassName"}, {"url": "WireIt.Container.html#method_dehighlight", "access": "", "host": "WireIt.Container", "type": "method", "name": "dehighlight"}, {"url": "WireIt.CanvasElement.html#method_destroy", "access": "", "host": "WireIt.CanvasElement", "type": "method", "name": "destroy"}, {"url": "WireIt.Container.html#property_draggable", "access": "", "host": "WireIt.Container", "type": "property", "name": "draggable"}, {"url": "WireIt.ArrowWire.html#method_draw", "access": "", "host": "WireIt.ArrowWire", "type": "method", "name": "draw"}, {"url": "WireIt.BezierArrowWire.html#method_draw", "access": "", "host": "WireIt.BezierArrowWire", "type": "method", "name": "draw"}, {"url": "WireIt.BezierWire.html#method_draw", "access": "", "host": "WireIt.BezierWire", "type": "method", "name": "draw"}, {"url": "WireIt.CanvasContainer.html#method_drawCanvas", "access": "", "host": "WireIt.CanvasContainer", "type": "method", "name": "drawCanvas"}, {"url": "WireIt.Container.html#property_el", "access": "", "host": "WireIt.Container", "type": "property", "name": "el"}, {"url": "WireIt.Layer.html#property_el", "access": "", "host": "WireIt.Layer", "type": "property", "name": "el"}, {"url": "WireIt.CanvasElement.html#property_element", "access": "", "host": "WireIt.CanvasElement", "type": "property", "name": "element"}, {"url": "WireIt.Layer.html#property_enableMouseEvents", "access": "", "host": "WireIt.Layer", "type": "property", "name": "enableMouseEvents"}, {"url": "WireIt.Layer.html#event_eventAddContainer", "access": "", "host": "WireIt.Layer", "type": "event", "name": "eventAddContainer"}, {"url": "WireIt.Container.html#event_eventAddWire", "access": "", "host": "WireIt.Container", "type": "event", "name": "eventAddWire"}, {"url": "WireIt.Layer.html#event_eventAddWire", "access": "", "host": "WireIt.Layer", "type": "event", "name": "eventAddWire"}, {"url": "WireIt.Container.html#event_eventBlur", "access": "", "host": "WireIt.Container", "type": "event", "name": "eventBlur"}, {"url": "WireIt.Layer.html#event_eventChanged", "access": "", "host": "WireIt.Layer", "type": "event", "name": "eventChanged"}, {"url": "WireIt.Layer.html#event_eventContainerDragged", "access": "", "host": "WireIt.Layer", "type": "event", "name": "eventContainerDragged"}, {"url": "WireIt.Layer.html#event_eventContainerResized", "access": "", "host": "WireIt.Layer", "type": "event", "name": "eventContainerResized"}, {"url": "WireIt.Container.html#event_eventFocus", "access": "", "host": "WireIt.Container", "type": "event", "name": "eventFocus"}, {"url": "WireIt.Layer.html#event_eventRemoveContainer", "access": "", "host": "WireIt.Layer", "type": "event", "name": "eventRemoveContainer"}, {"url": "WireIt.Container.html#event_eventRemoveWire", "access": "", "host": "WireIt.Container", "type": "event", "name": "eventRemoveWire"}, {"url": "WireIt.Layer.html#event_eventRemoveWire", "access": "", "host": "WireIt.Layer", "type": "event", "name": "eventRemoveWire"}, {"url": "WireIt.util.DDResize.html#event_eventResize", "access": "", "host": "WireIt.util.DDResize", "type": "event", "name": "eventResize"}, {"url": "WireIt.Container.html#method_getConfig", "access": "", "host": "WireIt.Container", "type": "method", "name": "getConfig"}, {"url": "WireIt.CanvasElement.html#method_getContext", "access": "", "host": "WireIt.CanvasElement", "type": "method", "name": "getContext"}, {"url": "WireIt.Layer.html#method__getMouseEvtPos", "access": "", "host": "WireIt.Layer", "type": "method", "name": "_getMouseEvtPos"}, {"url": "WireIt.Container.html#method_getTerminal", "access": "", "host": "WireIt.Container", "type": "method", "name": "getTerminal"}, {"url": "WireIt.Container.html#method_getValue", "access": "", "host": "WireIt.Container", "type": "method", "name": "getValue"}, {"url": "WireIt.Layer.html#method_getWiring", "access": "", "host": "WireIt.Layer", "type": "method", "name": "getWiring"}, {"url": "WireIt.Container.html#method_getXY", "access": "", "host": "WireIt.Container", "type": "method", "name": "getXY"}, {"url": "WireIt.Container.html#property_groupable", "access": "", "host": "WireIt.Container", "type": "property", "name": "groupable"}, {"url": "WireIt.Layer.html#property_grouper", "access": "", "host": "WireIt.Layer", "type": "property", "name": "grouper"}, {"url": "WireIt.Layer.html#property_groups", "access": "", "host": "WireIt.Layer", "type": "property", "name": "groups"}, {"url": "WireIt.CanvasContainer.html#property_height", "access": "", "host": "WireIt.CanvasContainer", "type": "property", "name": "height"}, {"url": "WireIt.Container.html#property_height", "access": "", "host": "WireIt.Container", "type": "property", "name": "height"}, {"url": "WireIt.Container.html#method_highlight", "access": "", "host": "WireIt.Container", "type": "method", "name": "highlight"}, {"url": "WireIt.Container.html#property_icon", "access": "", "host": "WireIt.Container", "type": "property", "name": "icon"}, {"url": "WireIt.util.ImageContainer.html#property_image", "access": "", "host": "WireIt.util.ImageContainer", "type": "property", "name": "image"}, {"url": "WireIt.Layer.html#method_initContainers", "access": "", "host": "WireIt.Layer", "type": "method", "name": "initContainers"}, {"url": "WireIt.Container.html#method_initTerminals", "access": "", "host": "WireIt.Container", "type": "method", "name": "initTerminals"}, {"url": "WireIt.Layer.html#method_initWires", "access": "", "host": "WireIt.Layer", "type": "method", "name": "initWires"}, {"url": "WireIt.util.InOutContainer.html#property_inputs", "access": "", "host": "WireIt.util.InOutContainer", "type": "property", "name": "inputs"}, {"url": "WireIt.util.EllipseLabelContainer.html#property_label", "access": "", "host": "WireIt.util.EllipseLabelContainer", "type": "property", "name": "label"}, {"url": "WireIt.Container.html#property_layer", "access": "", "host": "WireIt.Container", "type": "property", "name": "layer"}, {"url": "WireIt.Layer.html#property_layerMap", "access": "", "host": "WireIt.Layer", "type": "property", "name": "layerMap"}, {"url": "WireIt.Layer.html#property_layerMapOptions", "access": "", "host": "WireIt.Layer", "type": "property", "name": "layerMapOptions"}, {"url": "WireIt.Container.html#method_makeDraggable", "access": "", "host": "WireIt.Container", "type": "method", "name": "makeDraggable"}, {"url": "WireIt.Container.html#method_makeResizable", "access": "", "host": "WireIt.Container", "type": "method", "name": "makeResizable"}, {"url": "WireIt.util.DDResize.html#property_myConf", "access": "", "host": "WireIt.util.DDResize", "type": "property", "name": "myConf"}, {"url": "WireIt.Container.html#method_onAddWire", "access": "", "host": "WireIt.Container", "type": "method", "name": "onAddWire"}, {"url": "WireIt.Layer.html#method_onAddWire", "access": "", "host": "WireIt.Layer", "type": "method", "name": "onAddWire"}, {"url": "WireIt.Container.html#method_onCloseButton", "access": "", "host": "WireIt.Container", "type": "method", "name": "onCloseButton"}, {"url": "WireIt.util.DD.html#method_onDrag", "access": "", "host": "WireIt.util.DD", "type": "method", "name": "onDrag"}, {"url": "WireIt.util.DDResize.html#method_onDrag", "access": "", "host": "WireIt.util.DDResize", "type": "method", "name": "onDrag"}, {"url": "WireIt.Container.html#method_onMouseDown", "access": "", "host": "WireIt.Container", "type": "method", "name": "onMouseDown"}, {"url": "WireIt.util.DDResize.html#method_onMouseDown", "access": "", "host": "WireIt.util.DDResize", "type": "method", "name": "onMouseDown"}, {"url": "WireIt.Container.html#method_onRemoveWire", "access": "", "host": "WireIt.Container", "type": "method", "name": "onRemoveWire"}, {"url": "WireIt.Layer.html#method_onRemoveWire", "access": "", "host": "WireIt.Layer", "type": "method", "name": "onRemoveWire"}, {"url": "WireIt.CanvasContainer.html#method_onResize", "access": "", "host": "WireIt.CanvasContainer", "type": "method", "name": "onResize"}, {"url": "WireIt.Container.html#method_onResize", "access": "", "host": "WireIt.Container", "type": "method", "name": "onResize"}, {"url": "WireIt.Layer.html#method_onWireClick", "access": "", "host": "WireIt.Layer", "type": "method", "name": "onWireClick"}, {"url": "WireIt.Layer.html#method_onWireMouseMove", "access": "", "host": "WireIt.Layer", "type": "method", "name": "onWireMouseMove"}, {"url": "WireIt.util.InOutContainer.html#property_outputs", "access": "", "host": "WireIt.util.InOutContainer", "type": "property", "name": "outputs"}, {"url": "WireIt.Layer.html#property_parentEl", "access": "", "host": "WireIt.Layer", "type": "property", "name": "parentEl"}, {"url": "WireIt.Container.html#property_position", "access": "", "host": "WireIt.Container", "type": "property", "name": "position"}, {"url": "WireIt.Container.html#property_preventSelfWiring", "access": "", "host": "WireIt.Container", "type": "property", "name": "preventSelfWiring"}, {"url": "WireIt.Container.html#method_redrawAllTerminals", "access": "", "host": "WireIt.Container", "type": "method", "name": "redrawAllTerminals"}, {"url": "WireIt.Container.html#method_remove", "access": "", "host": "WireIt.Container", "type": "method", "name": "remove"}, {"url": "WireIt.Layer.html#method_removeAllContainers", "access": "", "host": "WireIt.Layer", "type": "method", "name": "removeAllContainers"}, {"url": "WireIt.Container.html#method_removeAllTerminals", "access": "", "host": "WireIt.Container", "type": "method", "name": "removeAllTerminals"}, {"url": "WireIt.Layer.html#method_removeContainer", "access": "", "host": "WireIt.Layer", "type": "method", "name": "removeContainer"}, {"url": "WireIt.Container.html#method_removeFocus", "access": "", "host": "WireIt.Container", "type": "method", "name": "removeFocus"}, {"url": "WireIt.Layer.html#method_removeGroup", "access": "", "host": "WireIt.Layer", "type": "method", "name": "removeGroup"}, {"url": "WireIt.CanvasContainer.html#method_render", "access": "", "host": "WireIt.CanvasContainer", "type": "method", "name": "render"}, {"url": "WireIt.Container.html#method_render", "access": "", "host": "WireIt.Container", "type": "method", "name": "render"}, {"url": "WireIt.util.ImageContainer.html#method_render", "access": "", "host": "WireIt.util.ImageContainer", "type": "method", "name": "render"}, {"url": "WireIt.util.InOutContainer.html#method_render", "access": "", "host": "WireIt.util.InOutContainer", "type": "method", "name": "render"}, {"url": "WireIt.Layer.html#method_render", "access": "", "host": "WireIt.Layer", "type": "method", "name": "render"}, {"url": "WireIt.Container.html#property_resizable", "access": "", "host": "WireIt.Container", "type": "property", "name": "resizable"}, {"url": "WireIt.util.ImageContainer.html#property_resizable", "access": "", "host": "WireIt.util.ImageContainer", "type": "property", "name": "resizable"}, {"url": "WireIt.util.InOutContainer.html#property_resizable", "access": "", "host": "WireIt.util.InOutContainer", "type": "property", "name": "resizable"}, {"url": "WireIt.Container.html#property_resizeHandleClassName", "access": "", "host": "WireIt.Container", "type": "property", "name": "resizeHandleClassName"}, {"url": "WireIt.Container.html#method_setBody", "access": "", "host": "WireIt.Container", "type": "method", "name": "setBody"}, {"url": "WireIt.CanvasElement.html#method_SetCanvasRegion", "access": "", "host": "WireIt.CanvasElement", "type": "method", "name": "SetCanvasRegion"}, {"url": "WireIt.Container.html#method_setFocus", "access": "", "host": "WireIt.Container", "type": "method", "name": "setFocus"}, {"url": "WireIt.Container.html#method_setOptions", "access": "", "host": "WireIt.Container", "type": "method", "name": "setOptions"}, {"url": "WireIt.Layer.html#method_setOptions", "access": "", "host": "WireIt.Layer", "type": "method", "name": "setOptions"}, {"url": "WireIt.Layer.html#method_setSuperHighlighted", "access": "", "host": "WireIt.Layer", "type": "method", "name": "setSuperHighlighted"}, {"url": "WireIt.util.DD.html#method_setTerminals", "access": "", "host": "WireIt.util.DD", "type": "method", "name": "setTerminals"}, {"url": "WireIt.Container.html#method_setValue", "access": "", "host": "WireIt.Container", "type": "method", "name": "setValue"}, {"url": "WireIt.Layer.html#method_setWiring", "access": "", "host": "WireIt.Layer", "type": "method", "name": "setWiring"}, {"url": "WireIt.Container.html#method_superHighlight", "access": "", "host": "WireIt.Container", "type": "method", "name": "superHighlight"}, {"url": "WireIt.Container.html#property_terminals", "access": "", "host": "WireIt.Container", "type": "property", "name": "terminals"}, {"url": "WireIt.Container.html#property_title", "access": "", "host": "WireIt.Container", "type": "property", "name": "title"}, {"url": "WireIt.Layer.html#method_unsetSuperHighlighted", "access": "", "host": "WireIt.Layer", "type": "method", "name": "unsetSuperHighlighted"}, {"url": "WireIt.CanvasContainer.html#property_width", "access": "", "host": "WireIt.CanvasContainer", "type": "property", "name": "width"}, {"url": "WireIt.Container.html#property_width", "access": "", "host": "WireIt.Container", "type": "property", "name": "width"}, {"url": "WireIt.util.DD.html#property__WireItTerminals", "access": "", "host": "WireIt.util.DD", "type": "property", "name": "_WireItTerminals"}, {"url": "WireIt.Container.html#property_wires", "access": "", "host": "WireIt.Container", "type": "property", "name": "wires"}, {"url": "WireIt.Layer.html#property_wires", "access": "", "host": "WireIt.Layer", "type": "property", "name": "wires"}, {"url": "WireIt.ArrowWire.html#property_xtype", "access": "", "host": "WireIt.ArrowWire", "type": "property", "name": "xtype"}, {"url": "WireIt.BezierArrowWire.html#property_xtype", "access": "", "host": "WireIt.BezierArrowWire", "type": "property", "name": "xtype"}, {"url": "WireIt.BezierWire.html#property_xtype", "access": "", "host": "WireIt.BezierWire", "type": "property", "name": "xtype"}, {"url": "WireIt.CanvasContainer.html#property_xtype", "access": "", "host": "WireIt.CanvasContainer", "type": "property", "name": "xtype"}, {"url": "WireIt.Container.html#property_xtype", "access": "", "host": "WireIt.Container", "type": "property", "name": "xtype"}, {"url": "WireIt.util.EllipseLabelContainer.html#property_xtype", "access": "", "host": "WireIt.util.EllipseLabelContainer", "type": "property", "name": "xtype"}, {"url": "WireIt.util.ImageContainer.html#property_xtype", "access": "", "host": "WireIt.util.ImageContainer", "type": "property", "name": "xtype"}, {"url": "WireIt.util.InOutContainer.html#property_xtype", "access": "", "host": "WireIt.util.InOutContainer", "type": "property", "name": "xtype"}];
</script>
</body>
</html>