FIProjetIHM2022/docs/Test/BLayout.html
pro.boooooo 2b66bcdf4c $
2022-11-15 18:57:04 +01:00

697 lines
22 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_202) on Tue Nov 15 18:43:02 CET 2022 -->
<title>BLayout</title>
<meta name="date" content="2022-11-15">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BLayout";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="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="../Test/BFrame.html" title="class in Test"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../Test/ProfView.html" title="class in Test"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?Test/BLayout.html" target="_top">Frames</a></li>
<li><a href="BLayout.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;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>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&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">Test</div>
<h2 title="Class BLayout" class="title">Class BLayout</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.awt.GridBagConstraints</li>
<li>
<ul class="inheritance">
<li>Test.BLayout</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Cloneable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">BLayout</span>
extends java.awt.GridBagConstraints</pre>
<div class="block"><p>Pour creer un layout de type GridBagLayout rapidement avec les methodes simplifier.</p></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../serialized-form.html#Test.BLayout">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#filler">filler</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.awt.Insets</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#padding">padding</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#padding_bottom">padding_bottom</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#padding_left">padding_left</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#padding_right">padding_right</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#padding_top">padding_top</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#positionOnScreen">positionOnScreen</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#PositionOnX">PositionOnX</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#PositionOnY">PositionOnY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#sizeOnX">sizeOnX</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#sizeOnY">sizeOnY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#takeCaseOnX">takeCaseOnX</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#takeCaseOnY">takeCaseOnY</a></span></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.java.awt.GridBagConstraints">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;java.awt.GridBagConstraints</h3>
<code>ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" 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><span class="memberNameLink"><a href="../Test/BLayout.html#BLayout--">BLayout</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../Test/BLayout.html#BLayout-int-int-int-int-double-double-java.awt.Insets-int-int-">BLayout</a></span>(int&nbsp;positionX,
int&nbsp;positionY,
int&nbsp;manyCaseX,
int&nbsp;manyCaseY,
double&nbsp;sizeX,
double&nbsp;sizeY,
java.awt.Insets&nbsp;pad,
int&nbsp;positionOnScreen,
int&nbsp;filling)</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setAnchor-int-">setAnchor</a></span>(int&nbsp;by)</code>
<div class="block">Mettre une ancre.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setFill-int-">setFill</a></span>(int&nbsp;by)</code>
<div class="block">Mettre un remplissage.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setPadding-java.awt.Insets-">setPadding</a></span>(java.awt.Insets&nbsp;by)</code>
<div class="block">Mettre un padding.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setPositionX-int-">setPositionX</a></span>(int&nbsp;by)</code>
<div class="block">Changer le cuseur en x.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setPositionY-int-">setPositionY</a></span>(int&nbsp;by)</code>
<div class="block">Changer le cuseur en y.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setSizeX-double-">setSizeX</a></span>(double&nbsp;by)</code>
<div class="block">Mettre sa taille en x.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setSizeY-double-">setSizeY</a></span>(double&nbsp;by)</code>
<div class="block">Mettre sa taille en y.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setTakeCaseOnX-int-">setTakeCaseOnX</a></span>(int&nbsp;by)</code>
<div class="block">Changer la place occupe en x.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../Test/BLayout.html#setTakeCaseOnY-int-">setTakeCaseOnY</a></span>(int&nbsp;by)</code>
<div class="block">Changer la place occupe en y.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.awt.GridBagConstraints">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.GridBagConstraints</h3>
<code>clone</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.Object</h3>
<code>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="PositionOnX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PositionOnX</h4>
<pre>public&nbsp;int PositionOnX</pre>
</li>
</ul>
<a name="PositionOnY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PositionOnY</h4>
<pre>public&nbsp;int PositionOnY</pre>
</li>
</ul>
<a name="takeCaseOnX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>takeCaseOnX</h4>
<pre>public&nbsp;int takeCaseOnX</pre>
</li>
</ul>
<a name="takeCaseOnY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>takeCaseOnY</h4>
<pre>public&nbsp;int takeCaseOnY</pre>
</li>
</ul>
<a name="sizeOnX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sizeOnX</h4>
<pre>public&nbsp;double sizeOnX</pre>
</li>
</ul>
<a name="sizeOnY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sizeOnY</h4>
<pre>public&nbsp;double sizeOnY</pre>
</li>
</ul>
<a name="padding_top">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padding_top</h4>
<pre>public&nbsp;int padding_top</pre>
</li>
</ul>
<a name="padding_left">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padding_left</h4>
<pre>public&nbsp;int padding_left</pre>
</li>
</ul>
<a name="padding_bottom">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padding_bottom</h4>
<pre>public&nbsp;int padding_bottom</pre>
</li>
</ul>
<a name="padding_right">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padding_right</h4>
<pre>public&nbsp;int padding_right</pre>
</li>
</ul>
<a name="padding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>padding</h4>
<pre>public&nbsp;java.awt.Insets padding</pre>
</li>
</ul>
<a name="positionOnScreen">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>positionOnScreen</h4>
<pre>public&nbsp;int positionOnScreen</pre>
</li>
</ul>
<a name="filler">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>filler</h4>
<pre>public&nbsp;int filler</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="BLayout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLayout</h4>
<pre>public&nbsp;BLayout()</pre>
</li>
</ul>
<a name="BLayout-int-int-int-int-double-double-java.awt.Insets-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BLayout</h4>
<pre>public&nbsp;BLayout(int&nbsp;positionX,
int&nbsp;positionY,
int&nbsp;manyCaseX,
int&nbsp;manyCaseY,
double&nbsp;sizeX,
double&nbsp;sizeY,
java.awt.Insets&nbsp;pad,
int&nbsp;positionOnScreen,
int&nbsp;filling)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>positionX</code> - Position en X.</dd>
<dd><code>positionY</code> - Position en y.</dd>
<dd><code>manyCaseX</code> - Combien le component prend de case en x.</dd>
<dd><code>manyCaseY</code> - Combien le component prend de case en y.</dd>
<dd><code>sizeX</code> - Taille en double en x.</dd>
<dd><code>sizeY</code> - Taille en double en y.</dd>
<dd><code>pad</code> - Le padding.</dd>
<dd><code>positionOnScreen</code> - La position sur la frame (centre, north etc...).</dd>
<dd><code>filling</code> - Remplissage (H, V, B).</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setPositionX-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPositionX</h4>
<pre>public&nbsp;void&nbsp;setPositionX(int&nbsp;by)</pre>
<div class="block">Changer le cuseur en x.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setPositionY-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPositionY</h4>
<pre>public&nbsp;void&nbsp;setPositionY(int&nbsp;by)</pre>
<div class="block">Changer le cuseur en y.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setTakeCaseOnX-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTakeCaseOnX</h4>
<pre>public&nbsp;void&nbsp;setTakeCaseOnX(int&nbsp;by)</pre>
<div class="block">Changer la place occupe en x.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setTakeCaseOnY-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTakeCaseOnY</h4>
<pre>public&nbsp;void&nbsp;setTakeCaseOnY(int&nbsp;by)</pre>
<div class="block">Changer la place occupe en y.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setSizeX-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSizeX</h4>
<pre>public&nbsp;void&nbsp;setSizeX(double&nbsp;by)</pre>
<div class="block">Mettre sa taille en x.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setSizeY-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSizeY</h4>
<pre>public&nbsp;void&nbsp;setSizeY(double&nbsp;by)</pre>
<div class="block">Mettre sa taille en y.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setPadding-java.awt.Insets-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPadding</h4>
<pre>public&nbsp;void&nbsp;setPadding(java.awt.Insets&nbsp;by)</pre>
<div class="block">Mettre un padding.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setAnchor-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAnchor</h4>
<pre>public&nbsp;void&nbsp;setAnchor(int&nbsp;by)</pre>
<div class="block">Mettre une ancre.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</dd>
</dl>
</li>
</ul>
<a name="setFill-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setFill</h4>
<pre>public&nbsp;void&nbsp;setFill(int&nbsp;by)</pre>
<div class="block">Mettre un remplissage.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>by</code> - par quoi</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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="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="../Test/BFrame.html" title="class in Test"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../Test/ProfView.html" title="class in Test"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?Test/BLayout.html" target="_top">Frames</a></li>
<li><a href="BLayout.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;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>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&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 ======= -->
</body>
</html>