blob: bf3d50cfa48013b87ee22244cd430e516fbd2548 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 27 16:23:58 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SwfActionContainer (Apache Flex - FlexJS: Compiler: Debugger 0.8.0-SNAPSHOT API)</title>
<meta name="date" content="2016-09-27">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SwfActionContainer (Apache Flex - FlexJS: Compiler: Debugger 0.8.0-SNAPSHOT API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SwfActionContainer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../flash/tools/ActionLocation.html" title="class in flash.tools"><span class="strong">Prev Class</span></a></li>
<li><a href="../../flash/tools/SwfActionContainer.DummyAction.html" title="class in flash.tools"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?flash/tools/SwfActionContainer.html" target="_top">Frames</a></li>
<li><a href="SwfActionContainer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">flash.tools</div>
<h2 title="Class SwfActionContainer" class="title">Class SwfActionContainer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>flash.swf.TagHandler</li>
<li>
<ul class="inheritance">
<li>flash.tools.SwfActionContainer</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../flash/tools/debugger/concrete/LineFunctionContainer.html" title="class in flash.tools.debugger.concrete">LineFunctionContainer</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">SwfActionContainer</span>
extends flash.swf.TagHandler</pre>
<div class="block">This class implements the TagHandler interface
and provides a mechanism for containing the
actions associated with a SWF.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.DummyAction.html" title="class in flash.tools">SwfActionContainer.DummyAction</a></strong></code>
<div class="block">Dummy Action container for housing all of our
topmost level actionlists in a convenient form</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../flash/tools/SwfActionContainer.html#SwfActionContainer(byte[],%20byte[])">SwfActionContainer</a></strong>(byte[]&nbsp;swf,
byte[]&nbsp;swd)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../flash/tools/SwfActionContainer.html#SwfActionContainer(java.io.InputStream)">SwfActionContainer</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;swfIn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../flash/tools/SwfActionContainer.html#SwfActionContainer(java.io.InputStream,%20java.io.InputStream)">SwfActionContainer</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;swfIn,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;swdIn)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#defineButton(flash.swf.tags.DefineButton)">defineButton</a></strong>(flash.swf.tags.DefineButton&nbsp;tag)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#defineButton2(flash.swf.tags.DefineButton)">defineButton2</a></strong>(flash.swf.tags.DefineButton&nbsp;tag)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#defineSprite(flash.swf.tags.DefineSprite)">defineSprite</a></strong>(flash.swf.tags.DefineSprite&nbsp;tag)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#doAction(flash.swf.tags.DoAction)">doAction</a></strong>(flash.swf.tags.DoAction&nbsp;tag)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#doInitAction(flash.swf.tags.DoInitAction)">doInitAction</a></strong>(flash.swf.tags.DoInitAction&nbsp;tag)</code>
<div class="block">-----------------------------------------------
The following APIs override TagHandler</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#find(flash.swf.types.ActionList,%20int)">find</a></strong>(flash.swf.types.ActionList&nbsp;list,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#findLessOrEqualTo(flash.swf.types.ActionList,%20int)">findLessOrEqualTo</a></strong>(flash.swf.types.ActionList&nbsp;list,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>flash.swf.Dictionary</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#getDictionary()">getDictionary</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>flash.swf.Header</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#getHeader()">getHeader</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>flash.swf.types.ActionList</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#getMasterList()">getMasterList</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#hasErrors()">hasErrors</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#header(flash.swf.Header)">header</a></strong>(flash.swf.Header&nbsp;h)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../flash/tools/ActionLocation.html" title="class in flash.tools">ActionLocation</a></code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#locationLessOrEqualTo(flash.tools.ActionLocation,%20flash.swf.types.ActionList,%20int)">locationLessOrEqualTo</a></strong>(<a href="../../flash/tools/ActionLocation.html" title="class in flash.tools">ActionLocation</a>&nbsp;location,
flash.swf.types.ActionList&nbsp;list,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../flash/tools/ActionLocation.html" title="class in flash.tools">ActionLocation</a></code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#locationLessOrEqualTo(int)">locationLessOrEqualTo</a></strong>(int&nbsp;offset)</code>
<div class="block">Return a path to an ActionList that contains the given offset
if an exact match is not found then return the largest
that does not exceed offset.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#placeObject2(flash.swf.tags.PlaceObject)">placeObject2</a></strong>(flash.swf.tags.PlaceObject&nbsp;tag)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../flash/tools/SwfActionContainer.html#setDecoderDictionary(flash.swf.Dictionary)">setDecoderDictionary</a></strong>(flash.swf.Dictionary&nbsp;dict)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_flash.swf.TagHandler">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;flash.swf.TagHandler</h3>
<code>any, csmTextSettings, debugID, defineBinaryData, defineBits, defineBitsJPEG2, defineBitsJPEG3, defineBitsLossless, defineBitsLossless2, defineButtonCxform, defineButtonSound, defineEditText, defineFont, defineFont2, defineFont3, defineFont4, defineFontAlignZones, defineFontInfo, defineFontInfo2, defineFontName, defineMorphShape, defineMorphShape2, defineScalingGrid, defineSceneAndFrameLabelData, defineShape, defineShape2, defineShape3, defineShape4, defineSound, defineText, defineText2, defineVideoStream, doABC, enableDebugger, enableDebugger2, enableTelemetry, error, exportAssets, fileAttributes, finish, frameLabel, importAssets, importAssets2, jpegTables, metadata, placeObject, placeObject3, productInfo, protect, removeObject, removeObject2, scriptLimits, setBackgroundColor, setOffsetAndSize, setTabIndex, showFrame, soundStreamBlock, soundStreamHead, soundStreamHead2, startSound, symbolClass, unknown, videoFrame</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SwfActionContainer(byte[], byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SwfActionContainer</h4>
<pre>public&nbsp;SwfActionContainer(byte[]&nbsp;swf,
byte[]&nbsp;swd)</pre>
</li>
</ul>
<a name="SwfActionContainer(java.io.InputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SwfActionContainer</h4>
<pre>public&nbsp;SwfActionContainer(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;swfIn)</pre>
</li>
</ul>
<a name="SwfActionContainer(java.io.InputStream, java.io.InputStream)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SwfActionContainer</h4>
<pre>public&nbsp;SwfActionContainer(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;swfIn,
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;swdIn)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getMasterList()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMasterList</h4>
<pre>public&nbsp;flash.swf.types.ActionList&nbsp;getMasterList()</pre>
</li>
</ul>
<a name="getHeader()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHeader</h4>
<pre>public&nbsp;flash.swf.Header&nbsp;getHeader()</pre>
</li>
</ul>
<a name="getDictionary()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDictionary</h4>
<pre>public&nbsp;flash.swf.Dictionary&nbsp;getDictionary()</pre>
</li>
</ul>
<a name="hasErrors()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasErrors</h4>
<pre>public&nbsp;boolean&nbsp;hasErrors()</pre>
</li>
</ul>
<a name="locationLessOrEqualTo(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>locationLessOrEqualTo</h4>
<pre>public&nbsp;<a href="../../flash/tools/ActionLocation.html" title="class in flash.tools">ActionLocation</a>&nbsp;locationLessOrEqualTo(int&nbsp;offset)</pre>
<div class="block">Return a path to an ActionList that contains the given offset
if an exact match is not found then return the largest
that does not exceed offset.</div>
</li>
</ul>
<a name="locationLessOrEqualTo(flash.tools.ActionLocation, flash.swf.types.ActionList, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>locationLessOrEqualTo</h4>
<pre>public static&nbsp;<a href="../../flash/tools/ActionLocation.html" title="class in flash.tools">ActionLocation</a>&nbsp;locationLessOrEqualTo(<a href="../../flash/tools/ActionLocation.html" title="class in flash.tools">ActionLocation</a>&nbsp;location,
flash.swf.types.ActionList&nbsp;list,
int&nbsp;offset)</pre>
</li>
</ul>
<a name="findLessOrEqualTo(flash.swf.types.ActionList, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findLessOrEqualTo</h4>
<pre>public static&nbsp;int&nbsp;findLessOrEqualTo(flash.swf.types.ActionList&nbsp;list,
int&nbsp;offset)</pre>
</li>
</ul>
<a name="find(flash.swf.types.ActionList, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>find</h4>
<pre>public static&nbsp;int&nbsp;find(flash.swf.types.ActionList&nbsp;list,
int&nbsp;offset)</pre>
</li>
</ul>
<a name="doInitAction(flash.swf.tags.DoInitAction)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doInitAction</h4>
<pre>public&nbsp;void&nbsp;doInitAction(flash.swf.tags.DoInitAction&nbsp;tag)</pre>
<div class="block">-----------------------------------------------
The following APIs override TagHandler.
-----------------------------------------------</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>doInitAction</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
<a name="doAction(flash.swf.tags.DoAction)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doAction</h4>
<pre>public&nbsp;void&nbsp;doAction(flash.swf.tags.DoAction&nbsp;tag)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>doAction</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
<a name="defineSprite(flash.swf.tags.DefineSprite)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>defineSprite</h4>
<pre>public&nbsp;void&nbsp;defineSprite(flash.swf.tags.DefineSprite&nbsp;tag)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>defineSprite</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
<a name="placeObject2(flash.swf.tags.PlaceObject)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>placeObject2</h4>
<pre>public&nbsp;void&nbsp;placeObject2(flash.swf.tags.PlaceObject&nbsp;tag)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>placeObject2</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
<a name="defineButton(flash.swf.tags.DefineButton)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>defineButton</h4>
<pre>public&nbsp;void&nbsp;defineButton(flash.swf.tags.DefineButton&nbsp;tag)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>defineButton</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
<a name="defineButton2(flash.swf.tags.DefineButton)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>defineButton2</h4>
<pre>public&nbsp;void&nbsp;defineButton2(flash.swf.tags.DefineButton&nbsp;tag)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>defineButton2</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
<a name="setDecoderDictionary(flash.swf.Dictionary)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDecoderDictionary</h4>
<pre>public&nbsp;void&nbsp;setDecoderDictionary(flash.swf.Dictionary&nbsp;dict)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>setDecoderDictionary</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
<a name="header(flash.swf.Header)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>header</h4>
<pre>public&nbsp;void&nbsp;header(flash.swf.Header&nbsp;h)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>header</code>&nbsp;in class&nbsp;<code>flash.swf.TagHandler</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SwfActionContainer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../flash/tools/ActionLocation.html" title="class in flash.tools"><span class="strong">Prev Class</span></a></li>
<li><a href="../../flash/tools/SwfActionContainer.DummyAction.html" title="class in flash.tools"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?flash/tools/SwfActionContainer.html" target="_top">Frames</a></li>
<li><a href="SwfActionContainer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>