code
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
|---|---|---|---|---|---|
<!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 Wed Jul 31 20:05:50 CEST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.jpasecurity.security (JPA Security 1.0.0-SNAPSHOT API)</title>
<meta name="date" content="2019-07-31">
<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="org.jpasecurity.security (JPA Security 1.0.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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../../../org/jpasecurity/persistence/security/package-summary.html">Prev Package</a></li>
<li><a href="../../../org/jpasecurity/security/authentication/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jpasecurity/security/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.jpasecurity.security</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/AccessRule.html" title="class in org.jpasecurity.security">AccessRule</a></td>
<td class="colLast">
<div class="block">This class represents compiled JPA Security access rules.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/DefaultSecurityContext.html" title="class in org.jpasecurity.security">DefaultSecurityContext</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/EntityFilter.html" title="class in org.jpasecurity.security">EntityFilter</a></td>
<td class="colLast">
<div class="block">This class handles the access control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/FilterResult.html" title="class in org.jpasecurity.security">FilterResult</a><Q></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/QueryOptimizer.html" title="class in org.jpasecurity.security">QueryOptimizer</a></td>
<td class="colLast">
<div class="block">Optimizes a query by evaluating subtrees in memory.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/EntityFilter.Evaluatable.html" title="enum in org.jpasecurity.security">EntityFilter.Evaluatable</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation">
<caption><span>Annotation Types Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/Permit.html" title="annotation in org.jpasecurity.security">Permit</a></td>
<td class="colLast">
<div class="block">An annotation to provide an access rule for an entity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/PermitAny.html" title="annotation in org.jpasecurity.security">PermitAny</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/RoleAllowed.html" title="annotation in org.jpasecurity.security">RoleAllowed</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/jpasecurity/security/RolesAllowed.html" title="annotation in org.jpasecurity.security">RolesAllowed</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../../../org/jpasecurity/persistence/security/package-summary.html">Prev Package</a></li>
<li><a href="../../../org/jpasecurity/security/authentication/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jpasecurity/security/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019. All Rights Reserved.</small></p>
</body>
</html>
|
ArneLimburg/jpasecurity
|
docs/apidocs/org/jpasecurity/security/package-summary.html
|
HTML
|
apache-2.0
| 7,828
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: getsent()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:15:14 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_functions';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logFunction('getsent');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Function and Method Cross Reference</h3>
<h2><a href="index.html#getsent">getsent()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../tests/simpletest/http.php.html#getsent">/tests/simpletest/http.php</a> -> <a onClick="logFunction('getsent', '/tests/simpletest/http.php.source.html#l560')" href="../tests/simpletest/http.php.source.html#l560"> line 560</a></li>
<li><a href="../tests/simpletest/socket.php.html#getsent">/tests/simpletest/socket.php</a> -> <a onClick="logFunction('getsent', '/tests/simpletest/socket.php.source.html#l144')" href="../tests/simpletest/socket.php.source.html#l144"> line 144</a></li>
<li><a href="../tests/simpletest/socket.php.html#getsent">/tests/simpletest/socket.php</a> -> <a onClick="logFunction('getsent', '/tests/simpletest/socket.php.source.html#l258')" href="../tests/simpletest/socket.php.source.html#l258"> line 258</a></li>
</ul>
<b>Referenced 5 times:</b><ul>
<li><a href="../tests/simpletest/http.php.html">/tests/simpletest/http.php</a> -> <a href="../tests/simpletest/http.php.source.html#l502"> line 502</a></li>
<li><a href="../tests/simpletest/test/live_test.php.html">/tests/simpletest/test/live_test.php</a> -> <a href="../tests/simpletest/test/live_test.php.source.html#l41"> line 41</a></li>
<li><a href="../tests/simpletest/page.php.html">/tests/simpletest/page.php</a> -> <a href="../tests/simpletest/page.php.source.html#l62"> line 62</a></li>
<li><a href="../tests/simpletest/test/http_test.php.html">/tests/simpletest/test/http_test.php</a> -> <a href="../tests/simpletest/test/http_test.php.source.html#l412"> line 412</a></li>
<li><a href="../tests/simpletest/test/http_test.php.html">/tests/simpletest/test/http_test.php</a> -> <a href="../tests/simpletest/test/http_test.php.source.html#l425"> line 425</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 19:15:14 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
inputx/code-ref-doc
|
rebbit/_functions/getsent.html
|
HTML
|
apache-2.0
| 6,024
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:44:38 EST 2014 -->
<title>Uses of Interface org.hibernate.loader.collection.CollectionInitializer (Hibernate JavaDocs)</title>
<meta name="date" content="2014-03-03">
<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="Uses of Interface org.hibernate.loader.collection.CollectionInitializer (Hibernate JavaDocs)";
}
//-->
</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><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/hibernate/loader/collection/class-use/CollectionInitializer.html" target="_top">Frames</a></li>
<li><a href="CollectionInitializer.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.hibernate.loader.collection.CollectionInitializer" class="title">Uses of Interface<br>org.hibernate.loader.collection.CollectionInitializer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.hibernate.loader.collection">org.hibernate.loader.collection</a></td>
<td class="colLast">
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.hibernate.loader.collection.plan">org.hibernate.loader.collection.plan</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.hibernate.persister.collection">org.hibernate.persister.collection</a></td>
<td class="colLast">
<div class="block"><div class="paragraph"></div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.hibernate.loader.collection">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a> in <a href="../../../../../org/hibernate/loader/collection/package-summary.html">org.hibernate.loader.collection</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/hibernate/loader/collection/package-summary.html">org.hibernate.loader.collection</a> that implement <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/BasicCollectionLoader.html" title="class in org.hibernate.loader.collection">BasicCollectionLoader</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/BatchingCollectionInitializer.html" title="class in org.hibernate.loader.collection">BatchingCollectionInitializer</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/CollectionLoader.html" title="class in org.hibernate.loader.collection">CollectionLoader</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer.html" title="class in org.hibernate.loader.collection">DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer.html" title="class in org.hibernate.loader.collection">LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/OneToManyLoader.html" title="class in org.hibernate.loader.collection">OneToManyLoader</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/SubselectCollectionLoader.html" title="class in org.hibernate.loader.collection">SubselectCollectionLoader</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/SubselectOneToManyLoader.html" title="class in org.hibernate.loader.collection">SubselectOneToManyLoader</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/hibernate/loader/collection/package-summary.html">org.hibernate.loader.collection</a> that return <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">BatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/BatchingCollectionInitializerBuilder.html#buildNonBatchingLoader(org.hibernate.persister.collection.QueryableCollection, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">buildNonBatchingLoader</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">BatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/BatchingCollectionInitializerBuilder.html#createBatchingCollectionInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createBatchingCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">BatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/BatchingCollectionInitializerBuilder.html#createBatchingOneToManyInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createBatchingOneToManyInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">DynamicBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/DynamicBatchingCollectionInitializerBuilder.html#createRealBatchingCollectionInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">PaddedBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/PaddedBatchingCollectionInitializerBuilder.html#createRealBatchingCollectionInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">BatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/BatchingCollectionInitializerBuilder.html#createRealBatchingCollectionInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">LegacyBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/LegacyBatchingCollectionInitializerBuilder.html#createRealBatchingCollectionInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">DynamicBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/DynamicBatchingCollectionInitializerBuilder.html#createRealBatchingOneToManyInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingOneToManyInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">PaddedBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/PaddedBatchingCollectionInitializerBuilder.html#createRealBatchingOneToManyInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingOneToManyInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">BatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/BatchingCollectionInitializerBuilder.html#createRealBatchingOneToManyInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingOneToManyInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">LegacyBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/LegacyBatchingCollectionInitializerBuilder.html#createRealBatchingOneToManyInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingOneToManyInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.hibernate.loader.collection.plan">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a> in <a href="../../../../../org/hibernate/loader/collection/plan/package-summary.html">org.hibernate.loader.collection.plan</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/hibernate/loader/collection/plan/package-summary.html">org.hibernate.loader.collection.plan</a> that implement <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/loader/collection/plan/AbstractLoadPlanBasedCollectionInitializer.html" title="class in org.hibernate.loader.collection.plan">AbstractLoadPlanBasedCollectionInitializer</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/hibernate/loader/collection/plan/package-summary.html">org.hibernate.loader.collection.plan</a> that return <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">AbstractBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/plan/AbstractBatchingCollectionInitializerBuilder.html#buildNonBatchingLoader(org.hibernate.persister.collection.QueryableCollection, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">buildNonBatchingLoader</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> influencers)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">LegacyBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/plan/LegacyBatchingCollectionInitializerBuilder.html#createRealBatchingCollectionInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">LegacyBatchingCollectionInitializerBuilder.</span><code><strong><a href="../../../../../org/hibernate/loader/collection/plan/LegacyBatchingCollectionInitializerBuilder.html#createRealBatchingOneToManyInitializer(org.hibernate.persister.collection.QueryableCollection, int, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">createRealBatchingOneToManyInitializer</a></strong>(<a href="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</a> persister,
int maxBatchSize,
<a href="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</a> factory,
<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.hibernate.persister.collection">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a> in <a href="../../../../../org/hibernate/persister/collection/package-summary.html">org.hibernate.persister.collection</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/hibernate/persister/collection/package-summary.html">org.hibernate.persister.collection</a> that implement <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/hibernate/persister/collection/NamedQueryCollectionInitializer.html" title="class in org.hibernate.persister.collection">NamedQueryCollectionInitializer</a></strong></code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/hibernate/persister/collection/package-summary.html">org.hibernate.persister.collection</a> that return <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">OneToManyPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/OneToManyPersister.html#createCollectionInitializer(org.hibernate.engine.spi.LoadQueryInfluencers)">createCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">AbstractCollectionPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/AbstractCollectionPersister.html#createCollectionInitializer(org.hibernate.engine.spi.LoadQueryInfluencers)">createCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">BasicCollectionPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/BasicCollectionPersister.html#createCollectionInitializer(org.hibernate.engine.spi.LoadQueryInfluencers)">createCollectionInitializer</a></strong>(<a href="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</a> loadQueryInfluencers)</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">OneToManyPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/OneToManyPersister.html#createSubselectInitializer(org.hibernate.engine.spi.SubselectFetch, org.hibernate.engine.spi.SessionImplementor)">createSubselectInitializer</a></strong>(<a href="../../../../../org/hibernate/engine/spi/SubselectFetch.html" title="class in org.hibernate.engine.spi">SubselectFetch</a> subselect,
<a href="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</a> session)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">AbstractCollectionPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/AbstractCollectionPersister.html#createSubselectInitializer(org.hibernate.engine.spi.SubselectFetch, org.hibernate.engine.spi.SessionImplementor)">createSubselectInitializer</a></strong>(<a href="../../../../../org/hibernate/engine/spi/SubselectFetch.html" title="class in org.hibernate.engine.spi">SubselectFetch</a> subselect,
<a href="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</a> session)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">BasicCollectionPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/BasicCollectionPersister.html#createSubselectInitializer(org.hibernate.engine.spi.SubselectFetch, org.hibernate.engine.spi.SessionImplementor)">createSubselectInitializer</a></strong>(<a href="../../../../../org/hibernate/engine/spi/SubselectFetch.html" title="class in org.hibernate.engine.spi">SubselectFetch</a> subselect,
<a href="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</a> session)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">AbstractCollectionPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/AbstractCollectionPersister.html#getAppropriateInitializer(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor)">getAppropriateInitializer</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a> key,
<a href="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</a> session)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">CollectionInitializer</a></code></td>
<td class="colLast"><span class="strong">AbstractCollectionPersister.</span><code><strong><a href="../../../../../org/hibernate/persister/collection/AbstractCollectionPersister.html#getInitializer()">getInitializer</a></strong>()</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/hibernate/loader/collection/CollectionInitializer.html" title="interface in org.hibernate.loader.collection">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/hibernate/loader/collection/class-use/CollectionInitializer.html" target="_top">Frames</a></li>
<li><a href="CollectionInitializer.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2001-2014 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p>
</body>
</html>
|
serious6/HibernateSimpleProject
|
javadoc/hibernate_Doc/org/hibernate/loader/collection/class-use/CollectionInitializer.html
|
HTML
|
apache-2.0
| 39,734
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:44:17 EST 2014 -->
<title>PropertyData (Hibernate JavaDocs)</title>
<meta name="date" content="2014-03-03">
<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="PropertyData (Hibernate JavaDocs)";
}
//-->
</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/PropertyData.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="../../../org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.html" title="class in org.hibernate.cfg"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/hibernate/cfg/PropertyHolder.html" title="interface in org.hibernate.cfg"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/hibernate/cfg/PropertyData.html" target="_top">Frames</a></li>
<li><a href="PropertyData.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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">org.hibernate.cfg</div>
<h2 title="Interface PropertyData" class="title">Interface PropertyData</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../org/hibernate/cfg/PropertyInferredData.html" title="class in org.hibernate.cfg">PropertyInferredData</a>, <a href="../../../org/hibernate/cfg/PropertyPreloadedData.html" title="class in org.hibernate.cfg">PropertyPreloadedData</a>, <a href="../../../org/hibernate/cfg/WrappedInferredData.html" title="class in org.hibernate.cfg">WrappedInferredData</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">PropertyData</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== 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"> </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>org.hibernate.annotations.common.reflection.XClass</code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getClassOrElement()">getClassOrElement</a></strong>()</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getClassOrElementName()">getClassOrElementName</a></strong>()</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.hibernate.annotations.common.reflection.XClass</code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getDeclaringClass()">getDeclaringClass</a></strong>()</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/hibernate/cfg/AccessType.html" title="enum in org.hibernate.cfg">AccessType</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getDefaultAccess()">getDefaultAccess</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.hibernate.annotations.common.reflection.XProperty</code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getProperty()">getProperty</a></strong>()</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.hibernate.annotations.common.reflection.XClass</code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getPropertyClass()">getPropertyClass</a></strong>()</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getPropertyName()">getPropertyName</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/hibernate/cfg/PropertyData.html#getTypeName()">getTypeName</a></strong>()</code>
<div class="block"><div class="paragraph"></div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDefaultAccess()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultAccess</h4>
<pre><a href="../../../org/hibernate/cfg/AccessType.html" title="enum in org.hibernate.cfg">AccessType</a> getDefaultAccess()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>default member access (whether field or property)</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></code> - No getter or field found or wrong JavaBean spec usage</dd></dl>
</li>
</ul>
<a name="getPropertyName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPropertyName</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getPropertyName()
throws <a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>property name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></code> - No getter or field found or wrong JavaBean spec usage</dd></dl>
</li>
</ul>
<a name="getClassOrElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassOrElement</h4>
<pre>org.hibernate.annotations.common.reflection.XClass getClassOrElement()
throws <a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></pre>
<div class="block"><div class="paragraph">
<p>Returns the returned class itself or the element type if an array</p>
</div></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></code></dd></dl>
</li>
</ul>
<a name="getPropertyClass()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPropertyClass</h4>
<pre>org.hibernate.annotations.common.reflection.XClass getPropertyClass()
throws <a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></pre>
<div class="block"><div class="paragraph">
<p>Return the class itself</p>
</div></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></code></dd></dl>
</li>
</ul>
<a name="getClassOrElementName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassOrElementName</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getClassOrElementName()
throws <a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></pre>
<div class="block"><div class="paragraph">
<p>Returns the returned class name itself or the element type if an array</p>
</div></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></code></dd></dl>
</li>
</ul>
<a name="getTypeName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeName</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getTypeName()
throws <a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></pre>
<div class="block"><div class="paragraph">
<p>Returns the returned class name itself</p>
</div></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</a></code></dd></dl>
</li>
</ul>
<a name="getProperty()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProperty</h4>
<pre>org.hibernate.annotations.common.reflection.XProperty getProperty()</pre>
<div class="block"><div class="paragraph">
<p>Return the Hibernate mapping property</p>
</div></div>
</li>
</ul>
<a name="getDeclaringClass()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getDeclaringClass</h4>
<pre>org.hibernate.annotations.common.reflection.XClass getDeclaringClass()</pre>
<div class="block"><div class="paragraph">
<p>Return the Class the property is declared on
If the property is declared on a @MappedSuperclass,
this class will be different than the PersistentClass’s class</p>
</div></div>
</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/PropertyData.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="../../../org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.html" title="class in org.hibernate.cfg"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/hibernate/cfg/PropertyHolder.html" title="interface in org.hibernate.cfg"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/hibernate/cfg/PropertyData.html" target="_top">Frames</a></li>
<li><a href="PropertyData.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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 © 2001-2014 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p>
</body>
</html>
|
serious6/HibernateSimpleProject
|
javadoc/hibernate_Doc/org/hibernate/cfg/PropertyData.html
|
HTML
|
apache-2.0
| 14,531
|
<extend name="Base:base" />
<block name="title">{$title}</block>
<block name="content">
<table class="table">
<tr>
<th>笔记id</th>
<td>{$note.id}</td>
<th>发布时间</th>
<td>{$note.publish_time}</td>
</tr>
<tr>
<th>笔记类型</th>
<td>{$note.c_name}</td>
<th>笔记标题</th>
<td>{$note.title}</td>
</tr>
<tr>
<th colspan="8">笔记内容</th>
</tr>
<tr>
<td colspan="8">{$note.content}</td>
</tr>
<tr>
<th colspan="8">附件下载</th>
</tr>
<tr>
<td colspan="8">
<foreach name="appendixes" item="appendix">
<a href="__ROOT__/Public/Appendix/{$appendix.location}">{$appendix.name}</a><br/>
</foreach>
</td>
</tr>
</table>
<a href="{:U('Index/note/listView')}">返回</a>
</block>
|
raymon-tian/notes
|
Core/Index/View/Note/view.html
|
HTML
|
apache-2.0
| 1,236
|
<!DOCTYPE html>
<html>
<head lang="ja">
<meta charset="UTF-8">
<title>Image Effect</title>
<link rel="stylesheet" href="css/style.css">
<script src="../lib/igata.js"></script>
<style>
#invert-on {
position: absolute;
left: 10px;
top: 10px;
}
#invert-off {
position: absolute;
left: 210px;
top: 10px;
}
#threshold-val {
position: absolute;
left: 10px;
top: 50px;
width: 4em;
padding: 3px;
border: 1px solid #eee;
text-align: right;
}
</style>
</head>
<body>
<main id="main">
<canvas id="stage"></canvas>
</main>
<div id="ui">
<input type="button" id="invert-on" value="threshold ON">
<input type="button" id="invert-off" value="threshold OFF">
<input type="text" id="threshold-val" value="128">
</div>
<script>
( function ( window ) {
'use strict';
var
document = window.document;
var Igata = window.Igata;
var stage = document.getElementById( 'stage' );
var ctx = stage.getContext( '2d' );
// var invertOn = false;
var
threshold,
bitmap,
val;
// ------------------------------------------------------------
// load img
var img = new Image();
var prepare = false;
function load ( event ) {
event.target.removeEventListener( 'load', load );
prepare = true;
clear();
render();
}
img.addEventListener( 'load', load, false );
img.src = 'img/sample02.png';
// ------------------------------------------------------------
function render () {
clear();
if ( prepare ) {
ctx.drawImage( img, 0, 0, img.width, img.height );
}
}
function clear () {
ctx.clearRect( 0, 0, stage.width, stage.height );
}
function loop () {
requestAnimationFrame( loop );
render();
}
// canvas size
function resize () {
stage.width = window.innerWidth;
stage.height = window.innerHeight;
render();
}
// ------------------------------------------------------------
function invertOn () {
if ( prepare ) {
if ( !threshold ) {
bitmap = new Igata.Bitmap( ctx, img );
threshold = new Igata.Threshold( bitmap );
}
// clear();
threshold.filter( val.value * 1 );
}
}
function invertOff () {
if ( prepare && !!threshold ) {
threshold.restore();
}
}
// ------------------------------------------------------------
function init () {
resize();
// loop();
// clear();
render();
window.addEventListener( 'resize', resize, false );
val = document.getElementById( 'threshold-val' );
document.getElementById( 'invert-on' ).addEventListener( 'click', invertOn, false );
document.getElementById( 'invert-off' ).addEventListener( 'click', invertOff, false );
}
init();
}( window ) );
</script>
</body>
</html>
|
taikiken/igata.js
|
examples/07.html
|
HTML
|
apache-2.0
| 2,866
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favico.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>r-arbol Demo</title>
</head>
<body>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
</body>
</html>
|
carlosvega20/r-arbol
|
public/index.html
|
HTML
|
apache-2.0
| 1,139
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>FBSDKAppInviteDialog Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.2 (build 963)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">Facebook SDK 4.10.1 for iOS </a></h1>
<a id="developerHome" href="../index.html">Facebook</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">FBSDKAppInviteDialog Class Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
<option value="tasks">Tasks</option>
<option value="properties">Properties</option>
<option value="//api/name/content"> content</option>
<option value="//api/name/delegate"> delegate</option>
<option value="//api/name/fromViewController"> fromViewController</option>
<option value="class_methods">Class Methods</option>
<option value="//api/name/showFromViewController:withContent:delegate:"> + showFromViewController:withContent:delegate:</option>
<option value="//api/name/showWithContent:delegate:"> + showWithContent:delegate:</option>
<option value="instance_methods">Instance Methods</option>
<option value="//api/name/canShow"> - canShow</option>
<option value="//api/name/show"> - show</option>
<option value="//api/name/validateWithError:"> - validateWithError:</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>
<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/content">content</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/delegate">delegate</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/fromViewController">fromViewController</a></span></li>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#class_methods">Class Methods</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/showFromViewController:withContent:delegate:">showFromViewController:withContent:delegate:</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/showWithContent:delegate:">showWithContent:delegate:</a></span></li>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#instance_methods">Instance Methods</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/canShow">canShow</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/show">show</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/validateWithError:">validateWithError:</a></span></li>
</ul></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="FBSDKAppInviteDialog Class Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">FBSDKAppInviteDialog Class Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Inherits from</td>
<td class="specification-value">NSObject</td>
</tr><tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">FBSDKAppInviteDialog.h</td>
</tr>
</tbody></table></div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/showFromViewController:withContent:delegate:">+ showFromViewController:withContent:delegate:</a></code>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/showWithContent:delegate:">+ showWithContent:delegate:</a></code>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/fromViewController"> fromViewController</a></code>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/delegate"> delegate</a></code>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/content"> content</a></code>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/canShow">– canShow</a></code>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/show">– show</a></code>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/validateWithError:">– validateWithError:</a></code>
</span>
</li>
</ul>
</div>
<div class="section section-methods">
<a title="Properties" name="properties"></a>
<h2 class="subtitle subtitle-methods">Properties</h2>
<div class="section-method">
<a name="//api/name/content" title="content"></a>
<h3 class="subsubtitle method-title">content</h3>
<div class="method-subsection brief-description">
<p>The content for app invite.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, copy) FBSDKAppInviteContent *content</code></div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/delegate" title="delegate"></a>
<h3 class="subsubtitle method-title">delegate</h3>
<div class="method-subsection brief-description">
<p>The receiver’s delegate or nil if it doesn’t have a delegate.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, weak) id<FBSDKAppInviteDialogDelegate> delegate</code></div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/fromViewController" title="fromViewController"></a>
<h3 class="subsubtitle method-title">fromViewController</h3>
<div class="method-subsection brief-description">
<p>A UIViewController to present the dialog from.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, weak) UIViewController *fromViewController</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>If not specified, the top most view controller will be automatically determined as best as possible.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
</div>
<div class="section section-methods">
<a title="Class Methods" name="class_methods"></a>
<h2 class="subtitle subtitle-methods">Class Methods</h2>
<div class="section-method">
<a name="//api/name/showFromViewController:withContent:delegate:" title="showFromViewController:withContent:delegate:"></a>
<h3 class="subsubtitle method-title">showFromViewController:withContent:delegate:</h3>
<div class="method-subsection brief-description">
<p>Convenience method to show a FBSDKAppInviteDialog</p>
</div>
<div class="method-subsection method-declaration"><code>+ (instancetype)showFromViewController:(UIViewController *)<em>viewController</em> withContent:(FBSDKAppInviteContent *)<em>content</em> delegate:(id<FBSDKAppInviteDialogDelegate>)<em>delegate</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<dl class="argument-def parameter-def">
<dt><em>viewController</em></dt>
<dd><p>A UIViewController to present the dialog from.</p></dd>
</dl>
<dl class="argument-def parameter-def">
<dt><em>content</em></dt>
<dd><p>The content for the app invite.</p></dd>
</dl>
<dl class="argument-def parameter-def">
<dt><em>delegate</em></dt>
<dd><p>The receiver’s delegate.</p></dd>
</dl>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/showWithContent:delegate:" title="showWithContent:delegate:"></a>
<h3 class="subsubtitle method-title">showWithContent:delegate:</h3>
<div class="method-subsection brief-description">
<p>use showFromViewController:withContent:delegate: instead (<b class="deprecated">Deprecated:</b><span class="deprecated"> use showFromViewController:withContent:delegate: instead</span>)</p>
</div>
<div class="method-subsection method-declaration"><code>+ (instancetype)showWithContent:(FBSDKAppInviteContent *)<em>content</em> delegate:(id<FBSDKAppInviteDialogDelegate>)<em>delegate</em></code></div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
</div>
<div class="section section-methods">
<a title="Instance Methods" name="instance_methods"></a>
<h2 class="subtitle subtitle-methods">Instance Methods</h2>
<div class="section-method">
<a name="//api/name/canShow" title="canShow"></a>
<h3 class="subsubtitle method-title">canShow</h3>
<div class="method-subsection brief-description">
<p>A Boolean value that indicates whether the receiver can initiate an app invite.</p>
</div>
<div class="method-subsection method-declaration"><code>- (BOOL)canShow</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>YES if the receiver can show the dialog, otherwise NO.</p>
</div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>May return NO if the appropriate Facebook app is not installed and is required or an access token is
required but not available. This method does not validate the content on the receiver, so this can be checked before
building up the content.</p>
</div>
<div class="method-subsection see-also-section">
<h4 class="method-subtitle">See Also</h4>
<ul>
<li><code><p><a href="#//api/name/validateWithError:">- validateWithError:</a></p></code></li>
</ul>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/show" title="show"></a>
<h3 class="subsubtitle method-title">show</h3>
<div class="method-subsection brief-description">
<p>Begins the app invite from the receiver.</p>
</div>
<div class="method-subsection method-declaration"><code>- (BOOL)show</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>YES if the receiver was able to show the dialog, otherwise NO.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/validateWithError:" title="validateWithError:"></a>
<h3 class="subsubtitle method-title">validateWithError:</h3>
<div class="method-subsection brief-description">
<p>Validates the content on the receiver.</p>
</div>
<div class="method-subsection method-declaration"><code>- (BOOL)validateWithError:(NSError *__autoreleasing *)<em>errorRef</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<dl class="argument-def parameter-def">
<dt><em>errorRef</em></dt>
<dd><p>If an error occurs, upon return contains an NSError object that describes the problem.</p></dd>
</dl>
</div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>YES if the content is valid, otherwise NO.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FBSDKAppInviteDialog.h</code><br />
</div>
</div>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2016 Facebook. All rights reserved. (Last updated: 2016-03-14)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html>
|
Cessation/even.tr
|
FacebookSDK/DocSets/FacebookSDK-4_10-for-iOS.docset/Contents/Resources/Documents/Classes/FBSDKAppInviteDialog.html
|
HTML
|
apache-2.0
| 18,265
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>S-Index</title>
<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="S-Index";
}
//-->
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-18.html">Prev Letter</a></li>
<li><a href="index-20.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-19.html" target="_top">Frames</a></li>
<li><a href="index-19.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> <a href="index-27.html">_</a> <a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SA">SA</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service"><span class="strong">SaberTooth</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#SaberTooth(java.lang.String)">SaberTooth(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FSMTest.html#SAD">SAD</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FSMTest.html" title="class in org.myrobotlab.service">FSMTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SAFE">SAFE</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#safe()">safe()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Send SAFE command</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#safeClose(java.io.Closeable)">safeClose(Closeable)</a></span> - Static method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#safetyFault()">safetyFault()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterColorTrack.html#samplePoint(java.lang.Integer, java.lang.Integer)">samplePoint(Integer, Integer)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterColorTrack.html" title="class in org.myrobotlab.opencv">OpenCVFilterColorTrack</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterHSV.html#samplePoint(java.lang.Integer, java.lang.Integer)">samplePoint(Integer, Integer)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterHSV.html" title="class in org.myrobotlab.opencv">OpenCVFilterHSV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html#samplePoint(java.lang.Integer, java.lang.Integer)">samplePoint(Integer, Integer)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html" title="class in org.myrobotlab.opencv">OpenCVFilterInRange</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterKinectDepth.html#samplePoint(java.lang.Integer, java.lang.Integer)">samplePoint(Integer, Integer)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterKinectDepth.html" title="class in org.myrobotlab.opencv">OpenCVFilterKinectDepth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterKinectInterleave.html#samplePoint(java.lang.Integer, java.lang.Integer)">samplePoint(Integer, Integer)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterKinectInterleave.html" title="class in org.myrobotlab.opencv">OpenCVFilterKinectInterleave</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterLKOpticalTrack.html#samplePoint(java.lang.Integer, java.lang.Integer)">samplePoint(Integer, Integer)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterLKOpticalTrack.html" title="class in org.myrobotlab.opencv">OpenCVFilterLKOpticalTrack</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterLKOpticalTrack.html#samplePoint(java.lang.Float, java.lang.Float)">samplePoint(Float, Float)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterLKOpticalTrack.html" title="class in org.myrobotlab.opencv">OpenCVFilterLKOpticalTrack</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterMatchTemplate.html#samplePoint(java.lang.Float, java.lang.Float)">samplePoint(Float, Float)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterMatchTemplate.html" title="class in org.myrobotlab.opencv">OpenCVFilterMatchTemplate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterMatchTemplate.html#samplePoint(java.lang.Integer, java.lang.Integer)">samplePoint(Integer, Integer)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterMatchTemplate.html" title="class in org.myrobotlab.opencv">OpenCVFilterMatchTemplate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Sketch.html#sanitizeName(java.lang.String)">sanitizeName(String)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino">Sketch</a></dt>
<dd>
<div class="block">Produce a sanitized name that fits our standards for likely to work.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html#SATURATION_MASK">SATURATION_MASK</a></span> - Static variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html" title="class in org.myrobotlab.opencv">OpenCVFilterInRange</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html#saturationMaxValue">saturationMaxValue</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html" title="class in org.myrobotlab.opencv">OpenCVFilterInRange</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html#saturationMinValue">saturationMinValue</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterInRange.html" title="class in org.myrobotlab.opencv">OpenCVFilterInRange</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/Preferences.html#save()">save()</a></span> - Method in class org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/Preferences.html" title="class in org.myrobotlab.arduino.compiler">Preferences</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/SketchCode2.html#save()">save()</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino">SketchCode2</a></dt>
<dd>
<div class="block">Save this piece of code, regardless of whether the modified flag is set
or not.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/FileUtil.html#save(javax.swing.JFrame, java.lang.String, java.lang.String)">save(JFrame, String, String)</a></span> - Static method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/FileUtil.html" title="class in org.myrobotlab.control.widget">FileUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/Repo.html#save()">save()</a></span> - Method in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/Repo.html" title="class in org.myrobotlab.framework.repo">Repo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceData.html#save()">save()</a></span> - Method in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceData.html" title="class in org.myrobotlab.framework.repo">ServiceData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceData.html#save(java.lang.String)">save(String)</a></span> - Method in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceData.html" title="class in org.myrobotlab.framework.repo">ServiceData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#save()">save()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">method of serializing default will be simple xml to name file</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#save(java.lang.Object, java.lang.String)">save(Object, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#save(java.lang.String, java.lang.String)">save(String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#save(java.lang.String)">save(String)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/security/BasicSecurity.html#save()">save()</a></span> - Static method in class org.myrobotlab.security.<a href="../org/myrobotlab/security/BasicSecurity.html" title="class in org.myrobotlab.security">BasicSecurity</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AudioCapture.html#save(java.lang.String)">save(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AudioCapture.html" title="class in org.myrobotlab.service">AudioCapture</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#save()">save()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#save()">save()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHand.html#save()">save()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHand.html" title="class in org.myrobotlab.service">InMoovHand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHead.html#save()">save()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHead.html" title="class in org.myrobotlab.service">InMoovHead</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovTorso.html#save()">save()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovTorso.html" title="class in org.myrobotlab.service">InMoovTorso</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServiceInterface.html#save()">save()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServiceInterface.html" title="interface in org.myrobotlab.service.interfaces">ServiceInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Runtime.html#saveAll()">saveAll()</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Runtime.html" title="class in org.myrobotlab.service">Runtime</a></dt>
<dd>
<div class="block">save all configuration from all local services</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Python.html#saveAndReplaceCurrentScript(java.lang.String, java.lang.String)">saveAndReplaceCurrentScript(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Python.html" title="class in org.myrobotlab.service">Python</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/SketchCode2.html#saveAs(java.io.File)">saveAs(File)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino">SketchCode2</a></dt>
<dd>
<div class="block">Save this file to another location, used by Sketch.saveAs()</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/FileUtil.html#saveAs(javax.swing.JFrame, java.lang.String, java.lang.String)">saveAs(JFrame, String, String)</a></span> - Static method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/FileUtil.html" title="class in org.myrobotlab.control.widget">FileUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RecorderPlayer.html#saveAs(java.lang.String)">saveAs(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RecorderPlayer.html" title="class in org.myrobotlab.service">RecorderPlayer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/JavaGUI.html#saveAsFile()">saveAsFile()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/JavaGUI.html" title="class in org.myrobotlab.control">JavaGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PythonGUI.html#saveAsFile()">saveAsFile()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PythonGUI.html" title="class in org.myrobotlab.control">PythonGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ThingSpeak.html#saveConfig()">saveConfig()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ThingSpeak.html" title="class in org.myrobotlab.service">ThingSpeak</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Python.html#saveCurrentScript()">saveCurrentScript()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Python.html" title="class in org.myrobotlab.service">Python</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveFile(java.lang.String)">saveFile(String)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd>
<div class="block">Identical to savePath(), but returns a File object.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ArduinoGUI.html#saveFile(java.lang.String, java.io.File)">saveFile(String, File)</a></span> - Static method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ArduinoGUI.html" title="class in org.myrobotlab.control">ArduinoGUI</a></dt>
<dd>
<div class="block">Spew the contents of a String object out to a file.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/JavaGUI.html#saveFile()">saveFile()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/JavaGUI.html" title="class in org.myrobotlab.control">JavaGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PythonGUI.html#saveFile()">saveFile()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PythonGUI.html" title="class in org.myrobotlab.control">PythonGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#saveFile(java.lang.String, java.io.File)">saveFile(String, File)</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#saveHeaderTGA(java.io.OutputStream, int, int)">saveHeaderTGA(OutputStream, int, int)</a></span> - Static method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd>
<div class="block">[toxi 030902]
Creates a Targa32 formatted byte sequence of specified pixel buffer
[fry 030917]
Modified to write directly to OutputStream, because of
memory issues with first making an array of the data.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#saveHeaderTIFF(java.io.OutputStream, int, int)">saveHeaderTIFF(OutputStream, int, int)</a></span> - Static method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Cortex.html#saveMemory()">saveMemory()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Cortex.html" title="class in org.myrobotlab.service">Cortex</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Cortex.html#saveMemory(java.lang.String)">saveMemory(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Cortex.html" title="class in org.myrobotlab.service">Cortex</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FSMTest.html#saveMemory()">saveMemory()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FSMTest.html" title="class in org.myrobotlab.service">FSMTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#savePath(java.lang.String)">savePath(String)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SEAR.html#savePath">savePath</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SEAR.html" title="class in org.myrobotlab.service">SEAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServiceGUI.html#savePosition()">savePosition()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control">ServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/UndockedPanel.html#savePosition()">savePosition()</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/UndockedPanel.html" title="class in org.myrobotlab.control.widget">UndockedPanel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SEAR.html#saveProject(java.lang.String)">saveProject(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SEAR.html" title="class in org.myrobotlab.service">SEAR</a></dt>
<dd>
<div class="block">Blindly saves all files associated with this particular SEARProject to
the zip file location selected by the user.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Security.html#saveStore()">saveStore()</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Security.html" title="class in org.myrobotlab.service">Security</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStream(java.lang.String, java.lang.String)">saveStream(String, String)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd>
<div class="block">( begin auto-generated from saveStream.xml )
Save the contents of a stream to a file in the sketch folder.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStream(java.io.File, java.lang.String)">saveStream(File, String)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd>
<div class="block">Identical to the other saveStream(), but writes to a File object, for
greater control over the file location.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStream(java.lang.String, java.io.InputStream)">saveStream(String, InputStream)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStream(java.io.File, java.io.InputStream)">saveStream(File, InputStream)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStream(java.io.OutputStream, java.io.InputStream)">saveStream(OutputStream, InputStream)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStrings(java.lang.String, java.lang.String[])">saveStrings(String, String[])</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStrings(java.io.File, java.lang.String[])">saveStrings(File, String[])</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#saveStrings(java.io.OutputStream, java.lang.String[])">saveStrings(OutputStream, String[])</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#saveTGA(java.io.OutputStream, int[], int, int)">saveTGA(OutputStream, int[], int, int)</a></span> - Static method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#saveTIFF(java.io.OutputStream, int[], int, int)">saveTIFF(OutputStream, int[], int, int)</a></span> - Static method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GoogleSTT.html#saveWavAsFile(byte[], javax.sound.sampled.AudioFormat, java.lang.String)">saveWavAsFile(byte[], AudioFormat, String)</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GoogleSTT.html" title="class in org.myrobotlab.service">GoogleSTT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/MouthControl.html#saying(java.lang.String)">saying(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/MouthControl.html" title="class in org.myrobotlab.service">MouthControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#saying(java.lang.String)">saying(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SB">SB</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#scale(float)">scale(float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#scale(float, float)">scale(float, float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#scale(float, float, float)">scale(float, float, float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/Util.html#scaledImage(java.awt.image.BufferedImage, int, int)">scaledImage(BufferedImage, int, int)</a></span> - Static method in class org.myrobotlab.image.<a href="../org/myrobotlab/image/Util.html" title="class in org.myrobotlab.image">Util</a></dt>
<dd>
<div class="block">Produces a resized image that is of the given dimensions</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/inverseKinematics/Matrix.html#scaling(double, double, double)">scaling(double, double, double)</a></span> - Static method in class org.myrobotlab.inverseKinematics.<a href="../org/myrobotlab/inverseKinematics/Matrix.html" title="class in org.myrobotlab.inverseKinematics">Matrix</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TopCodes.html#scan(java.awt.image.BufferedImage)">scan(BufferedImage)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TopCodes.html" title="class in org.myrobotlab.service">TopCodes</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TopCodes.html#scan(java.lang.String)">scan(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TopCodes.html" title="class in org.myrobotlab.service">TopCodes</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#scan()">scan()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/ResourceProcessor.html#scan()">scan()</a></span> - Method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/ResourceProcessor.html" title="class in org.myrobotlab.webgui">ResourceProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#scanI2CDevices()">scanI2CDevices()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RasPi.html#scanI2CDevices(int)">scanI2CDevices(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RasPi.html" title="class in org.myrobotlab.service">RasPi</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/ResourceProcessor.html#scannedDirectories">scannedDirectories</a></span> - Variable in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/ResourceProcessor.html" title="class in org.myrobotlab.webgui">ResourceProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#scanner">scanner</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SCHEDULE">SCHEDULE</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SCHEDULINGLEDS">SCHEDULINGLEDS</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Encoder.html#SCHEME_BASE64">SCHEME_BASE64</a></span> - Static variable in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Encoder.html" title="class in org.myrobotlab.framework">Encoder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Encoder.html#SCHEME_MRL">SCHEME_MRL</a></span> - Static variable in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Encoder.html" title="class in org.myrobotlab.framework">Encoder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/ComediDriverConfig.html#scope()">scope()</a></span> - Static method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/ComediDriverConfig.html" title="class in org.myrobotlab.service.data">ComediDriverConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/DatabaseConfig.html#scope()">scope()</a></span> - Static method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/DatabaseConfig.html" title="class in org.myrobotlab.service.data">DatabaseConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/IOSequence.html#scope()">scope()</a></span> - Static method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/IOSequence.html" title="class in org.myrobotlab.service.data">IOSequence</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SCREEN">SCREEN</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/dynamicGUI/ScriptArea.html" title="class in org.myrobotlab.dynamicGUI"><span class="strong">ScriptArea</span></a> - Class in <a href="../org/myrobotlab/dynamicGUI/package-summary.html">org.myrobotlab.dynamicGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/dynamicGUI/ScriptArea.html#ScriptArea()">ScriptArea()</a></span> - Constructor for class org.myrobotlab.dynamicGUI.<a href="../org/myrobotlab/dynamicGUI/ScriptArea.html" title="class in org.myrobotlab.dynamicGUI">ScriptArea</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/Console.html#scrollPane">scrollPane</a></span> - Variable in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/Console.html" title="class in org.myrobotlab.control.widget">Console</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Sketch.html#scrubComments(java.lang.String)">scrubComments(String)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino">Sketch</a></dt>
<dd>
<div class="block">Replace all commented portions of a given String as spaces.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#SE">SE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SEAR.html" title="class in org.myrobotlab.service"><span class="strong">SEAR</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SEAR.html#SEAR(java.lang.String)">SEAR(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SEAR.html" title="class in org.myrobotlab.service">SEAR</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/chess/Search.html" title="class in org.myrobotlab.chess"><span class="strong">Search</span></a> - Class in <a href="../org/myrobotlab/chess/package-summary.html">org.myrobotlab.chess</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/Search.html#Search()">Search()</a></span> - Constructor for class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/Search.html" title="class in org.myrobotlab.chess">Search</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterDetector.html#search()">search()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterDetector.html" title="class in org.myrobotlab.opencv">OpenCVFilterDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/ResourceProcessor.html#searchAndReplace">searchAndReplace</a></span> - Variable in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/ResourceProcessor.html" title="class in org.myrobotlab.webgui">ResourceProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#searchForeground()">searchForeground()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SEARGUI.html" title="class in org.myrobotlab.control"><span class="strong">SEARGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SEARGUI.html#SEARGUI(java.lang.String, org.myrobotlab.service.GUIService, JTabbedPane)">SEARGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SEARGUI.html" title="class in org.myrobotlab.control">SEARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SEAR.html#searSim">searSim</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SEAR.html" title="class in org.myrobotlab.service">SEAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Message.html#security">security</a></span> - Variable in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Security.html" title="class in org.myrobotlab.service"><span class="strong">Security</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Security.html#Security(java.lang.String)">Security(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Security.html" title="class in org.myrobotlab.service">Security</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Security.Group.html" title="class in org.myrobotlab.service"><span class="strong">Security.Group</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Security.Group.html#Security.Group()">Security.Group()</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Security.Group.html" title="class in org.myrobotlab.service">Security.Group</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Security.User.html" title="class in org.myrobotlab.service"><span class="strong">Security.User</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Security.User.html#Security.User()">Security.User()</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Security.User.html" title="class in org.myrobotlab.service">Security.User</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SecurityGUI.html" title="class in org.myrobotlab.control"><span class="strong">SecurityGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SecurityGUI.html#SecurityGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SecurityGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SecurityGUI.html" title="class in org.myrobotlab.control">SecurityGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/widget/SelectingToggle.html" title="class in org.myrobotlab.control.widget"><span class="strong">SelectingToggle</span></a> - Class in <a href="../org/myrobotlab/control/widget/package-summary.html">org.myrobotlab.control.widget</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/SelectingToggle.html#SelectingToggle()">SelectingToggle()</a></span> - Constructor for class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/SelectingToggle.html" title="class in org.myrobotlab.control.widget">SelectingToggle</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/DatabaseConfig.html#SelectMethod_">SelectMethod_</a></span> - Variable in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/DatabaseConfig.html" title="class in org.myrobotlab.service.data">DatabaseConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ArduinoGUI.html#self">self</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ArduinoGUI.html" title="class in org.myrobotlab.control">ArduinoGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/client/MRLClient.html#send(java.lang.String, java.lang.String, java.lang.Object...)">send(String, String, Object...)</a></span> - Method in class org.myrobotlab.client.<a href="../org/myrobotlab/client/MRLClient.html" title="class in org.myrobotlab.client">MRLClient</a></dt>
<dd>
<div class="block">method to send a messages to a running MRL instances.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServiceGUI.html#send(java.lang.String)">send(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control">ServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServiceGUI.html#send(java.lang.String, java.lang.Object...)">send(String, Object...)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control">ServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/MessageSender.html#send(org.myrobotlab.framework.Message)">send(Message)</a></span> - Method in interface org.myrobotlab.framework.<a href="../org/myrobotlab/framework/MessageSender.html" title="interface in org.myrobotlab.framework">MessageSender</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#send(java.net.URI, java.lang.String, java.lang.Object)">send(URI, String, Object)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">this send forces remote connect - for registering services</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#send(java.lang.String, java.lang.String)">send(String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">0?</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#send(java.lang.String, java.lang.String, java.lang.Object...)">send(String, String, Object...)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">boxing - the right way - thank you Java 5</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.TCPThread.html#send(java.net.URI, org.myrobotlab.framework.Message)">send(URI, Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.TCPThread.html" title="class in org.myrobotlab.net">CommObjectStreamOverDynamicProtocol.TCPThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.TCPThread.html#send(java.net.URI, org.myrobotlab.framework.Message, java.lang.String)">send(URI, Message, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.TCPThread.html" title="class in org.myrobotlab.net">CommObjectStreamOverDynamicProtocol.TCPThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverTCP.TCPThread.html#send(java.net.URI, org.myrobotlab.framework.Message)">send(URI, Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverTCP.TCPThread.html" title="class in org.myrobotlab.net">CommObjectStreamOverTCP.TCPThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverUDP.UDPThread.html#send(java.net.URI, org.myrobotlab.framework.Message)">send(URI, Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverUDP.UDPThread.html" title="class in org.myrobotlab.net">CommObjectStreamOverUDP.UDPThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommunicationManager.html#send(java.net.URI, org.myrobotlab.framework.Message)">send(URI, Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommunicationManager.html" title="class in org.myrobotlab.net">CommunicationManager</a></dt>
<dd>
<div class="block">getComm(uri) gets the local service responsible for sending the message remotely
.send(uri, msg) uri is a key into that service's data to send the message where it
needs to go</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommunicationManager.html#send(org.myrobotlab.framework.Message)">send(Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommunicationManager.html" title="class in org.myrobotlab.net">CommunicationManager</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#send(java.io.OutputStream)">send(OutputStream)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd>
<div class="block">Sends given response to the socket.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/TCPThread2.html#send(org.myrobotlab.framework.Message)">send(Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/TCPThread2.html" title="class in org.myrobotlab.net">TCPThread2</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#send(byte[])">send(byte[])</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Send given byte array to Roomba.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#send(int)">send(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Send a single byte to the Roomba (defined as int because of stupid java
signed bytes)</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html#send(byte[])">send(byte[])</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html" title="class in org.myrobotlab.roomba">RoombaCommSerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html#send(int)">send(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html" title="class in org.myrobotlab.roomba">RoombaCommSerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/CommunicationInterface.html#send(org.myrobotlab.framework.Message)">send(Message)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/CommunicationInterface.html" title="interface in org.myrobotlab.service.interfaces">CommunicationInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/CommunicationInterface.html#send(java.net.URI, org.myrobotlab.framework.Message)">send(URI, Message)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/CommunicationInterface.html" title="interface in org.myrobotlab.service.interfaces">CommunicationInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#send(byte[])">send(byte[])</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#send(int)">send(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">This will handle both ints, bytes and chars transparently.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#sendAsChunked(java.io.OutputStream, java.io.PrintWriter)">sendAsChunked(OutputStream, PrintWriter)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#sendAsFixedLength(java.io.OutputStream, java.io.PrintWriter)">sendAsFixedLength(OutputStream, PrintWriter)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#sendBlocking(java.lang.String, java.lang.String)">sendBlocking(String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#sendBlocking(java.lang.String, java.lang.String, java.lang.Object...)">sendBlocking(String, String, Object...)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#sendBlocking(java.lang.String, java.lang.Integer, java.lang.String, java.lang.Object...)">sendBlocking(String, Integer, String, Object...)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#sendBreak(int)">sendBreak(int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Email.html#sendEmail(javax.mail.internet.MimeMessage)">sendEmail(MimeMessage)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Email.html" title="class in org.myrobotlab.net">Email</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Email.html#sendEmail(java.lang.String, java.lang.String, java.lang.String)">sendEmail(String, String, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Email.html" title="class in org.myrobotlab.net">Email</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Email.html#sendEmail(java.lang.String[], java.lang.String, java.lang.String)">sendEmail(String[], String, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Email.html" title="class in org.myrobotlab.net">Email</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#sendEmail()">sendEmail()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Email.html#sendEmailWithImage(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">sendEmailWithImage(String, String, String, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Email.html" title="class in org.myrobotlab.net">Email</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Message.html#sender">sender</a></span> - Variable in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a></dt>
<dd>
<div class="block">name of the sending Service which sent this Message</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommData.html#sender">sender</a></span> - Variable in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommData.html" title="class in org.myrobotlab.net">CommData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Heartbeat.html#sender">sender</a></span> - Variable in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Heartbeat.html" title="class in org.myrobotlab.net">Heartbeat</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#sendEvent(java.lang.Object)">sendEvent(Object)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#sendEvent(java.lang.String, java.lang.Object)">sendEvent(String, Object)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Message.html#sendingMethod">sendingMethod</a></span> - Variable in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a></dt>
<dd>
<div class="block">originating source method which generated this Message</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Mail.html#sendMailSSL()">sendMailSSL()</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Mail.html" title="class in org.myrobotlab.service">Mail</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Mail.html#sendMailTLS()">sendMailTLS()</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Mail.html" title="class in org.myrobotlab.service">Mail</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/XMPP.html#sendMessage(java.lang.String, java.lang.String)">sendMessage(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/XMPP.html#sendMRLMessage(org.myrobotlab.framework.Message, java.lang.String)">sendMRLMessage(Message, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#sendMsg(int, int...)">sendMsg(int, int...)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/XMPP.html#sendMyRobotLabJSONMessage(org.myrobotlab.framework.Message)">sendMyRobotLabJSONMessage(Message)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/XMPP.html#sendMyRobotLabRESTMessage(org.myrobotlab.framework.Message)">sendMyRobotLabRESTMessage(Message)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#sendPacket(int, int)">sendPacket(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.html#sendRemote(java.net.URI, org.myrobotlab.framework.Message)">sendRemote(URI, Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.html" title="class in org.myrobotlab.net">CommObjectStreamOverDynamicProtocol</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverTCP.html#sendRemote(java.net.URI, org.myrobotlab.framework.Message)">sendRemote(URI, Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverTCP.html" title="class in org.myrobotlab.net">CommObjectStreamOverTCP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverUDP.html#sendRemote(java.net.URI, org.myrobotlab.framework.Message)">sendRemote(URI, Message)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverUDP.html" title="class in org.myrobotlab.net">CommObjectStreamOverUDP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/Communicator.html#sendRemote(java.net.URI, org.myrobotlab.framework.Message)">sendRemote(URI, Message)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/Communicator.html" title="interface in org.myrobotlab.service.interfaces">Communicator</a></dt>
<dd>
<div class="block">will send a message to the mrl key'ed uri
the expectation is the uri is directly from the hosts registry in runtime
therefore it has the following format
mrl://[hostname]/proto://protohost:protoport/otherkeyinfo
e.g.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#sendRemote(java.net.URI, org.myrobotlab.framework.Message)">sendRemote(URI, Message)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/XMPP.html#sendRemote(java.net.URI, org.myrobotlab.framework.Message)">sendRemote(URI, Message)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dt>
<dd>
<div class="block">sending remotely - need uri key data to send to client adds to history
list as a hop - to "hopefully" prevent infinite routing problems</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#sendRemoteTCP(java.net.URI, org.myrobotlab.framework.Message)">sendRemoteTCP(URI, Message)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#sendRemoteUDP(java.net.URI, org.myrobotlab.framework.Message)">sendRemoteUDP(URI, Message)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#sendReport()">sendReport()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Wii.html#sendSerial(int)">sendSerial(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Wii.html" title="class in org.myrobotlab.service">Wii</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#sendSoap(java.lang.String, java.lang.String)">sendSoap(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/KeyboardGUI.html#sendStrings">sendStrings</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/KeyboardGUI.html" title="class in org.myrobotlab.control">KeyboardGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WebGUI.html#sendToAll(org.myrobotlab.framework.Message)">sendToAll(Message)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WebGUI.html" title="class in org.myrobotlab.service">WebGUI</a></dt>
<dd>
<div class="block">sends JSON encoded MyRobotLab Message to all clients currently connected
through web sockets</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/WSServer.html#sendToAll(java.lang.String)">sendToAll(String)</a></span> - Method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/WSServer.html" title="class in org.myrobotlab.webgui">WSServer</a></dt>
<dd>
<div class="block">Sends <var>text</var> to all currently connected WebSocket clients.</div>
</dd>
<dt><a href="../org/myrobotlab/service/interfaces/Sensor.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">Sensor</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SENSOR_ATTACH">SENSOR_ATTACH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SENSOR_DATA">SENSOR_DATA</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SENSOR_POLLING_START">SENSOR_POLLING_START</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SENSOR_POLLING_STOP">SENSOR_POLLING_STOP</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SENSOR_ULTRASONIC">SENSOR_ULTRASONIC</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#sensorAlert(org.myrobotlab.service.data.Trigger)">sensorAlert(Trigger)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#sensorAttach(java.lang.String)">sensorAttach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#sensorAttach(org.myrobotlab.service.UltrasonicSensor)">sensorAttach(UltrasonicSensor)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/mapper/sim/SensorData.html" title="class in org.myrobotlab.mapper.sim"><span class="strong">SensorData</span></a> - Class in <a href="../org/myrobotlab/mapper/sim/package-summary.html">org.myrobotlab.mapper.sim</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/SensorData.html#SensorData()">SensorData()</a></span> - Constructor for class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/SensorData.html" title="class in org.myrobotlab.mapper.sim">SensorData</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/data/SensorData.html" title="class in org.myrobotlab.service.data"><span class="strong">SensorData</span></a> - Class in <a href="../org/myrobotlab/service/data/package-summary.html">org.myrobotlab.service.data</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/SensorData.html#SensorData()">SensorData()</a></span> - Constructor for class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/SensorData.html" title="class in org.myrobotlab.service.data">SensorData</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/interfaces/SensorDataPublisher.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">SensorDataPublisher</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/mapper/sim/SensorDevice.html" title="class in org.myrobotlab.mapper.sim"><span class="strong">SensorDevice</span></a> - Class in <a href="../org/myrobotlab/mapper/sim/package-summary.html">org.myrobotlab.mapper.sim</a></dt>
<dd>
<div class="block">An abstract sensor.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SensorMonitor.html#sensorInput(org.myrobotlab.service.data.Pin)">sensorInput(Pin)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SensorMonitor.html" title="class in org.myrobotlab.service">SensorMonitor</a></dt>
<dd>
<div class="block">sensorInput is the destination of sensor data all types will funnel into
a pinData type - this is used to standardize and simplify the display.</div>
</dd>
<dt><a href="../org/myrobotlab/mapper/sim/SensorMatrix.html" title="class in org.myrobotlab.mapper.sim"><span class="strong">SensorMatrix</span></a> - Class in <a href="../org/myrobotlab/mapper/sim/package-summary.html">org.myrobotlab.mapper.sim</a></dt>
<dd>
<div class="block">A luminance Matrix : a 2d array of normalized luminances.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/SensorMatrix.html#SensorMatrix(int, int)">SensorMatrix(int, int)</a></span> - Constructor for class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/SensorMatrix.html" title="class in org.myrobotlab.mapper.sim">SensorMatrix</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/SensorMatrix.html#SensorMatrix(org.myrobotlab.mapper.sim.SensorMatrix)">SensorMatrix(SensorMatrix)</a></span> - Constructor for class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/SensorMatrix.html" title="class in org.myrobotlab.mapper.sim">SensorMatrix</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SensorMonitor.html" title="class in org.myrobotlab.service"><span class="strong">SensorMonitor</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SensorMonitor.html#SensorMonitor(java.lang.String)">SensorMonitor(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SensorMonitor.html" title="class in org.myrobotlab.service">SensorMonitor</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SensorMonitorGUI.html" title="class in org.myrobotlab.control"><span class="strong">SensorMonitorGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SensorMonitorGUI.html#SensorMonitorGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SensorMonitorGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SensorMonitorGUI.html" title="class in org.myrobotlab.control">SensorMonitorGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SensorMonitorGUI.RemoveTraceListener.html" title="class in org.myrobotlab.control"><span class="strong">SensorMonitorGUI.RemoveTraceListener</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SensorMonitorGUI.RemoveTraceListener.html#SensorMonitorGUI.RemoveTraceListener()">SensorMonitorGUI.RemoveTraceListener()</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SensorMonitorGUI.RemoveTraceListener.html" title="class in org.myrobotlab.control">SensorMonitorGUI.RemoveTraceListener</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SensorMonitorGUI.RemoveTriggerListener.html" title="class in org.myrobotlab.control"><span class="strong">SensorMonitorGUI.RemoveTriggerListener</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SensorMonitorGUI.RemoveTriggerListener.html#SensorMonitorGUI.RemoveTriggerListener()">SensorMonitorGUI.RemoveTriggerListener()</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SensorMonitorGUI.RemoveTriggerListener.html" title="class in org.myrobotlab.control">SensorMonitorGUI.RemoveTriggerListener</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#sensorPollingStart(java.lang.String, int)">sensorPollingStart(String, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#sensorPollingStop(java.lang.String)">sensorPollingStop(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SENSORS">SENSORS</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#sensors(int)">sensors(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Send the SENSORS command with one of the SENSORS_ arguments Typically,
one does "sensors(SENSORS_ALL)" to get all sensor data</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#sensors()">sensors()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">get all sensor data</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#sensors">sensors</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SENSORS_ALL">SENSORS_ALL</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SENSORS_INTERNAL">SENSORS_INTERNAL</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SENSORS_PHYSICAL">SENSORS_PHYSICAL</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SENSORS_POWER">SENSORS_POWER</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#sensorsAsString()">sensorsAsString()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#sensorsAsString()">sensorsAsString()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#sensorsAutoUpdate()">sensorsAutoUpdate()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#sensorsUpdateTime()">sensorsUpdateTime()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#sensorsValid">sensorsValid</a></span> - Variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">if sensor variables have been updated successfully</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#sensorsValid()">sensorsValid()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Heartbeat.html#sent">sent</a></span> - Variable in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Heartbeat.html" title="class in org.myrobotlab.net">Heartbeat</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/IOSequence.html#sequenceList">sequenceList</a></span> - Variable in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/IOSequence.html" title="class in org.myrobotlab.service.data">IOSequence</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/ComediDriverConfig.html#sequenceMap_">sequenceMap_</a></span> - Variable in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/ComediDriverConfig.html" title="class in org.myrobotlab.service.data">ComediDriverConfig</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/arduino/Serial.html" title="class in org.myrobotlab.arduino"><span class="strong">Serial</span></a> - Class in <a href="../org/myrobotlab/arduino/package-summary.html">org.myrobotlab.arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Serial.html#Serial(org.myrobotlab.service.Arduino)">Serial(Arduino)</a></span> - Constructor for class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Serial.html" title="class in org.myrobotlab.arduino">Serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GPS.html#serial">serial</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GPS.html" title="class in org.myrobotlab.service">GPS</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#serial">serial</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#serial">serial</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Serial.html" title="class in org.myrobotlab.service"><span class="strong">Serial</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Serial.html#Serial(java.lang.String)">Serial(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Serial.html" title="class in org.myrobotlab.service">Serial</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/SerialDevice.html" title="interface in org.myrobotlab.serial"><span class="strong">SerialDevice</span></a> - Interface in <a href="../org/myrobotlab/serial/package-summary.html">org.myrobotlab.serial</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/SerialDeviceEvent.html" title="class in org.myrobotlab.serial"><span class="strong">SerialDeviceEvent</span></a> - Class in <a href="../org/myrobotlab/serial/package-summary.html">org.myrobotlab.serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceEvent.html#SerialDeviceEvent(java.lang.Object, int, boolean, boolean)">SerialDeviceEvent(Object, int, boolean, boolean)</a></span> - Constructor for class org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceEvent.html" title="class in org.myrobotlab.serial">SerialDeviceEvent</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceEvent.html#SerialDeviceEvent(java.lang.Object, int)">SerialDeviceEvent(Object, int)</a></span> - Constructor for class org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceEvent.html" title="class in org.myrobotlab.serial">SerialDeviceEvent</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/SerialDeviceEventListener.html" title="interface in org.myrobotlab.serial"><span class="strong">SerialDeviceEventListener</span></a> - Interface in <a href="../org/myrobotlab/serial/package-summary.html">org.myrobotlab.serial</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/SerialDeviceException.html" title="class in org.myrobotlab.serial"><span class="strong">SerialDeviceException</span></a> - Exception in <a href="../org/myrobotlab/serial/package-summary.html">org.myrobotlab.serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceException.html#SerialDeviceException()">SerialDeviceException()</a></span> - Constructor for exception org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceException.html" title="class in org.myrobotlab.serial">SerialDeviceException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceException.html#SerialDeviceException(java.lang.String)">SerialDeviceException(String)</a></span> - Constructor for exception org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceException.html" title="class in org.myrobotlab.serial">SerialDeviceException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceException.html#SerialDeviceException(java.lang.String, java.lang.Throwable)">SerialDeviceException(String, Throwable)</a></span> - Constructor for exception org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceException.html" title="class in org.myrobotlab.serial">SerialDeviceException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceException.html#SerialDeviceException(java.lang.Throwable)">SerialDeviceException(Throwable)</a></span> - Constructor for exception org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceException.html" title="class in org.myrobotlab.serial">SerialDeviceException</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/SerialDeviceFactory.html" title="class in org.myrobotlab.serial"><span class="strong">SerialDeviceFactory</span></a> - Class in <a href="../org/myrobotlab/serial/package-summary.html">org.myrobotlab.serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceFactory.html#SerialDeviceFactory()">SerialDeviceFactory()</a></span> - Constructor for class org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceFactory.html" title="class in org.myrobotlab.serial">SerialDeviceFactory</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/gnu/SerialDeviceFactoryGNU.html" title="class in org.myrobotlab.serial.gnu"><span class="strong">SerialDeviceFactoryGNU</span></a> - Class in <a href="../org/myrobotlab/serial/gnu/package-summary.html">org.myrobotlab.serial.gnu</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/SerialDeviceFactoryGNU.html#SerialDeviceFactoryGNU()">SerialDeviceFactoryGNU()</a></span> - Constructor for class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/SerialDeviceFactoryGNU.html" title="class in org.myrobotlab.serial.gnu">SerialDeviceFactoryGNU</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/jssc/SerialDeviceFactoryJSSC.html" title="class in org.myrobotlab.serial.jssc"><span class="strong">SerialDeviceFactoryJSSC</span></a> - Class in <a href="../org/myrobotlab/serial/jssc/package-summary.html">org.myrobotlab.serial.jssc</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/jssc/SerialDeviceFactoryJSSC.html#SerialDeviceFactoryJSSC()">SerialDeviceFactoryJSSC()</a></span> - Constructor for class org.myrobotlab.serial.jssc.<a href="../org/myrobotlab/serial/jssc/SerialDeviceFactoryJSSC.html" title="class in org.myrobotlab.serial.jssc">SerialDeviceFactoryJSSC</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/SerialDeviceFrameworkFactory.html" title="interface in org.myrobotlab.serial"><span class="strong">SerialDeviceFrameworkFactory</span></a> - Interface in <a href="../org/myrobotlab/serial/package-summary.html">org.myrobotlab.serial</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html" title="class in org.myrobotlab.serial.gnu"><span class="strong">SerialDeviceGNU</span></a> - Class in <a href="../org/myrobotlab/serial/gnu/package-summary.html">org.myrobotlab.serial.gnu</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html#SerialDeviceGNU(gnu.io.CommPortIdentifier)">SerialDeviceGNU(CommPortIdentifier)</a></span> - Constructor for class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html" title="class in org.myrobotlab.serial.gnu">SerialDeviceGNU</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html#SerialDeviceGNU(gnu.io.CommPortIdentifier, int, int, int, int)">SerialDeviceGNU(CommPortIdentifier, int, int, int, int)</a></span> - Constructor for class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html" title="class in org.myrobotlab.serial.gnu">SerialDeviceGNU</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html" title="class in org.myrobotlab.serial.jssc"><span class="strong">SerialDeviceJSSC</span></a> - Class in <a href="../org/myrobotlab/serial/jssc/package-summary.html">org.myrobotlab.serial.jssc</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html#SerialDeviceJSSC(java.lang.String)">SerialDeviceJSSC(String)</a></span> - Constructor for class org.myrobotlab.serial.jssc.<a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html" title="class in org.myrobotlab.serial.jssc">SerialDeviceJSSC</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html#SerialDeviceJSSC(java.lang.String, int, int, int, int)">SerialDeviceJSSC(String, int, int, int, int)</a></span> - Constructor for class org.myrobotlab.serial.jssc.<a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html" title="class in org.myrobotlab.serial.jssc">SerialDeviceJSSC</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/EditorArduino.html#serialDeviceMenu">serialDeviceMenu</a></span> - Variable in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/EditorArduino.html" title="class in org.myrobotlab.control.widget">EditorArduino</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/serial/SerialDeviceService.html" title="interface in org.myrobotlab.serial"><span class="strong">SerialDeviceService</span></a> - Interface in <a href="../org/myrobotlab/serial/package-summary.html">org.myrobotlab.serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Serial.html#serialEvent(org.myrobotlab.serial.SerialDeviceEvent)">serialEvent(SerialDeviceEvent)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Serial.html" title="class in org.myrobotlab.arduino">Serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html#serialEvent(org.myrobotlab.serial.SerialDeviceEvent)">serialEvent(SerialDeviceEvent)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html" title="class in org.myrobotlab.roomba">RoombaCommSerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html#serialEvent(gnu.io.SerialPortEvent)">serialEvent(SerialPortEvent)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html" title="class in org.myrobotlab.serial.gnu">SerialDeviceGNU</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html#serialEvent(jssc.SerialPortEvent)">serialEvent(SerialPortEvent)</a></span> - Method in class org.myrobotlab.serial.jssc.<a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html" title="class in org.myrobotlab.serial.jssc">SerialDeviceJSSC</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDeviceEventListener.html#serialEvent(org.myrobotlab.serial.SerialDeviceEvent)">serialEvent(SerialDeviceEvent)</a></span> - Method in interface org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDeviceEventListener.html" title="interface in org.myrobotlab.serial">SerialDeviceEventListener</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#serialEvent(org.myrobotlab.serial.SerialDeviceEvent)">serialEvent(SerialDeviceEvent)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Serial.html#serialEvent(org.myrobotlab.serial.SerialDeviceEvent)">serialEvent(SerialDeviceEvent)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Serial.html" title="class in org.myrobotlab.service">Serial</a></dt>
<dd>
<div class="block">If serialEvents are used - thread management is simplified for the
consumer as it uses the underlying serial event management thread.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Wii.html#serialEvent(gnu.io.SerialPortEvent)">serialEvent(SerialPortEvent)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Wii.html" title="class in org.myrobotlab.service">Wii</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SerialGUI.html" title="class in org.myrobotlab.control"><span class="strong">SerialGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SerialGUI.html#SerialGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SerialGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SerialGUI.html" title="class in org.myrobotlab.control">SerialGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image"><span class="strong">SerializableImage</span></a> - Class in <a href="../org/myrobotlab/image/package-summary.html">org.myrobotlab.image</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/SerializableImage.html#SerializableImage(java.awt.image.BufferedImage, java.lang.String)">SerializableImage(BufferedImage, String)</a></span> - Constructor for class org.myrobotlab.image.<a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image">SerializableImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/SerializableImage.html#SerializableImage(java.awt.image.BufferedImage, java.lang.String, int)">SerializableImage(BufferedImage, String, int)</a></span> - Constructor for class org.myrobotlab.image.<a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image">SerializableImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/SerializableImage.html#SerializableImage(java.nio.ByteBuffer, java.lang.String, int)">SerializableImage(ByteBuffer, String, int)</a></span> - Constructor for class org.myrobotlab.image.<a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image">SerializableImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/SerializableImage.html#SerializableImage(byte[], java.lang.String, int)">SerializableImage(byte[], String, int)</a></span> - Constructor for class org.myrobotlab.image.<a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image">SerializableImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Incubator.html#serializeTest()">serializeTest()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Incubator.html" title="class in org.myrobotlab.service">Incubator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GPS.html#serialName">serialName</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GPS.html" title="class in org.myrobotlab.service">GPS</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#serialName">serialName</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html" title="class in org.myrobotlab.arduino.compiler"><span class="strong">SerialNotFoundException</span></a> - Exception in <a href="../org/myrobotlab/arduino/compiler/package-summary.html">org.myrobotlab.arduino.compiler</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html#SerialNotFoundException()">SerialNotFoundException()</a></span> - Constructor for exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html" title="class in org.myrobotlab.arduino.compiler">SerialNotFoundException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html#SerialNotFoundException(java.lang.String)">SerialNotFoundException(String)</a></span> - Constructor for exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html" title="class in org.myrobotlab.arduino.compiler">SerialNotFoundException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html#SerialNotFoundException(java.lang.String, java.lang.Throwable)">SerialNotFoundException(String, Throwable)</a></span> - Constructor for exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html" title="class in org.myrobotlab.arduino.compiler">SerialNotFoundException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html#SerialNotFoundException(java.lang.Throwable)">SerialNotFoundException(Throwable)</a></span> - Constructor for exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/SerialNotFoundException.html" title="class in org.myrobotlab.arduino.compiler">SerialNotFoundException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#serialSend(int, int, int)">serialSend(int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd>
<div class="block">serialSend communicate to the arduino using our simple language 3 bytes 3
byte functions - |function name| d0 | d1
if outputStream is null: Important note to Fedora 13 make sure
/var/lock/uucp /var/spool/uucp /var/spool/uucppublic and all are chown'd
by uucp:uucp</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#serialSend(java.lang.String)">serialSend(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#serialSend(byte[])">serialSend(byte[])</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/MjpegServer.html#serve(java.lang.String, java.lang.String, java.util.Properties, java.util.Properties, java.net.Socket)">serve(String, String, Properties, Properties, Socket)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/MjpegServer.html" title="class in org.myrobotlab.net">MjpegServer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/NanoHTTPD.html#serve(java.lang.String, java.lang.String, java.util.Properties, java.util.Properties, java.net.Socket)">serve(String, String, Properties, Properties, Socket)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/NanoHTTPD.html" title="class in org.myrobotlab.net">NanoHTTPD</a></dt>
<dd>
<div class="block">Override this to customize the server.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/HTTPProcessor.html#serve(java.lang.String, java.lang.String, java.util.Map, java.util.Map, java.lang.String)">serve(String, String, Map<String, String>, Map<String, String>, String)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/HTTPProcessor.html" title="interface in org.myrobotlab.service.interfaces">HTTPProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/ResourceProcessor.html#serve(java.lang.String, java.lang.String, java.util.Map, java.util.Map, java.lang.String)">serve(String, String, Map<String, String>, Map<String, String>, String)</a></span> - Method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/ResourceProcessor.html" title="class in org.myrobotlab.webgui">ResourceProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/RESTProcessor.html#serve(java.lang.String, java.lang.String, java.util.Map, java.util.Map, java.lang.String)">serve(String, String, Map<String, String>, Map<String, String>, String)</a></span> - Method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/RESTProcessor.html" title="class in org.myrobotlab.webgui">RESTProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/SOAPProcessor.html#serve(java.lang.String, java.lang.String, java.util.Map, java.util.Map, java.lang.String)">serve(String, String, Map<String, String>, Map<String, String>, String)</a></span> - Method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/SOAPProcessor.html" title="class in org.myrobotlab.webgui">SOAPProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/NanoHTTPD.html#serveFile(java.lang.String, java.util.Properties, java.io.File, boolean)">serveFile(String, Properties, File, boolean)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/NanoHTTPD.html" title="class in org.myrobotlab.net">NanoHTTPD</a></dt>
<dd>
<div class="block">Serves file from homeDir and its' subdirectories (only).</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/ResourceProcessor.html#serveFile(java.lang.String, java.util.Map, java.io.File, boolean, boolean)">serveFile(String, Map<String, String>, File, boolean, boolean)</a></span> - Method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/ResourceProcessor.html" title="class in org.myrobotlab.webgui">ResourceProcessor</a></dt>
<dd>
<div class="block">Serves file from homeDir and its' subdirectories (only).</div>
</dd>
<dt><a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework"><span class="strong">Service</span></a> - Class in <a href="../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a></dt>
<dd>
<div class="block">Service is the base of the MyRobotLab Service Oriented Architecture.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#Service(java.lang.String)">Service(String)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GUIDynamicGUI.html#serviceCells">serviceCells</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GUIDynamicGUI.html" title="class in org.myrobotlab.control">GUIDynamicGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GUIServiceGUI.html#serviceCells">serviceCells</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GUIServiceGUI.html" title="class in org.myrobotlab.control">GUIServiceGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/framework/repo/ServiceData.html" title="class in org.myrobotlab.framework.repo"><span class="strong">ServiceData</span></a> - Class in <a href="../org/myrobotlab/framework/repo/package-summary.html">org.myrobotlab.framework.repo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceData.html#ServiceData()">ServiceData()</a></span> - Constructor for class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceData.html" title="class in org.myrobotlab.framework.repo">ServiceData</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/framework/repo/ServiceDataLoader.html" title="class in org.myrobotlab.framework.repo"><span class="strong">ServiceDataLoader</span></a> - Class in <a href="../org/myrobotlab/framework/repo/package-summary.html">org.myrobotlab.framework.repo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceDataLoader.html#ServiceDataLoader()">ServiceDataLoader()</a></span> - Constructor for class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceDataLoader.html" title="class in org.myrobotlab.framework.repo">ServiceDataLoader</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/ServiceEnvironment.html#serviceDirectory">serviceDirectory</a></span> - Variable in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/ServiceEnvironment.html" title="class in org.myrobotlab.framework">ServiceEnvironment</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/framework/ServiceEnvironment.html" title="class in org.myrobotlab.framework"><span class="strong">ServiceEnvironment</span></a> - Class in <a href="../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a></dt>
<dd>
<div class="block">ServiceEnvironment represents a instance of MRL with a null URI it will be
the local instance any !null instance represents a foreign instance</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/ServiceEnvironment.html#ServiceEnvironment(java.net.URI)">ServiceEnvironment(URI)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/ServiceEnvironment.html" title="class in org.myrobotlab.framework">ServiceEnvironment</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control"><span class="strong">ServiceGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServiceGUI.html#ServiceGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">ServiceGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control">ServiceGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/interfaces/ServiceInterface.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">ServiceInterface</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/framework/ServiceReservation.html" title="class in org.myrobotlab.framework"><span class="strong">ServiceReservation</span></a> - Class in <a href="../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a></dt>
<dd>
<div class="block">ServiceRegistration is a data object containing information regarding a
"peer" service within a "composite" service.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/ServiceReservation.html#ServiceReservation(java.lang.String, java.lang.String, java.lang.String)">ServiceReservation(String, String, String)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/ServiceReservation.html" title="class in org.myrobotlab.framework">ServiceReservation</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/ServiceReservation.html#ServiceReservation(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">ServiceReservation(String, String, String, String)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/ServiceReservation.html" title="class in org.myrobotlab.framework">ServiceReservation</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/framework/repo/ServiceType.html" title="class in org.myrobotlab.framework.repo"><span class="strong">ServiceType</span></a> - Class in <a href="../org/myrobotlab/framework/repo/package-summary.html">org.myrobotlab.framework.repo</a></dt>
<dd>
<div class="block">list of relations from a Service type to a Dependency key the key is used to
look up in the masterList - this keeps the data normalized and if one Service
fulfills its dependency and the dependency is shared with another Service
type, it is fulfilled there too
The dependency key is the "org" - no version is keyed at the moment..</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceType.html#ServiceType()">ServiceType()</a></span> - Constructor for class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceType.html" title="class in org.myrobotlab.framework.repo">ServiceType</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceType.html#ServiceType(java.lang.String)">ServiceType(String)</a></span> - Constructor for class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceType.html" title="class in org.myrobotlab.framework.repo">ServiceType</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/Category.html#serviceTypes">serviceTypes</a></span> - Variable in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/Category.html" title="class in org.myrobotlab.framework.repo">Category</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceDataLoader.html#serviceTypes">serviceTypes</a></span> - Variable in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceDataLoader.html" title="class in org.myrobotlab.framework.repo">ServiceDataLoader</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/Updates.html#serviceTypesToUpdate">serviceTypesToUpdate</a></span> - Variable in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/Updates.html" title="class in org.myrobotlab.framework.repo">Updates</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service"><span class="strong">Servo</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#Servo(java.lang.String)">Servo(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#servo">servo</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Servo.Sweeper.html" title="class in org.myrobotlab.service"><span class="strong">Servo.Sweeper</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd>
<div class="block">Sweeper - TODO - should be implemented in the arduino code for smoother
function</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.Sweeper.html#Servo.Sweeper(java.lang.String, int, int, int, int)">Servo.Sweeper(String, int, int, int, int)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.Sweeper.html" title="class in org.myrobotlab.service">Servo.Sweeper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_ANGLE_MAX">SERVO_ANGLE_MAX</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_ANGLE_MIN">SERVO_ANGLE_MIN</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_ATTACH">SERVO_ATTACH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_ATTACH">SERVO_ATTACH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_DETACH">SERVO_DETACH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_DETACH">SERVO_DETACH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_EVENT">SERVO_EVENT</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_EVENT_POSITION_UPDATE">SERVO_EVENT_POSITION_UPDATE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_EVENT_STOPPED">SERVO_EVENT_STOPPED</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_EVENTS_ENABLE">SERVO_EVENTS_ENABLE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_READ">SERVO_READ</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_SET_MAX_PULSE">SERVO_SET_MAX_PULSE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_SET_MAX_PULSE">SERVO_SET_MAX_PULSE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_STOP_AND_REPORT">SERVO_STOP_AND_REPORT</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_SWEEP">SERVO_SWEEP</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_SWEEP_START">SERVO_SWEEP_START</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_SWEEP_STOP">SERVO_SWEEP_STOP</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_WRITE">SERVO_WRITE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SERVO_WRITE">SERVO_WRITE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SERVO_WRITE_MICROSECONDS">SERVO_WRITE_MICROSECONDS</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Incubator.html#servoArduinoOpenCVGUIService()">servoArduinoOpenCVGUIService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Incubator.html" title="class in org.myrobotlab.service">Incubator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#servoAttach(java.lang.String, java.lang.Integer)">servoAttach(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#servoAttach(java.lang.String)">servoAttach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#servoAttach(org.myrobotlab.service.Servo)">servoAttach(Servo)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#servoAttach(java.lang.String, java.lang.Integer)">servoAttach(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#servoAttach(java.lang.Integer)">servoAttach(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#servoAttach(java.lang.String, java.lang.Integer)">servoAttach(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoAttach">servoAttach</a></span> - Static variable in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoAttach(java.lang.String, java.lang.Integer)">servoAttach(String, Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd>
<div class="block">servoAttach - attach the servo to a specific pin on the controller</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Maestro.html#servoAttach(java.lang.String, java.lang.Integer)">servoAttach(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Maestro.html" title="class in org.myrobotlab.service">Maestro</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/interfaces/ServoControl.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">ServoControl</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">ServoController</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#servoDetach(java.lang.String)">servoDetach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#servoDetach(java.lang.String)">servoDetach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#servoDetach(java.lang.Integer)">servoDetach(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#servoDetach(java.lang.String)">servoDetach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoDetach">servoDetach</a></span> - Static variable in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoDetach(java.lang.String)">servoDetach(String)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd>
<div class="block">servoDetach - detach the servo from a specific pin on the controller</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Maestro.html#servoDetach(java.lang.String)">servoDetach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Maestro.html" title="class in org.myrobotlab.service">Maestro</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/ServoGUI.html" title="class in org.myrobotlab.control"><span class="strong">ServoGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd>
<div class="block">Servo GUIService - displays details of Servo state
Lesson learned ! Servos to properly function need to be attached to a controller
This gui previously sent messages to the controller.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServoGUI.html#ServoGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">ServoGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServoGUI.html" title="class in org.myrobotlab.control">ServoGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#SERVOMAX">SERVOMAX</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#SERVOMIN">SERVOMIN</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.Point.html#servoPos">servoPos</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.Point.html" title="class in org.myrobotlab.service">WiiDAR.Point</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#servos">servos</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#servoStop(java.lang.String)">servoStop(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#servoStop(java.lang.String)">servoStop(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoStop(java.lang.String)">servoStop(String)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Maestro.html#servoStop(java.lang.String)">servoStop(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Maestro.html" title="class in org.myrobotlab.service">Maestro</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#servoSweep(java.lang.String, int, int, int)">servoSweep(String, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#servoSweep(java.lang.String, int, int, int)">servoSweep(String, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoSweep(java.lang.String, int, int, int)">servoSweep(String, int, int, int)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Maestro.html#servoSweep(java.lang.String, int, int, int)">servoSweep(String, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Maestro.html" title="class in org.myrobotlab.service">Maestro</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.Point.html#servoTime">servoTime</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.Point.html" title="class in org.myrobotlab.service">WiiDAR.Point</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#servoWrite(java.lang.String, java.lang.Integer)">servoWrite(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#servoWrite(java.lang.String, java.lang.Integer)">servoWrite(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#servoWrite(IOData)">servoWrite(IOData)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#servoWrite(java.lang.Integer, java.lang.Integer)">servoWrite(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#servoWrite(java.lang.String, java.lang.Integer)">servoWrite(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoWrite">servoWrite</a></span> - Static variable in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#servoWrite(java.lang.String, java.lang.Integer)">servoWrite(String, Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd>
<div class="block">servoWrite - move the servo at an angle between 0 - 180</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Maestro.html#servoWrite(java.lang.String, java.lang.Integer)">servoWrite(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Maestro.html" title="class in org.myrobotlab.service">Maestro</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SoccerGame.html#session">session</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SoccerGame.html" title="class in org.myrobotlab.service">SoccerGame</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/Preferences.html#set(java.lang.String, java.lang.String)">set(String, String)</a></span> - Method in class org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/Preferences.html" title="class in org.myrobotlab.arduino.compiler">Preferences</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Message.html#set(org.myrobotlab.framework.Message)">set(Message)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/RoutingEntry.html#set(org.myrobotlab.framework.RoutingEntry)">set(RoutingEntry)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/RoutingEntry.html" title="class in org.myrobotlab.framework">RoutingEntry</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/ColoredPoint.html#set(org.myrobotlab.image.ColoredPoint)">set(ColoredPoint)</a></span> - Method in class org.myrobotlab.image.<a href="../org/myrobotlab/image/ColoredPoint.html" title="class in org.myrobotlab.image">ColoredPoint</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#set(java.util.ArrayList)">set(ArrayList<Point2Df>)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#set(int, int, int)">set(int, int, int)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd>
<div class="block">Silently ignores if the coordinate is outside the image.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#set(int, int, org.myrobotlab.openni.PImage)">set(int, int, PImage)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#set(org.myrobotlab.openni.PMatrix3D)">set(PMatrix3D)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#set(float[])">set(float[])</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#set(float, float, float, float, float, float)">set(float, float, float, float, float, float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)">set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#set(float, float, float)">set(float, float, float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd>
<div class="block">Set x, y, and z coordinates.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#set(org.myrobotlab.openni.PVector)">set(PVector)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd>
<div class="block">Set x, y, and z coordinates from a Vector3D object.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#set(float[])">set(float[])</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd>
<div class="block">Set the x, y (and maybe z) coordinates using a float[] array as the
source.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/ComediDriverConfig.html#set(org.myrobotlab.service.data.ComediDriverConfig)">set(ComediDriverConfig)</a></span> - Method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/ComediDriverConfig.html" title="class in org.myrobotlab.service.data">ComediDriverConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/DatabaseConfig.html#set(org.myrobotlab.service.data.DatabaseConfig)">set(DatabaseConfig)</a></span> - Method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/DatabaseConfig.html" title="class in org.myrobotlab.service.data">DatabaseConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/IOAddress.html#set(org.myrobotlab.service.data.IOAddress)">set(IOAddress)</a></span> - Method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/IOAddress.html" title="class in org.myrobotlab.service.data">IOAddress</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/IOSequence.html#set(org.myrobotlab.service.data.IOSequence)">set(IOSequence)</a></span> - Method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/IOSequence.html" title="class in org.myrobotlab.service.data">IOSequence</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/IPAndPort.html#set(org.myrobotlab.service.data.IPAndPort)">set(IPAndPort)</a></span> - Method in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/IPAndPort.html" title="class in org.myrobotlab.service.data">IPAndPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SET_ANALOG_PIN_GAIN">SET_ANALOG_PIN_GAIN</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SET_ANALOG_PIN_SENSITIVITY">SET_ANALOG_PIN_SENSITIVITY</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SET_ANALOG_TRIGGER">SET_ANALOG_TRIGGER</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SET_DIGITAL_TRIGGER">SET_DIGITAL_TRIGGER</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#SET_MAX_VOLTAGE">SET_MAX_VOLTAGE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#SET_MIN_VOLTAGE">SET_MIN_VOLTAGE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SET_PWM_FREQUENCY">SET_PWM_FREQUENCY</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#SET_PWM_FREQUENCY">SET_PWM_FREQUENCY</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SET_SAMPLE_RATE">SET_SAMPLE_RATE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SET_SERIAL_RATE">SET_SERIAL_RATE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SET_SERVO_SPEED">SET_SERVO_SPEED</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/DirectionWidget.ButtonActionListener.html#setActionListener(java.awt.event.ActionListener)">setActionListener(ActionListener)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/DirectionWidget.ButtonActionListener.html" title="class in org.myrobotlab.control.widget">DirectionWidget.ButtonActionListener</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#setAddress(java.lang.Integer)">setAddress(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Agent.html#setAgentInspector(org.myrobotlab.mapper.gui.AgentInspector)">setAgentInspector(AgentInspector)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Agent.html" title="class in org.myrobotlab.mapper.sim">Agent</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#setAngleXY(float)">setAngleXY(float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#setAngleYZ(float)">setAngleYZ(float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WolframAlpha.html#setAppID(java.lang.String)">setAppID(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WolframAlpha.html" title="class in org.myrobotlab.service">WolframAlpha</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#setApplicationComponent(javax.swing.JComponent)">setApplicationComponent(JComponent)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setArduino(org.myrobotlab.service.Arduino)">setArduino(Arduino)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#setArmSpeed(java.lang.String, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setArmSpeed(String, Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setArrow(java.lang.String)">setArrow(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setAttribute(java.lang.String, java.lang.Object)">setAttribute(String, Object)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#setBackendType(java.lang.String)">setBackendType(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#setBaud(int)">setBaud(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GPS.html#setBaud(int)">setBaud(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GPS.html" title="class in org.myrobotlab.service">GPS</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#setBaud(int)">setBaud(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setBaudBase(int)">setBaudBase(int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setBicep(org.myrobotlab.service.Servo)">setBicep(Servo)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/LampActuator.html#setBlink(boolean)">setBlink(boolean)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/LampActuator.html" title="class in org.myrobotlab.mapper.sim">LampActuator</a></dt>
<dd>
<div class="block">Sets the lamp blink state on or off.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#setBlinkDelayMs(int)">setBlinkDelayMs(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Inbox.html#setBlocking(boolean)">setBlocking(boolean)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Inbox.html" title="class in org.myrobotlab.framework">Inbox</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setBlocking(boolean)">setBlocking(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setBoard(java.lang.String)">setBoard(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/Preferences.html#setBoolean(java.lang.String, boolean)">setBoolean(String, boolean)</a></span> - Method in class org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/Preferences.html" title="class in org.myrobotlab.arduino.compiler">Preferences</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ACEduinoMotorShield.html#setBounds(int, int, int)">setBounds(int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ACEduinoMotorShield.html" title="class in org.myrobotlab.service">ACEduinoMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AWTRobot.html#setBounds(java.awt.Rectangle)">setBounds(Rectangle)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AWTRobot.html" title="class in org.myrobotlab.service">AWTRobot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AWTRobot.html#setBounds(int, int, int, int)">setBounds(int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AWTRobot.html" title="class in org.myrobotlab.service">AWTRobot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#setBrightness(java.lang.Integer, java.lang.Integer)">setBrightness(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/JoystickButtonsPanel.html#setButton(int, int)">setButton(int, int)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/JoystickButtonsPanel.html" title="class in org.myrobotlab.control.widget">JoystickButtonsPanel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/JoystickButtonsPanel.html#setButtons(boolean[])">setButtons(boolean[])</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/JoystickButtonsPanel.html" title="class in org.myrobotlab.control.widget">JoystickButtonsPanel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PingdarGUI.html#setCalibrating(java.lang.Boolean)">setCalibrating(Boolean)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PingdarGUI.html" title="class in org.myrobotlab.control">PingdarGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/WiiDARGUI.html#setCalibrating(java.lang.Boolean)">setCalibrating(Boolean)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/WiiDARGUI.html" title="class in org.myrobotlab.control">WiiDARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#setCalibrating(java.lang.Boolean)">setCalibrating(Boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setCallOutHangup(boolean)">setCallOutHangup(boolean)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setCameraIndex(java.lang.Integer)">setCameraIndex(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/BaseObject.html#setCanBeTraversed(boolean)">setCanBeTraversed(boolean)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/BaseObject.html" title="class in org.myrobotlab.mapper.sim">BaseObject</a></dt>
<dd>
<div class="block">Sets the canBeTraversed Flag.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#setChunkedTransfer(boolean)">setChunkedTransfer(boolean)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Java.Script.html#setCode(java.lang.String)">setCode(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Java.Script.html" title="class in org.myrobotlab.service">Java.Script</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Python.Script.html#setCode(java.lang.String)">setCode(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Python.Script.html" title="class in org.myrobotlab.service">Python.Script</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerException.html#setCodeColumn(int)">setCodeColumn(int)</a></span> - Method in exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerException.html" title="class in org.myrobotlab.arduino.compiler">RunnerException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerException.html#setCodeIndex(int)">setCodeIndex(int)</a></span> - Method in exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerException.html" title="class in org.myrobotlab.arduino.compiler">RunnerException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerException.html#setCodeLine(int)">setCodeLine(int)</a></span> - Method in exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerException.html" title="class in org.myrobotlab.arduino.compiler">RunnerException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GraphicsGUI.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GraphicsGUI.html" title="class in org.myrobotlab.control">GraphicsGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/BaseObject.html#setColor(javax.vecmath.Color3f)">setColor(Color3f)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/BaseObject.html" title="class in org.myrobotlab.mapper.sim">BaseObject</a></dt>
<dd>
<div class="block">Change the color while the simulation is running.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/BlockWorldObject.html#setColor(javax.vecmath.Color3f)">setColor(Color3f)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/BlockWorldObject.html" title="class in org.myrobotlab.mapper.sim">BlockWorldObject</a></dt>
<dd>
<div class="block">Set the object color</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Graphics.html#setColor(java.awt.Color)">setColor(Color)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Graphics.html" title="class in org.myrobotlab.service">Graphics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommunicationManager.html#setComm(org.myrobotlab.service.interfaces.Communicator)">setComm(Communicator)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommunicationManager.html" title="class in org.myrobotlab.net">CommunicationManager</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/CommunicationInterface.html#setComm(org.myrobotlab.service.interfaces.Communicator)">setComm(Communicator)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/CommunicationInterface.html" title="interface in org.myrobotlab.service.interfaces">CommunicationInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Outbox.html#setCommunicationManager(org.myrobotlab.service.interfaces.CommunicationInterface)">setCommunicationManager(CommunicationInterface)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/ClassInfo.html#setCompilable(boolean)">setCompilable(boolean)</a></span> - Method in interface org.myrobotlab.java.<a href="../org/myrobotlab/java/ClassInfo.html" title="interface in org.myrobotlab.java">ClassInfo</a></dt>
<dd>
<div class="block">Sets the compilable property</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/JavaClassInfo.html#setCompilable(boolean)">setCompilable(boolean)</a></span> - Method in class org.myrobotlab.java.<a href="../org/myrobotlab/java/JavaClassInfo.html" title="class in org.myrobotlab.java">JavaClassInfo</a></dt>
<dd>
<div class="block">Sets the compilable property</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Sketch.html#setCompilingProgress(int)">setCompilingProgress(int)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino">Sketch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ArduinoGUI.html#setCompilingProgress(java.lang.Integer)">setCompilingProgress(Integer)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ArduinoGUI.html" title="class in org.myrobotlab.control">ArduinoGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setCompilingProgress(java.lang.Integer)">setCompilingProgress(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Android.html#setContext(Context)">setContext(Context)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Android.html" title="class in org.myrobotlab.service">Android</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Address2.html#setController(java.lang.String)">setController(String)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Address2.html" title="class in org.myrobotlab.pickToLight">Address2</a></dt>
<dd>
<div class="block">Sets the value of the controller property.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/MotorControl.html#setController(org.myrobotlab.service.interfaces.MotorController)">setController(MotorController)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/MotorControl.html" title="interface in org.myrobotlab.service.interfaces">MotorControl</a></dt>
<dd>
<div class="block">Attach a motor controller to the motor.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoControl.html#setController(org.myrobotlab.service.interfaces.ServoController)">setController(ServoController)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoControl.html" title="interface in org.myrobotlab.service.interfaces">ServoControl</a></dt>
<dd>
<div class="block">Attach a servo controller to the servo.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoControl.html#setController(java.lang.String)">setController(String)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoControl.html" title="interface in org.myrobotlab.service.interfaces">ServoControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperControl.html#setController(org.myrobotlab.service.interfaces.StepperController)">setController(StepperController)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperControl.html" title="interface in org.myrobotlab.service.interfaces">StepperControl</a></dt>
<dd>
<div class="block">Attach a stepper controller to the stepper.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setController(int)">setController(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setController(java.lang.String)">setController(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Motor.html#setController(org.myrobotlab.service.interfaces.MotorController)">setController(MotorController)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Motor.html" title="class in org.myrobotlab.service">Motor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setController(org.myrobotlab.service.interfaces.ServoController)">setController(ServoController)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setController(java.lang.String)">setController(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#setController(org.myrobotlab.service.interfaces.StepperController)">setController(StepperController)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PID.html#setControllerDirection(java.lang.Integer)">setControllerDirection(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PID.html" title="class in org.myrobotlab.service">PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/IPCamera.html#setControlURL(java.lang.String)">setControlURL(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/IPCamera.html" title="class in org.myrobotlab.service">IPCamera</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setCookie(java.lang.String, java.lang.String)">setCookie(String, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds a cookie to the requst</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setCookies(java.util.Map)">setCookies(Map<String, String>)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds cookies to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setCookies(java.lang.String[])">setCookies(String[])</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds cookies to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Sketch.html#setCurrentCode(int)">setCurrentCode(int)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino">Sketch</a></dt>
<dd>
<div class="block">Change what file is currently being edited.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GeneticProgrammingGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GeneticProgrammingGUI.html" title="class in org.myrobotlab.control">GeneticProgrammingGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GraphicsGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GraphicsGUI.html" title="class in org.myrobotlab.control">GraphicsGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/LIDARGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/LIDARGUI.html" title="class in org.myrobotlab.control">LIDARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/OpenCVGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/OpenCVGUI.html" title="class in org.myrobotlab.control">OpenCVGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PingdarGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PingdarGUI.html" title="class in org.myrobotlab.control">PingdarGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SensorMonitorGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/SensorMonitorGUI.html" title="class in org.myrobotlab.control">SensorMonitorGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SLAMGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/SLAMGUI.html" title="class in org.myrobotlab.control">SLAMGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/WiiDARGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/WiiDARGUI.html" title="class in org.myrobotlab.control">WiiDARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/WiiGUI.html#setCurrentFilterMouseListener()">setCurrentFilterMouseListener()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/WiiGUI.html" title="class in org.myrobotlab.control">WiiGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#setCycleDelayMs(int)">setCycleDelayMs(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Motor_AdafruitMotorShieldGUI.html#setData(java.lang.Object[])">setData(Object[])</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Motor_AdafruitMotorShieldGUI.html" title="class in org.myrobotlab.control">Motor_AdafruitMotorShieldGUI</a></dt>
<dd>
<div class="block">method to update the GUIService from MotorController data</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Motor_ArduinoGUI.html#setData(java.lang.Object[])">setData(Object[])</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Motor_ArduinoGUI.html" title="class in org.myrobotlab.control">Motor_ArduinoGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Motor_SaberToothGUI.html#setData(java.lang.Object[])">setData(Object[])</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Motor_SaberToothGUI.html" title="class in org.myrobotlab.control">Motor_SaberToothGUI</a></dt>
<dd>
<div class="block">method to update the GUIService from MotorController data</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Motor_UnknownGUI.html#setData(java.lang.Object[])">setData(Object[])</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Motor_UnknownGUI.html" title="class in org.myrobotlab.control">Motor_UnknownGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Stepper_AdafruitMotorShieldGUI.html#setData(java.lang.Object[])">setData(Object[])</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Stepper_AdafruitMotorShieldGUI.html" title="class in org.myrobotlab.control">Stepper_AdafruitMotorShieldGUI</a></dt>
<dd>
<div class="block">method to update the GUIService from StepperController data</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Stepper_ArduinoGUI.html#setData(java.lang.Object[])">setData(Object[])</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Stepper_ArduinoGUI.html" title="class in org.myrobotlab.control">Stepper_ArduinoGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Stepper_UnknownGUI.html#setData(java.lang.Object[])">setData(Object[])</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Stepper_UnknownGUI.html" title="class in org.myrobotlab.control">Stepper_UnknownGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/RadarWidget.html#setData(org.myrobotlab.control.widget.RadarWidget.PolarPoint)">setData(RadarWidget.PolarPoint)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/RadarWidget.html" title="class in org.myrobotlab.control.widget">RadarWidget</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/RadarWidget.html#setData(double, double)">setData(double, double)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/RadarWidget.html" title="class in org.myrobotlab.control.widget">RadarWidget</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Message.html#setData(java.lang.Object...)">setData(Object...)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/gp/SetData.html" title="class in org.myrobotlab.gp"><span class="strong">SetData</span></a> - Class in <a href="../org/myrobotlab/gp/package-summary.html">org.myrobotlab.gp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/SetData.html#SetData(java.lang.String, java.lang.Object[], int[])">SetData(String, Object[], int[])</a></span> - Constructor for class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/SetData.html" title="class in org.myrobotlab.gp">SetData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#setData(java.io.InputStream)">setData(InputStream)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SETDAYTIME">SETDAYTIME</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Security.html#setDefaultNewGroupId(java.lang.String, java.lang.String)">setDefaultNewGroupId(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Security.html" title="class in org.myrobotlab.service">Security</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#setDefaultPreFilters()">setDefaultPreFilters()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/MouthControl.html#setdelays(java.lang.Integer, java.lang.Integer, java.lang.Integer)">setdelays(Integer, Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/MouthControl.html" title="class in org.myrobotlab.service">MouthControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/RobotFactory.html#setDifferentialDriveKinematicModel(org.myrobotlab.mapper.sim.Agent)">setDifferentialDriveKinematicModel(Agent)</a></span> - Static method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/RobotFactory.html" title="class in org.myrobotlab.mapper.sim">RobotFactory</a></dt>
<dd>
<div class="block">Sets the kinematic model to be DifferentialDrive (instead of
DefaultKinematic)</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setDigitalTriggerOnly(java.lang.Boolean)">setDigitalTriggerOnly(Boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/JoystickCompassPanel.html#setDir(java.lang.Float)">setDir(Float)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/JoystickCompassPanel.html" title="class in org.myrobotlab.control.widget">JoystickCompassPanel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/DirectionWidget.html#setDirectionListener(java.awt.event.ActionListener)">setDirectionListener(ActionListener)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/DirectionWidget.html" title="class in org.myrobotlab.control.widget">DirectionWidget</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setDisplayFilter(java.lang.String)">setDisplayFilter(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setDisplayFilterName(java.lang.String)">setDisplayFilterName(String)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setDivisor(int)">setDivisor(int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InverseKinematics.html#setDOF(int)">setDOF(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InverseKinematics.html" title="class in org.myrobotlab.service">InverseKinematics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/ComponentResizer.html#setDragInsets(java.awt.Insets)">setDragInsets(Insets)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/ComponentResizer.html" title="class in org.myrobotlab.control.widget">ComponentResizer</a></dt>
<dd>
<div class="block">Set the drag dragInsets.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setDstMethodName(java.lang.String)">setDstMethodName(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setDstServiceName(java.lang.String)">setDstServiceName(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Serial.html#setDTR(boolean)">setDTR(boolean)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Serial.html" title="class in org.myrobotlab.arduino">Serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setDTR(boolean)">setDTR(boolean)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html#setDTR(boolean)">setDTR(boolean)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html" title="class in org.myrobotlab.serial.gnu">SerialDeviceGNU</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html#setDTR(boolean)">setDTR(boolean)</a></span> - Method in class org.myrobotlab.serial.jssc.<a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html" title="class in org.myrobotlab.serial.jssc">SerialDeviceJSSC</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDevice.html#setDTR(boolean)">setDTR(boolean)</a></span> - Method in interface org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDevice.html" title="interface in org.myrobotlab.serial">SerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/VirtualSerialPort.html#setDTR(boolean)">setDTR(boolean)</a></span> - Method in class org.myrobotlab.serial.<a href="../org/myrobotlab/serial/VirtualSerialPort.html" title="class in org.myrobotlab.serial">VirtualSerialPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Email.html#setEmailServer(java.lang.String)">setEmailServer(String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Email.html" title="class in org.myrobotlab.net">Email</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Email.html#setEmailServer(java.lang.String, java.lang.Integer)">setEmailServer(String, Integer)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Email.html" title="class in org.myrobotlab.net">Email</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/IPCameraGUI.html#setEnableControls(java.lang.Boolean)">setEnableControls(Boolean)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/IPCameraGUI.html" title="class in org.myrobotlab.control">IPCameraGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/IPCamera.html#setEnableControls(java.lang.Boolean)">setEnableControls(Boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/IPCamera.html" title="class in org.myrobotlab.service">IPCamera</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/MotorGUI.html#setEnabled(boolean)">setEnabled(boolean)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/MotorGUI.html" title="class in org.myrobotlab.control">MotorGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/StepperGUI.html#setEnabled(boolean)">setEnabled(boolean)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/StepperGUI.html" title="class in org.myrobotlab.control">StepperGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setEndOfInputChar(byte)">setEndOfInputChar(byte)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/STDOUT.html#setError()">setError()</a></span> - Method in class org.myrobotlab.java.<a href="../org/myrobotlab/java/STDOUT.html" title="class in org.myrobotlab.java">STDOUT</a></dt>
<dd>
<div class="block">Sets the error device to the Console if not set already.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/SOAPResponse.html#setError(java.lang.String)">setError(String)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/SOAPResponse.html" title="class in org.myrobotlab.pickToLight">SOAPResponse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setEventsEnabled(boolean)">setEventsEnabled(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setFilter(org.myrobotlab.opencv.OpenCVFilter)">setFilter(OpenCVFilter)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd>
<div class="block">sets the selected filter name in the OpenCVData structure provisioned
later to save entire filter? or parts ?</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/OpenCVFilterGUI.html#setFilterState(org.myrobotlab.opencv.OpenCVFilter)">setFilterState(OpenCVFilter)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/OpenCVFilterGUI.html" title="class in org.myrobotlab.control.opencv">OpenCVFilterGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/OpenCVGUI.html#setFilterState(org.myrobotlab.opencv.FilterWrapper)">setFilterState(FilterWrapper)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/OpenCVGUI.html" title="class in org.myrobotlab.control">OpenCVGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setFilterState(org.myrobotlab.opencv.FilterWrapper)">setFilterState(FilterWrapper)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setFlowControlMode(int)">setFlowControlMode(int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#setForegroundBackgroundFilter()">setForegroundBackgroundFilter()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setFrameGrabberType(java.lang.String)">setFrameGrabberType(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/gui/AgentInspector.html#setFramesPerSecond(float)">setFramesPerSecond(float)</a></span> - Method in class org.myrobotlab.mapper.gui.<a href="../org/myrobotlab/mapper/gui/AgentInspector.html" title="class in org.myrobotlab.mapper.gui">AgentInspector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#setFrontendType(java.lang.String)">setFrontendType(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#setGenderFemale()">setGenderFemale()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#setGenderMale()">setGenderMale()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/Email.html#setGmailServer(java.lang.String, java.lang.String)">setGmailServer(String, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/Email.html" title="class in org.myrobotlab.net">Email</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inverseKinematics/IKEngine.html#setGoal(double, double, double)">setGoal(double, double, double)</a></span> - Method in class org.myrobotlab.inverseKinematics.<a href="../org/myrobotlab/inverseKinematics/IKEngine.html" title="class in org.myrobotlab.inverseKinematics">IKEngine</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#setGoogleProxy(java.lang.String, java.lang.String, int)">setGoogleProxy(String, String, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#setGoogleURI(java.lang.String)">setGoogleURI(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setGraphXML(java.lang.String)">setGraphXML(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Security.html#setGroup(java.lang.String, java.lang.String)">setGroup(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Security.html" title="class in org.myrobotlab.service">Security</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#setHandSpeed(java.lang.String, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setHandSpeed(String, Float, Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#setHandSpeed(java.lang.String, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setHandSpeed(String, Float, Float, Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#setHardwareHandshake(boolean)">setHardwareHandshake(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setHatTransform(java.lang.Integer, java.lang.Integer)">setHatTransform(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#setHeading(int)">setHeading(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#setHeading(int)">setHeading(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#setHeadSpeed(java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setHeadSpeed(Float, Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#setHeadSpeed(java.lang.Float, java.lang.Float)">setHeadSpeed(Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#setHost(java.net.URI)">setHost(URI)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServiceInterface.html#setHost(java.net.URI)">setHost(URI)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServiceInterface.html" title="interface in org.myrobotlab.service.interfaces">ServiceInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Address2.html#setI2CAddress(int)">setI2CAddress(int)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Address2.html" title="class in org.myrobotlab.pickToLight">Address2</a></dt>
<dd>
<div class="block">Sets the value of the i2CAddress property.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Address2.html#setI2CBus(int)">setI2CBus(int)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Address2.html" title="class in org.myrobotlab.pickToLight">Address2</a></dt>
<dd>
<div class="block">Sets the value of the i2CBus property.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#setIdle()">setIdle()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/SerializableImage.html#setImage(java.awt.image.BufferedImage)">setImage(BufferedImage)</a></span> - Method in class org.myrobotlab.image.<a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image">SerializableImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#setIndex(java.lang.Integer)">setIndex(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/speech/DialogManager.html#setInitialNode(java.lang.String)">setInitialNode(String)</a></span> - Method in class org.myrobotlab.speech.<a href="../org/myrobotlab/speech/DialogManager.html" title="class in org.myrobotlab.speech">DialogManager</a></dt>
<dd>
<div class="block">Sets the name of the initial node for the dialog manager</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PID.html#setInput(double)">setInput(double)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PID.html" title="class in org.myrobotlab.service">PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setInputBufferSize(int)">setInputBufferSize(int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setInputFileName(java.lang.String)">setInputFileName(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setInputFilterName(java.lang.String)">setInputFilterName(String)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setInputSource(java.lang.String)">setInputSource(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/JIntegerField.html#setInt(int)">setInt(int)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/JIntegerField.html" title="class in org.myrobotlab.control.widget">JIntegerField</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/Preferences.html#setInteger(java.lang.String, int)">setInteger(String, int)</a></span> - Method in class org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/Preferences.html" title="class in org.myrobotlab.arduino.compiler">Preferences</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Clock.html#setInterval(java.lang.Integer)">setInterval(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Clock.html" title="class in org.myrobotlab.service">Clock</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#setInterval(java.lang.Integer)">setInterval(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ThingSpeak.html#setIntervalSeconds(int)">setIntervalSeconds(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ThingSpeak.html" title="class in org.myrobotlab.service">ThingSpeak</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Controller.html#setIpAddress(java.lang.String)">setIpAddress(String)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Controller.html" title="class in org.myrobotlab.pickToLight">Controller</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PingdarGUI.html#setIRLeftMax(org.myrobotlab.service.Wii.IRData)">setIRLeftMax(Wii.IRData)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PingdarGUI.html" title="class in org.myrobotlab.control">PingdarGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/WiiDARGUI.html#setIRLeftMax(org.myrobotlab.service.Wii.IRData)">setIRLeftMax(Wii.IRData)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/WiiDARGUI.html" title="class in org.myrobotlab.control">WiiDARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#setIRLeftMax(org.myrobotlab.service.Wii.IRData)">setIRLeftMax(Wii.IRData)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PingdarGUI.html#setIRRightMax(org.myrobotlab.service.Wii.IRData)">setIRRightMax(Wii.IRData)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PingdarGUI.html" title="class in org.myrobotlab.control">PingdarGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/WiiDARGUI.html#setIRRightMax(org.myrobotlab.service.Wii.IRData)">setIRRightMax(Wii.IRData)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/WiiDARGUI.html" title="class in org.myrobotlab.control">WiiDARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#setIRRightMax(org.myrobotlab.service.Wii.IRData)">setIRRightMax(Wii.IRData)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Wii.html#setIrSensitivity(int)">setIrSensitivity(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Wii.html" title="class in org.myrobotlab.service">Wii</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Encoder.html#setJSONPrettyPrinting(boolean)">setJSONPrettyPrinting(boolean)</a></span> - Static method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Encoder.html" title="class in org.myrobotlab.framework">Encoder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Runtime.html#setJSONPrettyPrinting(boolean)">setJSONPrettyPrinting(boolean)</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Runtime.html" title="class in org.myrobotlab.service">Runtime</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#setLanguage(java.lang.String)">setLanguage(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/FileUtil.html#setLastFileOpened(java.lang.String)">setLastFileOpened(String)</a></span> - Static method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/FileUtil.html" title="class in org.myrobotlab.control.widget">FileUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/FileUtil.html#setLastFileSaved(java.lang.String)">setLastFileSaved(String)</a></span> - Static method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/FileUtil.html" title="class in org.myrobotlab.control.widget">FileUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/FileUtil.html#setLastStatus(java.lang.String)">setLastStatus(String)</a></span> - Static method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/FileUtil.html" title="class in org.myrobotlab.control.widget">FileUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ThingSpeak.html#setLastUpdate(long)">setLastUpdate(long)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ThingSpeak.html" title="class in org.myrobotlab.service">ThingSpeak</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#setLEDs(boolean, boolean, boolean, boolean, boolean, boolean, int, int)">setLEDs(boolean, boolean, boolean, boolean, boolean, boolean, int, int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Turns on/off the various LEDs.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#setLEDs(boolean, boolean, boolean, boolean, boolean, boolean, int, int)">setLEDs(boolean, boolean, boolean, boolean, boolean, boolean, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Turns on/off the various LEDs.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Wii.html#setLeds(boolean, boolean, boolean, boolean)">setLeds(boolean, boolean, boolean, boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Wii.html" title="class in org.myrobotlab.service">Wii</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#setLeftCalibrated(java.util.ArrayList)">setLeftCalibrated(ArrayList<WiiDAR.Point>)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#setLeftMotor(org.myrobotlab.service.Motor)">setLeftMotor(Motor)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/DifferentialKinematic.html#setLeftVelocity(double)">setLeftVelocity(double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/DifferentialKinematic.html" title="class in org.myrobotlab.mapper.sim">DifferentialKinematic</a></dt>
<dd>
<div class="block">Sets the velocity of the left wheel in meter/s.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/Logging.html#setLevel(java.lang.String)">setLevel(String)</a></span> - Method in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/Logging.html" title="class in org.myrobotlab.logging">Logging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/Logging.html#setLevel(java.lang.String, java.lang.String)">setLevel(String, String)</a></span> - Method in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/Logging.html" title="class in org.myrobotlab.logging">Logging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/LoggingLog4J.html#setLevel(java.lang.String)">setLevel(String)</a></span> - Method in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/LoggingLog4J.html" title="class in org.myrobotlab.logging">LoggingLog4J</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/LoggingLog4J.html#setLevel(java.lang.String, java.lang.String)">setLevel(String, String)</a></span> - Method in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/LoggingLog4J.html" title="class in org.myrobotlab.logging">LoggingLog4J</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/LoggingSLF4JAndroid.html#setLevel(java.lang.String)">setLevel(String)</a></span> - Method in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/LoggingSLF4JAndroid.html" title="class in org.myrobotlab.logging">LoggingSLF4JAndroid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/LoggingSLF4JAndroid.html#setLevel(java.lang.String, java.lang.String)">setLevel(String, String)</a></span> - Method in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/LoggingSLF4JAndroid.html" title="class in org.myrobotlab.logging">LoggingSLF4JAndroid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setLimits(int, int, int, int, int, int, int, int)">setLimits(int, int, int, int, int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHead.html#setLimits(int, int, int, int, int, int, int, int, int, int)">setLimits(int, int, int, int, int, int, int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHead.html" title="class in org.myrobotlab.service">InMoovHead</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovTorso.html#setLimits(int, int, int, int, int, int)">setLimits(int, int, int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovTorso.html" title="class in org.myrobotlab.service">InMoovTorso</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setLineDriver(org.myrobotlab.serial.gnu.BinaryCommPort.LineDriver)">setLineDriver(BinaryCommPort.LineDriver)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inverseKinematics/IKEngine.html#setLinkLength(int, double)">setLinkLength(int, double)</a></span> - Method in class org.myrobotlab.inverseKinematics.<a href="../org/myrobotlab/inverseKinematics/IKEngine.html" title="class in org.myrobotlab.inverseKinematics">IKEngine</a></dt>
<dd>
<div class="block">Changes the length of a link</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GoogleSTT.html#setListening(boolean)">setListening(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GoogleSTT.html" title="class in org.myrobotlab.service">GoogleSTT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setLoadTimingEnabled(boolean)">setLoadTimingEnabled(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/AudreyGUI.html#setLogin(java.lang.String)">setLogin(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/AudreyGUI.html" title="class in org.myrobotlab.control">AudreyGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/FrogLegGUI.html#setLogin(java.lang.String)">setLogin(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/FrogLegGUI.html" title="class in org.myrobotlab.control">FrogLegGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/MoMoGUI.html#setLogin(java.lang.String)">setLogin(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/MoMoGUI.html" title="class in org.myrobotlab.control">MoMoGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SoccerGameGUI.html#setLogin(java.lang.String)">setLogin(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/SoccerGameGUI.html" title="class in org.myrobotlab.control">SoccerGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ToyGUI.html#setLogin(java.lang.String)">setLogin(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ToyGUI.html" title="class in org.myrobotlab.control">ToyGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#setLogLevel(java.lang.String)">setLogLevel(String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Runtime.html#setLogLevel(java.lang.String)">setLogLevel(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Runtime.html" title="class in org.myrobotlab.service">Runtime</a></dt>
<dd>
<div class="block">Runtime's setLogLevel will set the root log level if its called from a
service - it will only set that Service type's log level</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setLowLatency()">setLowLatency()</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Controller.html#setMacAddress(java.lang.String)">setMacAddress(String)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Controller.html" title="class in org.myrobotlab.pickToLight">Controller</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setMask(java.lang.String, com.googlecode.javacv.cpp.opencv_core.IplImage)">setMask(String, opencv_core.IplImage)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/ComponentResizer.html#setMaximumSize(java.awt.Dimension)">setMaximumSize(Dimension)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/ComponentResizer.html" title="class in org.myrobotlab.control.widget">ComponentResizer</a></dt>
<dd>
<div class="block">Specify the maximum size for the component.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/MotorControl.html#setMaxPower(float)">setMaxPower(float)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/MotorControl.html" title="interface in org.myrobotlab.service.interfaces">MotorControl</a></dt>
<dd>
<div class="block">a safety limit</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/Platform.html#setMaxPower(float)">setMaxPower(float)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/Platform.html" title="interface in org.myrobotlab.service.interfaces">Platform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Motor.html#setMaxPower(float)">setMaxPower(float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Motor.html" title="class in org.myrobotlab.service">Motor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/ChessApp.html#setMaxTime(int)">setMaxTime(int)</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/ChessApp.html" title="class in org.myrobotlab.chess">ChessApp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ChessGameGUI.html#setMaxTime(int)">setMaxTime(int)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ChessGameGUI.html" title="class in org.myrobotlab.control">ChessGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#setMaxVoltage(int)">setMaxVoltage(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerException.html#setMessage(java.lang.String)">setMessage(String)</a></span> - Method in exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerException.html" title="class in org.myrobotlab.arduino.compiler">RunnerException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#setmHandler(Handler)">setmHandler(Handler)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#setMimeType(java.lang.String)">setMimeType(String)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoProcessor.html#setMinDelay(int)">setMinDelay(int)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoProcessor.html" title="class in org.myrobotlab.opencv">VideoProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setMinDelay(int)">setMinDelay(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd>
<div class="block">minimum time between processing frames - time unit is in milliseconds</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/ComponentResizer.html#setMinimumSize(java.awt.Dimension)">setMinimumSize(Dimension)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/ComponentResizer.html" title="class in org.myrobotlab.control.widget">ComponentResizer</a></dt>
<dd>
<div class="block">Specify the minimum size for the component.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoControl.html#setMinMax(int, int)">setMinMax(int, int)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoControl.html" title="interface in org.myrobotlab.service.interfaces">ServoControl</a></dt>
<dd>
<div class="block">limits input of servo - to prevent damage or problems
if servos should not move thier full range</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setMinMax(int, int)">setMinMax(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SaberTooth.html#setMinVoltage(int)">setMinVoltage(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SaberTooth.html" title="class in org.myrobotlab.service">SaberTooth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inverseKinematics/IKEngine.html#setMode(int)">setMode(int)</a></span> - Method in class org.myrobotlab.inverseKinematics.<a href="../org/myrobotlab/inverseKinematics/IKEngine.html" title="class in org.myrobotlab.inverseKinematics">IKEngine</a></dt>
<dd>
<div class="block">Changes the number of links and sets up data structrues.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GPS.html#setMode()">setMode()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GPS.html" title="class in org.myrobotlab.service">GPS</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#setMode(java.lang.String)">setMode(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PID.html#setMode(int)">setMode(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PID.html" title="class in org.myrobotlab.service">PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GPS.html#setModel(java.lang.String)">setModel(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GPS.html" title="class in org.myrobotlab.service">GPS</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#setModel(java.lang.String)">setModel(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Sketch.html#setModified(boolean)">setModified(boolean)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino">Sketch</a></dt>
<dd>
<div class="block">Sets the modified value for the code in the frontmost tab.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/SketchCode2.html#setModified(boolean)">setModified(boolean)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino">SketchCode2</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Controller.html#setModules(java.util.concurrent.ConcurrentHashMap)">setModules(ConcurrentHashMap<String, Module>)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Controller.html" title="class in org.myrobotlab.pickToLight">Controller</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#setMotors(boolean, boolean, boolean)">setMotors(boolean, boolean, boolean)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Turns on/off the non-drive motors (main brush, vacuum, sidebrush).</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/MouthControl.html#setmouth(java.lang.Integer, java.lang.Integer)">setmouth(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/MouthControl.html" title="class in org.myrobotlab.service">MouthControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Message.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Controller.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Controller.html" title="class in org.myrobotlab.pickToLight">Controller</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Java.Script.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Java.Script.html" title="class in org.myrobotlab.service">Java.Script</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Python.Script.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Python.Script.html" title="class in org.myrobotlab.service">Python.Script</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/VideoWidget.html#setNormalizedSize(int, int)">setNormalizedSize(int, int)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/VideoWidget.html" title="class in org.myrobotlab.control">VideoWidget</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TestThrower.html#setNumberOfPitchers(java.lang.Integer)">setNumberOfPitchers(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TestThrower.html" title="class in org.myrobotlab.service">TestThrower</a></dt>
<dd>
<div class="block">load test related</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterSURF.html#setObjectImage(com.googlecode.javacv.cpp.opencv_core.IplImage)">setObjectImage(opencv_core.IplImage)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterSURF.html" title="class in org.myrobotlab.opencv">OpenCVFilterSURF</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/DigitalButton.html#setOff()">setOff()</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/DigitalButton.html" title="class in org.myrobotlab.control.widget">DigitalButton</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setOmoplate(org.myrobotlab.service.Servo)">setOmoplate(Servo)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/DigitalButton.html#setOn()">setOn()</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/DigitalButton.html" title="class in org.myrobotlab.control.widget">DigitalButton</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/LampActuator.html#setOn(boolean)">setOn(boolean)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/LampActuator.html" title="class in org.myrobotlab.mapper.sim">LampActuator</a></dt>
<dd>
<div class="block">Sets the lamp state on or off.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoProcessor.html#setOpencv(org.myrobotlab.service.OpenCV)">setOpencv(OpenCV)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoProcessor.html" title="class in org.myrobotlab.opencv">VideoProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#setOpenCVData(org.myrobotlab.opencv.OpenCVData)">setOpenCVData(OpenCVData)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/STDOUT.html#setOutput()">setOutput()</a></span> - Method in class org.myrobotlab.java.<a href="../org/myrobotlab/java/STDOUT.html" title="class in org.myrobotlab.java">STDOUT</a></dt>
<dd>
<div class="block">Sets the output device to the Console if not set already.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setOutputBufferSize(int)">setOutputBufferSize(int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PID.html#setOutputRange(double, double)">setOutputRange(double, double)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PID.html" title="class in org.myrobotlab.service">PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/ClientHttpRequest.html#setParameter(java.lang.String, java.lang.Object)">setParameter(String, Object)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/ClientHttpRequest.html" title="class in org.myrobotlab.net">ClientHttpRequest</a></dt>
<dd>
<div class="block">adds a parameter to the request; if the parameter is a File, the file is
uploaded, otherwise the string value of the parameter is passed in the
request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setParameter(java.lang.String, java.lang.String)">setParameter(String, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds a string parameter to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setParameter(java.lang.String, java.lang.String, java.io.InputStream)">setParameter(String, String, InputStream)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds a file parameter to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setParameter(java.lang.String, java.io.File)">setParameter(String, File)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds a file parameter to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setParameter(java.lang.String, java.lang.Object)">setParameter(String, Object)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds a parameter to the request; if the parameter is a File, the file is
uploaded, otherwise the string value of the parameter is passed in the
request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/ClientHttpRequest.html#setParameters(java.util.Map)">setParameters(Map)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/ClientHttpRequest.html" title="class in org.myrobotlab.net">ClientHttpRequest</a></dt>
<dd>
<div class="block">adds parameters to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setParameters(java.util.Map)">setParameters(Map)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds parameters to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setParameters(java.lang.Object[])">setParameters(Object[])</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd>
<div class="block">adds parameters to the request</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html#setParams(int, int, int, int)">setParams(int, int, int, int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html" title="class in org.myrobotlab.serial.gnu">SerialDeviceGNU</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html#setParams(int, int, int, int)">setParams(int, int, int, int)</a></span> - Method in class org.myrobotlab.serial.jssc.<a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html" title="class in org.myrobotlab.serial.jssc">SerialDeviceJSSC</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDevice.html#setParams(int, int, int, int)">setParams(int, int, int, int)</a></span> - Method in interface org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDevice.html" title="interface in org.myrobotlab.serial">SerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/VirtualSerialPort.html#setParams(int, int, int, int)">setParams(int, int, int, int)</a></span> - Method in class org.myrobotlab.serial.<a href="../org/myrobotlab/serial/VirtualSerialPort.html" title="class in org.myrobotlab.serial">VirtualSerialPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setParityErrorChar(byte)">setParityErrorChar(byte)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setPeriod0(java.lang.String)">setPeriod0(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setPeriod1(java.lang.String)">setPeriod1(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/runtime/ProcParser.html#setPid(int)">setPid(int)</a></span> - Method in class org.myrobotlab.runtime.<a href="../org/myrobotlab/runtime/ProcParser.html" title="class in org.myrobotlab.runtime">ProcParser</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PID.html#setPID(java.lang.Double, java.lang.Double, java.lang.Double)">setPID(Double, Double, Double)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PID.html" title="class in org.myrobotlab.service">PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoControl.html#setPin(int)">setPin(int)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoControl.html" title="interface in org.myrobotlab.service.interfaces">ServoControl</a></dt>
<dd>
<div class="block">memory of the controllers pin - so that it can be re-attached
after a detach</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setPin(int)">setPin(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inmoov/Arm.html#setpins(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer)">setpins(Integer, Integer, Integer, Integer)</a></span> - Method in class org.myrobotlab.inmoov.<a href="../org/myrobotlab/inmoov/Arm.html" title="class in org.myrobotlab.inmoov">Arm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setpins(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer)">setpins(Integer, Integer, Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHand.html#setPins(int, int, int, int, int, int)">setPins(int, int, int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHand.html" title="class in org.myrobotlab.service">InMoovHand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHead.html#setpins(int, int, int, int, int)">setpins(int, int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHead.html" title="class in org.myrobotlab.service">InMoovHead</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovTorso.html#setpins(java.lang.Integer, java.lang.Integer, java.lang.Integer)">setpins(Integer, Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovTorso.html" title="class in org.myrobotlab.service">InMoovTorso</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setPipeline(java.lang.String)">setPipeline(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FaceTracking.PID.html#Setpoint">Setpoint</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FaceTracking.PID.html" title="class in org.myrobotlab.service">FaceTracking.PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InverseKinematics.html#setPoint(double, double, double)">setPoint(double, double, double)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InverseKinematics.html" title="class in org.myrobotlab.service">InverseKinematics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InverseKinematics.html#setPoint(int, int, int)">setPoint(int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InverseKinematics.html" title="class in org.myrobotlab.service">InverseKinematics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InverseKinematics.html#setPoint(float, float, float)">setPoint(float, float, float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InverseKinematics.html" title="class in org.myrobotlab.service">InverseKinematics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#setPollingDelayMs(int)">setPollingDelayMs(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/VideoStreamer.html#setPort(int)">setPort(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/VideoStreamer.html" title="class in org.myrobotlab.service">VideoStreamer</a></dt>
<dd>
<div class="block">sets port for mjpeg feed - default is 9090</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WebGUI.html#setPort(java.lang.Integer)">setPort(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WebGUI.html" title="class in org.myrobotlab.service">WebGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html#setPortname(java.lang.String)">setPortname(String)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html" title="class in org.myrobotlab.roomba">RoombaCommSerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#setPortname(java.lang.String)">setPortname(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/RoombaGUI.html#setPorts(java.util.ArrayList)">setPorts(ArrayList<String>)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/RoombaGUI.html" title="class in org.myrobotlab.control">RoombaGUI</a></dt>
<dd>
<div class="block">setPorts is called by getState - which is called when the Arduino changes
port state is NOT called by the GUIService component</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ACEduinoMotorShield.html#setPosition(int, int)">setPosition(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ACEduinoMotorShield.html" title="class in org.myrobotlab.service">ACEduinoMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#setPosition(int, int)">setPosition(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setPreference(java.lang.String, java.lang.String)">setPreference(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/SketchCode2.html#setPreprocOffset(int)">setPreprocOffset(int)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino">SketchCode2</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/ChessApp.html#setPrincipalVariation(java.lang.String)">setPrincipalVariation(String)</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/ChessApp.html" title="class in org.myrobotlab.chess">ChessApp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ChessGameGUI.html#setPrincipalVariation(java.lang.String)">setPrincipalVariation(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ChessGameGUI.html" title="class in org.myrobotlab.control">ChessGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/SketchCode2.html#setProgram(java.lang.String)">setProgram(String)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino">SketchCode2</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html#setProtocol(java.lang.String)">setProtocol(String)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html" title="class in org.myrobotlab.roomba">RoombaCommSerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#setProtocol(java.lang.String)">setProtocol(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#setPulseDataInteger(java.lang.Integer)">setPulseDataInteger(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#setPulseDataString(java.lang.String)">setPulseDataString(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#setPulseDataType(org.myrobotlab.service.PICAXE.PulseDataType)">setPulseDataType(PICAXE.PulseDataType)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#setPWM(java.lang.Integer, java.lang.Integer, java.lang.Integer)">setPWM(Integer, Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#setPWMFreq(java.lang.Integer)">setPWMFreq(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setPWMFrequency(java.lang.Integer, java.lang.Integer)">setPWMFrequency(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#setPWMFrequency(IOData)">setPWMFrequency(IOData)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/BlockingQueueGrabber.html#setQueue(java.util.concurrent.BlockingQueue)">setQueue(BlockingQueue<opencv_core.IplImage>)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/BlockingQueueGrabber.html" title="class in org.myrobotlab.opencv">BlockingQueueGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/PipelineFrameGrabber.html#setQueue(java.util.concurrent.BlockingQueue)">setQueue(BlockingQueue<opencv_core.IplImage>)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/PipelineFrameGrabber.html" title="class in org.myrobotlab.opencv">PipelineFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#setRawReadMsg(java.lang.Boolean)">setRawReadMsg(Boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#setReadMsgLength(java.lang.Integer)">setReadMsgLength(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/speech/DialogManager.html#setRecognizer(edu.cmu.sphinx.recognizer.Recognizer)">setRecognizer(Recognizer)</a></span> - Method in class org.myrobotlab.speech.<a href="../org/myrobotlab/speech/DialogManager.html" title="class in org.myrobotlab.speech">DialogManager</a></dt>
<dd>
<div class="block">Sets the recognizer</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#setRecordingSource(java.lang.String)">setRecordingSource(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/Dependency.html#setReleased(boolean)">setReleased(boolean)</a></span> - Method in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/Dependency.html" title="class in org.myrobotlab.framework.repo">Dependency</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Welcome.html#setRemoteConnectionStatus(java.lang.String)">setRemoteConnectionStatus(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/Welcome.html" title="class in org.myrobotlab.control">Welcome</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#setRequestMethod(org.myrobotlab.net.http.Response.Method)">setRequestMethod(Response.Method)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/HTTPRequest.html#setRequestProperty(java.lang.String, java.lang.String)">setRequestProperty(String, String)</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/HTTPRequest.html" title="class in org.myrobotlab.net">HTTPRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AWTRobot.html#setResize(java.awt.Dimension)">setResize(Dimension)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AWTRobot.html" title="class in org.myrobotlab.service">AWTRobot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AWTRobot.html#setResize(int, int)">setResize(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AWTRobot.html" title="class in org.myrobotlab.service">AWTRobot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/Dependency.html#setResolved(boolean)">setResolved(boolean)</a></span> - Method in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/Dependency.html" title="class in org.myrobotlab.framework.repo">Dependency</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHand.html#setRest(int, int, int, int, int)">setRest(int, int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHand.html" title="class in org.myrobotlab.service">InMoovHand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHand.html#setRest(int, int, int, int, int, java.lang.Integer)">setRest(int, int, int, int, int, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHand.html" title="class in org.myrobotlab.service">InMoovHand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setRest(int)">setRest(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/Dependency.html#setRevision(java.lang.String)">setRevision(String)</a></span> - Method in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/Dependency.html" title="class in org.myrobotlab.framework.repo">Dependency</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#setRightCalibrated(java.util.ArrayList)">setRightCalibrated(ArrayList<WiiDAR.Point>)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#setRightMotor(org.myrobotlab.service.Motor)">setRightMotor(Motor)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/DifferentialKinematic.html#setRightVelocity(double)">setRightVelocity(double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/DifferentialKinematic.html" title="class in org.myrobotlab.mapper.sim">DifferentialKinematic</a></dt>
<dd>
<div class="block">Sets the velocity of the right wheel in meter/s.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setRotate(org.myrobotlab.service.Servo)">setRotate(Servo)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Agent.html#setRotationalVelocity(double)">setRotationalVelocity(double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Agent.html" title="class in org.myrobotlab.mapper.sim">Agent</a></dt>
<dd>
<div class="block">Sets rotational velocity in radians per second.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/DefaultKinematic.html#setRotationalVelocity(double)">setRotationalVelocity(double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/DefaultKinematic.html" title="class in org.myrobotlab.mapper.sim">DefaultKinematic</a></dt>
<dd>
<div class="block">Sets rotational velocity in radians per second.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/MouseOrbiter.html#setRotationCenter(javax.vecmath.Point3d)">setRotationCenter(Point3d)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/MouseOrbiter.html" title="class in org.myrobotlab.mapper.sim">MouseOrbiter</a></dt>
<dd>
<div class="block">Sets the center around which the View rotates.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Serial.html#setRTS(boolean)">setRTS(boolean)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Serial.html" title="class in org.myrobotlab.arduino">Serial</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setRTS(boolean)">setRTS(boolean)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html#setRTS(boolean)">setRTS(boolean)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/SerialDeviceGNU.html" title="class in org.myrobotlab.serial.gnu">SerialDeviceGNU</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html#setRTS(boolean)">setRTS(boolean)</a></span> - Method in class org.myrobotlab.serial.jssc.<a href="../org/myrobotlab/serial/jssc/SerialDeviceJSSC.html" title="class in org.myrobotlab.serial.jssc">SerialDeviceJSSC</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDevice.html#setRTS(boolean)">setRTS(boolean)</a></span> - Method in interface org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDevice.html" title="interface in org.myrobotlab.serial">SerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/VirtualSerialPort.html#setRTS(boolean)">setRTS(boolean)</a></span> - Method in class org.myrobotlab.serial.<a href="../org/myrobotlab/serial/VirtualSerialPort.html" title="class in org.myrobotlab.serial">VirtualSerialPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setRumbler(boolean)">setRumbler(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setSampleRate(int)">setSampleRate(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd>
<div class="block">this sets the sample rate of polling reads both digital and analog it is
a loop count modulus - default is 1 which seems to be a bit high of a
rate to be broadcasting across the internet to several webclients :)
valid ranges are 1 to 32,767 (for Arduino's 2 byte signed integer)</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PID.html#setSampleTime(int)">setSampleTime(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PID.html" title="class in org.myrobotlab.service">PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#setScanMode(int, float)">setScanMode(int, float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#setScannerDelay(java.lang.Integer)">setScannerDelay(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Twitter.html#setSecurity(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">setSecurity(String, String, String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Twitter.html" title="class in org.myrobotlab.service">Twitter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#setSecurityProvider(org.myrobotlab.service.interfaces.AuthorizationProvider)">setSecurityProvider(AuthorizationProvider)</a></span> - Static method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setSelectedFilterName(java.lang.String)">setSelectedFilterName(String)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd>
<div class="block">sets the key - used to access the various data of a particular filter -
first set the filter name the access images, points, etc</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/ComboBoxModel.html#setSelectedItem(java.lang.Object)">setSelectedItem(Object)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/ComboBoxModel.html" title="class in org.myrobotlab.control.opencv">ComboBoxModel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Wii.html#setSensorBarAboveScreen()">setSensorBarAboveScreen()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Wii.html" title="class in org.myrobotlab.service">Wii</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Wii.html#setSensorBarBelowScreen()">setSensorBarBelowScreen()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Wii.html" title="class in org.myrobotlab.service">Wii</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#setSensorsAutoUpdate(boolean)">setSensorsAutoUpdate(boolean)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#setSensorsUpdateTime(int)">setSensorsUpdateTime(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setSerialPortParams(int, int, int, int)">setSerialPortParams(int, int, int, int)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#setSerialPortParams(int, int, int, int)">setSerialPortParams(int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setSerialRate(int)">setSerialRate(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#setServo(java.lang.Integer, java.lang.Integer)">setServo(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#setServoEventsEnabled(java.lang.String, boolean)">setServoEventsEnabled(String, boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setServoEventsEnabled(java.lang.String, boolean)">setServoEventsEnabled(String, boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#setServoEventsEnabled(java.lang.String, boolean)">setServoEventsEnabled(String, boolean)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Maestro.html#setServoEventsEnabled(java.lang.String, boolean)">setServoEventsEnabled(String, boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Maestro.html" title="class in org.myrobotlab.service">Maestro</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PingdarGUI.html#setServoLeftMax(java.lang.Integer)">setServoLeftMax(Integer)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PingdarGUI.html" title="class in org.myrobotlab.control">PingdarGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/WiiDARGUI.html#setServoLeftMax(java.lang.Integer)">setServoLeftMax(Integer)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/WiiDARGUI.html" title="class in org.myrobotlab.control">WiiDARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#setServoLeftMax(java.lang.Integer)">setServoLeftMax(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PingdarGUI.html#setServoRightMax(java.lang.Integer)">setServoRightMax(Integer)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PingdarGUI.html" title="class in org.myrobotlab.control">PingdarGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/WiiDARGUI.html#setServoRightMax(java.lang.Integer)">setServoRightMax(Integer)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/WiiDARGUI.html" title="class in org.myrobotlab.control">WiiDARGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#setServoRightMax(java.lang.Integer)">setServoRightMax(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#setServoSpeed(java.lang.String, java.lang.Float)">setServoSpeed(String, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setServoSpeed(java.lang.String, java.lang.Float)">setServoSpeed(String, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#setServoSpeed(java.lang.String, java.lang.Float)">setServoSpeed(String, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoController.html#setServoSpeed(java.lang.String, java.lang.Float)">setServoSpeed(String, Float)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoController.html" title="interface in org.myrobotlab.service.interfaces">ServoController</a></dt>
<dd>
<div class="block">return the current pin this servo is attached to</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Maestro.html#setServoSpeed(java.lang.String, java.lang.Float)">setServoSpeed(String, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Maestro.html" title="class in org.myrobotlab.service">Maestro</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PID.html#setSetpoint(double)">setSetpoint(double)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PID.html" title="class in org.myrobotlab.service">PID</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setShoulder(org.myrobotlab.service.Servo)">setShoulder(Servo)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/RoombaGUI.html#setShowHardwareHandhake(boolean)">setShowHardwareHandhake(boolean)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/RoombaGUI.html" title="class in org.myrobotlab.control">RoombaGUI</a></dt>
<dd>
<div class="block">Set to 'false' to hide the "h/w handshake" button, which seems to be only
needed on Windows</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setSide(java.lang.String)">setSide(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHand.html#setSide(java.lang.String)">setSide(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHand.html" title="class in org.myrobotlab.service">InMoovHand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setSketch(java.lang.String)">setSketch(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/ComponentResizer.html#setSnapSize(java.awt.Dimension)">setSnapSize(Dimension)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/ComponentResizer.html" title="class in org.myrobotlab.control.widget">ComponentResizer</a></dt>
<dd>
<div class="block">Control how many pixels a border must be dragged before the size of the
component is changed.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/SerializableImage.html#setSource(java.lang.String)">setSource(String)</a></span> - Method in class org.myrobotlab.image.<a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image">SerializableImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inmoov/Arm.html#setSpeed(java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setSpeed(Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.inmoov.<a href="../org/myrobotlab/inmoov/Arm.html" title="class in org.myrobotlab.inmoov">Arm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#setSpeed(int)">setSpeed(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Set speed for movement commands</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#setSpeed(java.lang.String, java.lang.Integer)">setSpeed(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#setSpeed(java.lang.Integer, java.lang.Integer)">setSpeed(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#setSpeed(java.lang.Integer)">setSpeed(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#setSpeed(java.lang.Integer)">setSpeed(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#setSpeed(java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setSpeed(Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHand.html#setSpeed(java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setSpeed(Float, Float, Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHand.html" title="class in org.myrobotlab.service">InMoovHand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHead.html#setSpeed(java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float, java.lang.Float)">setSpeed(Float, Float, Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHead.html" title="class in org.myrobotlab.service">InMoovHead</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovTorso.html#setSpeed(java.lang.Float, java.lang.Float, java.lang.Float)">setSpeed(Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovTorso.html" title="class in org.myrobotlab.service">InMoovTorso</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoControl.html#setSpeed(java.lang.Float)">setSpeed(Float)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoControl.html" title="interface in org.myrobotlab.service.interfaces">ServoControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperControl.html#setSpeed(java.lang.Integer)">setSpeed(Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperControl.html" title="interface in org.myrobotlab.service.interfaces">StepperControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#setSpeed(java.lang.Integer)">setSpeed(Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#setSpeed(int)">setSpeed(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Set speed for movement commands</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setSpeed(java.lang.Float)">setSpeed(Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#setSpeed(java.lang.Integer)">setSpeed(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#setSpeedControlOnUC(boolean)">setSpeedControlOnUC(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setSrcMethodName(java.lang.String)">setSrcMethodName(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#setSrcServiceName(java.lang.String)">setSrcServiceName(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/SketchCode2.html#setState(java.lang.String, int, int, int)">setState(String, int, int, int)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino">SketchCode2</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/TwitterGUI.html#setState()">setState()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/TwitterGUI.html" title="class in org.myrobotlab.control">TwitterGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#setState(org.myrobotlab.framework.Service)">setState(Service)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilter.html#setState(org.myrobotlab.opencv.OpenCVFilter)">setState(OpenCVFilter)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilter.html" title="class in org.myrobotlab.opencv">OpenCVFilter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FaceTracking.html#setState(org.myrobotlab.service.FaceTracking)">setState(FaceTracking)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#setState(org.myrobotlab.service.PICAXE)">setState(PICAXE)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#setState(java.lang.String)">setState(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/TrackingGUI.html#setStatus(java.lang.String)">setStatus(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/TrackingGUI.html" title="class in org.myrobotlab.control">TrackingGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/TrackingGUI.html#setStatus(org.myrobotlab.framework.Status)">setStatus(Status)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/TrackingGUI.html" title="class in org.myrobotlab.control">TrackingGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/Editor.html#setStatus(java.lang.String)">setStatus(String)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/Editor.html" title="class in org.myrobotlab.control.widget">Editor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#setStatus(org.myrobotlab.net.http.Response.Status)">setStatus(Response.Status)</a></span> - Method in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/XMPP.html#setStatus(boolean, java.lang.String)">setStatus(boolean, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/Search.html#setStopTime(long)">setStopTime(long)</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/Search.html" title="class in org.myrobotlab.chess">Search</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InverseKinematics.html#setStructure(int, double)">setStructure(int, double)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InverseKinematics.html" title="class in org.myrobotlab.service">InverseKinematics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#setTargetHeading(int)">setTargetHeading(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#setTargetPosition(int, int)">setTargetPosition(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#setTargetPosition(int, int)">setTargetPosition(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Proxy.html#setTargetService(java.lang.String)">setTargetService(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Proxy.html" title="class in org.myrobotlab.service">Proxy</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#setTCPPort(java.lang.Integer)">setTCPPort(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SoccerGameGUI.html#setTeam(java.lang.String)">setTeam(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/SoccerGameGUI.html" title="class in org.myrobotlab.control">SoccerGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/SliderWithText.html#setText(int)">setText(int)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/SliderWithText.html" title="class in org.myrobotlab.control.widget">SliderWithText</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/dynamicGUI/ConsoleArea.html#setText(java.lang.String)">setText(String)</a></span> - Method in class org.myrobotlab.dynamicGUI.<a href="../org/myrobotlab/dynamicGUI/ConsoleArea.html" title="class in org.myrobotlab.dynamicGUI">ConsoleArea</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/dynamicGUI/ScriptArea.html#setText(java.lang.String)">setText(String)</a></span> - Method in class org.myrobotlab.dynamicGUI.<a href="../org/myrobotlab/dynamicGUI/ScriptArea.html" title="class in org.myrobotlab.dynamicGUI">ScriptArea</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#setThisThread(java.lang.Thread)">setThisThread(Thread)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/image/SerializableImage.html#setTimestamp(long)">setTimestamp(long)</a></span> - Method in class org.myrobotlab.image.<a href="../org/myrobotlab/image/SerializableImage.html" title="class in org.myrobotlab.image">SerializableImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setTimestamp(long)">setTimestamp(long)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterSURF.html#settings">settings</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterSURF.html" title="class in org.myrobotlab.opencv">OpenCVFilterSURF</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GP.html#settingsChanged()">settingsChanged()</a></span> - Method in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GP.html" title="class in org.myrobotlab.gp">GP</a></dt>
<dd>
<div class="block">Should be called after any of the settings have changed, will addListener
any observers of the changes.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#setToCM()">setToCM()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#setToMM()">setToMM()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#setTorsoSpeed(java.lang.Float, java.lang.Float, java.lang.Float)">setTorsoSpeed(Float, Float, Float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Agent.html#setTranslationalVelocity(double)">setTranslationalVelocity(double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Agent.html" title="class in org.myrobotlab.mapper.sim">Agent</a></dt>
<dd>
<div class="block">Sets translational velocity in meter per second.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/DefaultKinematic.html#setTranslationalVelocity(double)">setTranslationalVelocity(double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/DefaultKinematic.html" title="class in org.myrobotlab.mapper.sim">DefaultKinematic</a></dt>
<dd>
<div class="block">Sets translational velocity in meter per second.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SoccerGameGUI.html#setType(java.lang.String)">setType(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/SoccerGameGUI.html" title="class in org.myrobotlab.control">SoccerGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#setType(java.lang.String)">setType(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#setType(org.myrobotlab.service.PICAXE.PulseDataType)">setType(PICAXE.PulseDataType)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/UltrasonicSensor.html#setType(java.lang.String)">setType(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/UltrasonicSensor.html" title="class in org.myrobotlab.service">UltrasonicSensor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html#setUARTType(java.lang.String, boolean)">setUARTType(String, boolean)</a></span> - Method in class org.myrobotlab.serial.gnu.<a href="../org/myrobotlab/serial/gnu/BinaryCommPort.html" title="class in org.myrobotlab.serial.gnu">BinaryCommPort</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#setUDPPort(java.lang.Integer)">setUDPPort(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Agent.html#setUIPanel(javax.swing.JPanel)">setUIPanel(JPanel)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Agent.html" title="class in org.myrobotlab.mapper.sim">Agent</a></dt>
<dd>
<div class="block">Add a UI panel to the agent.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/junit/BootstrapTest.html#setUpBeforeClass()">setUpBeforeClass()</a></span> - Static method in class org.myrobotlab.junit.<a href="../org/myrobotlab/junit/BootstrapTest.html" title="class in org.myrobotlab.junit">BootstrapTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/junit/RepoTest.html#setUpBeforeClass()">setUpBeforeClass()</a></span> - Static method in class org.myrobotlab.junit.<a href="../org/myrobotlab/junit/RepoTest.html" title="class in org.myrobotlab.junit">RepoTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/junit/ZipTest.html#setUpBeforeClass()">setUpBeforeClass()</a></span> - Static method in class org.myrobotlab.junit.<a href="../org/myrobotlab/junit/ZipTest.html" title="class in org.myrobotlab.junit">ZipTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Device.html#setUpdateOnEachFrame(boolean)">setUpdateOnEachFrame(boolean)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Device.html" title="class in org.myrobotlab.mapper.sim">Device</a></dt>
<dd>
<div class="block">Sets if update happens on each frame .</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Device.html#setUpdatePerSecond(double)">setUpdatePerSecond(double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Device.html" title="class in org.myrobotlab.mapper.sim">Device</a></dt>
<dd>
<div class="block">Sets the number of update per seconds for this sensor.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/EnvironmentDescription.html#setUsePhysics(boolean)">setUsePhysics(boolean)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/EnvironmentDescription.html" title="class in org.myrobotlab.mapper.sim">EnvironmentDescription</a></dt>
<dd>
<div class="block">Use physics in simulation.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/IndexNode.html#setValue(T)">setValue(T)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/IndexNode.html" title="class in org.myrobotlab.framework">IndexNode</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/Controller.html#setVersion(java.lang.String)">setVersion(String)</a></span> - Method in class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/Controller.html" title="class in org.myrobotlab.pickToLight">Controller</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilter.html#setVideoProcessor(org.myrobotlab.opencv.VideoProcessor)">setVideoProcessor(VideoProcessor)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilter.html" title="class in org.myrobotlab.opencv">OpenCVFilter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#setVirtualTimeFactor(float)">setVirtualTimeFactor(float)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd>
<div class="block">Set the time factor.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html#setWaitForDSR(boolean)">setWaitForDSR(boolean)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaCommSerialDevice.html" title="class in org.myrobotlab.roomba">RoombaCommSerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#setWaitForDSR(boolean)">setWaitForDSR(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/DifferentialKinematic.html#setWheelsVelocity(double, double)">setWheelsVelocity(double, double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/DifferentialKinematic.html" title="class in org.myrobotlab.mapper.sim">DifferentialKinematic</a></dt>
<dd>
<div class="block">Sets the velocity of both wheels in meter/s.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/KheperaRobot.html#setWheelsVelocity(double, double)">setWheelsVelocity(double, double)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/KheperaRobot.html" title="class in org.myrobotlab.mapper.sim">KheperaRobot</a></dt>
<dd>
<div class="block">Sets the wheels velocity.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/EnvironmentDescription.html#setWorldSize(float)">setWorldSize(float)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/EnvironmentDescription.html" title="class in org.myrobotlab.mapper.sim">EnvironmentDescription</a></dt>
<dd>
<div class="block">Sets the size of the world.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ThingSpeak.html#setWriteKey(java.lang.String)">setWriteKey(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ThingSpeak.html" title="class in org.myrobotlab.service">ThingSpeak</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/JoystickCompassPanel.html#setX(java.lang.Float)">setX(Float)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/JoystickCompassPanel.html" title="class in org.myrobotlab.control.widget">JoystickCompassPanel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setX(int)">setX(int)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setXAxisTransform(java.lang.Integer, java.lang.Integer)">setXAxisTransform(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/JoystickCompassPanel.html#setY(java.lang.Float)">setY(Float)</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/JoystickCompassPanel.html" title="class in org.myrobotlab.control.widget">JoystickCompassPanel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVData.html#setY(int)">setY(int)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVData.html" title="class in org.myrobotlab.opencv">OpenCVData</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setYAxisTransform(java.lang.Integer, java.lang.Integer)">setYAxisTransform(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setZAxisTransform(java.lang.Integer, java.lang.Integer)">setZAxisTransform(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#setZRotTransform(java.lang.Integer, java.lang.Integer)">setZRotTransform(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SG">SG</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/GitHubContent.html#sha">sha</a></span> - Variable in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/GitHubContent.html" title="class in org.myrobotlab.framework.repo">GitHubContent</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterDetector.html#shadowDetection">shadowDetection</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterDetector.html" title="class in org.myrobotlab.opencv">OpenCVFilterDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SHAPE">SHAPE</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd>
<div class="block">textMode(SHAPE) draws text using the the glyph outlines of
individual characters rather than as textures.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/runtime/ProcParser.html#SHARP">SHARP</a></span> - Static variable in class org.myrobotlab.runtime.<a href="../org/myrobotlab/runtime/ProcParser.html" title="class in org.myrobotlab.runtime">ProcParser</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#shearX(float)">shearX(float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#shearY(float)">shearY(float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AWTRobot.html#SHIFT_DOWN_MASK">SHIFT_DOWN_MASK</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AWTRobot.html" title="class in org.myrobotlab.service">AWTRobot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/Search.html#shiftPV()">shiftPV()</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/Search.html" title="class in org.myrobotlab.chess">Search</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SHINE">SHINE</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#shorten(java.lang.Object)">shorten(Object)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inmoov/Arm.html#shoulder">shoulder</a></span> - Variable in class org.myrobotlab.inmoov.<a href="../org/myrobotlab/inmoov/Arm.html" title="class in org.myrobotlab.inmoov">Arm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#shoulder">shoulder</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inmoov/Arm.html#shoulderPin">shoulderPin</a></span> - Variable in class org.myrobotlab.inmoov.<a href="../org/myrobotlab/inmoov/Arm.html" title="class in org.myrobotlab.inmoov">Arm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Drupal.html#shout(java.lang.String)">shout(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Drupal.html" title="class in org.myrobotlab.service">Drupal</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Drupal.html#shout(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">shout(String, String, String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Drupal.html" title="class in org.myrobotlab.service">Drupal</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Drupal.UserShout.html#shout">shout</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Drupal.UserShout.html" title="class in org.myrobotlab.service">Drupal.UserShout</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Peers.html#show()">show()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Peers.html" title="class in org.myrobotlab.framework">Peers</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/EnvironmentDescription.html#showAxis(boolean)">showAxis(boolean)</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/EnvironmentDescription.html" title="class in org.myrobotlab.mapper.sim">EnvironmentDescription</a></dt>
<dd>
<div class="block">Shows or hide the X,Y and Z axis.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#showError(java.lang.String, java.lang.String, java.lang.Exception)">showError(String, String, Exception)</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoProcessor.html#showFrameNumbers(boolean)">showFrameNumbers(boolean)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoProcessor.html" title="class in org.myrobotlab.opencv">VideoProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#showFrameNumbers(boolean)">showFrameNumbers(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#showMessage(java.lang.String, java.lang.String)">showMessage(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerException.html#showStackTrace()">showStackTrace()</a></span> - Method in exception org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerException.html" title="class in org.myrobotlab.arduino.compiler">RunnerException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/ChessApp.html#showStatus(java.lang.String)">showStatus(String)</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/ChessApp.html" title="class in org.myrobotlab.chess">ChessApp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ChessGameGUI.html#showStatus(java.lang.String)">showStatus(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ChessGameGUI.html" title="class in org.myrobotlab.control">ChessGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoProcessor.html#showTimestamp(boolean)">showTimestamp(boolean)</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoProcessor.html" title="class in org.myrobotlab.opencv">VideoProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#showTimestamp(boolean)">showTimestamp(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Sketch.html#showWarning(java.lang.String, java.lang.String, java.lang.Exception)">showWarning(String, String, Exception)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino">Sketch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#shutdown()">shutdown()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd>
<div class="block">shuts down the planoid server</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/Board.html#side">side</a></span> - Variable in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/Board.html" title="class in org.myrobotlab.chess">Board</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AudioFile.html#silence()">silence()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AudioFile.html" title="class in org.myrobotlab.service">AudioFile</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/mapper/gui/Simbad.html" title="class in org.myrobotlab.mapper.gui"><span class="strong">Simbad</span></a> - Class in <a href="../org/myrobotlab/mapper/gui/package-summary.html">org.myrobotlab.mapper.gui</a></dt>
<dd>
<div class="block">This is the Simbad application mainframe.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/gui/Simbad.html#Simbad(org.myrobotlab.mapper.sim.EnvironmentDescription, boolean)">Simbad(EnvironmentDescription, boolean)</a></span> - Constructor for class org.myrobotlab.mapper.gui.<a href="../org/myrobotlab/mapper/gui/Simbad.html" title="class in org.myrobotlab.mapper.gui">Simbad</a></dt>
<dd>
<div class="block">Construct Simbad application with the given environement description</div>
</dd>
<dt><a href="../org/myrobotlab/mapper/gui/Simbatch.html" title="class in org.myrobotlab.mapper.gui"><span class="strong">Simbatch</span></a> - Class in <a href="../org/myrobotlab/mapper/gui/package-summary.html">org.myrobotlab.mapper.gui</a></dt>
<dd>
<div class="block">Runs simbad simulator in batch mode with no user interface (only small 3d
window).</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/gui/Simbatch.html#Simbatch(org.myrobotlab.mapper.sim.EnvironmentDescription, boolean)">Simbatch(EnvironmentDescription, boolean)</a></span> - Constructor for class org.myrobotlab.mapper.gui.<a href="../org/myrobotlab/mapper/gui/Simbatch.html" title="class in org.myrobotlab.mapper.gui">Simbatch</a></dt>
<dd>
<div class="block">Construct a batch version of Simbad simulator</div>
</dd>
<dt><a href="../org/myrobotlab/mapper/sim/SimpleAgent.html" title="class in org.myrobotlab.mapper.sim"><span class="strong">SimpleAgent</span></a> - Class in <a href="../org/myrobotlab/mapper/sim/package-summary.html">org.myrobotlab.mapper.sim</a></dt>
<dd>
<div class="block">This is the base class for all kinds of physical agents.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/SimpleAgent.html#SimpleAgent(javax.vecmath.Vector3d, java.lang.String)">SimpleAgent(Vector3d, String)</a></span> - Constructor for class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/SimpleAgent.html" title="class in org.myrobotlab.mapper.sim">SimpleAgent</a></dt>
<dd>
<div class="block">Constructs a SimpleAgent.</div>
</dd>
<dt><a href="../org/myrobotlab/dynamicGUI/SimpleInput.html" title="class in org.myrobotlab.dynamicGUI"><span class="strong">SimpleInput</span></a> - Class in <a href="../org/myrobotlab/dynamicGUI/package-summary.html">org.myrobotlab.dynamicGUI</a></dt>
<dd>
<div class="block">Class SimpleInput - input class for input of simple input types
via simple dialog box.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/dynamicGUI/SimpleInput.html#SimpleInput()">SimpleInput()</a></span> - Constructor for class org.myrobotlab.dynamicGUI.<a href="../org/myrobotlab/dynamicGUI/SimpleInput.html" title="class in org.myrobotlab.dynamicGUI">SimpleInput</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/mapper/demo/SimplestDemo.html" title="class in org.myrobotlab.mapper.demo"><span class="strong">SimplestDemo</span></a> - Class in <a href="../org/myrobotlab/mapper/demo/package-summary.html">org.myrobotlab.mapper.demo</a></dt>
<dd>
<div class="block">This the simplest Demo.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/demo/SimplestDemo.html#SimplestDemo()">SimplestDemo()</a></span> - Constructor for class org.myrobotlab.mapper.demo.<a href="../org/myrobotlab/mapper/demo/SimplestDemo.html" title="class in org.myrobotlab.mapper.demo">SimplestDemo</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/mapper/demo/SimplestDemo.Robot.html" title="class in org.myrobotlab.mapper.demo"><span class="strong">SimplestDemo.Robot</span></a> - Class in <a href="../org/myrobotlab/mapper/demo/package-summary.html">org.myrobotlab.mapper.demo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/demo/SimplestDemo.Robot.html#SimplestDemo.Robot(javax.vecmath.Vector3d, java.lang.String)">SimplestDemo.Robot(Vector3d, String)</a></span> - Constructor for class org.myrobotlab.mapper.demo.<a href="../org/myrobotlab/mapper/demo/SimplestDemo.Robot.html" title="class in org.myrobotlab.mapper.demo">SimplestDemo.Robot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#simulateOneStep()">simulateOneStep()</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd>
<div class="block">The main simulator method.</div>
</dd>
<dt><a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim"><span class="strong">Simulator</span></a> - Class in <a href="../org/myrobotlab/mapper/sim/package-summary.html">org.myrobotlab.mapper.sim</a></dt>
<dd>
<div class="block">The Simulator class.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#Simulator(javax.swing.JComponent, org.myrobotlab.mapper.sim.World, org.myrobotlab.mapper.sim.EnvironmentDescription)">Simulator(JComponent, World, EnvironmentDescription)</a></span> - Constructor for class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd>
<div class="block">Constructs the simulator object</div>
</dd>
<dt><a href="../org/myrobotlab/mapper/gui/SimulatorControlGUI.html" title="class in org.myrobotlab.mapper.gui"><span class="strong">SimulatorControlGUI</span></a> - Class in <a href="../org/myrobotlab/mapper/gui/package-summary.html">org.myrobotlab.mapper.gui</a></dt>
<dd>
<div class="block">The GUIService panel for controlling the simulator.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/gui/SimulatorControlGUI.html#SimulatorControlGUI(javax.swing.JFrame, org.myrobotlab.mapper.sim.Simulator)">SimulatorControlGUI(JFrame, Simulator)</a></span> - Constructor for class org.myrobotlab.mapper.gui.<a href="../org/myrobotlab/mapper/gui/SimulatorControlGUI.html" title="class in org.myrobotlab.mapper.gui">SimulatorControlGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#SINGLE">SINGLE</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#SINGLE">SINGLE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/mapper/demo/SingleAvoiderDemo.html" title="class in org.myrobotlab.mapper.demo"><span class="strong">SingleAvoiderDemo</span></a> - Class in <a href="../org/myrobotlab/mapper/demo/package-summary.html">org.myrobotlab.mapper.demo</a></dt>
<dd>
<div class="block">A collision avoidance demo.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/demo/SingleAvoiderDemo.html#SingleAvoiderDemo()">SingleAvoiderDemo()</a></span> - Constructor for class org.myrobotlab.mapper.demo.<a href="../org/myrobotlab/mapper/demo/SingleAvoiderDemo.html" title="class in org.myrobotlab.mapper.demo">SingleAvoiderDemo</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/mapper/demo/SingleAvoiderDemo.Robot.html" title="class in org.myrobotlab.mapper.demo"><span class="strong">SingleAvoiderDemo.Robot</span></a> - Class in <a href="../org/myrobotlab/mapper/demo/package-summary.html">org.myrobotlab.mapper.demo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/demo/SingleAvoiderDemo.Robot.html#SingleAvoiderDemo.Robot(javax.vecmath.Vector3d, java.lang.String)">SingleAvoiderDemo.Robot(Vector3d, String)</a></span> - Constructor for class org.myrobotlab.mapper.demo.<a href="../org/myrobotlab/mapper/demo/SingleAvoiderDemo.Robot.html" title="class in org.myrobotlab.mapper.demo">SingleAvoiderDemo.Robot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#singleScan()">singleScan()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Inbox.html#size()">size()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Inbox.html" title="class in org.myrobotlab.framework">Inbox</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/IndexNode.html#size()">size()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/IndexNode.html" title="class in org.myrobotlab.framework">IndexNode</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Outbox.html#size()">size()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/GitHubContent.html#size">size</a></span> - Variable in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/GitHubContent.html" title="class in org.myrobotlab.framework.repo">GitHubContent</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceType.html#size()">size()</a></span> - Method in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceType.html" title="class in org.myrobotlab.framework.repo">ServiceType</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/memory/Node.html#size()">size()</a></span> - Method in class org.myrobotlab.memory.<a href="../org/myrobotlab/memory/Node.html" title="class in org.myrobotlab.memory">Node</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FaceTracking.html#sizeChange(java.awt.Dimension)">sizeChange(Dimension)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#sizeChange(java.awt.Dimension)">sizeChange(Dimension)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd>
<div class="block">when the video image changes size this function will be called with the
new dimension</div>
</dd>
<dt><a href="../org/myrobotlab/arduino/compiler/Sizer.html" title="class in org.myrobotlab.arduino.compiler"><span class="strong">Sizer</span></a> - Class in <a href="../org/myrobotlab/arduino/compiler/package-summary.html">org.myrobotlab.arduino.compiler</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/Sizer.html#Sizer(java.lang.String, java.lang.String)">Sizer(String, String)</a></span> - Constructor for class org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/Sizer.html" title="class in org.myrobotlab.arduino.compiler">Sizer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/OpenNIData.html#skeleton">skeleton</a></span> - Variable in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/OpenNIData.html" title="class in org.myrobotlab.openni">OpenNIData</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/openni/Skeleton.html" title="class in org.myrobotlab.openni"><span class="strong">Skeleton</span></a> - Class in <a href="../org/myrobotlab/openni/package-summary.html">org.myrobotlab.openni</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/Skeleton.html#Skeleton()">Skeleton()</a></span> - Constructor for class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/Skeleton.html" title="class in org.myrobotlab.openni">Skeleton</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenNI.html#skeleton">skeleton</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenNI.html" title="class in org.myrobotlab.service">OpenNI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino"><span class="strong">Sketch</span></a> - Class in <a href="../org/myrobotlab/arduino/package-summary.html">org.myrobotlab.arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/Sketch.html#Sketch(java.lang.String, org.myrobotlab.service.Arduino)">Sketch(String, Arduino)</a></span> - Constructor for class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/Sketch.html" title="class in org.myrobotlab.arduino">Sketch</a></dt>
<dd>
<div class="block">path is location of the main .pde file, because this is also simplest to
use when opening the file from the finder/explorer.</div>
</dd>
<dt><a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino"><span class="strong">SketchCode2</span></a> - Class in <a href="../org/myrobotlab/arduino/package-summary.html">org.myrobotlab.arduino</a></dt>
<dd>
<div class="block">Represents a single tab of a sketch.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/SketchCode2.html#SketchCode2(java.io.File, java.lang.String)">SketchCode2(File, String)</a></span> - Constructor for class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/SketchCode2.html" title="class in org.myrobotlab.arduino">SketchCode2</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#sketchPath">sketchPath</a></span> - Variable in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd>
<div class="block">Path to sketch folder</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#sketchPath(java.lang.String)">sketchPath(String)</a></span> - Method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Skype.html" title="class in org.myrobotlab.service"><span class="strong">Skype</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Skype.html#Skype(java.lang.String)">Skype(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Skype.html" title="class in org.myrobotlab.service">Skype</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SLAM.html" title="class in org.myrobotlab.service"><span class="strong">SLAM</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd>
<div class="block">Reference : http://www.oursland.net/projects/fastslam/ - implementation and
online demo http://openslam.org/</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SLAM.html#SLAM(java.lang.String)">SLAM(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SLAM.html" title="class in org.myrobotlab.service">SLAM</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SLAMBad.html" title="class in org.myrobotlab.service"><span class="strong">SLAMBad</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SLAMBad.html#SLAMBad(java.lang.String)">SLAMBad(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SLAMBad.html" title="class in org.myrobotlab.service">SLAMBad</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SLAMBad.MyEnv.html" title="class in org.myrobotlab.service"><span class="strong">SLAMBad.MyEnv</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SLAMBad.MyEnv.html#SLAMBad.MyEnv()">SLAMBad.MyEnv()</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SLAMBad.MyEnv.html" title="class in org.myrobotlab.service">SLAMBad.MyEnv</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SLAMBad.MyRobot.html" title="class in org.myrobotlab.service"><span class="strong">SLAMBad.MyRobot</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SLAMBad.MyRobot.html#SLAMBad.MyRobot(javax.vecmath.Vector3d, java.lang.String)">SLAMBad.MyRobot(Vector3d, String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SLAMBad.MyRobot.html" title="class in org.myrobotlab.service">SLAMBad.MyRobot</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SLAMBadGUI.html" title="class in org.myrobotlab.control"><span class="strong">SLAMBadGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SLAMBadGUI.html#SLAMBadGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SLAMBadGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SLAMBadGUI.html" title="class in org.myrobotlab.control">SLAMBadGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SLAMGUI.html" title="class in org.myrobotlab.control"><span class="strong">SLAMGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SLAMGUI.html#SLAMGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SLAMGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SLAMGUI.html" title="class in org.myrobotlab.control">SLAMGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#sleep(int)">sleep(int)</a></span> - Static method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">sleep without the throw</div>
</dd>
<dt><a href="../org/myrobotlab/control/widget/SliderWithText.html" title="class in org.myrobotlab.control.widget"><span class="strong">SliderWithText</span></a> - Class in <a href="../org/myrobotlab/control/widget/package-summary.html">org.myrobotlab.control.widget</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/SliderWithText.html#SliderWithText(int, int, int, int)">SliderWithText(int, int, int, int)</a></span> - Constructor for class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/SliderWithText.html" title="class in org.myrobotlab.control.widget">SliderWithText</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/SliderWithText.html#SliderWithText(int, int, int, float)">SliderWithText(int, int, int, float)</a></span> - Constructor for class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/SliderWithText.html" title="class in org.myrobotlab.control.widget">SliderWithText</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#smooth">smooth</a></span> - Variable in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PImage.html#smooth()">smooth()</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PImage.html" title="class in org.myrobotlab.openni">PImage</a></dt>
<dd>
<div class="block">If true in PImage, use bilinear interpolation for copy()
operations.</div>
</dd>
<dt><a href="../org/myrobotlab/framework/SOAP.html" title="class in org.myrobotlab.framework"><span class="strong">SOAP</span></a> - Class in <a href="../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/SOAP.html#SOAP()">SOAP()</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/SOAP.html" title="class in org.myrobotlab.framework">SOAP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#soapNotifyTemplate">soapNotifyTemplate</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/webgui/SOAPProcessor.html" title="class in org.myrobotlab.webgui"><span class="strong">SOAPProcessor</span></a> - Class in <a href="../org/myrobotlab/webgui/package-summary.html">org.myrobotlab.webgui</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/SOAPProcessor.html#SOAPProcessor()">SOAPProcessor()</a></span> - Constructor for class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/SOAPProcessor.html" title="class in org.myrobotlab.webgui">SOAPProcessor</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/webgui/SOAPProcessor.RESTException.html" title="class in org.myrobotlab.webgui"><span class="strong">SOAPProcessor.RESTException</span></a> - Exception in <a href="../org/myrobotlab/webgui/package-summary.html">org.myrobotlab.webgui</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/SOAPProcessor.RESTException.html#SOAPProcessor.RESTException(java.lang.String)">SOAPProcessor.RESTException(String)</a></span> - Constructor for exception org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/SOAPProcessor.RESTException.html" title="class in org.myrobotlab.webgui">SOAPProcessor.RESTException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#soapRegisterTemplate">soapRegisterTemplate</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/pickToLight/SOAPResponse.html" title="class in org.myrobotlab.pickToLight"><span class="strong">SOAPResponse</span></a> - Class in <a href="../org/myrobotlab/pickToLight/package-summary.html">org.myrobotlab.pickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/pickToLight/SOAPResponse.html#SOAPResponse()">SOAPResponse()</a></span> - Constructor for class org.myrobotlab.pickToLight.<a href="../org/myrobotlab/pickToLight/SOAPResponse.html" title="class in org.myrobotlab.pickToLight">SOAPResponse</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SoccerGame.html" title="class in org.myrobotlab.service"><span class="strong">SoccerGame</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SoccerGame.html#SoccerGame(java.lang.String)">SoccerGame(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SoccerGame.html" title="class in org.myrobotlab.service">SoccerGame</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/SoccerGame.Player.html" title="class in org.myrobotlab.service"><span class="strong">SoccerGame.Player</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SoccerGame.Player.html#SoccerGame.Player()">SoccerGame.Player()</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/SoccerGame.Player.html" title="class in org.myrobotlab.service">SoccerGame.Player</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SoccerGameGUI.html" title="class in org.myrobotlab.control"><span class="strong">SoccerGameGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SoccerGameGUI.html#SoccerGameGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SoccerGameGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SoccerGameGUI.html" title="class in org.myrobotlab.control">SoccerGameGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SoccerGameGUI.Keyboard.html" title="class in org.myrobotlab.control"><span class="strong">SoccerGameGUI.Keyboard</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SoccerGameGUI.Keyboard.html#SoccerGameGUI.Keyboard()">SoccerGameGUI.Keyboard()</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SoccerGameGUI.Keyboard.html" title="class in org.myrobotlab.control">SoccerGameGUI.Keyboard</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SOFT_LIGHT">SOFT_LIGHT</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#SOFT_RESET">SOFT_RESET</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#softReset()">softReset()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#soildMoisture">soildMoisture</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd>
<div class="block">analog read pins</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SONG">SONG</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/Pin.html#source">source</a></span> - Variable in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/Pin.html" title="class in org.myrobotlab.service.data">Pin</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#SOURCE_KINECT_DEPTH">SOURCE_KINECT_DEPTH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilter.html#sourceKey">sourceKey</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilter.html" title="class in org.myrobotlab.opencv">OpenCVFilter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterAddAlpha.html#sourceName">sourceName</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterAddAlpha.html" title="class in org.myrobotlab.opencv">OpenCVFilterAddAlpha</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterAddMask.html#sourceName">sourceName</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterAddMask.html" title="class in org.myrobotlab.opencv">OpenCVFilterAddMask</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterMouse.html#SOUTH">SOUTH</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterMouse.html" title="class in org.myrobotlab.opencv">OpenCVFilterMouse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#SOUTH">SOUTH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterMouse.html#SOUTHEAST">SOUTHEAST</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterMouse.html" title="class in org.myrobotlab.opencv">OpenCVFilterMouse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterMouse.html#SOUTHWEST">SOUTHWEST</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterMouse.html" title="class in org.myrobotlab.opencv">OpenCVFilterMouse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/runtime/ProcParser.html#SPACE">SPACE</a></span> - Static variable in class org.myrobotlab.runtime.<a href="../org/myrobotlab/runtime/ProcParser.html" title="class in org.myrobotlab.runtime">ProcParser</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Bootstrap.html#spawn(java.lang.String[])">spawn(String[])</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Bootstrap.html" title="class in org.myrobotlab.framework">Bootstrap</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Bootstrap.html#spawn(java.util.List)">spawn(List<String>)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Bootstrap.html" title="class in org.myrobotlab.framework">Bootstrap</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SPB">SPB</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FaceTracking.html#speak(java.lang.String)">speak(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#speak(java.lang.String)">speak(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#speakBlocking(java.lang.String)">speakBlocking(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#speakBlocking(org.myrobotlab.framework.Status)">speakBlocking(Status)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#speakBlocking(java.lang.String)">speakBlocking(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#speakBlocking(java.lang.String, java.lang.Object...)">speakBlocking(String, Object...)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd>
<div class="block">main speak blocking function</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#speakErrors(boolean)">speakErrors(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#speakErrors(boolean)">speakErrors(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#speakFreeTTS(java.lang.String)">speakFreeTTS(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#speakGoogle(java.lang.String)">speakGoogle(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#speakNormal(java.lang.String)">speakNormal(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FindHuman.html#speech">speech</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FindHuman.html" title="class in org.myrobotlab.service">FindHuman</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service"><span class="strong">Speech</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#Speech(java.lang.String)">Speech(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Speech.BackendType.html" title="enum in org.myrobotlab.service"><span class="strong">Speech.BackendType</span></a> - Enum in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Speech.FrontendType.html" title="enum in org.myrobotlab.service"><span class="strong">Speech.FrontendType</span></a> - Enum in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/SpeechGUI.html" title="class in org.myrobotlab.control"><span class="strong">SpeechGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SpeechGUI.html#SpeechGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SpeechGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SpeechGUI.html" title="class in org.myrobotlab.control">SpeechGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FindHuman.html#speechOff()">speechOff()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FindHuman.html" title="class in org.myrobotlab.service">FindHuman</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FindHuman.html#speechOn()">speechOn()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FindHuman.html" title="class in org.myrobotlab.service">FindHuman</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/interfaces/SpeechRecognizer.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">SpeechRecognizer</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#speed">speed</a></span> - Variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">current speed for movement operations that don't take a speed</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#speed">speed</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SPG">SPG</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SPHERE">SPHERE</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service"><span class="strong">Sphinx</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#Sphinx(java.lang.String)">Sphinx(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Sphinx.Command.html" title="class in org.myrobotlab.service"><span class="strong">Sphinx.Command</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd>
<div class="block">Commands must be created "before" startListening
startListening will create a grammar file from the data</div>
</dd>
<dt><a href="../org/myrobotlab/control/SphinxGUI.html" title="class in org.myrobotlab.control"><span class="strong">SphinxGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/SphinxGUI.html#SphinxGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">SphinxGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/SphinxGUI.html" title="class in org.myrobotlab.control">SphinxGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spin(int)">spin(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Spin right or spin left a particular number of degrees</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#spin(java.lang.Integer)">spin(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd>
<div class="block">Spin spins the plantoid server</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spin(int)">spin(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spin right or spin left a particular number of degrees</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spinLeft(int)">spinLeft(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Spin left a specified angle at a specified speed</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spinLeft()">spinLeft()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Spin in place anti-clockwise, at the current speed</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#spinLeft(float)">spinLeft(float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spinLeft(int)">spinLeft(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spin left a specified angle at a specified speed</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spinLeft()">spinLeft()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spin in place anti-clockwise, at the current speed</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#spinLeft(int)">spinLeft(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spinLeftAt(int)">spinLeftAt(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Spin in place anti-clockwise, at the current speed.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spinLeftAt(int)">spinLeftAt(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spin in place anti-clockwise, at the current speed.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spinRight(int)">spinRight(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Spin right the current speed for a specified angle</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spinRight()">spinRight()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Spin in place clockwise, at the current speed</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#spinRight(float)">spinRight(float)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spinRight(int)">spinRight(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spin right the current speed for a specified angle</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spinRight()">spinRight()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spin in place clockwise, at the current speed</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#spinRight(int)">spinRight(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spinRightAt(int)">spinRightAt(int)</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Spin in place clockwise, at the current speed.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spinRightAt(int)">spinRightAt(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spin in place clockwise, at the current speed.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spiro1(int, int, int)">spiro1(int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">A Spirograph-like example</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spiro2(int, int, int, int, int)">spiro2(int, int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#split(java.lang.String, char)">split(String, char)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#split(java.lang.String, java.lang.String)">split(String, String)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterSplit.html#splitImage">splitImage</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterSplit.html" title="class in org.myrobotlab.opencv">OpenCVFilterSplit</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterSplit.html#splitKey">splitKey</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterSplit.html" title="class in org.myrobotlab.opencv">OpenCVFilterSplit</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/cmdline/CMDLine.html#splitLine(java.lang.String[])">splitLine(String[])</a></span> - Method in class org.myrobotlab.cmdline.<a href="../org/myrobotlab/cmdline/CMDLine.html" title="class in org.myrobotlab.cmdline">CMDLine</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#splitTokens(java.lang.String)">splitTokens(String)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#splitTokens(java.lang.String, java.lang.String)">splitTokens(String, String)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SPOT">SPOT</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SPOT">SPOT</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spot()">spot()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Send the SPOT command</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spot()">spot()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#spotButton()">spotButton()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">'Spot' button pressed state</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#SPOTBUTTON_MASK">SPOTBUTTON_MASK</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SPR">SPR</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Sprinkler.html" title="class in org.myrobotlab.service"><span class="strong">Sprinkler</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sprinkler.html#Sprinkler(java.lang.String)">Sprinkler(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sprinkler.html" title="class in org.myrobotlab.service">Sprinkler</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spy()">spy()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Spy on the Roomba as it goes about its normal business</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spyAuto()">spyAuto()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#spySimple()">spySimple()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PMatrix3D.html#sqrt(float)">sqrt(float)</a></span> - Static method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PMatrix3D.html" title="class in org.myrobotlab.openni">PMatrix3D</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SQUARE">SQUARE</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#square(org.myrobotlab.roomba.RoombaComm, int)">square(RoombaComm, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Make a square with a Roomba.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#squareDance(java.lang.Integer, java.lang.Integer)">squareDance(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd>
<div class="block">square dance "should" make a square by moving the plantoid
up and down the X and Y axis's</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SR">SR</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd>
<div class="block">stroke argb values</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GUIDynamicGUI.html#srcMethodName">srcMethodName</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GUIDynamicGUI.html" title="class in org.myrobotlab.control">GUIDynamicGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GUIServiceGUI.html#srcMethodName">srcMethodName</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GUIServiceGUI.html" title="class in org.myrobotlab.control">GUIServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GUIDynamicGUI.html#srcServiceName">srcServiceName</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GUIDynamicGUI.html" title="class in org.myrobotlab.control">GUIDynamicGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GUIServiceGUI.html#srcServiceName">srcServiceName</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GUIServiceGUI.html" title="class in org.myrobotlab.control">GUIServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterGoodFeaturesToTrack.html#stableIterations">stableIterations</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterGoodFeaturesToTrack.html" title="class in org.myrobotlab.opencv">OpenCVFilterGoodFeaturesToTrack</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/PreLogger.html#stackToString(java.lang.Throwable)">stackToString(Throwable)</a></span> - Static method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/PreLogger.html" title="class in org.myrobotlab.framework">PreLogger</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#stackToString(java.lang.Throwable)">stackToString(Throwable)</a></span> - Static method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/Logging.html#stackToString(java.lang.Throwable)">stackToString(Throwable)</a></span> - Static method in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/Logging.html" title="class in org.myrobotlab.logging">Logging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GPMessageBestFound.html#standardFitness">standardFitness</a></span> - Variable in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GPMessageBestFound.html" title="class in org.myrobotlab.gp">GPMessageBestFound</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/ChessApp.html#start()">start()</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/ChessApp.html" title="class in org.myrobotlab.chess">ChessApp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ChessGameGUI.html#start()">start()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ChessGameGUI.html" title="class in org.myrobotlab.control">ChessGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Outbox.html#start()">start()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/StopWatch.html#start()">start()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/StopWatch.html" title="class in org.myrobotlab.framework">StopWatch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GP.html#start()">start()</a></span> - Method in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GP.html" title="class in org.myrobotlab.gp">GP</a></dt>
<dd>
<div class="block">Starts the GP algorithm running in its own thread.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/NanoHTTPD.html#start()">start()</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/NanoHTTPD.html" title="class in org.myrobotlab.net">NanoHTTPD</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/BlockingQueueGrabber.html#start()">start()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/BlockingQueueGrabber.html" title="class in org.myrobotlab.opencv">BlockingQueueGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/ImageFileFrameGrabber.html#start()">start()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/ImageFileFrameGrabber.html" title="class in org.myrobotlab.opencv">ImageFileFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/IPCameraFrameGrabber.html#start()">start()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/IPCameraFrameGrabber.html" title="class in org.myrobotlab.opencv">IPCameraFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/PipelineFrameGrabber.html#start()">start()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/PipelineFrameGrabber.html" title="class in org.myrobotlab.opencv">PipelineFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoProcessor.html#start()">start()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoProcessor.html" title="class in org.myrobotlab.opencv">VideoProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoSourceFrameGrabber.html#start()">start()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoSourceFrameGrabber.html" title="class in org.myrobotlab.opencv">VideoSourceFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#START">START</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#start()">start()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Send START command</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ACEduinoMotorShield.html#start()">start()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ACEduinoMotorShield.html" title="class in org.myrobotlab.service">ACEduinoMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Runtime.html#start(java.lang.String, java.lang.String)">start(String, String)</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Runtime.html" title="class in org.myrobotlab.service">Runtime</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#start()">start()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/VideoStreamer.html#start()">start()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/VideoStreamer.html" title="class in org.myrobotlab.service">VideoStreamer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/VideoStreamer.html#start(int)">start(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/VideoStreamer.html" title="class in org.myrobotlab.service">VideoStreamer</a></dt>
<dd>
<div class="block">starts video streamer</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WebGUI.html#start()">start()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WebGUI.html" title="class in org.myrobotlab.service">WebGUI</a></dt>
<dd>
<div class="block">starts and web socket server, auto launches browser if
autoStartBrowser=true</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startAll(java.lang.String, java.lang.String)">startAll(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd>
<div class="block">STARTS BEGIN</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startArm(java.lang.String, java.lang.String, java.lang.String)">startArm(String, String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#startAutoUpdate()">startAutoUpdate()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#startBackgroundMode()">startBackgroundMode()</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd>
<div class="block">Starts special background mode</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ChumbyBot.html#startBot()">startBot()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ChumbyBot.html" title="class in org.myrobotlab.service">ChumbyBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startCannyScanning()">startCannyScanning()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Drupal.html#startChatterBot()">startChatterBot()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Drupal.html" title="class in org.myrobotlab.service">Drupal</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Clock.html#startClock()">startClock()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Clock.html" title="class in org.myrobotlab.service">Clock</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startEar()">startEar()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GP.html#STARTED">STARTED</a></span> - Static variable in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GP.html" title="class in org.myrobotlab.gp">GP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AudioFile.html#started()">started()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AudioFile.html" title="class in org.myrobotlab.service">AudioFile</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startEyesTracking(java.lang.String)">startEyesTracking(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startHand(java.lang.String, java.lang.String, java.lang.String)">startHand(String, String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenNI.html#startHandTracking()">startHandTracking()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenNI.html" title="class in org.myrobotlab.service">OpenNI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startHead(java.lang.String)">startHead(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startHead(java.lang.String, java.lang.String)">startHead(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startHeadTracking(java.lang.String)">startHeadTracking(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#startHeartbeat()">startHeartbeat()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startHSVScanning()">startHSVScanning()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startLeftArm(java.lang.String)">startLeftArm(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startLeftArm(java.lang.String, java.lang.String)">startLeftArm(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startLeftHand(java.lang.String)">startLeftHand(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startLeftHand(java.lang.String, java.lang.String)">startLeftHand(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GoogleSTT.html#startListening()">startListening()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GoogleSTT.html" title="class in org.myrobotlab.service">GoogleSTT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/SpeechRecognizer.html#startListening()">startListening()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/SpeechRecognizer.html" title="interface in org.myrobotlab.service.interfaces">SpeechRecognizer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#startListening()">startListening()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#startListening(int, int)">startListening(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#startListening()">startListening()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#startListening(java.lang.String)">startListening(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#startLKTracking()">startLKTracking()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/Console.html#startLogging()">startLogging()</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/Console.html" title="class in org.myrobotlab.control.widget">Console</a></dt>
<dd>
<div class="block">to begin logging call this function Log must not begin before the GUIService
has finished drawing.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startMouth()">startMouth()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startMouthControl(java.lang.String)">startMouthControl(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startOpenCV()">startOpenCV()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startOpenNI()">startOpenNI()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#startPeer(java.lang.String, java.lang.String)">startPeer(String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#startPeer(java.lang.String)">startPeer(String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Incubator.html#startPeers()">startPeers()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Incubator.html" title="class in org.myrobotlab.service">Incubator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#startPICAXE()">startPICAXE()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#startPID()">startPID()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startPIR(java.lang.String, int)">startPIR(String, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#startPolling()">startPolling()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startPolling()">startPolling()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd>
<div class="block">This begins polling of the various analog senesors of the
Plantoid server.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Runtime.html#startProcess(java.lang.String[])">startProcess(String[])</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Runtime.html" title="class in org.myrobotlab.service">Runtime</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/UltrasonicSensor.html#startRanging()">startRanging()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/UltrasonicSensor.html" title="class in org.myrobotlab.service">UltrasonicSensor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/UltrasonicSensor.html#startRanging(int)">startRanging(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/UltrasonicSensor.html" title="class in org.myrobotlab.service">UltrasonicSensor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/JavaGUI.html#startRecording(java.lang.String)">startRecording(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/JavaGUI.html" title="class in org.myrobotlab.control">JavaGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/PythonGUI.html#startRecording(java.lang.String)">startRecording(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/PythonGUI.html" title="class in org.myrobotlab.control">PythonGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#startRecording()">startRecording()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#startRecording(java.lang.String)">startRecording(String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#startRecording()">startRecording()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/Reflector.html#startreflect(java.lang.String)">startreflect(String)</a></span> - Method in class org.myrobotlab.java.<a href="../org/myrobotlab/java/Reflector.html" title="class in org.myrobotlab.java">Reflector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/World.html#startRendering()">startRendering()</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/World.html" title="class in org.myrobotlab.mapper.sim">World</a></dt>
<dd>
<div class="block">Restart rendering on main canvas 3D .</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startRightArm(java.lang.String)">startRightArm(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startRightArm(java.lang.String, java.lang.String)">startRightArm(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startRightHand(java.lang.String)">startRightHand(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startRightHand(java.lang.String, java.lang.String)">startRightHand(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arm.html#startRobot()">startRobot()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arm.html" title="class in org.myrobotlab.service">Arm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiBot.html#startRobot()">startRobot()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiBot.html" title="class in org.myrobotlab.service">WiiBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startScanning()">startScanning()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startScanning(org.myrobotlab.service.Servo)">startScanning(Servo)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startScanning(java.lang.String, int, int, int)">startScanning(String, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Android.html#startSensors()">startSensors()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Android.html" title="class in org.myrobotlab.service">Android</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#startService()">startService()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Adafruit16CServoDriver.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Adafruit16CServoDriver.html" title="class in org.myrobotlab.service">Adafruit16CServoDriver</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Android.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Android.html" title="class in org.myrobotlab.service">Android</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Cortex.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Cortex.html" title="class in org.myrobotlab.service">Cortex</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Cron.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Cron.html" title="class in org.myrobotlab.service">Cron</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Drupal.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Drupal.html" title="class in org.myrobotlab.service">Drupal</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GPS.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GPS.html" title="class in org.myrobotlab.service">GPS</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Incubator.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Incubator.html" title="class in org.myrobotlab.service">Incubator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovArm.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovArm.html" title="class in org.myrobotlab.service">InMoovArm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHand.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHand.html" title="class in org.myrobotlab.service">InMoovHand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovHead.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovHead.html" title="class in org.myrobotlab.service">InMoovHead</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoovTorso.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoovTorso.html" title="class in org.myrobotlab.service">InMoovTorso</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServiceInterface.html#startService()">startService()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServiceInterface.html" title="interface in org.myrobotlab.service.interfaces">ServiceInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/MouthControl.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/MouthControl.html" title="class in org.myrobotlab.service">MouthControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Netty.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Netty.html" title="class in org.myrobotlab.service">Netty</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OculusRift.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OculusRift.html" title="class in org.myrobotlab.service">OculusRift</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenNI.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenNI.html" title="class in org.myrobotlab.service">OpenNI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Pingdar.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Pingdar.html" title="class in org.myrobotlab.service">Pingdar</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Python.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Python.html" title="class in org.myrobotlab.service">Python</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SLAMBad.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SLAMBad.html" title="class in org.myrobotlab.service">SLAMBad</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sprinkler.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sprinkler.html" title="class in org.myrobotlab.service">Sprinkler</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TestService01.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TestService01.html" title="class in org.myrobotlab.service">TestService01</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/VideoStreamer.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/VideoStreamer.html" title="class in org.myrobotlab.service">VideoStreamer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WebGUI.html#startService()">startService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WebGUI.html" title="class in org.myrobotlab.service">WebGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Runtime.html#startShell(java.lang.String[])">startShell(String[])</a></span> - Static method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Runtime.html" title="class in org.myrobotlab.service">Runtime</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#startSimulation()">startSimulation()</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd>
<div class="block">Starts the simulator loop.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SEAR.html#startSimulation(boolean)">startSimulation(boolean)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SEAR.html" title="class in org.myrobotlab.service">SEAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SLAMBad.html#startSimulator()">startSimulator()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SLAMBad.html" title="class in org.myrobotlab.service">SLAMBad</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#startSweep()">startSweep()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#startTCP(int)">startTCP(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Incubator.html#startTest()">startTest()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Incubator.html" title="class in org.myrobotlab.service">Incubator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/logging/Logging.html#startTimeMilliseconds">startTimeMilliseconds</a></span> - Static variable in class org.myrobotlab.logging.<a href="../org/myrobotlab/logging/Logging.html" title="class in org.myrobotlab.logging">Logging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startTorso(java.lang.String)">startTorso(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#startTorso(java.lang.String, java.lang.String)">startTorso(String, String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FaceTracking.html#startTracking()">startTracking()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/speech/TranscriptionThread.html#startTranscription(java.lang.String)">startTranscription(String)</a></span> - Method in class org.myrobotlab.speech.<a href="../org/myrobotlab/speech/TranscriptionThread.html" title="class in org.myrobotlab.speech">TranscriptionThread</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#startUDP(int)">startUDP(int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#startup()">startup()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Put Roomba in safe mode.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#startup()">startup()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WebGUI.html#startURL">startURL</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WebGUI.html" title="class in org.myrobotlab.service">WebGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenNI.html#startUserTracking()">startUserTracking()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenNI.html" title="class in org.myrobotlab.service">OpenNI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#startVisualScanning()">startVisualScanning()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WebGUI.html#startWebSocketServer(java.lang.Integer)">startWebSocketServer(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WebGUI.html" title="class in org.myrobotlab.service">WebGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/ConnectDialog.html#state">state</a></span> - Variable in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/ConnectDialog.html" title="class in org.myrobotlab.control.widget">ConnectDialog</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/repo/ServiceType.html#state">state</a></span> - Variable in class org.myrobotlab.framework.repo.<a href="../org/myrobotlab/framework/repo/ServiceType.html" title="class in org.myrobotlab.framework.repo">ServiceType</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterMouse.Node.html#state">state</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterMouse.Node.html" title="class in org.myrobotlab.opencv">OpenCVFilterMouse.Node</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterState.html#state">state</a></span> - Variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterState.html" title="class in org.myrobotlab.opencv">OpenCVFilterState</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#STATE_CONNECTED">STATE_CONNECTED</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#STATE_CONNECTING">STATE_CONNECTING</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html#STATE_DETECTED_FACE">STATE_DETECTED_FACE</a></span> - Static variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html" title="class in org.myrobotlab.opencv">OpenCVFilterFaceDetect</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html#STATE_DETECTING_FACE">STATE_DETECTING_FACE</a></span> - Static variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html" title="class in org.myrobotlab.opencv">OpenCVFilterFaceDetect</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_FACE_DETECT">STATE_FACE_DETECT</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_FACE_DETECT_LOST_TRACK">STATE_FACE_DETECT_LOST_TRACK</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_FINDING_GOOD_FEATURES">STATE_FINDING_GOOD_FEATURES</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/Trigger.html#STATE_HIGH">STATE_HIGH</a></span> - Static variable in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/Trigger.html" title="class in org.myrobotlab.service.data">Trigger</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_IDLE">STATE_IDLE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_INITIALIZATION_STAGE_1">STATE_INITIALIZATION_STAGE_1</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_INITIALIZATION_STAGE_2">STATE_INITIALIZATION_STAGE_2</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_INITIALIZATION_STAGE_3">STATE_INITIALIZATION_STAGE_3</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_INITIALIZATION_STAGE_4">STATE_INITIALIZATION_STAGE_4</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_LEARNING_BACKGROUND">STATE_LEARNING_BACKGROUND</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#STATE_LISTEN">STATE_LISTEN</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_LK_TRACKING_POINT">STATE_LK_TRACKING_POINT</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html#STATE_LOSING_TRACKING">STATE_LOSING_TRACKING</a></span> - Static variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html" title="class in org.myrobotlab.opencv">OpenCVFilterFaceDetect</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html#STATE_LOST_TRACKING">STATE_LOST_TRACKING</a></span> - Static variable in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/OpenCVFilterFaceDetect.html" title="class in org.myrobotlab.opencv">OpenCVFilterFaceDetect</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/Trigger.html#STATE_LOW">STATE_LOW</a></span> - Static variable in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/Trigger.html" title="class in org.myrobotlab.service.data">Trigger</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_MODE_CHANGE">STATE_MODE_CHANGE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_NEED_TO_INITIALIZE">STATE_NEED_TO_INITIALIZE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_NOMINAL">STATE_NOMINAL</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#STATE_NONE">STATE_NONE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_PRE_INITIALIZATION">STATE_PRE_INITIALIZATION</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_SEARCH_FOREGROUND">STATE_SEARCH_FOREGROUND</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_SEARCHING_FOREGROUND">STATE_SEARCHING_FOREGROUND</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/LIDAR.html#STATE_SINGLE_SCAN">STATE_SINGLE_SCAN</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/LIDAR.html" title="class in org.myrobotlab.service">LIDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_STABILIZED">STATE_STABILIZED</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_WAITING_FOR_OBJECTS_TO_DISAPPEAR">STATE_WAITING_FOR_OBJECTS_TO_DISAPPEAR</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATE_WAITING_FOR_OBJECTS_TO_STABILIZE">STATE_WAITING_FOR_OBJECTS_TO_STABILIZE</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/KeyboardGUI.CheckBoxChange.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/KeyboardGUI.CheckBoxChange.html" title="class in org.myrobotlab.control">KeyboardGUI.CheckBoxChange</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/MotorGUI.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/MotorGUI.html" title="class in org.myrobotlab.control">MotorGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/OpenCVFilterCannyGUI.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/OpenCVFilterCannyGUI.html" title="class in org.myrobotlab.control.opencv">OpenCVFilterCannyGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/OpenCVFilterGoodFeaturesToTrackGUI.AdjustSlider.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/OpenCVFilterGoodFeaturesToTrackGUI.AdjustSlider.html" title="class in org.myrobotlab.control.opencv">OpenCVFilterGoodFeaturesToTrackGUI.AdjustSlider</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/OpenCVFilterInRangeGUI.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/OpenCVFilterInRangeGUI.html" title="class in org.myrobotlab.control.opencv">OpenCVFilterInRangeGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/OpenCVFilterLKOpticalTrackGUI.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/OpenCVFilterLKOpticalTrackGUI.html" title="class in org.myrobotlab.control.opencv">OpenCVFilterLKOpticalTrackGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/OpenCVFilterThresholdGUI.AdjustSlider.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/OpenCVFilterThresholdGUI.AdjustSlider.html" title="class in org.myrobotlab.control.opencv">OpenCVFilterThresholdGUI.AdjustSlider</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/opencv/OpenCVFloorFinderGUI.AdjustSlider.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.opencv.<a href="../org/myrobotlab/control/opencv/OpenCVFloorFinderGUI.AdjustSlider.html" title="class in org.myrobotlab.control.opencv">OpenCVFloorFinderGUI.AdjustSlider</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/RoombaGUI.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/RoombaGUI.html" title="class in org.myrobotlab.control">RoombaGUI</a></dt>
<dd>
<div class="block">implement ChangeListener, for the slider</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/StepperGUI.html#stateChanged(javax.swing.event.ChangeEvent)">stateChanged(ChangeEvent)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/StepperGUI.html" title="class in org.myrobotlab.control">StepperGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#STATIC">STATIC</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd>
<div class="block">Static usage mode for PShape3D (vertices won't be updated after creation).</div>
</dd>
<dt><a href="../org/myrobotlab/mapper/sim/StaticObject.html" title="class in org.myrobotlab.mapper.sim"><span class="strong">StaticObject</span></a> - Class in <a href="../org/myrobotlab/mapper/sim/package-summary.html">org.myrobotlab.mapper.sim</a></dt>
<dd>
<div class="block">Base Object for all block world objects (box,wall,arch ...).</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/StaticObject.html#StaticObject()">StaticObject()</a></span> - Constructor for class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/StaticObject.html" title="class in org.myrobotlab.mapper.sim">StaticObject</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/runtime/ProcParser.html#statPath">statPath</a></span> - Static variable in class org.myrobotlab.runtime.<a href="../org/myrobotlab/runtime/ProcParser.html" title="class in org.myrobotlab.runtime">ProcParser</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/GUIServiceGraphVertex.html#status">status</a></span> - Variable in class org.myrobotlab.control.<a href="../org/myrobotlab/control/GUIServiceGraphVertex.html" title="class in org.myrobotlab.control">GUIServiceGraphVertex</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/Editor.html#status">status</a></span> - Variable in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/Editor.html" title="class in org.myrobotlab.control.widget">Editor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Message.html#status">status</a></span> - Variable in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a></dt>
<dd>
<div class="block">status is currently used for BLOCKING message calls the current valid
state it can be in is null | BLOCKING | RETURN FIXME - this should be
msgType not status</div>
</dd>
<dt><a href="../org/myrobotlab/framework/Status.html" title="class in org.myrobotlab.framework"><span class="strong">Status</span></a> - Class in <a href="../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a></dt>
<dd>
<div class="block">WARNING - this class used to extend Exception - but the gson serializer would stack overflow
with self reference issue</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Status.html#Status(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">Status(String, String, String, String)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Status.html" title="class in org.myrobotlab.framework">Status</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Status.html#Status(org.myrobotlab.framework.Status)">Status(Status)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Status.html" title="class in org.myrobotlab.framework">Status</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Status.html#Status(java.lang.String)">Status(String)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Status.html" title="class in org.myrobotlab.framework">Status</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Status.html#Status(java.lang.Exception)">Status(Exception)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Status.html" title="class in org.myrobotlab.framework">Status</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/http/Response.html#status">status</a></span> - Variable in class org.myrobotlab.net.http.<a href="../org/myrobotlab/net/http/Response.html" title="class in org.myrobotlab.net.http">Response</a></dt>
<dd>
<div class="block">HTTP status code after processing, e.g.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/NanoHTTPD.Response.html#status">status</a></span> - Variable in class org.myrobotlab.net.<a href="../org/myrobotlab/net/NanoHTTPD.Response.html" title="class in org.myrobotlab.net">NanoHTTPD.Response</a></dt>
<dd>
<div class="block">HTTP status code after processing, e.g.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#STATUS_CALIBRATING">STATUS_CALIBRATING</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerListener.html#statusError(java.lang.String)">statusError(String)</a></span> - Method in interface org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerListener.html" title="interface in org.myrobotlab.arduino.compiler">RunnerListener</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerListener.html#statusError(java.lang.Exception)">statusError(Exception)</a></span> - Method in interface org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerListener.html" title="interface in org.myrobotlab.arduino.compiler">RunnerListener</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/RunnerListener.html#statusNotice(java.lang.String)">statusNotice(String)</a></span> - Method in interface org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/RunnerListener.html" title="interface in org.myrobotlab.arduino.compiler">RunnerListener</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/java/STDOUT.html" title="class in org.myrobotlab.java"><span class="strong">STDOUT</span></a> - Class in <a href="../org/myrobotlab/java/package-summary.html">org.myrobotlab.java</a></dt>
<dd>
<div class="block">Class STDOUT creates a Java Console for GUIService based Java Applications.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/STDOUT.html#STDOUT()">STDOUT()</a></span> - Constructor for class org.myrobotlab.java.<a href="../org/myrobotlab/java/STDOUT.html" title="class in org.myrobotlab.java">STDOUT</a></dt>
<dd>
<div class="block">Creates a Java Console.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/gui/Simbatch.html#step()">step()</a></span> - Method in class org.myrobotlab.mapper.gui.<a href="../org/myrobotlab/mapper/gui/Simbatch.html" title="class in org.myrobotlab.mapper.gui">Simbatch</a></dt>
<dd>
<div class="block">perform one step - call it in your main loop</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#step(int, int, int)">step(int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperControl.html#step(java.lang.Integer)">step(Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperControl.html" title="interface in org.myrobotlab.service.interfaces">StepperControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperControl.html#step(java.lang.Integer, java.lang.Integer)">step(Integer, Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperControl.html" title="interface in org.myrobotlab.service.interfaces">StepperControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Pingdar.html#step">step</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Pingdar.html" title="class in org.myrobotlab.service">Pingdar</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#step(java.lang.Integer)">step(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#step(java.lang.Integer, java.lang.Integer)">step(Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service"><span class="strong">Stepper</span></a> - Class in <a href="../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#Stepper(java.lang.String)">Stepper(String)</a></span> - Constructor for class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/Stepper_AdafruitMotorShieldGUI.html" title="class in org.myrobotlab.control"><span class="strong">Stepper_AdafruitMotorShieldGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Stepper_AdafruitMotorShieldGUI.html#Stepper_AdafruitMotorShieldGUI(org.myrobotlab.service.GUIService, java.lang.String, java.lang.String)">Stepper_AdafruitMotorShieldGUI(GUIService, String, String)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/Stepper_AdafruitMotorShieldGUI.html" title="class in org.myrobotlab.control">Stepper_AdafruitMotorShieldGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/Stepper_ArduinoGUI.html" title="class in org.myrobotlab.control"><span class="strong">Stepper_ArduinoGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Stepper_ArduinoGUI.html#Stepper_ArduinoGUI(org.myrobotlab.service.GUIService, java.lang.String, java.lang.String)">Stepper_ArduinoGUI(GUIService, String, String)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/Stepper_ArduinoGUI.html" title="class in org.myrobotlab.control">Stepper_ArduinoGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#STEPPER_ATTACH">STEPPER_ATTACH</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#STEPPER_MOVE_TO">STEPPER_MOVE_TO</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#STEPPER_TYPE_POLOLU">STEPPER_TYPE_POLOLU</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/Stepper_UnknownGUI.html" title="class in org.myrobotlab.control"><span class="strong">Stepper_UnknownGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/Stepper_UnknownGUI.html#Stepper_UnknownGUI()">Stepper_UnknownGUI()</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/Stepper_UnknownGUI.html" title="class in org.myrobotlab.control">Stepper_UnknownGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#stepperAttach(java.lang.String, java.lang.Integer, java.lang.Object...)">stepperAttach(String, Integer, Object...)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#stepperAttach(org.myrobotlab.service.interfaces.StepperControl, java.lang.Integer, java.lang.Object...)">stepperAttach(StepperControl, Integer, Object...)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperAttach(java.lang.String, java.lang.Integer, java.lang.Object...)">stepperAttach(String, Integer, Object...)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperAttach(org.myrobotlab.service.interfaces.StepperControl, java.lang.Integer, java.lang.Object...)">stepperAttach(StepperControl, Integer, Object...)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperAttach(java.lang.String)">stepperAttach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperAttach(org.myrobotlab.service.Stepper)">stepperAttach(Stepper)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#stepperAttach(java.lang.String, java.lang.Integer, java.lang.Object...)">stepperAttach(String, Integer, Object...)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd>
<div class="block">attach a stepper named to this controller</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#stepperAttach(org.myrobotlab.service.interfaces.StepperControl, java.lang.Integer, java.lang.Object...)">stepperAttach(StepperControl, Integer, Object...)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd>
<div class="block">typed attachment</div>
</dd>
<dt><a href="../org/myrobotlab/service/interfaces/StepperControl.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">StepperControl</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">StepperController</span></a> - Interface in <a href="../org/myrobotlab/service/interfaces/package-summary.html">org.myrobotlab.service.interfaces</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#stepperDetach(java.lang.String)">stepperDetach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperDetach(java.lang.String)">stepperDetach(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#stepperDetach(java.lang.String)">stepperDetach(String)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd>
<div class="block">StepperDetach - detach the Stepper from a specific pin on the controller</div>
</dd>
<dt><a href="../org/myrobotlab/control/StepperGUI.html" title="class in org.myrobotlab.control"><span class="strong">StepperGUI</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/StepperGUI.html#StepperGUI(java.lang.String, org.myrobotlab.service.GUIService, javax.swing.JTabbedPane)">StepperGUI(String, GUIService, JTabbedPane)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/StepperGUI.html" title="class in org.myrobotlab.control">StepperGUI</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/control/StepperGUI.FloatJSlider.html" title="class in org.myrobotlab.control"><span class="strong">StepperGUI.FloatJSlider</span></a> - Class in <a href="../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/StepperGUI.FloatJSlider.html#StepperGUI.FloatJSlider(int, int, int, int)">StepperGUI.FloatJSlider(int, int, int, int)</a></span> - Constructor for class org.myrobotlab.control.<a href="../org/myrobotlab/control/StepperGUI.FloatJSlider.html" title="class in org.myrobotlab.control">StepperGUI.FloatJSlider</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperMoveTo(java.lang.String, java.lang.Integer)">stepperMoveTo(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#steppers">steppers</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#stepperStep(java.lang.String, java.lang.Integer)">stepperStep(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#stepperStep(java.lang.String, java.lang.Integer, java.lang.Integer)">stepperStep(String, Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperStep(java.lang.String, java.lang.Integer)">stepperStep(String, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stepperStep(java.lang.String, java.lang.Integer, java.lang.Integer)">stepperStep(String, Integer, Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#stepperStep(java.lang.String, java.lang.Integer)">stepperStep(String, Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd>
<div class="block">stepperStep - move stepper an increment</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#stepperStep(java.lang.String, java.lang.Integer, java.lang.Integer)">stepperStep(String, Integer, Integer)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd>
<div class="block">stepperStep - move stepper an increment</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/ChessApp.html#stop()">stop()</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/ChessApp.html" title="class in org.myrobotlab.chess">ChessApp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ChessGameGUI.html#stop()">stop()</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ChessGameGUI.html" title="class in org.myrobotlab.control">ChessGameGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Outbox.html#stop()">stop()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GP.html#stop()">stop()</a></span> - Method in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GP.html" title="class in org.myrobotlab.gp">GP</a></dt>
<dd>
<div class="block">Stops a running GP thread and kills it.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/NanoHTTPD.html#stop()">stop()</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/NanoHTTPD.html" title="class in org.myrobotlab.net">NanoHTTPD</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/BlockingQueueGrabber.html#stop()">stop()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/BlockingQueueGrabber.html" title="class in org.myrobotlab.opencv">BlockingQueueGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/ImageFileFrameGrabber.html#stop()">stop()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/ImageFileFrameGrabber.html" title="class in org.myrobotlab.opencv">ImageFileFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/IPCameraFrameGrabber.html#stop()">stop()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/IPCameraFrameGrabber.html" title="class in org.myrobotlab.opencv">IPCameraFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/PipelineFrameGrabber.html#stop()">stop()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/PipelineFrameGrabber.html" title="class in org.myrobotlab.opencv">PipelineFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoProcessor.html#stop()">stop()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoProcessor.html" title="class in org.myrobotlab.opencv">VideoProcessor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/opencv/VideoSourceFrameGrabber.html#stop()">stop()</a></span> - Method in class org.myrobotlab.opencv.<a href="../org/myrobotlab/opencv/VideoSourceFrameGrabber.html" title="class in org.myrobotlab.opencv">VideoSourceFrameGrabber</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#stop()">stop()</a></span> - Method in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd>
<div class="block">Stop Rooomba's motion.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ACEduinoMotorShield.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ACEduinoMotorShield.html" title="class in org.myrobotlab.service">ACEduinoMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AdafruitMotorShield.html#stop(java.lang.Integer)">stop(Integer)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AdafruitMotorShield.html" title="class in org.myrobotlab.service">AdafruitMotorShield</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd>
<div class="block">Stop all threads</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/MotorControl.html#stop()">stop()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/MotorControl.html" title="interface in org.myrobotlab.service.interfaces">MotorControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/Platform.html#stop()">stop()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/Platform.html" title="interface in org.myrobotlab.service.interfaces">Platform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServoControl.html#stop()">stop()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServoControl.html" title="interface in org.myrobotlab.service.interfaces">ServoControl</a></dt>
<dd>
<div class="block">stops the servo if currently in motion
servo must be moving at incremental speed for
a stop to work (setSpeed < 1.0)</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperControl.html#stop()">stop()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperControl.html" title="interface in org.myrobotlab.service.interfaces">StepperControl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Java.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Java.html" title="class in org.myrobotlab.service">Java</a></dt>
<dd>
<div class="block">Get rid of the interpreter.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Motor.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Motor.html" title="class in org.myrobotlab.service">Motor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Pingdar.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Pingdar.html" title="class in org.myrobotlab.service">Pingdar</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd>
<div class="block">stops all legs</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Python.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Python.html" title="class in org.myrobotlab.service">Python</a></dt>
<dd>
<div class="block">Get rid of the interpreter.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Roomba.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Roomba.html" title="class in org.myrobotlab.service">Roomba</a></dt>
<dd>
<div class="block">Stop Rooomba's motion.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TweedleBot.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TweedleBot.html" title="class in org.myrobotlab.service">TweedleBot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/VideoStreamer.html#stop()">stop()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/VideoStreamer.html" title="class in org.myrobotlab.service">VideoStreamer</a></dt>
<dd>
<div class="block">Stops the video streamer</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/MotorControl.html#stopAndLock()">stopAndLock()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/MotorControl.html" title="interface in org.myrobotlab.service.interfaces">MotorControl</a></dt>
<dd>
<div class="block">a safety mechanism - stop and lock will stop and lock the motor no other
commands will affect the motor until it is "unlocked"</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/Platform.html#stopAndLock()">stopAndLock()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/Platform.html" title="interface in org.myrobotlab.service.interfaces">Platform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperControl.html#stopAndLock()">stopAndLock()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperControl.html" title="interface in org.myrobotlab.service.interfaces">StepperControl</a></dt>
<dd>
<div class="block">a safety mechanism - stop and lock will stop and lock the stepper no other
commands will affect the stepper until it is "unlocked"</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Motor.html#stopAndLock()">stopAndLock()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Motor.html" title="class in org.myrobotlab.service">Motor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RobotPlatform.html#stopAndLock()">stopAndLock()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RobotPlatform.html" title="class in org.myrobotlab.service">RobotPlatform</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Stepper.html#stopAndLock()">stopAndLock()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Stepper.html" title="class in org.myrobotlab.service">Stepper</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AudioCapture.html#stopAudioCapture()">stopAudioCapture()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AudioCapture.html" title="class in org.myrobotlab.service">AudioCapture</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GoogleSTT.html#stopAudioCapture()">stopAudioCapture()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GoogleSTT.html" title="class in org.myrobotlab.service">GoogleSTT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#stopBackgroundMode()">stopBackgroundMode()</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd>
<div class="block">Stops special background mode</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDevice.html#STOPBITS_1">STOPBITS_1</a></span> - Static variable in interface org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDevice.html" title="interface in org.myrobotlab.serial">SerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDevice.html#STOPBITS_1_5">STOPBITS_1_5</a></span> - Static variable in interface org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDevice.html" title="interface in org.myrobotlab.serial">SerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/serial/SerialDevice.html#STOPBITS_2">STOPBITS_2</a></span> - Static variable in interface org.myrobotlab.serial.<a href="../org/myrobotlab/serial/SerialDevice.html" title="interface in org.myrobotlab.serial">SerialDevice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/IPCamera.html#stopCapture()">stopCapture()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/IPCamera.html" title="class in org.myrobotlab.service">IPCamera</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#stopCapture()">stopCapture()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenNI.html#stopCapture()">stopCapture()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenNI.html" title="class in org.myrobotlab.service">OpenNI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Clock.html#stopClock()">stopClock()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Clock.html" title="class in org.myrobotlab.service">Clock</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FindHuman.html#stopEverything()">stopEverything()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FindHuman.html" title="class in org.myrobotlab.service">FindHuman</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#stopHeartbeat()">stopHeartbeat()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GoogleSTT.html#stopListening()">stopListening()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GoogleSTT.html" title="class in org.myrobotlab.service">GoogleSTT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/SpeechRecognizer.html#stopListening()">stopListening()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/SpeechRecognizer.html" title="interface in org.myrobotlab.service.interfaces">SpeechRecognizer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#stopListening()">stopListening()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#stopListening()">stopListening()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/Console.html#stopLogging()">stopLogging()</a></span> - Method in class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/Console.html" title="class in org.myrobotlab.control.widget">Console</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GP.html#STOPPED">STOPPED</a></span> - Static variable in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GP.html" title="class in org.myrobotlab.gp">GP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AudioFile.html#stopped()">stopped()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AudioFile.html" title="class in org.myrobotlab.service">AudioFile</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#stopPICAXE()">stopPICAXE()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#stopPIR()">stopPIR()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#stopPolling()">stopPolling()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#stopPolling()">stopPolling()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#stopPolling()">stopPolling()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd>
<div class="block">shut down polling of analog sensors</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/UltrasonicSensor.html#stopRanging()">stopRanging()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/UltrasonicSensor.html" title="class in org.myrobotlab.service">UltrasonicSensor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#stopRecording()">stopRecording()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#stopRecording(java.lang.String)">stopRecording(String)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#stopRecording()">stopRecording()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd>
<div class="block">stopRecording - it does "work", however, the speech recognition part
seems to degrade when startRecording is called.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/World.html#stopRendering()">stopRendering()</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/World.html" title="class in org.myrobotlab.mapper.sim">World</a></dt>
<dd>
<div class="block">Stop rendering on main canvas 3D .</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/ThreadViewerTableModel.html#stopRequest()">stopRequest()</a></span> - Method in class org.myrobotlab.java.<a href="../org/myrobotlab/java/ThreadViewerTableModel.html" title="class in org.myrobotlab.java">ThreadViewerTableModel</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#stopScan()">stopScan()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#stopScanning()">stopScanning()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">Stops the service.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.html" title="class in org.myrobotlab.net">CommObjectStreamOverDynamicProtocol</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverTCP.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverTCP.html" title="class in org.myrobotlab.net">CommObjectStreamOverTCP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/net/CommObjectStreamOverUDP.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.net.<a href="../org/myrobotlab/net/CommObjectStreamOverUDP.html" title="class in org.myrobotlab.net">CommObjectStreamOverUDP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Android.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Android.html" title="class in org.myrobotlab.service">Android</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Arduino.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Arduino.html" title="class in org.myrobotlab.service">Arduino</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/ArduinoBT.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/ArduinoBT.html" title="class in org.myrobotlab.service">ArduinoBT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/AWTRobot.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/AWTRobot.html" title="class in org.myrobotlab.service">AWTRobot</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Clock.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Clock.html" title="class in org.myrobotlab.service">Clock</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Cron.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Cron.html" title="class in org.myrobotlab.service">Cron</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FindHuman.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FindHuman.html" title="class in org.myrobotlab.service">FindHuman</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIDynamic.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIDynamic.html" title="class in org.myrobotlab.service">GUIDynamic</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GUIService.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GUIService.html" title="class in org.myrobotlab.service">GUIService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Hadoop.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Hadoop.html" title="class in org.myrobotlab.service">Hadoop</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServiceInterface.html#stopService()">stopService()</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServiceInterface.html" title="interface in org.myrobotlab.service.interfaces">ServiceInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Java.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Java.html" title="class in org.myrobotlab.service">Java</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OculusRift.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OculusRift.html" title="class in org.myrobotlab.service">OculusRift</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenCV.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenCV.html" title="class in org.myrobotlab.service">OpenCV</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/OpenNI.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/OpenNI.html" title="class in org.myrobotlab.service">OpenNI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PICAXE.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PICAXE.html" title="class in org.myrobotlab.service">PICAXE</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLightServer.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLightServer.html" title="class in org.myrobotlab.service">PickToLightServer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Plantoid.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Plantoid.html" title="class in org.myrobotlab.service">Plantoid</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Python.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Python.html" title="class in org.myrobotlab.service">Python</a></dt>
<dd>
<div class="block">stops threads releases interpreter</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Runtime.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Runtime.html" title="class in org.myrobotlab.service">Runtime</a></dt>
<dd>
<div class="block">Stops all service-related running items.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Speech.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Speech.html" title="class in org.myrobotlab.service">Speech</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sphinx.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sphinx.html" title="class in org.myrobotlab.service">Sphinx</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Sprinkler.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Sprinkler.html" title="class in org.myrobotlab.service">Sprinkler</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TesseractOCR.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TesseractOCR.html" title="class in org.myrobotlab.service">TesseractOCR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Twitter.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Twitter.html" title="class in org.myrobotlab.service">Twitter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/VideoStreamer.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/VideoStreamer.html" title="class in org.myrobotlab.service">VideoStreamer</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WebGUI.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WebGUI.html" title="class in org.myrobotlab.service">WebGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/XMPP.html#stopService()">stopService()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/mapper/sim/Simulator.html#stopSimulation()">stopSimulation()</a></span> - Method in class org.myrobotlab.mapper.sim.<a href="../org/myrobotlab/mapper/sim/Simulator.html" title="class in org.myrobotlab.mapper.sim">Simulator</a></dt>
<dd>
<div class="block">Stop (or pause) the simulator loop.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/SEAR.html#stopSimulation()">stopSimulation()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/SEAR.html" title="class in org.myrobotlab.service">SEAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#STOPSTARTSTREAM">STOPSTARTSTREAM</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/WiiDAR.html#stopSweep()">stopSweep()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/WiiDAR.html" title="class in org.myrobotlab.service">WiiDAR</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#stopTCP()">stopTCP()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/chess/Search.html#stopThinking()">stopThinking()</a></span> - Method in class org.myrobotlab.chess.<a href="../org/myrobotlab/chess/Search.html" title="class in org.myrobotlab.chess">Search</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/FaceTracking.html#stopTracking()">stopTracking()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#stopTracking()">stopTracking()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Tracking.html#stopTracking()">stopTracking()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Tracking.html" title="class in org.myrobotlab.service">Tracking</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/RemoteAdapter.html#stopUDP()">stopUDP()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/framework/StopWatch.html" title="class in org.myrobotlab.framework"><span class="strong">StopWatch</span></a> - Class in <a href="../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/StopWatch.html#StopWatch()">StopWatch()</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/StopWatch.html" title="class in org.myrobotlab.framework">StopWatch</a></dt>
<dd>
<div class="block">Creates a new instance of StopWatch</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/StopWatch.html#StopWatch(java.lang.String)">StopWatch(String)</a></span> - Constructor for class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/StopWatch.html" title="class in org.myrobotlab.framework">StopWatch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#str(int[])">str(int[])</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/roomba/RoombaComm.html#STREAM">STREAM</a></span> - Static variable in class org.myrobotlab.roomba.<a href="../org/myrobotlab/roomba/RoombaComm.html" title="class in org.myrobotlab.roomba">RoombaComm</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/STDOUT.html#streamChanged()">streamChanged()</a></span> - Method in class org.myrobotlab.java.<a href="../org/myrobotlab/java/STDOUT.html" title="class in org.myrobotlab.java">STDOUT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/StreamObserver.html#streamChanged()">streamChanged()</a></span> - Method in interface org.myrobotlab.java.<a href="../org/myrobotlab/java/StreamObserver.html" title="interface in org.myrobotlab.java">StreamObserver</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/java/StreamObserver.html" title="interface in org.myrobotlab.java"><span class="strong">StreamObserver</span></a> - Interface in <a href="../org/myrobotlab/java/package-summary.html">org.myrobotlab.java</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/java/JavaClassInfo.html#STRING">STRING</a></span> - Static variable in class org.myrobotlab.java.<a href="../org/myrobotlab/java/JavaClassInfo.html" title="class in org.myrobotlab.java">JavaClassInfo</a></dt>
<dd>
<div class="block">The string info</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/TestCatcher.html#stringCatchList">stringCatchList</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/TestCatcher.html" title="class in org.myrobotlab.service">TestCatcher</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToBoolean(java.lang.String)">StringToBoolean(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToByte(java.lang.String)">StringToByte(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToChar(java.lang.String)">StringToChar(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToDouble(java.lang.String)">StringToDouble(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/fileLib/FileIO.html#stringToFile(java.lang.String, java.lang.String)">stringToFile(String, String)</a></span> - Static method in class org.myrobotlab.fileLib.<a href="../org/myrobotlab/fileLib/FileIO.html" title="class in org.myrobotlab.fileLib">FileIO</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToFloat(java.lang.String)">StringToFloat(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToInteger(java.lang.String)">StringToInteger(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToLong(java.lang.String)">StringToLong(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/string/StringUtil.html#StringToMethodName(java.lang.String)">StringToMethodName(String)</a></span> - Static method in class org.myrobotlab.string.<a href="../org/myrobotlab/string/StringUtil.html" title="class in org.myrobotlab.string">StringUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToShort(java.lang.String)">StringToShort(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/webgui/TypeConverter.html#StringToString(java.lang.String)">StringToString(String)</a></span> - Static method in class org.myrobotlab.webgui.<a href="../org/myrobotlab/webgui/TypeConverter.html" title="class in org.myrobotlab.webgui">TypeConverter</a></dt>
<dd> </dd>
<dt><a href="../org/myrobotlab/string/StringUtil.html" title="class in org.myrobotlab.string"><span class="strong">StringUtil</span></a> - Class in <a href="../org/myrobotlab/string/package-summary.html">org.myrobotlab.string</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/string/StringUtil.html#StringUtil()">StringUtil()</a></span> - Constructor for class org.myrobotlab.string.<a href="../org/myrobotlab/string/StringUtil.html" title="class in org.myrobotlab.string">StringUtil</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/compiler/PdePreprocessor.html#strip(java.lang.String)">strip(String)</a></span> - Method in class org.myrobotlab.arduino.compiler.<a href="../org/myrobotlab/arduino/compiler/PdePreprocessor.html" title="class in org.myrobotlab.arduino.compiler">PdePreprocessor</a></dt>
<dd>
<div class="block">Strips comments, pre-processor directives, single- and double-quoted
strings from a string.</div>
</dd>
<dt><a href="../org/myrobotlab/control/widget/Style.html" title="class in org.myrobotlab.control.widget"><span class="strong">Style</span></a> - Class in <a href="../org/myrobotlab/control/widget/package-summary.html">org.myrobotlab.control.widget</a></dt>
<dd>
<div class="block">style for swing gui objects
reference - http://www.realdealmarketing.net/docs/css-coding-style.php</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/widget/Style.html#Style()">Style()</a></span> - Constructor for class org.myrobotlab.control.widget.<a href="../org/myrobotlab/control/widget/Style.html" title="class in org.myrobotlab.control.widget">Style</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#STYLE_DOUBLE">STYLE_DOUBLE</a></span> - Static variable in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#STYLE_INTERLEAVE">STYLE_INTERLEAVE</a></span> - Static variable in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#STYLE_MICROSTEP">STYLE_MICROSTEP</a></span> - Static variable in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/StepperController.html#STYLE_SINGLE">STYLE_SINGLE</a></span> - Static variable in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/StepperController.html" title="interface in org.myrobotlab.service.interfaces">StepperController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#sub(org.myrobotlab.openni.PVector)">sub(PVector)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd>
<div class="block">Subtract a vector from this vector</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#sub(float, float, float)">sub(float, float, float)</a></span> - Method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#sub(org.myrobotlab.openni.PVector, org.myrobotlab.openni.PVector)">sub(PVector, PVector)</a></span> - Static method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd>
<div class="block">Subtract one vector from another</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PVector.html#sub(org.myrobotlab.openni.PVector, org.myrobotlab.openni.PVector, org.myrobotlab.openni.PVector)">sub(PVector, PVector, PVector)</a></span> - Static method in class org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PVector.html" title="class in org.myrobotlab.openni">PVector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/data/IOAddress.html#subdevice">subdevice</a></span> - Variable in class org.myrobotlab.service.data.<a href="../org/myrobotlab/service/data/IOAddress.html" title="class in org.myrobotlab.service.data">IOAddress</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/client/MRLClient.html#subscribe(java.lang.String, java.lang.String, java.lang.String, java.lang.Class...)">subscribe(String, String, String, Class<?>...)</a></span> - Method in class org.myrobotlab.client.<a href="../org/myrobotlab/client/MRLClient.html" title="class in org.myrobotlab.client">MRLClient</a></dt>
<dd>
<div class="block">Subscribes to a remote MRL service method.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServiceGUI.html#subscribe(java.lang.String)">subscribe(String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control">ServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServiceGUI.html#subscribe(java.lang.String, java.lang.String)">subscribe(String, String)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control">ServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/control/ServiceGUI.html#subscribe(java.lang.String, java.lang.String, java.lang.Class...)">subscribe(String, String, Class<?>...)</a></span> - Method in class org.myrobotlab.control.<a href="../org/myrobotlab/control/ServiceGUI.html" title="class in org.myrobotlab.control">ServiceGUI</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#subscribe(java.lang.String, java.lang.String)">subscribe(String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">method to subscribe to a service's method as an event with data from the
return type this establishes a message route from the target's service
method back to the subscribers method.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#subscribe(java.lang.String, java.lang.String, java.lang.String)">subscribe(String, String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd>
<div class="block">when "out" method and "in" method names differ a simple way to think of
this is myservice.subscribe(publisher->publishingMethod -> inMethod)
establishing a message route whenever publisher->publishingMethod gets
invoked the returned data goes to myservice.inMethod
allows the following to happen :
myservice.inMethod(publisher->publishingMethod())</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Service.html#subscribe(java.lang.String, java.lang.String, java.lang.String, java.lang.Class...)">subscribe(String, String, String, Class<?>...)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Service.html" title="class in org.myrobotlab.framework">Service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/interfaces/ServiceInterface.html#subscribe(java.lang.String, java.lang.String, java.lang.String, java.lang.Class...)">subscribe(String, String, String, Class<?>...)</a></span> - Method in interface org.myrobotlab.service.interfaces.<a href="../org/myrobotlab/service/interfaces/ServiceInterface.html" title="interface in org.myrobotlab.service.interfaces">ServiceInterface</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#subset(java.lang.Object, int)">subset(Object, int)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#subset(java.lang.Object, int, int)">subset(Object, int, int)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#subset(char[], int)">subset(char[], int)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/arduino/PApplet.html#subset(char[], int, int)">subset(char[], int, int)</a></span> - Static method in class org.myrobotlab.arduino.<a href="../org/myrobotlab/arduino/PApplet.html" title="class in org.myrobotlab.arduino">PApplet</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SUBTRACT">SUBTRACT</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/inverseKinematics/Matrix.html#subtractFrom(org.myrobotlab.inverseKinematics.Matrix)">subtractFrom(Matrix)</a></span> - Method in class org.myrobotlab.inverseKinematics.<a href="../org/myrobotlab/inverseKinematics/Matrix.html" title="class in org.myrobotlab.inverseKinematics">Matrix</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/GoogleSTT.html#SUCCESS">SUCCESS</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/GoogleSTT.html" title="class in org.myrobotlab.service">GoogleSTT</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Peers.html#suggestAs(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">suggestAs(String, String, String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Peers.html" title="class in org.myrobotlab.framework">Peers</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/framework/Peers.html#suggestRootAs(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">suggestRootAs(String, String, String, String)</a></span> - Method in class org.myrobotlab.framework.<a href="../org/myrobotlab/framework/Peers.html" title="class in org.myrobotlab.framework">Peers</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GP.html#suspend()">suspend()</a></span> - Method in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GP.html" title="class in org.myrobotlab.gp">GP</a></dt>
<dd>
<div class="block">Suspends the GP thread.</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/gp/GP.html#SUSPENDED">SUSPENDED</a></span> - Static variable in class org.myrobotlab.gp.<a href="../org/myrobotlab/gp/GP.html" title="class in org.myrobotlab.gp">GP</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/openni/PConstants.html#SW">SW</a></span> - Static variable in interface org.myrobotlab.openni.<a href="../org/myrobotlab/openni/PConstants.html" title="interface in org.myrobotlab.openni">PConstants</a></dt>
<dd>
<div class="block">stroke weight</div>
</dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Joystick.html#SW">SW</a></span> - Static variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Joystick.html" title="class in org.myrobotlab.service">Joystick</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Pingdar.html#sweep()">sweep()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Pingdar.html" title="class in org.myrobotlab.service">Pingdar</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Pingdar.html#sweep(int, int, int)">sweep(int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Pingdar.html" title="class in org.myrobotlab.service">Pingdar</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#sweep(int, int)">sweep(int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#sweep(int, int, int, int)">sweep(int, int, int, int)</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Servo.html#sweep()">sweep()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Servo.html" title="class in org.myrobotlab.service">Servo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Pingdar.html#sweepMax">sweepMax</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Pingdar.html" title="class in org.myrobotlab.service">Pingdar</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Pingdar.html#sweepMin">sweepMin</a></span> - Variable in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Pingdar.html" title="class in org.myrobotlab.service">Pingdar</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/InMoov.html#systemCheck()">systemCheck()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/InMoov.html" title="class in org.myrobotlab.service">InMoov</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/PickToLight.html#systemCheck()">systemCheck()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/PickToLight.html" title="class in org.myrobotlab.service">PickToLight</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../org/myrobotlab/service/Houston.html#systemTest()">systemTest()</a></span> - Method in class org.myrobotlab.service.<a href="../org/myrobotlab/service/Houston.html" title="class in org.myrobotlab.service">Houston</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> <a href="index-27.html">_</a> </div>
<!-- ======= 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-18.html">Prev Letter</a></li>
<li><a href="index-20.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-19.html" target="_top">Frames</a></li>
<li><a href="index-19.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
sujitbehera27/MyRoboticsProjects-Arduino
|
javadoc/index-files/index-19.html
|
HTML
|
apache-2.0
| 496,267
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Thu Jul 16 17:13:17 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate (Jackson-core 2.6.0 API)</title>
<meta name="date" content="2015-07-16">
<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="Uses of Class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate (Jackson-core 2.6.0 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><a href="../../../../../../com/fasterxml/jackson/core/filter/FilteringGeneratorDelegate.html" title="class in com.fasterxml.jackson.core.filter">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/fasterxml/jackson/core/filter/class-use/FilteringGeneratorDelegate.html" target="_top">Frames</a></li>
<li><a href="FilteringGeneratorDelegate.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate" class="title">Uses of Class<br>com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate</h2>
</div>
<div class="classUseContainer">No usage of com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate</div>
<!-- ======= 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><a href="../../../../../../com/fasterxml/jackson/core/filter/FilteringGeneratorDelegate.html" title="class in com.fasterxml.jackson.core.filter">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/fasterxml/jackson/core/filter/class-use/FilteringGeneratorDelegate.html" target="_top">Frames</a></li>
<li><a href="FilteringGeneratorDelegate.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
</body>
</html>
|
FasterXML/jackson-core
|
docs/javadoc/2.6/com/fasterxml/jackson/core/filter/class-use/FilteringGeneratorDelegate.html
|
HTML
|
apache-2.0
| 4,684
|
<!DOCTYPE html>
<html lang="es" ng-app="AveitSys">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Aveit - Sys2.0</title>
<!-- Inicio librerías -->
<!-- Angular -->
<script src="../bower_components/angular/angular.js"></script>
<script src="../bower_components/angular-cookies/angular-cookies.js"></script>
<script src="../bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="../bower_components/angular-route/angular-route.js"></script>
<script src="../bower_components/angular-animate/angular-animate.js"></script>
<script src="../bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<!-- HTML Editor -->
<link rel='stylesheet' href='../bower_components/textAngular/dist/textAngular.css'>
<script src='../bower_components/textAngular/dist/textAngular-rangy.min.js'></script>
<script src='../bower_components/textAngular/dist/textAngular-sanitize.min.js'></script>
<script src='../bower_components/textAngular/dist/textAngular.min.js'></script>
<!-- Angular APP -->
<script src="../js/app.js"></script>
<script src="../js/services.js"></script>
<script src="../js/controller-user.js"></script>
<script src="../js/controller-user-groups.js"></script>
<!-- jQuery -->
<script src="../js/jquery.js"></script>
<!--"Spinner" (barra de arriba)-->
<script src="../bower_components/angular-spinners/dist/angular-spinners.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../js/bootstrap.min.js"></script>
<!-- Bootstrap Core CSS -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../css/sb-admin.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Fin librerías -->
</head>
<body>
<div class="center" style="margin: auto; top: 0; left: 0; right: 0; position:absolute; z-index:99999100; width: 10%;">
<spinner name="loadingSpinner" >
<center>
<uib-progressbar value="100" type="warning" class="progress-striped active">Cargando</uib-progressbar>
</center>
</spinner>
</div>
<div id="wrapper" ng-controller="socioDatos">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">SYS2.0 - AVEIT</a>
</div>
<!-- Top Menu Items -->
<ul class="nav navbar-right top-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-envelope"></i> <b class="caret"></b></a>
<ul class="dropdown-menu message-dropdown">
<li class="message-preview" ng-repeat="mensaje in mensajes">
<a href="#">
<div class="media">
<span class="pull-left">
<img class="media-object" src="http://placehold.it/50x50" alt="">
</span>
<div class="media-body">
<h5 class="media-heading">
<strong>{{ mensaje.nombre }}</strong>
</h5>
<p class="small text-muted"><i class="fa fa-clock-o"></i> {{ mensaje.fecha | date }}</p>
<p>{{ mensaje.mensaje }}</p>
</div>
</div>
</a>
</li>
<li class="message-footer">
<a href="#">Leer todos los mensajes.</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-bell"></i> <b class="caret"></b></a>
<ul class="dropdown-menu alert-dropdown">
<li ng-repeat="notificacion in notificaciones"><a href="#"> <span class="label label-{{notificacion.tipo}}">{{notificacion.badge}}</span> {{notificacion.titulo}}</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> {{ socio.nombre }}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li ng-repeat="opcion in opciones"><a href="{{opcion.href}}"> <i class="fa fa-fw fa-{{opcion.tipo}}"></i> {{opcion.titulo}}</a></li>
<li class="divider"></li>
<li>
<a href="#" ng-click="logout()"><i class="fa fa-fw fa-power-off"></i> Salir</a>
</li>
</ul>
</li>
</ul>
<!-- Sidebar Menu Items - These collapse to the responsive navigation menu on small screens -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav side-nav">
<li ng-repeat="menu in menues">
<a href="{{ menu.url }}" data-toggle="{{ menu.data_toggle }}" data-target="#{{ menu.nombre }}"><i class="fa fa-fa fa-{{ menu.tipo }}"></i> {{menu.nombre }}</i></a>
<ul id="{{ menu.nombre }}" class="collapse">
<li ng-repeat="child in menu.children">
<a href="{{ child.url }}"> {{ child.nombre }}</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div id="page-wrapper" ng-controller="listaSocios">
<div class="container-fluid">
<!-- Page Heading -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">
Socios
<small>Lista de socios</small>
</h1>
<ol class="breadcrumb">
<li>
<i class="fa fa-dashboard"></i> <a href="index.html">Panel Principal</a>
</li>
<li class="active">
<i class="fa fa-file"></i> Socios
</li>
</ol>
</div>
</div>
<!-- /.row -->
<h2>Lista de Socios</h2>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon"><i class="fa fa-search"></i></div>
<input type="text" class="form-control" placeholder="Search da Fish" ng-model="searchSocio">
</div>
</div>
</form>
<div class="table-responsive">
<table class="table table-bordered table-hover table-striped">
<thead>
<tr>
<th><a href="#" ng-click="sortType = 'nroSocio'; sortReverse = !sortReverse"># Socio<span ng-show="sortType == 'nroSocio' && !sortReverse" class="fa fa-caret-down"></span><span ng-show="sortType == 'nroSocio' && sortReverse" class="fa fa-caret-up"></span></a></th>
<th><a href="#" ng-click="sortType = 'nombre'; sortReverse = !sortReverse">Nombre<span ng-show="sortType == 'nombre' && !sortReverse" class="fa fa-caret-down"></span><span ng-show="sortType == 'nombre' && sortReverse" class="fa fa-caret-up"></span></a></th>
<th><a href="#" ng-click="sortType = 'apellido'; sortReverse = !sortReverse">Apellido<span ng-show="sortType == 'apellido' && !sortReverse" class="fa fa-caret-down"></span><span ng-show="sortType == 'apellido' && sortReverse" class="fa fa-caret-up"></span></a></th>
<th><a href="#" ng-click="sortType = 'nroDoc'; sortReverse = !sortReverse">Nro Doc<span ng-show="sortType == 'nroDoc' && !sortReverse" class="fa fa-caret-down"></span><span ng-show="sortType == 'nroDoc' && sortReverse" class="fa fa-caret-up"></span></a></th>
<th><a href="#" ng-click="sortType = 'codSubComision'; sortReverse = !sortReverse">Sub Comision<span ng-show="sortType == 'codSubComision' && !sortReverse" class="fa fa-caret-down"></span><span ng-show="sortType == 'codSubComision' && sortReverse" class="fa fa-caret-up"></span></a></th>
<th><a href="#" ng-click="sortType = 'estadoSocio'; sortReverse = !sortReverse">Estado<span ng-show="sortType == 'estadoSocio' && !sortReverse" class="fa fa-caret-down"></span><span ng-show="sortType == 'estadoSocio' && sortReverse" class="fa fa-caret-up"></span></a></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="obj in objects | orderBy:sortType:sortReverse | filter:searchSocio | filter : paginate" class="{{pedido.codEstado.label}}" ng-click="abrirpedido(pedido)" >
<td> {{ obj.nroSocio }} </td>
<td> {{ obj.nombre }} </td>
<td> {{ obj.apellido }} </td>
<td> {{ obj.nroDoc }} </td>
<td> {{ obj.codSubcomision }} </td>
<td> {{ obj.estadoSocio }} </td>
</tr>
</tbody>
</table>
<uib-pagination boundary-links="true" total-items="totalItems" ng-model="currentPage" max-size="5" class="pagination-sm" boundary-link-numbers="true" rotate="false"></uib-pagination>
</div>
</div>
<!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
</body>
</html>
|
Inakimalerba/inakimalerba.github.io
|
panel/socio/lista.html
|
HTML
|
apache-2.0
| 11,837
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_232) on Tue Sep 15 08:53:08 UTC 2020 -->
<title>Uses of Class org.springframework.web.reactive.function.BodyInserters (Spring Framework 5.1.18.RELEASE API)</title>
<meta name="date" content="2020-09-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="Uses of Class org.springframework.web.reactive.function.BodyInserters (Spring Framework 5.1.18.RELEASE API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../org/springframework/web/reactive/function/BodyInserters.html" title="class in org.springframework.web.reactive.function">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/springframework/web/reactive/function/class-use/BodyInserters.html" target="_top">Frames</a></li>
<li><a href="BodyInserters.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.springframework.web.reactive.function.BodyInserters" class="title">Uses of Class<br>org.springframework.web.reactive.function.BodyInserters</h2>
</div>
<div class="classUseContainer">No usage of org.springframework.web.reactive.function.BodyInserters</div>
<!-- ======= 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><a href="../../../../../../org/springframework/web/reactive/function/BodyInserters.html" title="class in org.springframework.web.reactive.function">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/springframework/web/reactive/function/class-use/BodyInserters.html" target="_top">Frames</a></li>
<li><a href="BodyInserters.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
akhr/java
|
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/web/reactive/function/class-use/BodyInserters.html
|
HTML
|
apache-2.0
| 4,842
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_14) on Wed Sep 10 22:04:22 CST 2014 -->
<TITLE>
Àà darks.orm.core.data.tags.express.impl.ItEqualOper µÄʹÓÃ
</TITLE>
<META NAME="date" CONTENT="2014-09-10">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Àà darks.orm.core.data.tags.express.impl.ItEqualOper µÄʹÓÃ";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Ìø¹ýµ¼º½Á´½Ó"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../darks/orm/core/data/tags/express/impl/ItEqualOper.html" title="darks.orm.core.data.tags.express.impl ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?darks/orm/core/data/tags/express/impl/\class-useItEqualOper.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="ItEqualOper.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Àà darks.orm.core.data.tags.express.impl.ItEqualOper<br>µÄʹÓÃ</B></H2>
</CENTER>
ûÓÐ darks.orm.core.data.tags.express.impl.ItEqualOper µÄÓ÷¨
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../darks/orm/core/data/tags/express/impl/ItEqualOper.html" title="darks.orm.core.data.tags.express.impl ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?darks/orm/core/data/tags/express/impl/\class-useItEqualOper.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="ItEqualOper.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
liulhdarks/darks-orm
|
doc/darks/orm/core/data/tags/express/impl/class-use/ItEqualOper.html
|
HTML
|
apache-2.0
| 6,103
|
<lift:children>
<lift:Mobile.desktop>
<lift:embed what="desktop"/>
</lift:mobile.desktop>
<lift:Mobile.mobile>
<lift:embed what="mobile"/>
</lift:Mobile>
</lift:children
|
Rmanolis/newsfromthestreets
|
src/main/webapp/templates-hidden/default.html
|
HTML
|
apache-2.0
| 185
|
---
layout: post
title: ">Using Team City to run “personal builds”"
date: 2009-07-17 12:30:00.000000000 +02:00
categories:
- NServiceBus
- sqlite
- Team City
tags: []
status: publish
type: post
published: true
meta:
dsq_thread_id: '299892663'
blogger_blog: andreasohlund.blogspot.com
blogger_permalink: "/2009/07/using-team-city-to-run-personal-builds.html"
author:
login: andreas.ohlund
email: andreasohlund2@gmail.com
display_name: Andreas Öhlund
first_name: Andreas
last_name: "Öhlund"
---
<p>>
<p>Team City has a killer feature called <a href="http://www.jetbrains.com/teamcity/features/continuous_integration.html#Remote_Build_Run_and_Pre-Tested_Commit">remote run</a>. This gives you the ability to test your changes on the build server before actually committing anything. </p>
<p><strong>Why is this needed, you might ask?</strong> </p>
<p>Let me try to explain with an example. I’ve recently committed some features to <a href="http://www.nservicebus.com/">NServiceBus</a> where the tests where using <a href="http://www.sqlite.org/">Sqlite</a> for in memory testing of NHibernate mappings. The coding went smooth and all test where green “on my machine”. I’ve danced the checkin dance and finally committed the changes. </p>
<p><strong>What do you think happened?</strong></p>
<p>Well the “it works on my machine” devil paid me a visit and made sure that the Continuous Integration choked with a classic “Bad Image Format” exception. It turns out that the build agent over at <a href="http://teamcity.codebetter.com">http://teamcity.codebetter.com</a> is 64-bit and that caused the NUnit test runner to fail because I’ve compiled against the x86 version of Sqllite. But before I’ve got this fixed I had caused 10 failed builds, I don’t have a x64 machine so I had to do trial and error debugging. And trust me repeatedly failing the build is a great way to piss off your fellow developers. If I had been using the “personal build” feature before I committed  this wouldn't have happened.</p>
<p><strong>To start using this feature do the following:</strong></p>
<ol>
<li>Download the Team City Visual Studio plug in (login to your Team City server and click on “My Settings & Tools”) </li>
<li>Download the <a href="http://www.open.collab.net/downloads/subversion/">CollabNet Subversion client</a> and install it </li>
<li>Open visual studio and
<ol>
<li>Login to Team City (from the “Team City” menu) </li>
<li>Click on “Remote run” </li>
<li>Make sure subversion support is enabled (see picture below)</li>
</ol>
</li>
</ol>
<p><a href="http://lh3.ggpht.com/_fqHEujhanB4/SmBgxOlm-uI/AAAAAAAAADM/Jk9e3djOggI/s1600-h/personal_build%5B9%5D.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="personal_build" border="0" alt="personal_build" src="assets/personal_build_thumb%5B12%5D.jpg?imgmax=800" width="540" height="154" /></a> </p>
<p>That should be it. Another great “move” added to my check in dance!</p>
<p>Thanks to <a href="http://tunatoksoz.com/">Tuna Toksoz</a> for helping me with the Sqlite issue and reminding me of the “personal build” feature!</p>
|
andreasohlund/andreasohlund.github.io
|
_posts/2009-07-17-using-team-city-to-run-%e2%80%9cpersonal-builds%e2%80%9d.html
|
HTML
|
apache-2.0
| 3,217
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>org.apache.jmeter.protocol.http.proxy (Apache JMeter API)</title>
<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="org.apache.jmeter.protocol.http.proxy (Apache JMeter 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 class="navBarCell1Rev">Package</li>
<li>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 class="aboutLanguage"><em><b>Apache JMeter</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/jmeter/protocol/http/parser/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/gui/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/proxy/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.apache.jmeter.protocol.http.proxy</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy">SamplerCreator</a></td>
<td class="colLast">
<div class="block">Factory of sampler</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.html" title="class in org.apache.jmeter.protocol.http.proxy">AbstractSamplerCreator</a></td>
<td class="colLast">
<div class="block">Base class for SamplerCreator</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Daemon.html" title="class in org.apache.jmeter.protocol.http.proxy">Daemon</a></td>
<td class="colLast">
<div class="block">Web daemon thread.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.html" title="class in org.apache.jmeter.protocol.http.proxy">DefaultSamplerCreator</a></td>
<td class="colLast">
<div class="block">Default implementation that handles classical HTTP textual + Multipart requests</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/FormCharSetFinder.html" title="class in org.apache.jmeter.protocol.http.proxy">FormCharSetFinder</a></td>
<td class="colLast">
<div class="block">A parser for html, to find the form tags, and their accept-charset value</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpReplyHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpReplyHdr</a></td>
<td class="colLast">
<div class="block">Utility class to generate HTTP responses of various types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html" title="class in org.apache.jmeter.protocol.http.proxy">HttpRequestHdr</a></td>
<td class="colLast">
<div class="block">The headers of the client HTTP request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/Proxy.html" title="class in org.apache.jmeter.protocol.http.proxy">Proxy</a></td>
<td class="colLast">
<div class="block">Thread to handle one client request.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.html" title="class in org.apache.jmeter.protocol.http.proxy">ProxyControl</a></td>
<td class="colLast">
<div class="block">Class handles storing of generated samples, etc</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreatorFactory.html" title="class in org.apache.jmeter.protocol.http.proxy">SamplerCreatorFactory</a></td>
<td class="colLast">
<div class="block"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/SamplerCreator.html" title="interface in org.apache.jmeter.protocol.http.proxy"><code>SamplerCreator</code></a> factory</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/ProxyControl.KeystoreMode.html" title="enum in org.apache.jmeter.protocol.http.proxy">ProxyControl.KeystoreMode</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= 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 class="navBarCell1Rev">Package</li>
<li>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 class="aboutLanguage"><em><b>Apache JMeter</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/jmeter/protocol/http/parser/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/apache/jmeter/protocol/http/proxy/gui/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/jmeter/protocol/http/proxy/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 1998-2016 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>
|
kangli914/JmeterAutomation
|
docs/api/org/apache/jmeter/protocol/http/proxy/package-summary.html
|
HTML
|
apache-2.0
| 9,217
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>content-editable - YUI 3</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="YUI 3"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 3.18.1</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/Anim.html">Anim</a></li>
<li><a href="../classes/App.html">App</a></li>
<li><a href="../classes/App.Base.html">App.Base</a></li>
<li><a href="../classes/App.Content.html">App.Content</a></li>
<li><a href="../classes/App.Transitions.html">App.Transitions</a></li>
<li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li>
<li><a href="../classes/AreaSeries.html">AreaSeries</a></li>
<li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li>
<li><a href="../classes/Array.html">Array</a></li>
<li><a href="../classes/ArrayList.html">ArrayList</a></li>
<li><a href="../classes/ArraySort.html">ArraySort</a></li>
<li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li>
<li><a href="../classes/Attribute.html">Attribute</a></li>
<li><a href="../classes/AttributeCore.html">AttributeCore</a></li>
<li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li>
<li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li>
<li><a href="../classes/AttributeLite.html">AttributeLite</a></li>
<li><a href="../classes/AttributeObservable.html">AttributeObservable</a></li>
<li><a href="../classes/AutoComplete.html">AutoComplete</a></li>
<li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li>
<li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li>
<li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li>
<li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li>
<li><a href="../classes/Axis.html">Axis</a></li>
<li><a href="../classes/AxisBase.html">AxisBase</a></li>
<li><a href="../classes/BarSeries.html">BarSeries</a></li>
<li><a href="../classes/Base.html">Base</a></li>
<li><a href="../classes/BaseCore.html">BaseCore</a></li>
<li><a href="../classes/BaseObservable.html">BaseObservable</a></li>
<li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li>
<li><a href="../classes/Button.html">Button</a></li>
<li><a href="../classes/ButtonCore.html">ButtonCore</a></li>
<li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li>
<li><a href="../classes/Cache.html">Cache</a></li>
<li><a href="../classes/CacheOffline.html">CacheOffline</a></li>
<li><a href="../classes/Calendar.html">Calendar</a></li>
<li><a href="../classes/CalendarBase.html">CalendarBase</a></li>
<li><a href="../classes/CandlestickSeries.html">CandlestickSeries</a></li>
<li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li>
<li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li>
<li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li>
<li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li>
<li><a href="../classes/CanvasPath.html">CanvasPath</a></li>
<li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li>
<li><a href="../classes/CanvasRect.html">CanvasRect</a></li>
<li><a href="../classes/CanvasShape.html">CanvasShape</a></li>
<li><a href="../classes/CartesianChart.html">CartesianChart</a></li>
<li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li>
<li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li>
<li><a href="../classes/CategoryAxisBase.html">CategoryAxisBase</a></li>
<li><a href="../classes/CategoryImpl.html">CategoryImpl</a></li>
<li><a href="../classes/Chart.html">Chart</a></li>
<li><a href="../classes/ChartBase.html">ChartBase</a></li>
<li><a href="../classes/ChartLegend.html">ChartLegend</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/CircleGroup.html">CircleGroup</a></li>
<li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li>
<li><a href="../classes/ClickableRail.html">ClickableRail</a></li>
<li><a href="../classes/Color.html">Color</a></li>
<li><a href="../classes/Color.Harmony.html">Color.Harmony</a></li>
<li><a href="../classes/Color.HSL.html">Color.HSL</a></li>
<li><a href="../classes/Color.HSV.html">Color.HSV</a></li>
<li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li>
<li><a href="../classes/ComboSeries.html">ComboSeries</a></li>
<li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li>
<li><a href="../classes/config.html">config</a></li>
<li><a href="../classes/Console.html">Console</a></li>
<li><a href="../classes/ContentEditable.html">ContentEditable</a></li>
<li><a href="../classes/Controller.html">Controller</a></li>
<li><a href="../classes/Cookie.html">Cookie</a></li>
<li><a href="../classes/CurveUtil.html">CurveUtil</a></li>
<li><a href="../classes/CustomEvent.html">CustomEvent</a></li>
<li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li>
<li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li>
<li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li>
<li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li>
<li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li>
<li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li>
<li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li>
<li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li>
<li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li>
<li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li>
<li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li>
<li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li>
<li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li>
<li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li>
<li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li>
<li><a href="../classes/DataTable.html">DataTable</a></li>
<li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li>
<li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li>
<li><a href="../classes/DataTable.BodyView.Formatters.html">DataTable.BodyView.Formatters</a></li>
<li><a href="../classes/DataTable.Column.html">DataTable.Column</a></li>
<li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li>
<li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li>
<li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li>
<li><a href="../classes/DataTable.Highlight.html">DataTable.Highlight</a></li>
<li><a href="../classes/DataTable.KeyNav.html">DataTable.KeyNav</a></li>
<li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li>
<li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li>
<li><a href="../classes/DataTable.Paginator.html">DataTable.Paginator</a></li>
<li><a href="../classes/DataTable.Paginator.Model.html">DataTable.Paginator.Model</a></li>
<li><a href="../classes/DataTable.Paginator.View.html">DataTable.Paginator.View</a></li>
<li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li>
<li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li>
<li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li>
<li><a href="../classes/Date.html">Date</a></li>
<li><a href="../classes/DD.DDM.html">DD.DDM</a></li>
<li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li>
<li><a href="../classes/DD.Drag.html">DD.Drag</a></li>
<li><a href="../classes/DD.Drop.html">DD.Drop</a></li>
<li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li>
<li><a href="../classes/Dial.html">Dial</a></li>
<li><a href="../classes/Do.html">Do</a></li>
<li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li>
<li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li>
<li><a href="../classes/Do.Error.html">Do.Error</a></li>
<li><a href="../classes/Do.Halt.html">Do.Halt</a></li>
<li><a href="../classes/Do.Method.html">Do.Method</a></li>
<li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li>
<li><a href="../classes/DOM.html">DOM</a></li>
<li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li>
<li><a href="../classes/Drawing.html">Drawing</a></li>
<li><a href="../classes/Easing.html">Easing</a></li>
<li><a href="../classes/EditorBase.html">EditorBase</a></li>
<li><a href="../classes/EditorSelection.html">EditorSelection</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li>
<li><a href="../classes/Escape.html">Escape</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventFacade.html">EventFacade</a></li>
<li><a href="../classes/EventHandle.html">EventHandle</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/Features.html">Features</a></li>
<li><a href="../classes/File.html">File</a></li>
<li><a href="../classes/FileFlash.html">FileFlash</a></li>
<li><a href="../classes/FileHTML5.html">FileHTML5</a></li>
<li><a href="../classes/Fills.html">Fills</a></li>
<li><a href="../classes/Frame.html">Frame</a></li>
<li><a href="../classes/Get.html">Get</a></li>
<li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li>
<li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li>
<li><a href="../classes/Graph.html">Graph</a></li>
<li><a href="../classes/Graphic.html">Graphic</a></li>
<li><a href="../classes/GraphicBase.html">GraphicBase</a></li>
<li><a href="../classes/Gridlines.html">Gridlines</a></li>
<li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li>
<li><a href="../classes/GroupRect.html">GroupRect</a></li>
<li><a href="../classes/Handlebars.html">Handlebars</a></li>
<li><a href="../classes/Highlight.html">Highlight</a></li>
<li><a href="../classes/Histogram.html">Histogram</a></li>
<li><a href="../classes/HistoryBase.html">HistoryBase</a></li>
<li><a href="../classes/HistoryHash.html">HistoryHash</a></li>
<li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li>
<li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li>
<li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li>
<li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li>
<li><a href="../classes/InlineEditor.html">InlineEditor</a></li>
<li><a href="../classes/Intl.html">Intl</a></li>
<li><a href="../classes/IO.html">IO</a></li>
<li><a href="../classes/JSON.html">JSON</a></li>
<li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li>
<li><a href="../classes/Lang.html">Lang</a></li>
<li><a href="../classes/LazyModelList.html">LazyModelList</a></li>
<li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li>
<li><a href="../classes/Lines.html">Lines</a></li>
<li><a href="../classes/LineSeries.html">LineSeries</a></li>
<li><a href="../classes/Loader.html">Loader</a></li>
<li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li>
<li><a href="../classes/Matrix.html">Matrix</a></li>
<li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li>
<li><a href="../classes/Model.html">Model</a></li>
<li><a href="../classes/ModelList.html">ModelList</a></li>
<li><a href="../classes/ModelSync.Local.html">ModelSync.Local</a></li>
<li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodeList.html">NodeList</a></li>
<li><a href="../classes/Number.html">Number</a></li>
<li><a href="../classes/NumericAxis.html">NumericAxis</a></li>
<li><a href="../classes/NumericAxisBase.html">NumericAxisBase</a></li>
<li><a href="../classes/NumericImpl.html">NumericImpl</a></li>
<li><a href="../classes/Object.html">Object</a></li>
<li><a href="../classes/OHLCSeries.html">OHLCSeries</a></li>
<li><a href="../classes/Overlay.html">Overlay</a></li>
<li><a href="../classes/Paginator.html">Paginator</a></li>
<li><a href="../classes/Paginator.Core.html">Paginator.Core</a></li>
<li><a href="../classes/Paginator.Url.html">Paginator.Url</a></li>
<li><a href="../classes/Panel.html">Panel</a></li>
<li><a href="../classes/Parallel.html">Parallel</a></li>
<li><a href="../classes/Path.html">Path</a></li>
<li><a href="../classes/PieChart.html">PieChart</a></li>
<li><a href="../classes/PieSeries.html">PieSeries</a></li>
<li><a href="../classes/Pjax.html">Pjax</a></li>
<li><a href="../classes/PjaxBase.html">PjaxBase</a></li>
<li><a href="../classes/PjaxContent.html">PjaxContent</a></li>
<li><a href="../classes/Plots.html">Plots</a></li>
<li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li>
<li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li>
<li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li>
<li><a href="../classes/Plugin.Button.html">Plugin.Button</a></li>
<li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li>
<li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li>
<li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li>
<li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li>
<li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li>
<li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li>
<li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li>
<li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li>
<li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li>
<li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li>
<li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li>
<li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li>
<li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li>
<li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li>
<li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li>
<li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li>
<li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li>
<li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li>
<li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li>
<li><a href="../classes/Plugin.ExecCommand.COMMANDS.html">Plugin.ExecCommand.COMMANDS</a></li>
<li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li>
<li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li>
<li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li>
<li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li>
<li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li>
<li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li>
<li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li>
<li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li>
<li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li>
<li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li>
<li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li>
<li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li>
<li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li>
<li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li>
<li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li>
<li><a href="../classes/Plugin.Tree.Lazy.html">Plugin.Tree.Lazy</a></li>
<li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li>
<li><a href="../classes/Pollable.html">Pollable</a></li>
<li><a href="../classes/Promise.html">Promise</a></li>
<li><a href="../classes/Promise.Resolver.html">Promise.Resolver</a></li>
<li><a href="../classes/QueryString.html">QueryString</a></li>
<li><a href="../classes/Queue.html">Queue</a></li>
<li><a href="../classes/RangeSeries.html">RangeSeries</a></li>
<li><a href="../classes/Record.html">Record</a></li>
<li><a href="../classes/Recordset.html">Recordset</a></li>
<li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li>
<li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li>
<li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li>
<li><a href="../classes/Rect.html">Rect</a></li>
<li><a href="../classes/Renderer.html">Renderer</a></li>
<li><a href="../classes/Resize.html">Resize</a></li>
<li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li>
<li><a href="../classes/Router.html">Router</a></li>
<li><a href="../classes/ScrollView.html">ScrollView</a></li>
<li><a href="../classes/Selector.html">Selector</a></li>
<li><a href="../classes/SeriesBase.html">SeriesBase</a></li>
<li><a href="../classes/Shape.html">Shape</a></li>
<li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li>
<li><a href="../classes/Slider.html">Slider</a></li>
<li><a href="../classes/SliderBase.html">SliderBase</a></li>
<li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li>
<li><a href="../classes/Sortable.html">Sortable</a></li>
<li><a href="../classes/SplineSeries.html">SplineSeries</a></li>
<li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li>
<li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li>
<li><a href="../classes/StackedAxis.html">StackedAxis</a></li>
<li><a href="../classes/StackedAxisBase.html">StackedAxisBase</a></li>
<li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li>
<li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li>
<li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li>
<li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li>
<li><a href="../classes/StackedImpl.html">StackedImpl</a></li>
<li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li>
<li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li>
<li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li>
<li><a href="../classes/StackingUtil.html">StackingUtil</a></li>
<li><a href="../classes/State.html">State</a></li>
<li><a href="../classes/StyleSheet.html">StyleSheet</a></li>
<li><a href="../classes/Subscriber.html">Subscriber</a></li>
<li><a href="../classes/SVGCircle.html">SVGCircle</a></li>
<li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li>
<li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li>
<li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li>
<li><a href="../classes/SVGPath.html">SVGPath</a></li>
<li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li>
<li><a href="../classes/SVGRect.html">SVGRect</a></li>
<li><a href="../classes/SVGShape.html">SVGShape</a></li>
<li><a href="../classes/SWF.html">SWF</a></li>
<li><a href="../classes/SWFDetect.html">SWFDetect</a></li>
<li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li>
<li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li>
<li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li>
<li><a href="../classes/Tab.html">Tab</a></li>
<li><a href="../classes/TabView.html">TabView</a></li>
<li><a href="../classes/Template.html">Template</a></li>
<li><a href="../classes/Template.Micro.html">Template.Micro</a></li>
<li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li>
<li><a href="../classes/Test.Assert.html">Test.Assert</a></li>
<li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li>
<li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li>
<li><a href="../classes/Test.Console.html">Test.Console</a></li>
<li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li>
<li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li>
<li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li>
<li><a href="../classes/Test.Mock.html">Test.Mock</a></li>
<li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li>
<li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li>
<li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li>
<li><a href="../classes/Test.Results.html">Test.Results</a></li>
<li><a href="../classes/Test.Runner.html">Test.Runner</a></li>
<li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li>
<li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li>
<li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li>
<li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li>
<li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li>
<li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li>
<li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li>
<li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li>
<li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li>
<li><a href="../classes/Test.Wait.html">Test.Wait</a></li>
<li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li>
<li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li>
<li><a href="../classes/TimeAxis.html">TimeAxis</a></li>
<li><a href="../classes/TimeAxisBase.html">TimeAxisBase</a></li>
<li><a href="../classes/TimeImpl.html">TimeImpl</a></li>
<li><a href="../classes/ToggleButton.html">ToggleButton</a></li>
<li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li>
<li><a href="../classes/Transition.html">Transition</a></li>
<li><a href="../classes/Tree.html">Tree</a></li>
<li><a href="../classes/Tree.Labelable.html">Tree.Labelable</a></li>
<li><a href="../classes/Tree.Node.html">Tree.Node</a></li>
<li><a href="../classes/Tree.Node.Labelable.html">Tree.Node.Labelable</a></li>
<li><a href="../classes/Tree.Node.Openable.html">Tree.Node.Openable</a></li>
<li><a href="../classes/Tree.Node.Selectable.html">Tree.Node.Selectable</a></li>
<li><a href="../classes/Tree.Node.Sortable.html">Tree.Node.Sortable</a></li>
<li><a href="../classes/Tree.Openable.html">Tree.Openable</a></li>
<li><a href="../classes/Tree.Selectable.html">Tree.Selectable</a></li>
<li><a href="../classes/Tree.Sortable.html">Tree.Sortable</a></li>
<li><a href="../classes/UA.html">UA</a></li>
<li><a href="../classes/Uploader.html">Uploader</a></li>
<li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li>
<li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li>
<li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li>
<li><a href="../classes/ValueChange.html">ValueChange</a></li>
<li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li>
<li><a href="../classes/View.html">View</a></li>
<li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li>
<li><a href="../classes/VMLCircle.html">VMLCircle</a></li>
<li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li>
<li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li>
<li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li>
<li><a href="../classes/VMLPath.html">VMLPath</a></li>
<li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li>
<li><a href="../classes/VMLRect.html">VMLRect</a></li>
<li><a href="../classes/VMLShape.html">VMLShape</a></li>
<li><a href="../classes/Widget.html">Widget</a></li>
<li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li>
<li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li>
<li><a href="../classes/WidgetChild.html">WidgetChild</a></li>
<li><a href="../classes/WidgetModality.html">WidgetModality</a></li>
<li><a href="../classes/WidgetParent.html">WidgetParent</a></li>
<li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li>
<li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li>
<li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li>
<li><a href="../classes/WidgetStack.html">WidgetStack</a></li>
<li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li>
<li><a href="../classes/XML.html">XML</a></li>
<li><a href="../classes/YQL.html">YQL</a></li>
<li><a href="../classes/YQLRequest.html">YQLRequest</a></li>
<li><a href="../classes/YUI.html">YUI</a></li>
<li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/align-plugin.html">align-plugin</a></li>
<li><a href="../modules/anim.html">anim</a></li>
<li><a href="../modules/anim-base.html">anim-base</a></li>
<li><a href="../modules/anim-color.html">anim-color</a></li>
<li><a href="../modules/anim-curve.html">anim-curve</a></li>
<li><a href="../modules/anim-easing.html">anim-easing</a></li>
<li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li>
<li><a href="../modules/anim-scroll.html">anim-scroll</a></li>
<li><a href="../modules/anim-shape.html">anim-shape</a></li>
<li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li>
<li><a href="../modules/anim-xy.html">anim-xy</a></li>
<li><a href="../modules/app.html">app</a></li>
<li><a href="../modules/app-base.html">app-base</a></li>
<li><a href="../modules/app-content.html">app-content</a></li>
<li><a href="../modules/app-transitions.html">app-transitions</a></li>
<li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li>
<li><a href="../modules/array-extras.html">array-extras</a></li>
<li><a href="../modules/array-invoke.html">array-invoke</a></li>
<li><a href="../modules/arraylist.html">arraylist</a></li>
<li><a href="../modules/arraylist-add.html">arraylist-add</a></li>
<li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li>
<li><a href="../modules/arraysort.html">arraysort</a></li>
<li><a href="../modules/async-queue.html">async-queue</a></li>
<li><a href="../modules/attribute.html">attribute</a></li>
<li><a href="../modules/attribute-base.html">attribute-base</a></li>
<li><a href="../modules/attribute-complex.html">attribute-complex</a></li>
<li><a href="../modules/attribute-core.html">attribute-core</a></li>
<li><a href="../modules/attribute-extras.html">attribute-extras</a></li>
<li><a href="../modules/attribute-observable.html">attribute-observable</a></li>
<li><a href="../modules/autocomplete.html">autocomplete</a></li>
<li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li>
<li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li>
<li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li>
<li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li>
<li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li>
<li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li>
<li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li>
<li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li>
<li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li>
<li><a href="../modules/axis.html">axis</a></li>
<li><a href="../modules/axis-base.html">axis-base</a></li>
<li><a href="../modules/axis-category.html">axis-category</a></li>
<li><a href="../modules/axis-category-base.html">axis-category-base</a></li>
<li><a href="../modules/axis-numeric.html">axis-numeric</a></li>
<li><a href="../modules/axis-numeric-base.html">axis-numeric-base</a></li>
<li><a href="../modules/axis-stacked.html">axis-stacked</a></li>
<li><a href="../modules/axis-stacked-base.html">axis-stacked-base</a></li>
<li><a href="../modules/axis-time.html">axis-time</a></li>
<li><a href="../modules/axis-time-base.html">axis-time-base</a></li>
<li><a href="../modules/base.html">base</a></li>
<li><a href="../modules/base-base.html">base-base</a></li>
<li><a href="../modules/base-build.html">base-build</a></li>
<li><a href="../modules/base-core.html">base-core</a></li>
<li><a href="../modules/base-observable.html">base-observable</a></li>
<li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li>
<li><a href="../modules/button.html">button</a></li>
<li><a href="../modules/button-core.html">button-core</a></li>
<li><a href="../modules/button-group.html">button-group</a></li>
<li><a href="../modules/button-plugin.html">button-plugin</a></li>
<li><a href="../modules/cache.html">cache</a></li>
<li><a href="../modules/cache-base.html">cache-base</a></li>
<li><a href="../modules/cache-offline.html">cache-offline</a></li>
<li><a href="../modules/cache-plugin.html">cache-plugin</a></li>
<li><a href="../modules/calendar.html">calendar</a></li>
<li><a href="../modules/calendar-base.html">calendar-base</a></li>
<li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li>
<li><a href="../modules/charts.html">charts</a></li>
<li><a href="../modules/charts-base.html">charts-base</a></li>
<li><a href="../modules/charts-legend.html">charts-legend</a></li>
<li><a href="../modules/classnamemanager.html">classnamemanager</a></li>
<li><a href="../modules/clickable-rail.html">clickable-rail</a></li>
<li><a href="../modules/collection.html">collection</a></li>
<li><a href="../modules/color.html">color</a></li>
<li><a href="../modules/color-base.html">color-base</a></li>
<li><a href="../modules/color-harmony.html">color-harmony</a></li>
<li><a href="../modules/color-hsl.html">color-hsl</a></li>
<li><a href="../modules/color-hsv.html">color-hsv</a></li>
<li><a href="../modules/console.html">console</a></li>
<li><a href="../modules/console-filters.html">console-filters</a></li>
<li><a href="../modules/content-editable.html">content-editable</a></li>
<li><a href="../modules/cookie.html">cookie</a></li>
<li><a href="../modules/createlink-base.html">createlink-base</a></li>
<li><a href="../modules/dataschema.html">dataschema</a></li>
<li><a href="../modules/dataschema-array.html">dataschema-array</a></li>
<li><a href="../modules/dataschema-base.html">dataschema-base</a></li>
<li><a href="../modules/dataschema-json.html">dataschema-json</a></li>
<li><a href="../modules/dataschema-text.html">dataschema-text</a></li>
<li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li>
<li><a href="../modules/datasource.html">datasource</a></li>
<li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li>
<li><a href="../modules/datasource-cache.html">datasource-cache</a></li>
<li><a href="../modules/datasource-function.html">datasource-function</a></li>
<li><a href="../modules/datasource-get.html">datasource-get</a></li>
<li><a href="../modules/datasource-io.html">datasource-io</a></li>
<li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li>
<li><a href="../modules/datasource-local.html">datasource-local</a></li>
<li><a href="../modules/datasource-polling.html">datasource-polling</a></li>
<li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li>
<li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li>
<li><a href="../modules/datatable.html">datatable</a></li>
<li><a href="../modules/datatable-base.html">datatable-base</a></li>
<li><a href="../modules/datatable-body.html">datatable-body</a></li>
<li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li>
<li><a href="../modules/datatable-core.html">datatable-core</a></li>
<li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li>
<li><a href="../modules/datatable-foot.html">datatable-foot</a></li>
<li><a href="../modules/datatable-formatters.html">datatable-formatters</a></li>
<li><a href="../modules/datatable-head.html">datatable-head</a></li>
<li><a href="../modules/datatable-highlight.html">datatable-highlight</a></li>
<li><a href="../modules/datatable-keynav.html">datatable-keynav</a></li>
<li><a href="../modules/datatable-message.html">datatable-message</a></li>
<li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li>
<li><a href="../modules/datatable-paginator.html">datatable-paginator</a></li>
<li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li>
<li><a href="../modules/datatable-sort.html">datatable-sort</a></li>
<li><a href="../modules/datatable-table.html">datatable-table</a></li>
<li><a href="../modules/datatype.html">datatype</a></li>
<li><a href="../modules/datatype-date.html">datatype-date</a></li>
<li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li>
<li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li>
<li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li>
<li><a href="../modules/datatype-number.html">datatype-number</a></li>
<li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li>
<li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li>
<li><a href="../modules/datatype-xml.html">datatype-xml</a></li>
<li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li>
<li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li>
<li><a href="../modules/dd.html">dd</a></li>
<li><a href="../modules/dd-constrain.html">dd-constrain</a></li>
<li><a href="../modules/dd-ddm.html">dd-ddm</a></li>
<li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li>
<li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li>
<li><a href="../modules/dd-delegate.html">dd-delegate</a></li>
<li><a href="../modules/dd-drag.html">dd-drag</a></li>
<li><a href="../modules/dd-drop.html">dd-drop</a></li>
<li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li>
<li><a href="../modules/dd-gestures.html">dd-gestures</a></li>
<li><a href="../modules/dd-plugin.html">dd-plugin</a></li>
<li><a href="../modules/dd-proxy.html">dd-proxy</a></li>
<li><a href="../modules/dd-scroll.html">dd-scroll</a></li>
<li><a href="../modules/dial.html">dial</a></li>
<li><a href="../modules/dom.html">dom</a></li>
<li><a href="../modules/dom-base.html">dom-base</a></li>
<li><a href="../modules/dom-screen.html">dom-screen</a></li>
<li><a href="../modules/dom-style.html">dom-style</a></li>
<li><a href="../modules/dump.html">dump</a></li>
<li><a href="../modules/editor.html">editor</a></li>
<li><a href="../modules/editor-base.html">editor-base</a></li>
<li><a href="../modules/editor-bidi.html">editor-bidi</a></li>
<li><a href="../modules/editor-br.html">editor-br</a></li>
<li><a href="../modules/editor-inline.html">editor-inline</a></li>
<li><a href="../modules/editor-lists.html">editor-lists</a></li>
<li><a href="../modules/editor-para.html">editor-para</a></li>
<li><a href="../modules/editor-para-base.html">editor-para-base</a></li>
<li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li>
<li><a href="../modules/editor-tab.html">editor-tab</a></li>
<li><a href="../modules/escape.html">escape</a></li>
<li><a href="../modules/event.html">event</a></li>
<li><a href="../modules/event-base.html">event-base</a></li>
<li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li>
<li><a href="../modules/event-custom.html">event-custom</a></li>
<li><a href="../modules/event-custom-base.html">event-custom-base</a></li>
<li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li>
<li><a href="../modules/event-delegate.html">event-delegate</a></li>
<li><a href="../modules/event-flick.html">event-flick</a></li>
<li><a href="../modules/event-focus.html">event-focus</a></li>
<li><a href="../modules/event-gestures.html">event-gestures</a></li>
<li><a href="../modules/event-hover.html">event-hover</a></li>
<li><a href="../modules/event-key.html">event-key</a></li>
<li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li>
<li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li>
<li><a href="../modules/event-move.html">event-move</a></li>
<li><a href="../modules/event-outside.html">event-outside</a></li>
<li><a href="../modules/event-resize.html">event-resize</a></li>
<li><a href="../modules/event-simulate.html">event-simulate</a></li>
<li><a href="../modules/event-synthetic.html">event-synthetic</a></li>
<li><a href="../modules/event-tap.html">event-tap</a></li>
<li><a href="../modules/event-touch.html">event-touch</a></li>
<li><a href="../modules/event-valuechange.html">event-valuechange</a></li>
<li><a href="../modules/exec-command.html">exec-command</a></li>
<li><a href="../modules/features.html">features</a></li>
<li><a href="../modules/file.html">file</a></li>
<li><a href="../modules/file-flash.html">file-flash</a></li>
<li><a href="../modules/file-html5.html">file-html5</a></li>
<li><a href="../modules/frame.html">frame</a></li>
<li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li>
<li><a href="../modules/get.html">get</a></li>
<li><a href="../modules/get-nodejs.html">get-nodejs</a></li>
<li><a href="../modules/graphics.html">graphics</a></li>
<li><a href="../modules/graphics-group.html">graphics-group</a></li>
<li><a href="../modules/handlebars.html">handlebars</a></li>
<li><a href="../modules/handlebars-base.html">handlebars-base</a></li>
<li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li>
<li><a href="../modules/highlight.html">highlight</a></li>
<li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li>
<li><a href="../modules/highlight-base.html">highlight-base</a></li>
<li><a href="../modules/history.html">history</a></li>
<li><a href="../modules/history-base.html">history-base</a></li>
<li><a href="../modules/history-hash.html">history-hash</a></li>
<li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li>
<li><a href="../modules/history-html5.html">history-html5</a></li>
<li><a href="../modules/imageloader.html">imageloader</a></li>
<li><a href="../modules/intl.html">intl</a></li>
<li><a href="../modules/io.html">io</a></li>
<li><a href="../modules/io-base.html">io-base</a></li>
<li><a href="../modules/io-form.html">io-form</a></li>
<li><a href="../modules/io-nodejs.html">io-nodejs</a></li>
<li><a href="../modules/io-queue.html">io-queue</a></li>
<li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li>
<li><a href="../modules/io-xdr.html">io-xdr</a></li>
<li><a href="../modules/json.html">json</a></li>
<li><a href="../modules/json-parse.html">json-parse</a></li>
<li><a href="../modules/json-stringify.html">json-stringify</a></li>
<li><a href="../modules/jsonp.html">jsonp</a></li>
<li><a href="../modules/jsonp-url.html">jsonp-url</a></li>
<li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li>
<li><a href="../modules/loader.html">loader</a></li>
<li><a href="../modules/loader-base.html">loader-base</a></li>
<li><a href="../modules/loader-yui3.html">loader-yui3</a></li>
<li><a href="../modules/matrix.html">matrix</a></li>
<li><a href="../modules/model.html">model</a></li>
<li><a href="../modules/model-list.html">model-list</a></li>
<li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li>
<li><a href="../modules/node.html">node</a></li>
<li><a href="../modules/node-base.html">node-base</a></li>
<li><a href="../modules/node-core.html">node-core</a></li>
<li><a href="../modules/node-data.html">node-data</a></li>
<li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li>
<li><a href="../modules/node-event-html5.html">node-event-html5</a></li>
<li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li>
<li><a href="../modules/node-flick.html">node-flick</a></li>
<li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li>
<li><a href="../modules/node-load.html">node-load</a></li>
<li><a href="../modules/node-menunav.html">node-menunav</a></li>
<li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li>
<li><a href="../modules/node-screen.html">node-screen</a></li>
<li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li>
<li><a href="../modules/node-style.html">node-style</a></li>
<li><a href="../modules/oop.html">oop</a></li>
<li><a href="../modules/overlay.html">overlay</a></li>
<li><a href="../modules/paginator.html">paginator</a></li>
<li><a href="../modules/paginator-core.html">paginator-core</a></li>
<li><a href="../modules/paginator-url.html">paginator-url</a></li>
<li><a href="../modules/panel.html">panel</a></li>
<li><a href="../modules/parallel.html">parallel</a></li>
<li><a href="../modules/pjax.html">pjax</a></li>
<li><a href="../modules/pjax-base.html">pjax-base</a></li>
<li><a href="../modules/pjax-content.html">pjax-content</a></li>
<li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li>
<li><a href="../modules/plugin.html">plugin</a></li>
<li><a href="../modules/pluginhost.html">pluginhost</a></li>
<li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li>
<li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li>
<li><a href="../modules/promise.html">promise</a></li>
<li><a href="../modules/querystring.html">querystring</a></li>
<li><a href="../modules/querystring-parse.html">querystring-parse</a></li>
<li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li>
<li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li>
<li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li>
<li><a href="../modules/queue-promote.html">queue-promote</a></li>
<li><a href="../modules/range-slider.html">range-slider</a></li>
<li><a href="../modules/recordset.html">recordset</a></li>
<li><a href="../modules/recordset-base.html">recordset-base</a></li>
<li><a href="../modules/recordset-filter.html">recordset-filter</a></li>
<li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li>
<li><a href="../modules/recordset-sort.html">recordset-sort</a></li>
<li><a href="../modules/resize.html">resize</a></li>
<li><a href="../modules/resize-contrain.html">resize-contrain</a></li>
<li><a href="../modules/resize-plugin.html">resize-plugin</a></li>
<li><a href="../modules/resize-proxy.html">resize-proxy</a></li>
<li><a href="../modules/rollup.html">rollup</a></li>
<li><a href="../modules/router.html">router</a></li>
<li><a href="../modules/scrollview.html">scrollview</a></li>
<li><a href="../modules/scrollview-base.html">scrollview-base</a></li>
<li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li>
<li><a href="../modules/scrollview-list.html">scrollview-list</a></li>
<li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li>
<li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li>
<li><a href="../modules/selection.html">selection</a></li>
<li><a href="../modules/selector-css2.html">selector-css2</a></li>
<li><a href="../modules/selector-css3.html">selector-css3</a></li>
<li><a href="../modules/selector-native.html">selector-native</a></li>
<li><a href="../modules/series-area.html">series-area</a></li>
<li><a href="../modules/series-area-stacked.html">series-area-stacked</a></li>
<li><a href="../modules/series-areaspline.html">series-areaspline</a></li>
<li><a href="../modules/series-areaspline-stacked.html">series-areaspline-stacked</a></li>
<li><a href="../modules/series-bar.html">series-bar</a></li>
<li><a href="../modules/series-bar-stacked.html">series-bar-stacked</a></li>
<li><a href="../modules/series-base.html">series-base</a></li>
<li><a href="../modules/series-candlestick.html">series-candlestick</a></li>
<li><a href="../modules/series-cartesian.html">series-cartesian</a></li>
<li><a href="../modules/series-column.html">series-column</a></li>
<li><a href="../modules/series-column-stacked.html">series-column-stacked</a></li>
<li><a href="../modules/series-combo.html">series-combo</a></li>
<li><a href="../modules/series-combo-stacked.html">series-combo-stacked</a></li>
<li><a href="../modules/series-combospline.html">series-combospline</a></li>
<li><a href="../modules/series-combospline-stacked.html">series-combospline-stacked</a></li>
<li><a href="../modules/series-curve-util.html">series-curve-util</a></li>
<li><a href="../modules/series-fill-util.html">series-fill-util</a></li>
<li><a href="../modules/series-histogram.html">series-histogram</a></li>
<li><a href="../modules/series-line.html">series-line</a></li>
<li><a href="../modules/series-line-stacked.html">series-line-stacked</a></li>
<li><a href="../modules/series-line-util.html">series-line-util</a></li>
<li><a href="../modules/series-marker.html">series-marker</a></li>
<li><a href="../modules/series-marker-stacked.html">series-marker-stacked</a></li>
<li><a href="../modules/series-ohlc.html">series-ohlc</a></li>
<li><a href="../modules/series-pie.html">series-pie</a></li>
<li><a href="../modules/series-plot-util.html">series-plot-util</a></li>
<li><a href="../modules/series-range.html">series-range</a></li>
<li><a href="../modules/series-spline.html">series-spline</a></li>
<li><a href="../modules/series-spline-stacked.html">series-spline-stacked</a></li>
<li><a href="../modules/series-stacked.html">series-stacked</a></li>
<li><a href="../modules/shim-plugin.html">shim-plugin</a></li>
<li><a href="../modules/slider.html">slider</a></li>
<li><a href="../modules/slider-base.html">slider-base</a></li>
<li><a href="../modules/slider-value-range.html">slider-value-range</a></li>
<li><a href="../modules/sortable.html">sortable</a></li>
<li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li>
<li><a href="../modules/stylesheet.html">stylesheet</a></li>
<li><a href="../modules/substitute.html">substitute</a></li>
<li><a href="../modules/swf.html">swf</a></li>
<li><a href="../modules/swfdetect.html">swfdetect</a></li>
<li><a href="../modules/tabview.html">tabview</a></li>
<li><a href="../modules/template.html">template</a></li>
<li><a href="../modules/template-base.html">template-base</a></li>
<li><a href="../modules/template-micro.html">template-micro</a></li>
<li><a href="../modules/test.html">test</a></li>
<li><a href="../modules/test-console.html">test-console</a></li>
<li><a href="../modules/text.html">text</a></li>
<li><a href="../modules/text-accentfold.html">text-accentfold</a></li>
<li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li>
<li><a href="../modules/timers.html">timers</a></li>
<li><a href="../modules/transition.html">transition</a></li>
<li><a href="../modules/transition-timer.html">transition-timer</a></li>
<li><a href="../modules/tree.html">tree</a></li>
<li><a href="../modules/tree-labelable.html">tree-labelable</a></li>
<li><a href="../modules/tree-lazy.html">tree-lazy</a></li>
<li><a href="../modules/tree-node.html">tree-node</a></li>
<li><a href="../modules/tree-openable.html">tree-openable</a></li>
<li><a href="../modules/tree-selectable.html">tree-selectable</a></li>
<li><a href="../modules/tree-sortable.html">tree-sortable</a></li>
<li><a href="../modules/uploader.html">uploader</a></li>
<li><a href="../modules/uploader-flash.html">uploader-flash</a></li>
<li><a href="../modules/uploader-html5.html">uploader-html5</a></li>
<li><a href="../modules/uploader-queue.html">uploader-queue</a></li>
<li><a href="../modules/view.html">view</a></li>
<li><a href="../modules/view-node-map.html">view-node-map</a></li>
<li><a href="../modules/widget.html">widget</a></li>
<li><a href="../modules/widget-anim.html">widget-anim</a></li>
<li><a href="../modules/widget-autohide.html">widget-autohide</a></li>
<li><a href="../modules/widget-base.html">widget-base</a></li>
<li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li>
<li><a href="../modules/widget-buttons.html">widget-buttons</a></li>
<li><a href="../modules/widget-child.html">widget-child</a></li>
<li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li>
<li><a href="../modules/widget-modality.html">widget-modality</a></li>
<li><a href="../modules/widget-parent.html">widget-parent</a></li>
<li><a href="../modules/widget-position.html">widget-position</a></li>
<li><a href="../modules/widget-position-align.html">widget-position-align</a></li>
<li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li>
<li><a href="../modules/widget-skin.html">widget-skin</a></li>
<li><a href="../modules/widget-stack.html">widget-stack</a></li>
<li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li>
<li><a href="../modules/widget-uievents.html">widget-uievents</a></li>
<li><a href="../modules/yql.html">yql</a></li>
<li><a href="../modules/yql-jsonp.html">yql-jsonp</a></li>
<li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li>
<li><a href="../modules/yql-winjs.html">yql-winjs</a></li>
<li><a href="../modules/yui.html">yui</a></li>
<li><a href="../modules/yui-base.html">yui-base</a></li>
<li><a href="../modules/yui-later.html">yui-later</a></li>
<li><a href="../modules/yui-log.html">yui-log</a></li>
<li><a href="../modules/yui-throttle.html">yui-throttle</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>content-editable Module</h1>
<div class="box clearfix meta">
<div class="foundat">
Defined in: <a href="../files/editor_js_content-editable.js.html#l2"><code>editor/js/content-editable.js:2</code></a>
</div>
</div>
<div class="box intro">
<p>Creates a component to work with an elemment.</p>
</div>
<div class="yui3-g">
<div class="yui3-u-1-2">
<p>This module provides the following classes:</p>
<ul class="module-classes">
<li class="module-class">
<a href="../classes/ContentEditable.html">
ContentEditable
</a>
</li>
</ul>
</div>
<div class="yui3-u-1-2">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
mabetle/mps
|
_libs/yui-3.18.1/api/modules/content-editable.html
|
HTML
|
apache-2.0
| 74,264
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>主页(INDEX)</title>
</head>
<body>
index...
</body>
</html>
|
waterystone/spring-web-test
|
src/main/webapp/WEB-INF/index.html
|
HTML
|
apache-2.0
| 254
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Wed Mar 04 22:48:14 CET 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.optaplanner.examples.projectjobscheduling.domain.resource (OptaPlanner distribution 6.2.0.Final API)
</TITLE>
<META NAME="date" CONTENT="2015-03-04">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.optaplanner.examples.projectjobscheduling.domain.resource (OptaPlanner distribution 6.2.0.Final API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>OptaPlanner distribution 6.2.0.Final</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/optaplanner/examples/projectjobscheduling/domain/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/optaplanner/examples/projectjobscheduling/domain/solver/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/optaplanner/examples/projectjobscheduling/domain/resource/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.optaplanner.examples.projectjobscheduling.domain.resource
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/optaplanner/examples/projectjobscheduling/domain/resource/GlobalResource.html" title="class in org.optaplanner.examples.projectjobscheduling.domain.resource">GlobalResource</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/optaplanner/examples/projectjobscheduling/domain/resource/LocalResource.html" title="class in org.optaplanner.examples.projectjobscheduling.domain.resource">LocalResource</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/optaplanner/examples/projectjobscheduling/domain/resource/Resource.html" title="class in org.optaplanner.examples.projectjobscheduling.domain.resource">Resource</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>OptaPlanner distribution 6.2.0.Final</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/optaplanner/examples/projectjobscheduling/domain/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/optaplanner/examples/projectjobscheduling/domain/solver/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/optaplanner/examples/projectjobscheduling/domain/resource/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2006-2015 <a href="http://www.jboss.org/">JBoss by Red Hat</a>. All Rights Reserved.
</BODY>
</HTML>
|
jormunmor/doctorado
|
optaplanner-distribution-6.2.0.Final/javadocs/org/optaplanner/examples/projectjobscheduling/domain/resource/package-summary.html
|
HTML
|
apache-2.0
| 7,669
|
<!DOCTYPE html>
<html>
<head lang="en">
{% block head %}{% endblock %}
<meta charset="UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<title>{% block title %}{% endblock %}</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.js" type="text/javascript"></script>
{% include 'autocomplete_light/static.html' %}
</head>
<body>
{% if user.is_authenticated %}<a href="{% url 'accounts:logout' %}"><p>Logout</p></a>{% endif %}
{% block body %}{% endblock %}
</body>
</html>
|
bharathramh92/easy-ecom
|
sell/templates/sell/base.html
|
HTML
|
apache-2.0
| 862
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_25) on Fri Jun 05 10:51:22 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.db.commitlog.AbstractCommitLogService (apache-cassandra API)</title>
<meta name="date" content="2015-06-05">
<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="Uses of Class org.apache.cassandra.db.commitlog.AbstractCommitLogService (apache-cassandra API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../org/apache/cassandra/db/commitlog/AbstractCommitLogService.html" title="class in org.apache.cassandra.db.commitlog">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/db/commitlog/class-use/AbstractCommitLogService.html" target="_top">Frames</a></li>
<li><a href="AbstractCommitLogService.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.db.commitlog.AbstractCommitLogService" class="title">Uses of Class<br>org.apache.cassandra.db.commitlog.AbstractCommitLogService</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/cassandra/db/commitlog/AbstractCommitLogService.html" title="class in org.apache.cassandra.db.commitlog">AbstractCommitLogService</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.metrics">org.apache.cassandra.metrics</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.metrics">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/cassandra/db/commitlog/AbstractCommitLogService.html" title="class in org.apache.cassandra.db.commitlog">AbstractCommitLogService</a> in <a href="../../../../../../org/apache/cassandra/metrics/package-summary.html">org.apache.cassandra.metrics</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/cassandra/metrics/package-summary.html">org.apache.cassandra.metrics</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/commitlog/AbstractCommitLogService.html" title="class in org.apache.cassandra.db.commitlog">AbstractCommitLogService</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/metrics/CommitLogMetrics.html#CommitLogMetrics-org.apache.cassandra.db.commitlog.AbstractCommitLogService-org.apache.cassandra.db.commitlog.CommitLogSegmentManager-">CommitLogMetrics</a></span>(<a href="../../../../../../org/apache/cassandra/db/commitlog/AbstractCommitLogService.html" title="class in org.apache.cassandra.db.commitlog">AbstractCommitLogService</a> service,
<a href="../../../../../../org/apache/cassandra/db/commitlog/CommitLogSegmentManager.html" title="class in org.apache.cassandra.db.commitlog">CommitLogSegmentManager</a> allocator)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../org/apache/cassandra/db/commitlog/AbstractCommitLogService.html" title="class in org.apache.cassandra.db.commitlog">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/db/commitlog/class-use/AbstractCommitLogService.html" target="_top">Frames</a></li>
<li><a href="AbstractCommitLogService.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
|
Jcamilorada/Cassandra
|
Instalacion/javadoc/org/apache/cassandra/db/commitlog/class-use/AbstractCommitLogService.html
|
HTML
|
apache-2.0
| 7,279
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS.">
<meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs">
<meta name="author" content="Drifty">
<meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/>
<title>on-drag-right - Directive in module ionic - Ionic Framework</title>
<link href="/css/site.css?12" rel="stylesheet">
<!--<script src="//cdn.optimizely.com/js/595530035.js"></script>-->
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44023830-1', 'ionicframework.com');
ga('send', 'pageview');
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<body class="docs docs-page docs-api">
<nav class="navbar navbar-default horizontal-gradient" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<i class="icon ion-navicon"></i>
</button>
<a class="navbar-brand" href="/">
<img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework">
</a>
<a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank">
<img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block">
</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li>
<li><a class="docs-nav nav-link" href="/docs/">Docs</a></li>
<li><a class="nav-link" href="http://ionic.io/support">Support</a></li>
<li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li>
<li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle nav-link " data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<div class="arrow-up"></div>
<li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li>
<li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li>
<li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li>
<li><a class="nav-link" href="http://market.ionic.io/">Market</a></li>
<li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li>
<li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li>
<li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li>
<li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li>
<!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>-->
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="header horizontal-gradient">
<div class="container">
<h3>on-drag-right</h3>
<h4>Directive in module ionic</h4>
</div>
<div class="news">
<div class="container">
<div class="row">
<div class="col-sm-8 news-col">
<div class="picker">
<select onchange="window.location.href=this.options[this.selectedIndex].value">
<option
value="/docs/nightly/api/directive/onDragRight/"
>
nightly
</option>
<option
value="/docs/api/directive/onDragRight/"
>
1.1.0 (latest)
</option>
<option
value="/docs/1.0.1/api/directive/onDragRight/"
>
1.0.1
</option>
<option
value="/docs/1.0.0/api/directive/onDragRight/"
>
1.0.0
</option>
<option
value="/docs/1.0.0-rc.5/api/directive/onDragRight/"
>
1.0.0-rc.5
</option>
<option
value="/docs/1.0.0-rc.4/api/directive/onDragRight/"
>
1.0.0-rc.4
</option>
<option
value="/docs/1.0.0-rc.3/api/directive/onDragRight/"
>
1.0.0-rc.3
</option>
<option
value="/docs/1.0.0-rc.2/api/directive/onDragRight/"
selected>
1.0.0-rc.2
</option>
<option
value="/docs/1.0.0-rc.1/api/directive/onDragRight/"
>
1.0.0-rc.1
</option>
<option
value="/docs/1.0.0-rc.0/api/directive/onDragRight/"
>
1.0.0-rc.0
</option>
<option
value="/docs/1.0.0-beta.14/api/directive/onDragRight/"
>
1.0.0-beta.14
</option>
<option
value="/docs/1.0.0-beta.13/api/directive/onDragRight/"
>
1.0.0-beta.13
</option>
<option
value="/docs/1.0.0-beta.12/api/directive/onDragRight/"
>
1.0.0-beta.12
</option>
<option
value="/docs/1.0.0-beta.11/api/directive/onDragRight/"
>
1.0.0-beta.11
</option>
<option
value="/docs/1.0.0-beta.10/api/directive/onDragRight/"
>
1.0.0-beta.10
</option>
</select>
</div>
</div>
<div class="col-sm-4 search-col">
<div class="search-bar">
<span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span>
<input type="search" id="search-input" value="Search">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="search-results" class="search-results" style="display:none">
<div class="container">
<div class="search-section search-api">
<h4>JavaScript</h4>
<ul id="results-api"></ul>
</div>
<div class="search-section search-css">
<h4>CSS</h4>
<ul id="results-css"></ul>
</div>
<div class="search-section search-content">
<h4>Resources</h4>
<ul id="results-content"></ul>
</div>
</div>
</div>
<div class="container content-container">
<div class="row">
<div class="col-md-2 col-sm-3 aside-menu">
<div>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/overview/">Overview</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/components/">CSS</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/platform-customization/">Platform Customization</a>
</li>
</ul>
<!-- Docs: JavaScript -->
<ul class="nav left-menu active-menu">
<li class="menu-title">
<a href="/docs/api/">
JavaScript
</a>
</li>
<!-- Action Sheet -->
<li class="menu-section">
<a href="/docs/api/service/$ionicActionSheet/" class="api-section">
Action Sheet
</a>
<ul>
<li>
<a href="/docs/api/service/$ionicActionSheet/">
$ionicActionSheet
</a>
</li>
</ul>
</li>
<!-- Backdrop -->
<li class="menu-section">
<a href="/docs/api/service/$ionicBackdrop/" class="api-section">
Backdrop
</a>
<ul>
<li>
<a href="/docs/api/service/$ionicBackdrop/">
$ionicBackdrop
</a>
</li>
</ul>
</li>
<!-- Content -->
<li class="menu-section">
<a href="/docs/api/directive/ionContent/" class="api-section">
Content
</a>
<ul>
<li>
<a href="/docs/api/directive/ionContent/">
ion-content
</a>
</li>
<li>
<a href="/docs/api/directive/ionRefresher/">
ion-refresher
</a>
</li>
<li>
<a href="/docs/api/directive/ionPane/">
ion-pane
</a>
</li>
</ul>
</li>
<!-- Form Inputs -->
<li class="menu-section">
<a href="/docs/api/directive/ionCheckbox/" class="api-section">
Form Inputs
</a>
<ul>
<li>
<a href="/docs/api/directive/ionCheckbox/">
ion-checkbox
</a>
</li>
<li>
<a href="/docs/api/directive/ionRadio/">
ion-radio
</a>
</li>
<li>
<a href="/docs/api/directive/ionToggle/">
ion-toggle
</a>
</li>
</ul>
</li>
<!-- Gesture and Events -->
<li class="menu-section">
<a href="/docs/api/directive/onHold/" class="api-section">
Gestures and Events
</a>
<ul>
<li>
<a href="/docs/api/directive/onHold/">
on-hold
</a>
</li>
<li>
<a href="/docs/api/directive/onTap/">
on-tap
</a>
</li>
<li>
<a href="/docs/api/directive/onDoubleTap/">
on-double-tap
</a>
</li>
<li>
<a href="/docs/api/directive/onTouch/">
on-touch
</a>
</li>
<li>
<a href="/docs/api/directive/onRelease/">
on-release
</a>
</li>
<li>
<a href="/docs/api/directive/onDrag/">
on-drag
</a>
</li>
<li>
<a href="/docs/api/directive/onDragUp/">
on-drag-up
</a>
</li>
<li>
<a href="/docs/api/directive/onDragRight/">
on-drag-right
</a>
</li>
<li>
<a href="/docs/api/directive/onDragDown/">
on-drag-down
</a>
</li>
<li>
<a href="/docs/api/directive/onDragLeft/">
on-drag-left
</a>
</li>
<li>
<a href="/docs/api/directive/onSwipe/">
on-swipe
</a>
</li>
<li>
<a href="/docs/api/directive/onSwipeUp/">
on-swipe-up
</a>
</li>
<li>
<a href="/docs/api/directive/onSwipeRight/">
on-swipe-right
</a>
</li>
<li>
<a href="/docs/api/directive/onSwipeDown/">
on-swipe-down
</a>
</li>
<li>
<a href="/docs/api/directive/onSwipeLeft/">
on-swipe-left
</a>
</li>
<li>
<a href="/docs/api/service/$ionicGesture/">
$ionicGesture
</a>
</li>
</ul>
</li>
<!-- Headers/Footers -->
<li class="menu-section">
<a href="/docs/api/directive/ionHeaderBar/" class="api-section">
Headers/Footers
</a>
<ul>
<li>
<a href="/docs/api/directive/ionHeaderBar/">
ion-header-bar
</a>
</li>
<li>
<a href="/docs/api/directive/ionFooterBar/">
ion-footer-bar
</a>
</li>
</ul>
</li>
<!-- Keyboard -->
<li class="menu-section">
<a href="/docs/api/page/keyboard/" class="api-section">
Keyboard
</a>
<ul>
<li>
<a href="/docs/api/page/keyboard/">
Keyboard
</a>
</li>
<li>
<a href="/docs/api/directive/keyboardAttach/">
keyboard-attach
</a>
</li>
</ul>
</li>
<!-- Lists -->
<li class="menu-section">
<a href="/docs/api/directive/ionList/" class="api-section">
Lists
</a>
<ul>
<li>
<a href="/docs/api/directive/ionList/">
ion-list
</a>
</li>
<li>
<a href="/docs/api/directive/ionItem/">
ion-item
</a>
</li>
<li>
<a href="/docs/api/directive/ionDeleteButton/">
ion-delete-button
</a>
</li>
<li>
<a href="/docs/api/directive/ionReorderButton/">
ion-reorder-button
</a>
</li>
<li>
<a href="/docs/api/directive/ionOptionButton/">
ion-option-button
</a>
</li>
<li>
<a href="/docs/api/directive/collectionRepeat/">
collection-repeat
</a>
</li>
<li>
<a href="/docs/api/service/$ionicListDelegate/">
$ionicListDelegate
</a>
</li>
</ul>
</li>
<!-- Loading -->
<li class="menu-section">
<a href="/docs/api/service/$ionicLoading/" class="api-section">
Loading
</a>
<ul>
<li>
<a href="/docs/api/service/$ionicLoading/">
$ionicLoading
</a>
</li>
</ul>
<ul>
<li>
<a href="/docs/api/object/$ionicLoadingConfig/">
$ionicLoadingConfig
</a>
</li>
</ul>
</li>
<!-- Modal -->
<li class="menu-section">
<a href="/docs/api/service/$ionicModal/" class="api-section">
Modal
</a>
<ul>
<li>
<a href="/docs/api/service/$ionicModal/">
$ionicModal
</a>
</li>
<li>
<a href="/docs/api/controller/ionicModal/">
ionicModal
</a>
</li>
</ul>
</li>
<!-- Navigation -->
<li class="menu-section">
<a href="/docs/api/directive/ionNavView/" class="api-section">
Navigation
</a>
<ul>
<li>
<a href="/docs/api/directive/ionNavView/">
ion-nav-view
</a>
</li>
<li>
<a href="/docs/api/directive/ionView/">
ion-view
</a>
</li>
<li>
<a href="/docs/api/directive/ionNavBar/">
ion-nav-bar
</a>
</li>
<li>
<a href="/docs/api/directive/ionNavBackButton/">
ion-nav-back-button
</a>
</li>
<li>
<a href="/docs/api/directive/ionNavButtons/">
ion-nav-buttons
</a>
</li>
<li>
<a href="/docs/api/directive/ionNavTitle/">
ion-nav-title
</a>
</li>
<li>
<a href="/docs/api/directive/navTransition/">
nav-transition
</a>
</li>
<li>
<a href="/docs/api/directive/navDirection/">
nav-direction
</a>
</li>
<li>
<a href="/docs/api/service/$ionicNavBarDelegate/">
$ionicNavBarDelegate
</a>
</li>
<li>
<a href="/docs/api/service/$ionicHistory/">
$ionicHistory
</a>
</li>
</ul>
</li>
<!-- Platform -->
<li class="menu-section">
<a href="/docs/api/service/$ionicPlatform/" class="api-section">
Platform
</a>
<ul>
<li>
<a href="/docs/api/service/$ionicPlatform/">
$ionicPlatform
</a>
</li>
</ul>
</li>
<!-- Popover -->
<li class="menu-section">
<a href="/docs/api/service/$ionicPopover/" class="api-section">
Popover
</a>
<ul>
<li>
<a href="/docs/api/service/$ionicPopover/">
$ionicPopover
</a>
</li>
<li>
<a href="/docs/api/controller/ionicPopover/">
ionicPopover
</a>
</li>
</ul>
</li>
<!-- Popup -->
<li class="menu-section">
<a href="/docs/api/service/$ionicPopup/" class="api-section">
Popup
</a>
<ul>
<li>
<a href="/docs/api/service/$ionicPopup/">
$ionicPopup
</a>
</li>
</ul>
</li>
<!-- Scroll -->
<li class="menu-section">
<a href="/docs/api/directive/ionScroll/" class="api-section">
Scroll
</a>
<ul>
<li>
<a href="/docs/api/directive/ionScroll/">
ion-scroll
</a>
</li>
<li>
<a href="/docs/api/directive/ionInfiniteScroll/">
ion-infinite-scroll
</a>
</li>
<li>
<a href="/docs/api/service/$ionicScrollDelegate/">
$ionicScrollDelegate
</a>
</li>
</ul>
</li>
<!-- Side Menus -->
<li class="menu-section">
<a href="/docs/api/directive/ionSideMenus/" class="api-section">
Side Menus
</a>
<ul>
<li>
<a href="/docs/api/directive/ionSideMenus/">
ion-side-menus
</a>
</li>
<li>
<a href="/docs/api/directive/ionSideMenuContent/">
ion-side-menu-content
</a>
</li>
<li>
<a href="/docs/api/directive/ionSideMenu/">
ion-side-menu
</a>
</li>
<li>
<a href="/docs/api/directive/exposeAsideWhen/">
expose-aside-when
</a>
</li>
<li>
<a href="/docs/api/directive/menuToggle/">
menu-toggle
</a>
</li>
<li>
<a href="/docs/api/directive/menuClose/">
menu-close
</a>
</li>
<li>
<a href="/docs/api/service/$ionicSideMenuDelegate/">
$ionicSideMenuDelegate
</a>
</li>
</ul>
</li>
<!-- Slide Box -->
<li class="menu-section">
<a href="/docs/api/directive/ionSlideBox/" class="api-section">
Slide Box
</a>
<ul>
<li>
<a href="/docs/api/directive/ionSlideBox/">
ion-slide-box
</a>
</li>
<li>
<a href="/docs/api/directive/ionSlidePager/">
ion-slide-pager
</a>
</li>
<li>
<a href="/docs/api/directive/ionSlide/">
ion-slide
</a>
</li>
<li>
<a href="/docs/api/service/$ionicSlideBoxDelegate/">
$ionicSlideBoxDelegate
</a>
</li>
</ul>
</li>
<!-- Spinner -->
<li class="menu-section">
<a href="/docs/api/directive/ionSpinner/" class="api-section">
Spinner
</a>
<ul>
<li>
<a href="/docs/api/directive/ionSpinner/">
ion-spinner
</a>
</li>
</ul>
</li>
<!-- Tabs -->
<li class="menu-section">
<a href="/docs/api/directive/ionTabs/" class="api-section">
Tabs
</a>
<ul>
<li>
<a href="/docs/api/directive/ionTabs/">
ion-tabs
</a>
</li>
<li>
<a href="/docs/api/directive/ionTab/">
ion-tab
</a>
</li>
<li>
<a href="/docs/api/service/$ionicTabsDelegate/">
$ionicTabsDelegate
</a>
</li>
</ul>
</li>
<!-- Tap -->
<li class="menu-section">
<a href="/docs/api/page/tap/" class="api-section">
Tap & Click
</a>
</li>
<!-- Utility -->
<li class="menu-section">
<a href="#" class="api-section">
Utility
</a>
<ul>
<li>
<a href="/docs/api/provider/$ionicConfigProvider/">
$ionicConfigProvider
</a>
</li>
<li>
<a href="/docs/api/utility/ionic.Platform/">
ionic.Platform
</a>
</li>
<li>
<a href="/docs/api/utility/ionic.DomUtil/">
ionic.DomUtil
</a>
</li>
<li>
<a href="/docs/api/utility/ionic.EventController/">
ionic.EventController
</a>
</li>
<li>
<a href="/docs/api/service/$ionicPosition/">
$ionicPosition
</a>
</li>
</ul>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/cli/">CLI</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="http://learn.ionicframework.com/">Learn Ionic</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/guide/">Guide</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/ionic-cli-faq/">FAQ</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/getting-help/">Getting Help</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/concepts/">Ionic Concepts</a>
</li>
</ul>
</div>
</div>
<div class="col-md-10 col-sm-9 main-content">
<div class="improve-docs">
<a href='http://github.com/driftyco/ionic/tree/master/js/angular/directive/gesture.js#L124'>
View Source
</a>
<a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/gesture.js#L124'>
Improve this doc
</a>
</div>
<h1 class="api-title">
on-drag-right
</h1>
<p>Called when the element is dragged to the right.</p>
<h2 id="usage">Usage</h2>
<div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><button</span> <span class="na">on-drag-right=</span><span class="s">"onDragRight()"</span> <span class="na">class=</span><span class="s">"button"</span><span class="nt">></span>Test<span class="nt"></button></span>
</code></pre></div>
</div>
</div>
</div>
<div class="pre-footer">
<div class="row ionic">
<div class="col-sm-6 col-a">
<h4>
<a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a>
</h4>
<p>
Learn more about how Ionic was built, why you should use it, and what's included. We'll cover
the basics and help you get started from the ground up.
</p>
</div>
<div class="col-sm-6 col-b">
<h4>
<a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a>
</h4>
<p>
What are you waiting for? Take a look and get coding! Our documentation covers all you need to know
to get an app up and running in minutes.
</p>
</div>
</div>
</div>
<footer class="footer">
<nav class="base-links">
<dl>
<dt>Docs</dt>
<dd><a href="http://ionicframework.com/docs/">Documentation</a></dd>
<dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd>
<dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd>
<dd><a href="http://ionicframework.com/docs/components/">Components</a></dd>
<dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd>
<dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd>
</dl>
<dl>
<dt>Resources</dt>
<dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd>
<dd><a href="http://ngcordova.com/">ngCordova</a></dd>
<dd><a href="http://ionicons.com/">Ionicons</a></dd>
<dd><a href="http://creator.ionic.io/">Creator</a></dd>
<dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd>
<dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd>
</dl>
<dl>
<dt>Contribute</dt>
<dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd>
<dd><a href="http://webchat.freenode.net/?randomnick=1&channels=%23ionic&uio=d4">Ionic IRC</a></dd>
<dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd>
<dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd>
<dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd>
<dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd>
</dl>
<dl class="small-break">
<dt>About</dt>
<dd><a href="http://blog.ionic.io/">Blog</a></dd>
<dd><a href="http://ionic.io">Services</a></dd>
<dd><a href="http://drifty.com">Company</a></dd>
<dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd>
<dd><a href="mailto:hi@ionicframework.com">Contact</a></dd>
<dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd>
</dl>
<dl>
<dt>Connect</dt>
<dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd>
<dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd>
<dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd>
<dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd>
<dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd>
<dd><a href="https://twitter.com/ionitron">Ionitron</a></dd>
</dl>
</nav>
<div class="newsletter row">
<div class="newsletter-container">
<div class="col-sm-7">
<div class="newsletter-text">Stay in the loop</div>
<div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div>
</div>
<form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5">
<input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required />
<span class="input-group-btn">
<button class="btn btn-default" type="submit">Subscribe</button>
</span>
</form>
</div>
</div>
<div class="copy">
<div class="copy-container">
<p class="authors">
Code licensed under <a href="/docs/#license">MIT</a>.
Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a>
<span>|</span>
© 2013-2015 <a href="http://drifty.com/">Drifty Co</a>
</p>
</div>
</div>
</footer>
<script type="text/javascript">
var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true };
(function() {
function loadChartbeat() {
window._sf_endpt = (new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js');
document.body.appendChild(e);
};
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat(); };
})();
</script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script src="/js/site.js?1"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script>
<script>
$('.navbar .dropdown').on('show.bs.dropdown', function(e){
//$(this).find('.dropdown-menu').addClass('animated fadeInDown');
});
// ADD SLIDEUP ANIMATION TO DROPDOWN //
$('.navbar .dropdown').on('hide.bs.dropdown', function(e){
//$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200);
//$(this).find('.dropdown-menu').removeClass('animated fadeInDown');
});
try {
var d = new Date('2015-03-20 05:00:00 -0500');
var ts = d.getTime();
var cd = Cookies.get('_iondj');
if(cd) {
cd = JSON.parse(atob(cd));
if(parseInt(cd.lp) < ts) {
var bt = document.getElementById('blog-badge');
bt.style.display = 'block';
}
cd.lp = ts;
} else {
var bt = document.getElementById('blog-badge');
bt.style.display = 'block';
cd = {
lp: ts
}
}
Cookies.set('_iondj', btoa(JSON.stringify(cd)));
} catch(e) {
}
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>
|
qintengfei/ionic-site
|
_site/docs/1.0.0-rc.2/api/directive/onDragRight/index.html
|
HTML
|
apache-2.0
| 28,599
|
<link rel="stylesheet" href="/static/css/jquery.atwho.min.css?ver=${version}"/>
<script type="text/javascript" src="/static/js/jquery.caret.js?ver=${version}"></script>
<script type="text/javascript" src="/static/js/jquery.atwho.min.js?ver=${version}"></script>
<script type="text/javascript" src="/static/js/at.js?ver=${version}"></script>
|
junicorn/java-china
|
src/main/resources/templates/common/emoji.html
|
HTML
|
apache-2.0
| 340
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 09:40:08 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.jaxrs.JAXRSMessages (BOM: * : All 2.4.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-07-17">
<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="Uses of Interface org.wildfly.swarm.jaxrs.JAXRSMessages (BOM: * : All 2.4.1.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html" title="interface in org.wildfly.swarm.jaxrs">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-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 class="aboutLanguage">Thorntail API, 2.4.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/jaxrs/class-use/JAXRSMessages.html" target="_top">Frames</a></li>
<li><a href="JAXRSMessages.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.jaxrs.JAXRSMessages" class="title">Uses of Interface<br>org.wildfly.swarm.jaxrs.JAXRSMessages</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html" title="interface in org.wildfly.swarm.jaxrs">JAXRSMessages</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.jaxrs">org.wildfly.swarm.jaxrs</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.jaxrs">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html" title="interface in org.wildfly.swarm.jaxrs">JAXRSMessages</a> in <a href="../../../../../org/wildfly/swarm/jaxrs/package-summary.html">org.wildfly.swarm.jaxrs</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/wildfly/swarm/jaxrs/package-summary.html">org.wildfly.swarm.jaxrs</a> that implement <a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html" title="interface in org.wildfly.swarm.jaxrs">JAXRSMessages</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages_$logger.html" title="class in org.wildfly.swarm.jaxrs">JAXRSMessages_$logger</a></span></code>
<div class="block">Warning this class consists of generated code.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/wildfly/swarm/jaxrs/package-summary.html">org.wildfly.swarm.jaxrs</a> declared as <a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html" title="interface in org.wildfly.swarm.jaxrs">JAXRSMessages</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html" title="interface in org.wildfly.swarm.jaxrs">JAXRSMessages</a></code></td>
<td class="colLast"><span class="typeNameLabel">JAXRSMessages.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html#MESSAGES">MESSAGES</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSMessages.html" title="interface in org.wildfly.swarm.jaxrs">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-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 class="aboutLanguage">Thorntail API, 2.4.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/jaxrs/class-use/JAXRSMessages.html" target="_top">Frames</a></li>
<li><a href="JAXRSMessages.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.4.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/jaxrs/class-use/JAXRSMessages.html
|
HTML
|
apache-2.0
| 7,850
|
<html>
<head>
<title>AngualrJS first applicationj </title>
</head>
<body>
<h1> sample app </h1>
<div ng-app="">
<p>Enter your Name: <input type="text" ng-model="name"></p>
<p>Hello <span ng-bind="name"></span>!</p>
</div>
<script src = "http://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js"></script>
</body>
</html>
|
jasonwee/asus-rt-n14uhp-mrtg
|
angular/testAngularJS.html
|
HTML
|
apache-2.0
| 388
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_73) on Mon Sep 19 13:35:35 PDT 2016 -->
<title>org.deeplearning4j.spark.impl.customlayer.layer</title>
<meta name="date" content="2016-09-19">
<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="org.deeplearning4j.spark.impl.customlayer.layer";
}
}
catch(err) {
}
//-->
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/deeplearning4j/spark/impl/customlayer/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/deeplearning4j/spark/impl/graph/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/deeplearning4j/spark/impl/customlayer/layer/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.deeplearning4j.spark.impl.customlayer.layer</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/deeplearning4j/spark/impl/customlayer/layer/CustomLayer.html" title="class in org.deeplearning4j.spark.impl.customlayer.layer">CustomLayer</a></td>
<td class="colLast">
<div class="block">Created by Alex on 26/08/2016.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/deeplearning4j/spark/impl/customlayer/layer/CustomLayerImpl.html" title="class in org.deeplearning4j.spark.impl.customlayer.layer">CustomLayerImpl</a></td>
<td class="colLast">
<div class="block">Basically: identical to DenseLayer
Created by Alex on 26/08/2016.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/deeplearning4j/spark/impl/customlayer/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/deeplearning4j/spark/impl/graph/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/deeplearning4j/spark/impl/customlayer/layer/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
YeewenTan/YeewenTan.github.io
|
doc/org/deeplearning4j/spark/impl/customlayer/layer/package-summary.html
|
HTML
|
apache-2.0
| 5,529
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.3) on Thu Dec 31 14:36:06 JST 2020 -->
<title>jp.cafebabe.kunai.sink.factories (pochi: extensible Java birthmark toolkit 2.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-12-31">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="jp.cafebabe.kunai.sink.factories (pochi: extensible Java birthmark toolkit 2.2.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>ブラウザのJavaScriptが無効になっています。</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../index.html">概要</a></li>
<li><a href="../../../../../module-summary.html">モジュール</a></li>
<li class="navBarCell1Rev">パッケージ</li>
<li>クラス</li>
<li><a href="package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">すべてのクラス</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>ブラウザのJavaScriptが無効になっています。</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<div class="subTitle"><span class="moduleLabelInPackage">モジュール</span> <a href="../../../../../module-summary.html">jp.cafebabe.kunai</a></div>
<h1 title="パッケージ" class="title">パッケージ jp.cafebabe.kunai.sink.factories</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>インタフェースの概要</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">インタフェース</th>
<th class="colLast" scope="col">説明</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DataSinkFactory.html" title="jp.cafebabe.kunai.sink.factories内のインタフェース">DataSinkFactory</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>クラスの概要</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">クラス</th>
<th class="colLast" scope="col">説明</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DefaultDataSinkFactory.html" title="jp.cafebabe.kunai.sink.factories内のクラス">DefaultDataSinkFactory</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../index.html">概要</a></li>
<li><a href="../../../../../module-summary.html">モジュール</a></li>
<li class="navBarCell1Rev">パッケージ</li>
<li>クラス</li>
<li><a href="package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">すべてのクラス</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>
<noscript>
<div>ブラウザのJavaScriptが無効になっています。</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2020. All rights reserved.</small></p>
</footer>
</body>
</html>
|
tamada/pochi
|
v2.2.0/apidocs/jp.cafebabe.kunai/jp/cafebabe/kunai/sink/factories/package-summary.html
|
HTML
|
apache-2.0
| 6,624
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 -->
<title>Uses of Class net.sf.jasperreports.engine.xml.PrintSaxParserFactory (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-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="Uses of Class net.sf.jasperreports.engine.xml.PrintSaxParserFactory (JasperReports 5.6.0 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><a href="../../../../../../net/sf/jasperreports/engine/xml/PrintSaxParserFactory.html" title="class in net.sf.jasperreports.engine.xml">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/engine/xml/class-use/PrintSaxParserFactory.html" target="_top">Frames</a></li>
<li><a href="PrintSaxParserFactory.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class net.sf.jasperreports.engine.xml.PrintSaxParserFactory" class="title">Uses of Class<br>net.sf.jasperreports.engine.xml.PrintSaxParserFactory</h2>
</div>
<div class="classUseContainer">No usage of net.sf.jasperreports.engine.xml.PrintSaxParserFactory</div>
<!-- ======= 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><a href="../../../../../../net/sf/jasperreports/engine/xml/PrintSaxParserFactory.html" title="class in net.sf.jasperreports.engine.xml">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/engine/xml/class-use/PrintSaxParserFactory.html" target="_top">Frames</a></li>
<li><a href="PrintSaxParserFactory.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
phurtado1112/cnaemvc
|
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/xml/class-use/PrintSaxParserFactory.html
|
HTML
|
apache-2.0
| 4,719
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Sat Sep 28 14:09:51 CEST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
org.apache.solr.parser Class Hierarchy (Solr 4.5.0 API)
</TITLE>
<META NAME="date" CONTENT="2013-09-28">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.solr.parser Class Hierarchy (Solr 4.5.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/solr/logging/log4j/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/apache/solr/request/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/solr/parser/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package org.apache.solr.parser
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/FastCharStream.html" title="class in org.apache.solr.parser"><B>FastCharStream</B></A> (implements org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/CharStream.html" title="interface in org.apache.solr.parser">CharStream</A>)
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/QueryParserTokenManager.html" title="class in org.apache.solr.parser"><B>QueryParserTokenManager</B></A> (implements org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/QueryParserConstants.html" title="interface in org.apache.solr.parser">QueryParserConstants</A>)
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/SolrQueryParserBase.html" title="class in org.apache.solr.parser"><B>SolrQueryParserBase</B></A><UL>
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/QueryParser.html" title="class in org.apache.solr.parser"><B>QueryParser</B></A> (implements org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/QueryParserConstants.html" title="interface in org.apache.solr.parser">QueryParserConstants</A>)
</UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><B>Error</B></A><UL>
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/TokenMgrError.html" title="class in org.apache.solr.parser"><B>TokenMgrError</B></A></UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><B>Exception</B></A><UL>
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/ParseException.html" title="class in org.apache.solr.parser"><B>ParseException</B></A></UL>
</UL>
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/Token.html" title="class in org.apache.solr.parser"><B>Token</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/CharStream.html" title="interface in org.apache.solr.parser"><B>CharStream</B></A><LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/QueryParserConstants.html" title="interface in org.apache.solr.parser"><B>QueryParserConstants</B></A></UL>
<H2>
Enum Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><B>Enum</B></A><E> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><T>, java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/SolrQueryParserBase.MagicFieldName.html" title="enum in org.apache.solr.parser"><B>SolrQueryParserBase.MagicFieldName</B></A><LI TYPE="circle">org.apache.solr.parser.<A HREF="../../../../org/apache/solr/parser/QueryParser.Operator.html" title="enum in org.apache.solr.parser"><B>QueryParser.Operator</B></A></UL>
</UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/solr/logging/log4j/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/apache/solr/request/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/solr/parser/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</BODY>
</HTML>
|
hajimeni/dbflute-solr-example
|
solr-4.5.0/docs/solr-core/org/apache/solr/parser/package-tree.html
|
HTML
|
apache-2.0
| 10,858
|
<div ng-controller = "TemeMakerCtrl">
<h3> Teme Maker 1.0 </h3>
<hr />
<p> Teme Maker te va ajuta sa îți faci temele. Deocamdată, te ajută doar la eseurile argumentative, dar în viitor va face mai multe tipuri de teme! </p>
<div> <center>
<h4> Eseu argumentativ </h4>
<h5> Care este tema eseului? </h5>
<p>
Tema este
<input type = "text" class = "form-control long-input-box" ng-model = "Theme" value = "{Theme}" />
.
</p>
<div class = "alert alert-warning">
<span class = "glyphicon glyphicon-warning-sign"> </span> Dacă este vorba de un eseu pro/contra, vei formula tema în funcție de opinia ta. De exemplu, dacă trebuie să îți exprimi părerea despre „uniforma în școli - un rău necesar?”, vei putea trece ca temă „importanța impunerii uniformelor în școli”, dacă ești de acord, sau „de ce nu trebuie să existe uniforme în școli”, dacă nu ești de acord.
</div>
<h5> De la ce premisă pleci? </h5>
<p>
Plec de la premisa că
<input type = "text" class = "form-control long-input-box" ng-model = "Hypothesis" value = "{Hypothesis}" />
.
</p>
<br />
<h5> Care sunt argumentele tale? (în ordinea în care vrei să apară în eseu) </h5>
<br />
<ol>
<li ng-repeat = "argument in Arguments">
<span class = "glyphicon glyphicon-remove" style = "color: #d9534f" ng-show = "!argument.okay"></span>
<table class = "table table-striped table-bordered" style = "font-size: 13px;">
<tr>
<td> <b> Argumentul provine din domeniul: </b> </td>
<td>
<input type = "text" class = "form-control short-input-box" ng-model = "argument.domain" value = "{argument.domain}" /> (poate rămâne necompletat)
</td>
</tr>
<tr>
<td> <b> Argument: </b> </td>
<td>
<input type = "text" class = "form-control long-input-box" ng-model = "argument.text" value = "{argument.text}" />
</td>
</tr>
<tr>
<td> <b> Este un argument: </b> </td>
<td>
<div class = "inline-form" sytle = "text-align: left; margin-right: 10px;">
<input type = "radio" ng-model = "argument.type" class = "big-dot" value = "pro" /> Pro <br />
<input type = "radio" ng-model = "argument.type" class = "big-dot" value = "contra" /> Contra
</div>
</td>
</tr>
</table>
</li>
</ol>
<button class = "btn btn-primary" ng-click = "addArgument()"><span class = "glyphicon glyphicon-plus"></span> Adaugă argumente</button> <br />
<br /> <br />
<h5> Care este concluzia? </h5>
<p>
Concluzia este că
<input type = "text" class = "form-control long-input-box" ng-model = "Conclusion" value = "{Conclusion}" />
.
</p>
<br /> <br />
<button class = "btn btn-primary" ng-click = "verifyData()"><span class = "glyphicon glyphicon-ok"></span> Construiește eseul!</button>
<button class = "btn btn-danger" ng-click = "resetEssay()"><span class = "glyphicon glyphicon-remove"></span> Șterge tot! </button>
<br />
<div class = "alert alert-danger" ng-show = "notEnoughArguments()">
<span class = "glyphicon glyphicon-remove"> </span> {{errors}}
</div>
<br />
<p> Număr de cuvinte: {{wordCount}} </p>
<div id = "essay">
<p ng-repeat = "result in results">
{{result}}
</p>
</div>
</center> </div>
</div>
|
dianamin/dianamin.github.io
|
data/tememaker.html
|
HTML
|
apache-2.0
| 3,280
|
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<body>
<wicket:panel>
<form wicket:id="addBranchForm">
<span wicket:id="label"></span>
<span wicket:id="autocomplete"></span>
<button type="button" wicket:id="add">Add</button>
<button type="button" wicket:id="addAll">Add All Matching</button>
<button type="button" wicket:id="deleteAll">Delete All</button>
<wicket:child/>
<button type="button" wicket:id="refreshBranchesButton">Refresh Branches
</button>
<button type="button" wicket:id="CheckBuildAllButton">Check Build All
</button>
<button type="button" wicket:id="buildAllButton">Build All
</button>
<span wicket:id="feedback"></span>
</form>
</wicket:panel>
</body>
</html>
|
krasa/DevSupportApp
|
src/main/java/krasa/svn/frontend/component/BranchAutocompleteFormPanel.html
|
HTML
|
apache-2.0
| 904
|
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
<!-- Google Analytics -->
{% include analytics.html %}
|
satazureday/satazureday.github.io
|
_includes/scripts.html
|
HTML
|
apache-2.0
| 420
|
<%inherit file="layout.html" />
<%def name="header_title()">
Euwe, Chess tactics engine for absolute beginners
</%def>
<%def name="body_content_before_board()">
</%def>
<%def name="body_content_after_board()">
</%def>
<%def name="javascript()">
var init = function() {
var playFunction = function(source, target, piece, newPos, oldPos, orientation) {
$.ajax({
type: "GET",
url: '/answer',
data: 'id=${id}&solution='+ChessBoard.objToFen(newPos),
dataType: 'json',
success: function(data) {
if (data['result'] == 'success') {
alert('Success');
} else {
window.location.href = '/play?id=${id}';
}
}
});
};
//--- start example JS ---
var cfg = {
draggable: true,
dropOffBoard: 'snapback', // this is the default
position: 'start',
onDrop: playFunction
};
%if position is not UNDEFINED:
%if position:
cfg["position"] = "${position.fen}"
%endif
%endif
var board = new ChessBoard('board', cfg);
$('#id_btn_play').click(function(){
$.ajax({
type: "GET",
url: '/answer',
data: 'id=${id}&solution='+board.fen(),
dataType: 'json',
success: function(data) {
if (data['result'] == 'success') {
alert('Success');
} else {
window.location.href = '/play?id=${id}';
}
}
});
});
$('#id_form_play').submit(function(e){
e.preventDefault();
});
}; // end init()
$(document).ready(init);
</%def>
|
xydinesh/euwe
|
euwe/templates/play.html
|
HTML
|
apache-2.0
| 1,467
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112) on Mon May 01 08:43:55 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.undertow.configuration.RewriteConsumer (Public javadocs 2017.5.0 API)</title>
<meta name="date" content="2017-05-01">
<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="Uses of Interface org.wildfly.swarm.config.undertow.configuration.RewriteConsumer (Public javadocs 2017.5.0 API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-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 class="aboutLanguage">WildFly Swarm API, 2017.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/class-use/RewriteConsumer.html" target="_top">Frames</a></li>
<li><a href="RewriteConsumer.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.undertow.configuration.RewriteConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.undertow.configuration.RewriteConsumer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow.configuration">org.wildfly.swarm.config.undertow.configuration</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="type parameter in FilterConfiguration">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html#rewrite-java.lang.String-org.wildfly.swarm.config.undertow.configuration.RewriteConsumer-">rewrite</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> childKey,
<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a> consumer)</code>
<div class="block">Create and configure a Rewrite object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow.configuration">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="type parameter in RewriteConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">RewriteConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.RewriteConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="type parameter in RewriteConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="type parameter in RewriteConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">RewriteConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.RewriteConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">RewriteConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="type parameter in RewriteConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/RewriteConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-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 class="aboutLanguage">WildFly Swarm API, 2017.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/class-use/RewriteConsumer.html" target="_top">Frames</a></li>
<li><a href="RewriteConsumer.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2017.5.0/apidocs/org/wildfly/swarm/config/undertow/configuration/class-use/RewriteConsumer.html
|
HTML
|
apache-2.0
| 12,324
|
<wicket:panel>
<table class="form">
<tr>
<td><label wicket:id="startJobDate">[]</label></td>
<td>
<div wicket:id="time.startActivationDate" class="left"/>
</td>
</tr>
<tr>
<td><label wicket:id="endJobDate">[]</label></td>
<td>
<div wicket:id="time.endActivationDate" class="left"/>
</td>
</tr>
<tr>
<td><label wicket:id="type">[]</label></td>
<td class="form-inline">
<select wicket:id="choice" class="form-control input-xs" style="margin-top: 2px;" name="choice"/>
<label wicket:id="containerAdv">
<input wicket:id="advanced" class="nrs" name="advanced" type="checkbox" size="45"/>
<span class="lbl"></span> <span wicket:id="advancedLabel">[]</span>
</label>
</td>
</tr>
</table>
<div wicket:id="container">
<div wicket:id="content"></div>
</div>
</wicket:panel>
|
nextreports/nextreports-server
|
src/ro/nextreports/server/web/schedule/time/JobPanel.html
|
HTML
|
apache-2.0
| 1,066
|
<!doctype html><html lang=en><head><title>Redirecting…</title><link rel=canonical href=/v1.5/zh/news/support/announcing-1.1-eol-final/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.5/zh/news/support/announcing-1.1-eol-final/"></head><body><h1>Redirecting…</h1><a href=/v1.5/zh/news/support/announcing-1.1-eol-final/>Click here if you are not redirected.</a></body></html>
|
istio/istio.io
|
archive/v1.5/zh/news/2019/announcing-1.1-eol-final/index.html
|
HTML
|
apache-2.0
| 436
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Tue Aug 11 18:46:50 BST 2015 -->
<TITLE>
Constant Field Values
</TITLE>
<META NAME="date" CONTENT="2015-08-11">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>
<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H1>
Constant Field Values</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<B>Contents</B><UL>
<LI><A HREF="#com.timtripcony">com.timtripcony.*</A>
<LI><A HREF="#uk.co">uk.co.*</A>
</UL>
<A NAME="com.timtripcony"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left"><FONT SIZE="+2">
com.timtripcony.*</FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="3">com.timtripcony.<A HREF="com/timtripcony/AbstractDocumentMapModel.html" title="class in com.timtripcony">AbstractDocumentMapModel</A></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="com.timtripcony.AbstractDocumentMapModel.serialVersionUID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>private static final long</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="com/timtripcony/AbstractDocumentMapModel.html#serialVersionUID">serialVersionUID</A></CODE></TD>
<TD ALIGN="right"><CODE>1L</CODE></TD>
</TR>
</FONT></TD>
</TR>
</TABLE>
<P>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="3">com.timtripcony.<A HREF="com/timtripcony/AbstractMapModel.html" title="class in com.timtripcony">AbstractMapModel</A></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="com.timtripcony.AbstractMapModel.serialVersionUID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>private static final long</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="com/timtripcony/AbstractMapModel.html#serialVersionUID">serialVersionUID</A></CODE></TD>
<TD ALIGN="right"><CODE>1L</CODE></TD>
</TR>
</FONT></TD>
</TR>
</TABLE>
<P>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="3">com.timtripcony.<A HREF="com/timtripcony/AbstractSmartDocumentModel.html" title="class in com.timtripcony">AbstractSmartDocumentModel</A></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="com.timtripcony.AbstractSmartDocumentModel.serialVersionUID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>private static final long</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="com/timtripcony/AbstractSmartDocumentModel.html#serialVersionUID">serialVersionUID</A></CODE></TD>
<TD ALIGN="right"><CODE>1L</CODE></TD>
</TR>
</FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="uk.co"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left"><FONT SIZE="+2">
uk.co.*</FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="3">uk.co.intec.beans.<A HREF="uk/co/intec/beans/KeyDateBean.html" title="class in uk.co.intec.beans">KeyDateBean</A></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="uk.co.intec.beans.KeyDateBean.serialVersionUID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>private static final long</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="uk/co/intec/beans/KeyDateBean.html#serialVersionUID">serialVersionUID</A></CODE></TD>
<TD ALIGN="right"><CODE>1L</CODE></TD>
</TR>
</FONT></TD>
</TR>
</TABLE>
<P>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="3">uk.co.intec.controllers.<A HREF="uk/co/intec/controllers/KeyDateController.html" title="class in uk.co.intec.controllers">KeyDateController</A></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="uk.co.intec.controllers.KeyDateController.serialVersionUID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>private static final long</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="uk/co/intec/controllers/KeyDateController.html#serialVersionUID">serialVersionUID</A></CODE></TD>
<TD ALIGN="right"><CODE>1L</CODE></TD>
</TR>
</FONT></TD>
</TR>
</TABLE>
<P>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>
<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
paulswithers/Key-Dates
|
documentation/xpages-java/constant-values.html
|
HTML
|
apache-2.0
| 9,545
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Fri Aug 20 17:47:58 BST 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class psidev.psi.mi.jami.enricher.impl.full.FullProteinEnricher (PSI :: JAMI - Java framework for molecular interactions 3.2.12 API)</title>
<meta name="date" content="2021-08-20">
<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="Uses of Class psidev.psi.mi.jami.enricher.impl.full.FullProteinEnricher (PSI :: JAMI - Java framework for molecular interactions 3.2.12 API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../../../psidev/psi/mi/jami/enricher/impl/full/FullProteinEnricher.html" title="class in psidev.psi.mi.jami.enricher.impl.full">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?psidev/psi/mi/jami/enricher/impl/full/class-use/FullProteinEnricher.html" target="_top">Frames</a></li>
<li><a href="FullProteinEnricher.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class psidev.psi.mi.jami.enricher.impl.full.FullProteinEnricher" class="title">Uses of Class<br>psidev.psi.mi.jami.enricher.impl.full.FullProteinEnricher</h2>
</div>
<div class="classUseContainer">No usage of psidev.psi.mi.jami.enricher.impl.full.FullProteinEnricher</div>
<!-- ======= 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><a href="../../../../../../../../psidev/psi/mi/jami/enricher/impl/full/FullProteinEnricher.html" title="class in psidev.psi.mi.jami.enricher.impl.full">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?psidev/psi/mi/jami/enricher/impl/full/class-use/FullProteinEnricher.html" target="_top">Frames</a></li>
<li><a href="FullProteinEnricher.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
</body>
</html>
|
MICommunity/psi-jami
|
docs/psidev/psi/mi/jami/enricher/impl/full/class-use/FullProteinEnricher.html
|
HTML
|
apache-2.0
| 5,022
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Wed Jan 19 23:44:09 GMT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.arjuna.wst11.stub.Durable2PCStub (Narayana: narayana-full 5.12.5.Final API)</title>
<meta name="date" content="2022-01-19">
<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="Uses of Class com.arjuna.wst11.stub.Durable2PCStub (Narayana: narayana-full 5.12.5.Final API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../com/arjuna/wst11/stub/Durable2PCStub.html" title="class in com.arjuna.wst11.stub">Class</a></li>
<li class="navBarCell1Rev">Use</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 class="aboutLanguage"><b>Narayana: narayana-full 5.12.5.Final</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/arjuna/wst11/stub/class-use/Durable2PCStub.html" target="_top">Frames</a></li>
<li><a href="Durable2PCStub.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.arjuna.wst11.stub.Durable2PCStub" class="title">Uses of Class<br>com.arjuna.wst11.stub.Durable2PCStub</h2>
</div>
<div class="classUseContainer">No usage of com.arjuna.wst11.stub.Durable2PCStub</div>
<!-- ======= 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><a href="../../../../../com/arjuna/wst11/stub/Durable2PCStub.html" title="class in com.arjuna.wst11.stub">Class</a></li>
<li class="navBarCell1Rev">Use</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 class="aboutLanguage"><b>Narayana: narayana-full 5.12.5.Final</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/arjuna/wst11/stub/class-use/Durable2PCStub.html" target="_top">Frames</a></li>
<li><a href="Durable2PCStub.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2022 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
jbosstm/narayana.io
|
docs/api/com/arjuna/wst11/stub/class-use/Durable2PCStub.html
|
HTML
|
apache-2.0
| 4,801
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Wed Jan 19 23:44:09 GMT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface com.arjuna.ats.arjuna.utils.Process (Narayana: narayana-full 5.12.5.Final API)</title>
<meta name="date" content="2022-01-19">
<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="Uses of Interface com.arjuna.ats.arjuna.utils.Process (Narayana: narayana-full 5.12.5.Final API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Class</a></li>
<li class="navBarCell1Rev">Use</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 class="aboutLanguage"><b>Narayana: narayana-full 5.12.5.Final</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/arjuna/ats/arjuna/utils/class-use/Process.html" target="_top">Frames</a></li>
<li><a href="Process.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface com.arjuna.ats.arjuna.utils.Process" class="title">Uses of Interface<br>com.arjuna.ats.arjuna.utils.Process</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.arjuna.ats.arjuna.common">com.arjuna.ats.arjuna.common</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.arjuna.ats.arjuna.utils">com.arjuna.ats.arjuna.utils</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.arjuna.ats.arjuna.common">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a> in <a href="../../../../../../com/arjuna/ats/arjuna/common/package-summary.html">com.arjuna.ats.arjuna.common</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../com/arjuna/ats/arjuna/common/package-summary.html">com.arjuna.ats.arjuna.common</a> that return <a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a></code></td>
<td class="colLast"><span class="typeNameLabel">CoreEnvironmentBean.</span><code><span class="memberNameLink"><a href="../../../../../../com/arjuna/ats/arjuna/common/CoreEnvironmentBean.html#getProcessImplementation--">getProcessImplementation</a></span>()</code>
<div class="block">Returns an instance of a class implementing com.arjuna.ats.arjuna.utils.Process.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../com/arjuna/ats/arjuna/common/package-summary.html">com.arjuna.ats.arjuna.common</a> with parameters of type <a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CoreEnvironmentBean.</span><code><span class="memberNameLink"><a href="../../../../../../com/arjuna/ats/arjuna/common/CoreEnvironmentBean.html#setProcessImplementation-com.arjuna.ats.arjuna.utils.Process-">setProcessImplementation</a></span>(<a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a> instance)</code>
<div class="block">Sets the instance of com.arjuna.ats.arjuna.utils.Process</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.arjuna.ats.arjuna.utils">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a> in <a href="../../../../../../com/arjuna/ats/arjuna/utils/package-summary.html">com.arjuna.ats.arjuna.utils</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../com/arjuna/ats/arjuna/utils/package-summary.html">com.arjuna.ats.arjuna.utils</a> with parameters of type <a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">Utility.</span><code><span class="memberNameLink"><a href="../../../../../../com/arjuna/ats/arjuna/utils/Utility.html#setProcess-com.arjuna.ats.arjuna.utils.Process-">setProcess</a></span>(<a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Process</a> p)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../com/arjuna/ats/arjuna/utils/Process.html" title="interface in com.arjuna.ats.arjuna.utils">Class</a></li>
<li class="navBarCell1Rev">Use</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 class="aboutLanguage"><b>Narayana: narayana-full 5.12.5.Final</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/arjuna/ats/arjuna/utils/class-use/Process.html" target="_top">Frames</a></li>
<li><a href="Process.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2022 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
jbosstm/narayana.io
|
docs/api/com/arjuna/ats/arjuna/utils/class-use/Process.html
|
HTML
|
apache-2.0
| 9,908
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EDGE"/>
<meta charset="UTF-8">
<title>VFS Connection Dialog</title>
<!-- Requesting webcontext.js one level above to workaround the filter on PDI issue (BACKLOG-17885) -->
<!-- Remove '../' when not needed -->
<link rel="stylesheet" type="text/css" href="../../@pentaho/di-core-ui@${project.version}/css/fonts/opensans/style.css">
<link rel="stylesheet" type="text/css" href="../../@pentaho/di-core-ui@${project.version}/css/global.css">
<script type="text/javascript" src="../webcontext.js?requireJsOnly=true"></script>
<link rel="stylesheet" type="text/css" href="css/index.css">
<script>
(function () {
"use strict";
// overrides just for this app
require.config({
paths: {
"pentaho": "../../@pentaho/di-core-ui@${project.version}/pentaho",
"css": "../../require-css@${require-css.version}/css",
"text": "../../requirejs-text@${requirejs-text.version}/text",
"dojo": "../../dojo@${dojo.version}"
}
});
require(["pentaho/di/plugin/connections"], function (app) {
app.bootstrap(document);
});
}(window));
</script>
</head>
<body>
<script>
(function() {
var stopEvents = function(event) {
event.preventDefault();
event.stopPropagation();
return false;
};
/*
* Block context menu event
*/
document.body.addEventListener("contextmenu", function(event) {
if(event.srcElement.tagName !== "INPUT") {
return stopEvents(event);
}
});
/*
* Block mousedown if user has shift pressed
*/
document.body.addEventListener("mousedown", function(event) {
if(event.shiftKey) {
return stopEvents(event);
}
});
/*
* Block zoom and mouse navigation events
*/
document.body.addEventListener("wheel", function(event) {
if (event.ctrlKey || event.shiftKey) {
return stopEvents(event);
}
});
/**
* Block some key down events to navigation, reload and zoom content
*/
document.body.addEventListener("keydown", function(event) {
var arrowNavigation = (event.altKey || event.metaKey) && (event.keyCode === 37 || event.keyCode === 39); // ALT+left arrow; ALT+right arrow; cmd+left arrow; cmd+right arrow
var backNavigation = event.shiftKey && event.keyCode === 8 ||
event.keyCode === 8 && event.srcElement.tagName !== "INPUT" && event.srcElement.tagName !== "TEXTAREA"; // backspace (except input/textarea tags); SHIFT+backspace
var reloadContent = event.ctrlKey && event.keyCode === 116 || (event.ctrlKey || event.metaKey) && event.keyCode === 82 || event.keyCode === 116; // CTRL+F5; CTRL+r; cmd+r; F5
var zoomContent = event.ctrlKey && (event.keyCode === 107 || event.keyCode === 109 || event.keyCode === 187 || event.keyCode === 189); // CTRL++; CTRL+-
if (arrowNavigation || backNavigation || reloadContent || zoomContent) {
return stopEvents(event);
}
});
})();
</script>
<div ui-view class="transition"></div>
</body>
</html>
|
HiromuHota/pentaho-kettle
|
plugins/connections/ui/src/main/resources-filtered/app/index.html
|
HTML
|
apache-2.0
| 3,245
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favicon.ico" />
<title>Marker | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<link href="../../../../../../../assets/css/default.css" rel="stylesheet" type="text/css">
<!-- FULLSCREEN STYLESHEET -->
<link href="../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
type="text/css">
<!-- JAVASCRIPT -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="../../../../../../../assets/js/global-libraries-combined.js" type="text/javascript"></script>
<script type="text/javascript">
var toRoot = "../../../../../../../";
</script>
<script src="../../../../../../../assets/js/docs.js" type="text/javascript"></script>
<script src="../../../../../../../navtree_data.js" type="text/javascript"></script>
</head>
<body class="gc-documentation
develop" itemscope itemtype="http://schema.org/Article">
<div id="doc-api-level" class="" style="display:none"></div>
<a name="top"></a>
<!-- Header -->
<div id="header">
<div class="wrap" id="header-wrap">
<div class="col-3 logo">
<a href="../../../../../../../index.html">
<img src="../../../../../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
</a>
<div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a>
<a href="#" class="arrow-active">Quicknav</a>
</div>
</div>
<ul class="nav-x col-9">
<li class="design">
<a href="../../../../../../../design/index.html"
zh-TW-lang="設計"
zh-CN-lang="设计"
ru-lang="Проектирование"
ko-lang="디자인"
ja-lang="設計"
es-lang="Diseñar"
>Design</a></li>
<li class="develop"><a href="../../../../../../../develop/index.html" class="selected"
zh-TW-lang="開發"
zh-CN-lang="开发"
ru-lang="Разработка"
ko-lang="개발"
ja-lang="開発"
es-lang="Desarrollar"
>Develop</a></li>
<li class="distribute last"><a href="../../../../../../../distribute/index.html"
zh-TW-lang="發佈"
zh-CN-lang="分发"
ru-lang="Распространение"
ko-lang="배포"
ja-lang="配布"
es-lang="Distribuir"
>Distribute</a></li>
</ul>
<!-- New Search -->
<div class="menu-container">
<div class="moremenu">
<div id="more-btn"></div>
</div>
<div class="morehover" id="moremenu">
<div class="top"></div>
<div class="mid">
<div class="header">Links</div>
<ul>
<li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
<li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
<li><a href="../../../../../../../about/index.html">About Android</a></li>
</ul>
<div class="header">Android Sites</div>
<ul>
<li><a href="http://www.android.com">Android.com</a></li>
<li class="active"><a>Android Developers</a></li>
<li><a href="http://source.android.com">Android Open Source Project</a></li>
</ul>
<!-- <div class="header">Support</div>
<ul>
<li><a href="../../../../../../../support.html">Developer Support</a></li>
</ul> -->
<div class="header">Languages</div>
<div id="language" class="locales">
<select name="language" onChange="changeLangPref(this.value, true)">
<option value="en">English</option>
<option value="es">Español</option>
<option value="ja">日本語</option>
<option value="ko">한국어</option>
<option value="ru">Русский</option>
<option value="zh-CN">中文 (中国)</option>
<option value="zh-TW">中文 (台灣)</option>
</select>
</div>
<script type="text/javascript">
<!--
loadLangPref();
//-->
</script>
<br class="clearfix" />
</div>
<div class="bottom"></div>
</div>
<div class="search" id="search-container">
<div class="search-inner">
<div id="search-btn"></div>
<div class="left"></div>
<form onsubmit="return submit_search()">
<input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, '../../../../../../../')"
onkeyup="return search_changed(event, false, '../../../../../../../')" />
</form>
<div class="right"></div>
<a class="close hide">close</a>
<div class="left"></div>
<div class="right"></div>
</div>
</div>
<div id="search_filtered_wrapper">
<div id="search_filtered_div" class="no-display">
<ul id="search_filtered">
</ul>
</div>
</div>
</div>
<!-- /New Search>
<!-- Expanded quicknav -->
<div id="quicknav" class="col-9">
<ul>
<li class="design">
<ul>
<li><a href="../../../../../../../design/index.html">Get Started</a></li>
<li><a href="../../../../../../../design/style/index.html">Style</a></li>
<li><a href="../../../../../../../design/patterns/index.html">Patterns</a></li>
<li><a href="../../../../../../../design/building-blocks/index.html">Building Blocks</a></li>
<li><a href="../../../../../../../design/downloads/index.html">Downloads</a></li>
<li><a href="../../../../../../../design/videos/index.html">Videos</a></li>
</ul>
</li>
<li class="develop">
<ul>
<li><a href="../../../../../../../training/index.html"
zh-TW-lang="訓練課程"
zh-CN-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="../../../../../../../guide/components/index.html"
zh-TW-lang="API 指南"
zh-CN-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="../../../../../../../reference/packages.html"
zh-TW-lang="參考資源"
zh-CN-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="../../../../../../../tools/index.html"
zh-TW-lang="相關工具"
zh-CN-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
<ul><li><a href="../../../../../../../sdk/index.html">Get the SDK</a></li></ul>
</li>
<li><a href="../../../../../../../google/index.html">Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="../../../../../../../distribute/index.html">Google Play</a></li>
<li><a href="../../../../../../../distribute/googleplay/publish/index.html">Publishing</a></li>
<li><a href="../../../../../../../distribute/googleplay/promote/index.html">Promoting</a></li>
<li><a href="../../../../../../../distribute/googleplay/quality/index.html">App Quality</a></li>
<li><a href="../../../../../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li>
<li><a href="../../../../../../../distribute/open.html">Open Distribution</a></li>
</ul>
</li>
</ul>
</div>
<!-- /Expanded quicknav -->
</div>
</div>
<!-- /Header -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
<!-- Secondary x-nav -->
<div id="nav-x">
<div class="wrap">
<ul class="nav-x col-9 develop" style="width:100%">
<li><a href="../../../../../../../training/index.html"
zh-TW-lang="訓練課程"
zh-CN-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="../../../../../../../guide/components/index.html"
zh-TW-lang="API 指南"
zh-CN-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="../../../../../../../reference/packages.html" class="selected"
zh-TW-lang="參考資源"
zh-CN-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="../../../../../../../tools/index.html"
zh-TW-lang="相關工具"
zh-CN-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a></li>
<li><a href="../../../../../../../google/index.html"
>Google Services</a>
</li>
</ul>
</div>
</div>
<!-- /Sendondary x-nav -->
<div class="wrap clearfix" id="body-content">
<div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav">
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
<div id="api-nav-header">
<div id="api-level-toggle">
<label for="apiLevelCheckbox" class="disabled">API level: </label>
<div class="select-wrapper">
<select id="apiLevelSelector">
<!-- option elements added by buildApiLevelSelector() -->
</select>
</div>
</div><!-- end toggle -->
<div id="api-nav-title">Android APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ ];
buildApiLevelSelector();
</script>
<div id="swapper">
<div id="nav-panels">
<div id="resize-packages-nav">
<div id="packages-nav" class="scroll-pane">
<ul>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li>
<li class="selected api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li>
</ul><br/>
</div> <!-- end packages-nav -->
</div> <!-- end resize-packages -->
<div id="classes-nav" class="scroll-pane">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/TileProvider.html">TileProvider</a></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/BitmapDescriptor.html">BitmapDescriptor</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/BitmapDescriptorFactory.html">BitmapDescriptorFactory</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/CameraPosition.html">CameraPosition</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/CameraPosition.Builder.html">CameraPosition.Builder</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Circle.html">Circle</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/CircleOptions.html">CircleOptions</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/GroundOverlay.html">GroundOverlay</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/GroundOverlayOptions.html">GroundOverlayOptions</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLngBounds.html">LatLngBounds</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLngBounds.Builder.html">LatLngBounds.Builder</a></li>
<li class="selected api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html">Marker</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/MarkerOptions.html">MarkerOptions</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Polygon.html">Polygon</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/PolygonOptions.html">PolygonOptions</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Polyline.html">Polyline</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/PolylineOptions.html">PolylineOptions</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Tile.html">Tile</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/TileOverlay.html">TileOverlay</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/TileOverlayOptions.html">TileOverlayOptions</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/UrlTileProvider.html">UrlTileProvider</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/VisibleRegion.html">VisibleRegion</a></li>
</ul>
</li>
<li><h2>Exceptions</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/maps/model/RuntimeRemoteException.html">RuntimeRemoteException</a></li>
</ul>
</li>
</ul><br/>
</div><!-- end classes -->
</div><!-- end nav-panels -->
<div id="nav-tree" style="display:none" class="scroll-pane">
<div id="tree-list"></div>
</div><!-- end nav-tree -->
</div><!-- end swapper -->
<div id="nav-swap">
<a class="fullscreen">fullscreen</a>
<a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
</div>
</div> <!-- end devdoc-nav -->
</div> <!-- end side-nav -->
<script type="text/javascript">
// init fullscreen based on user pref
var fullscreen = readCookie("fullscreen");
if (fullscreen != 0) {
if (fullscreen == "false") {
toggleFullscreen(false);
} else {
toggleFullscreen(true);
}
}
// init nav version for mobile
if (isMobile) {
swapNav(); // tree view should be used on mobile
$('#nav-swap').hide();
} else {
chooseDefaultNav();
if ($("#nav-tree").is(':visible')) {
init_default_navtree("../../../../../../../");
}
}
// scroll the selected page into view
$(document).ready(function() {
scrollIntoView("packages-nav");
scrollIntoView("classes-nav");
});
</script>
<script>
$(document).ready(function() {
changeDocLang(getLangPref());
});
</script>
<div class="col-12" id="doc-col">
<div id="api-info-block">
<div class="sum-details-links">
Summary:
<a href="#pubmethods">Methods</a>
| <a href="#inhmethods">Inherited Methods</a>
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
</div><!-- end sum-details-links -->
<div class="api-level">
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
final
class
<h1 itemprop="name">Marker</h1>
extends Object<br/>
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-">
<table class="jd-inheritance-table">
<tr>
<td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
</tr>
<tr>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.Marker</td>
</tr>
</table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p itemprop="articleBody">An icon placed at a particular point on the map's surface. A marker icon is drawn oriented
against the device's screen rather than the map's surface; i.e., it will not necessarily change
orientation due to map rotations, tilting, or zooming.
<p>
A marker has the following properties:
<dl>
<dt>Anchor</dt>
<dd>The point on the image that will be placed at the <code><a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code> position of the marker. This
defaults to 50% from the left of the image and at the bottom of the image.</dd>
<dt>Position</dt>
<dd>The <code><a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code> value for the marker's position on the map. You can change this value at
any time if you want to move the marker.</dd>
<dt>Title</dt>
<dd>A text string that's displayed in an info window when the user taps the marker. You can
change this value at any time.</dd>
<dt>Snippet</dt>
<dd>Additional text that's displayed below the title. You can change this value at any time.</dd>
<dt>Icon</dt>
<dd>A bitmap that's displayed for the marker. If the icon is left unset, a default icon is
displayed. You can specify an alternative coloring of the default icon using
<code><a href="../../../../../../../reference/com/google/android/gms/maps/model/BitmapDescriptorFactory.html#defaultMarker(float)">defaultMarker(float)</a></code>. You can't change the icon once you've
created the marker.</dd>
<dt>Drag Status</dt>
<dd>If you want to allow the user to drag the marker, set this property to <code>true</code>. You can
change this value at any time. The default is <code>false</code>.</dd>
<dt>Visibility</dt>
<dd>By default, the marker is visible. To make the marker invisible, set this property to
<code>false</code>. You can change this value at any time.</dd>
</dl>
<h3>Example</h3>
<pre> <code>GoogleMap map = ... // get a map.
// Add a marker at San Francisco.
Marker marker = map.addMarker(new MarkerOptions()
.position(new LatLng(37.7750, 122.4183))
.title("San Francisco")
.snippet("Population: 776733"));</code></pre>
<p>
<h3>Developer Guide</h3>
<p>
For more information, read the <a
href="https://developers.google.com/maps/documentation/android/marker">Markers</a>
developer guide.
</p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- ========== METHOD SUMMARY =========== -->
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#equals(java.lang.Object)">equals</a></span>(Object other)</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#getId()">getId</a></span>()</nobr>
<div class="jd-descrdiv">Gets this marker's id.</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
<a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#getPosition()">getPosition</a></span>()</nobr>
<div class="jd-descrdiv">Returns the position of the marker.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#getSnippet()">getSnippet</a></span>()</nobr>
<div class="jd-descrdiv">Gets the snippet of the marker.</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#getTitle()">getTitle</a></span>()</nobr>
<div class="jd-descrdiv">Gets the title of the marker.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#hashCode()">hashCode</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#hideInfoWindow()">hideInfoWindow</a></span>()</nobr>
<div class="jd-descrdiv">Hides the info window if it is shown from this marker.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#isDraggable()">isDraggable</a></span>()</nobr>
<div class="jd-descrdiv">Gets the draggability of the marker.</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#isInfoWindowShown()">isInfoWindowShown</a></span>()</nobr>
<div class="jd-descrdiv">Returns whether the info window is currently shown above this marker.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#isVisible()">isVisible</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#remove()">remove</a></span>()</nobr>
<div class="jd-descrdiv">Removes this marker from the map.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#setAnchor(float, float)">setAnchor</a></span>(float anchorU, float anchorV)</nobr>
<div class="jd-descrdiv">Sets the anchor point for the marker.</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#setDraggable(boolean)">setDraggable</a></span>(boolean draggable)</nobr>
<div class="jd-descrdiv">Sets the draggability of the marker.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#setIcon(com.google.android.gms.maps.model.BitmapDescriptor)">setIcon</a></span>(<a href="../../../../../../../reference/com/google/android/gms/maps/model/BitmapDescriptor.html">BitmapDescriptor</a> icon)</nobr>
<div class="jd-descrdiv">Sets the icon for the marker.</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#setPosition(com.google.android.gms.maps.model.LatLng)">setPosition</a></span>(<a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a> latlng)</nobr>
<div class="jd-descrdiv">Sets the position of the marker.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#setSnippet(java.lang.String)">setSnippet</a></span>(String snippet)</nobr>
<div class="jd-descrdiv">Sets the snippet of the marker.</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#setTitle(java.lang.String)">setTitle</a></span>(String title)</nobr>
<div class="jd-descrdiv">Sets the title of the marker.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#setVisible(boolean)">setVisible</a></span>(boolean visible)</nobr>
<div class="jd-descrdiv">Sets the visibility of this marker.</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#showInfoWindow()">showInfoWindow</a></span>()</nobr>
<div class="jd-descrdiv">Shows the info window of this marker on the map, if this marker <code><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#isVisible()">isVisible()</a></code>.</div>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="inhmethods" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Methods</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
java.lang.Object
<div id="inherited-methods-java.lang.Object">
<div id="inherited-methods-java.lang.Object-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-java.lang.Object-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
Object</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">clone</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">equals</span>(Object arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">finalize</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
Class<?></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getClass</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">hashCode</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notify</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notifyAll</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">toString</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0, int arg1)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0)</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<h2>Public Methods</h2>
<A NAME="equals(java.lang.Object)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
boolean
</span>
<span class="sympad">equals</span>
<span class="normal">(Object other)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="getId()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
String
</span>
<span class="sympad">getId</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Gets this marker's id.
<p>
When a map is restored from a <code><a href="../../../../../../../reference/android/os/Bundle.html">Bundle</a></code>, markers that were on that map are
also restored. However, those markers will then be represented by different <code>Marker</code>
objects. A marker's id can be used to retrieve the new instance of a Marker object after
such restoration.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>this marker's id.
</li></ul>
</div>
</div>
</div>
<A NAME="getPosition()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
<a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a>
</span>
<span class="sympad">getPosition</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Returns the position of the marker.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>A <code><a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code> object specifying the marker's current position.
</li></ul>
</div>
</div>
</div>
<A NAME="getSnippet()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
String
</span>
<span class="sympad">getSnippet</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Gets the snippet of the marker.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>A string containing the marker's snippet.
</li></ul>
</div>
</div>
</div>
<A NAME="getTitle()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
String
</span>
<span class="sympad">getTitle</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Gets the title of the marker.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>A string containing the marker's title.
</li></ul>
</div>
</div>
</div>
<A NAME="hashCode()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
int
</span>
<span class="sympad">hashCode</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="hideInfoWindow()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">hideInfoWindow</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Hides the info window if it is shown from this marker.
<p>
This method has no effect if this marker is not visible.
</p></div>
</div>
</div>
<A NAME="isDraggable()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
boolean
</span>
<span class="sympad">isDraggable</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Gets the draggability of the marker. When a marker is draggable, it can be moved by the user
by long pressing on the marker.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li><code>true</code> if the marker is draggable; otherwise, returns <code>false</code>.
</li></ul>
</div>
</div>
</div>
<A NAME="isInfoWindowShown()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
boolean
</span>
<span class="sympad">isInfoWindowShown</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Returns whether the info window is currently shown above this marker. This does not consider
whether or not the info window is actually visible on screen.
</p></div>
</div>
</div>
<A NAME="isVisible()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
boolean
</span>
<span class="sympad">isVisible</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="remove()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">remove</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Removes this marker from the map. After a marker has been removed, the behavior of all its
methods is undefined.
</p></div>
</div>
</div>
<A NAME="setAnchor(float, float)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setAnchor</span>
<span class="normal">(float anchorU, float anchorV)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Sets the anchor point for the marker.
<p>
The anchor specifies the point in the icon image that is anchored to the marker's
position on the Earth's surface.
<p>
The anchor point is specified in the continuous space [0.0, 1.0] x [0.0, 1.0], where (0,
0) is the top-left corner of the image, and (1, 1) is the bottom-right corner. The
anchoring point in a <em>W</em> x <em>H</em> image is the nearest discrete grid point in
a <em>(W + 1) </em> x <em>(H + 1)</em> grid, obtained by scaling the then rounding. For
example, in a 4 x 2 image, the anchor point (0.7, 0.6) resolves to the grid point at (3,
1).
<pre>
*-----+-----+-----+-----*
| | | | |
| | | | |
+-----+-----+-----+-----+
| | | X | | (U, V) = (0.7, 0.6)
| | | | |
*-----+-----+-----+-----*
*-----+-----+-----+-----*
| | | | |
| | | | |
+-----+-----+-----X-----+ (X, Y) = (3, 1)
| | | | |
| | | | |
*-----+-----+-----+-----*
</pre></p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Parameters</h5>
<table class="jd-tagtable">
<tr>
<th>anchorU</td>
<td>u-coordinate of the anchor, as a ratio of the image width
(in the range [0, 1])</td>
</tr>
<tr>
<th>anchorV</td>
<td>v-coordinate of the anchor, as a ratio of the image height
(in the range [0, 1])
</td>
</tr>
</table>
</div>
</div>
</div>
<A NAME="setDraggable(boolean)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setDraggable</span>
<span class="normal">(boolean draggable)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Sets the draggability of the marker. When a marker is draggable, it can be moved by the user
by long pressing on the marker.
</p></div>
</div>
</div>
<A NAME="setIcon(com.google.android.gms.maps.model.BitmapDescriptor)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setIcon</span>
<span class="normal">(<a href="../../../../../../../reference/com/google/android/gms/maps/model/BitmapDescriptor.html">BitmapDescriptor</a> icon)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Sets the icon for the marker.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Parameters</h5>
<table class="jd-tagtable">
<tr>
<th>icon</td>
<td>if null, the default marker is used.
</td>
</tr>
</table>
</div>
</div>
</div>
<A NAME="setPosition(com.google.android.gms.maps.model.LatLng)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setPosition</span>
<span class="normal">(<a href="../../../../../../../reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a> latlng)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Sets the position of the marker.
</p></div>
</div>
</div>
<A NAME="setSnippet(java.lang.String)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setSnippet</span>
<span class="normal">(String snippet)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Sets the snippet of the marker.
</p></div>
</div>
</div>
<A NAME="setTitle(java.lang.String)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setTitle</span>
<span class="normal">(String title)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Sets the title of the marker.
</p></div>
</div>
</div>
<A NAME="setVisible(boolean)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">setVisible</span>
<span class="normal">(boolean visible)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Sets the visibility of this marker. If set to <code>false</code> and an info window is currently
showing for this marker, this will hide the info window.
</p></div>
</div>
</div>
<A NAME="showInfoWindow()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
void
</span>
<span class="sympad">showInfoWindow</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Shows the info window of this marker on the map, if this marker <code><a href="../../../../../../../reference/com/google/android/gms/maps/model/Marker.html#isVisible()">isVisible()</a></code>.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Throws</h5>
<table class="jd-tagtable">
<tr>
<th>IllegalArgumentException</td>
<td>if <code>marker</code> is not on this map
</td>
</tr>
</table>
</div>
</div>
</div>
<!-- ========= METHOD DETAIL ======== -->
<!-- ========= END OF CLASS DATA ========= -->
<A NAME="navbar_top"></A>
<div id="footer" class="wrap" >
<div id="copyright">
Except as noted, this content is licensed under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
For details and restrictions, see the <a href="../../../../../../../license.html">
Content License</a>.
</div>
<div id="build_info">
Android r — 17 Jul 2013 18:36
</div>
<div id="footerlinks">
<p>
<a href="../../../../../../../about/index.html">About Android</a> |
<a href="../../../../../../../legal.html">Legal</a> |
<a href="../../../../../../../support.html">Support</a>
</p>
</div>
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
<!-- Grid - for dev
<script type="text/javascript">
window.gOverride = {
gColor: '#FF0000',
pColor: '#EEEEEE',
gOpacity: 0.10,
pOpacity: 0.40,
pHeight: 16,
pOffset: 2,
gColumns:16,
gEnabled:false,
pEnabled:false
}
</script>
<link href="../../../../../../../assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css">
<script src="../../../../../../../assets/js/grid/960.gridder.js" type="text/javascript"></script>
-->
<script type="text/javascript">
init(); /* initialize android-developer-docs.js */
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5831155-1");
pageTracker._trackPageview();
</script>
</body>
</html>
|
ischweizer/MoSeS--Client-
|
moses/libs/docs/reference/com/google/android/gms/maps/model/Marker.html
|
HTML
|
apache-2.0
| 56,805
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 27 21:23:59 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class net.sourceforge.pmd.lang.java.ast.ASTPackageDeclarationTest (PMD Java 5.5.1 Test API)</title>
<meta name="date" content="2016-07-27">
<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="Uses of Class net.sourceforge.pmd.lang.java.ast.ASTPackageDeclarationTest (PMD Java 5.5.1 Test API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../../net/sourceforge/pmd/lang/java/ast/ASTPackageDeclarationTest.html" title="class in net.sourceforge.pmd.lang.java.ast">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?net/sourceforge/pmd/lang/java/ast/class-use/ASTPackageDeclarationTest.html" target="_top">Frames</a></li>
<li><a href="ASTPackageDeclarationTest.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class net.sourceforge.pmd.lang.java.ast.ASTPackageDeclarationTest" class="title">Uses of Class<br>net.sourceforge.pmd.lang.java.ast.ASTPackageDeclarationTest</h2>
</div>
<div class="classUseContainer">No usage of net.sourceforge.pmd.lang.java.ast.ASTPackageDeclarationTest</div>
<!-- ======= 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><a href="../../../../../../../net/sourceforge/pmd/lang/java/ast/ASTPackageDeclarationTest.html" title="class in net.sourceforge.pmd.lang.java.ast">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?net/sourceforge/pmd/lang/java/ast/class-use/ASTPackageDeclarationTest.html" target="_top">Frames</a></li>
<li><a href="ASTPackageDeclarationTest.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2002–2016 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p>
</body>
</html>
|
jasonwee/videoOnCloud
|
pmd/pmd-doc-5.5.1/pmd-java/testapidocs/net/sourceforge/pmd/lang/java/ast/class-use/ASTPackageDeclarationTest.html
|
HTML
|
apache-2.0
| 4,974
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>LineInFile - ScalaTest 2.2.6 - org.scalatest.events.LineInFile</title>
<meta name="description" content="LineInFile - ScalaTest 2.2.6 - org.scalatest.events.LineInFile" />
<meta name="keywords" content="LineInFile ScalaTest 2.2.6 org.scalatest.events.LineInFile" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'org.scalatest.events.LineInFile';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="type">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<img src="../../../lib/class_big.png" />
<p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.events">events</a></p>
<h1>LineInFile</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">case class</span>
</span>
<span class="symbol">
<span class="name">LineInFile</span><span class="params">(<span name="lineNumber">lineNumber: <span class="extype" name="scala.Int">Int</span></span>, <span name="fileName">fileName: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Location.html" class="extype" name="org.scalatest.events.Location">Location</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>An arbitrary line number in a named source file.
</p></div><dl class="paramcmts block"><dt class="param">lineNumber</dt><dd class="cmt"><p>the line number</p></dd><dt class="param">fileName</dt><dd class="cmt"><p>the source's filename
</p></dd></dl><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.6-for-scala-2.11-and-2.10/src/main/scala/org/scalatest/events/Location.scala" target="_blank">Location.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <a href="Location.html" class="extype" name="org.scalatest.events.Location">Location</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.events.LineInFile"><span>LineInFile</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="org.scalatest.events.Location"><span>Location</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="org.scalatest.events.LineInFile#<init>" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="<init>(lineNumber:Int,fileName:String):org.scalatest.events.LineInFile"></a>
<a id="<init>:LineInFile"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">LineInFile</span><span class="params">(<span name="lineNumber">lineNumber: <span class="extype" name="scala.Int">Int</span></span>, <span name="fileName">fileName: <span class="extype" name="scala.Predef.String">String</span></span>)</span>
</span>
</h4>
<p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt class="param">lineNumber</dt><dd class="cmt"><p>the line number</p></dd><dt class="param">fileName</dt><dd class="cmt"><p>the source's filename
</p></dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.events.LineInFile#fileName" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="fileName:String"></a>
<a id="fileName:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">fileName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">the source's filename
</p>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.events.LineInFile#lineNumber" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="lineNumber:Int"></a>
<a id="lineNumber:Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">lineNumber</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<p class="shortcomment cmt">the line number</p>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.Product">
<h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3>
</div><div class="parent" name="scala.Equals">
<h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3>
</div><div class="parent" name="org.scalatest.events.Location">
<h3>Inherited from <a href="Location.html" class="extype" name="org.scalatest.events.Location">Location</a></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
|
scalatest/scalatest-website
|
public/scaladoc/2.2.6/org/scalatest/events/LineInFile.html
|
HTML
|
apache-2.0
| 24,421
|
---
layout: post
title: Categories
header: Posts By Category
group: navigation
---
{% include JB/setup %}
<ul class="tag_box inline">
{% assign categories_list = site.categories %}
{% include JB/categories_list %}
</ul>
{% for category in site.categories %}
<h2 id="{{ category[0] }}-ref">{{ category[0] }}</h2>
<ul>
{% assign pages_list = category[1] %}
{% include JB/pages_list %}
</ul>
{% endfor %}
|
strangerpixel/strangerpixel.github.com
|
categories.html
|
HTML
|
apache-2.0
| 428
|
<!--********************************************************************
* Copyright© 2000 - 2022 SuperMap Software Co.Ltd. All rights reserved.
*********************************************************************-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title data-i18n="resources.title_routeLocatorLine"></title>
<script type="text/javascript" src="../js/include-web.js"></script>
</head>
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0;">
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
<script type="text/javascript">
var host = window.isLocal ? window.server : "https://iserver.supermap.io";
var map, queryBySQLParams, queryBySQLService, resultLayer,
pointsList, routeLine, routeLocatorParameters_line, routeLocatorService,
baseUrl = host + "/iserver/services/map-changchun/rest/maps/长春市区图",
serviceUrl = host + "/iserver/services/spatialanalyst-changchun/restjsr/spatialanalyst";
map = L.map('map', {
crs: L.CRS.NonEarthCRS({
bounds: L.bounds([48.4, -7668.25], [8958.85, -55.58]),
origin: L.point(48.4, -55.58)
}),
center: [-3861.91, 4503.62],
maxZoom: 18,
zoom: 2
});
L.supermap.tiledMapLayer(baseUrl, {noWrap: true}).addTo(map);
routeCalculateMeasureProcess();
function routeCalculateMeasureProcess() {
//通过SQL查询的方法建立路由,并添加到地图上
queryBySQLService = L.supermap.queryService(baseUrl);
queryBySQLParams = new SuperMap.QueryBySQLParameters({
queryParams: [
new SuperMap.FilterParameter({
name: "RouteDT_road@Changchun",
attributeFilter: "RouteID=1690"
})
]
});
queryBySQLService.queryBySQL(queryBySQLParams, function (SQLQueryServiceResult) {
var result = SQLQueryServiceResult.result;
if (result && result.recordsets && result.recordsets[0].features) {
var resultFeatures = result.recordsets[0].features;
resultLayer = L.geoJSON(resultFeatures, {color: "red"}).addTo(map);
//将形成路由的点提出来,为了构造下面里程定线服务参数的sourceRoute
pointsList = [];
var routeObj = resultFeatures.features[0].geometry.coordinates[0];
for (var i = 0; i < routeObj.length; i++) {
pointsList.push([routeObj[i][1], routeObj[i][0], routeObj[i][2]])
}
routeLine = L.polyline(pointsList);
//里程定线服务
routeLocatorParameters_line = new SuperMap.RouteLocatorParameters({
"sourceRoute": routeLine,
"type": "LINE",
"startMeasure": 10,
"endMeasure": 800,
"isIgnoreGap": true
});
routeLocatorService = L.supermap.spatialAnalystService(serviceUrl);
routeLocatorService.routeLocate(routeLocatorParameters_line, function (routeLocatorServiceResult) {
if (routeLocatorServiceResult.result && routeLocatorServiceResult.result.resultGeometry) {
L.geoJSON(routeLocatorServiceResult.result.resultGeometry).addTo(map);
} else {
alert(routeLocatorServiceResult.error.errorMsg);
}
});
} else {
alert(SQLQueryServiceResult.error.errorMsg);
}
});
}
</script>
</body>
</html>
|
SuperMap/iClient9
|
examples/leaflet/04_routeLocatorService_line.html
|
HTML
|
apache-2.0
| 3,798
|
<{if $arr_products}>
<{foreach from=$arr_products item=item}>
<div class="row-line" id="item_<{$item.goods_id}>">
<{img class="operater" alt=$___b2c="删除"|t:'b2c' src="icons/icon_delete.gif" onclick="this.getParent('div').destroy();" }>
<input type="hidden" name="<{$name}>[]" value="<{$item.goods_id}>" >
<label ><{$item.name}></label>
</div>
<{/foreach}>
<{/if}>
|
liuguogen/Ecstore
|
app/b2c/view/admin/sales/goods_item.html
|
HTML
|
apache-2.0
| 385
|
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Build gradient boosted classification or regression trees — h2o.gbm • h2o</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cosmo/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Font Awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
<link href="../extra.css" rel="stylesheet">
<script src="../extra.js"></script>
<!-- mathjax -->
<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">H2O.ai</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../articles/h2o-r-package.html">The H2O-R Package</a>
</li>
<li>
<a href="../articles/getting_started.html">Getting Started</a>
</li>
<li>
<a href="../reference/index.html">R Reference Guide</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/h2oai/h2o-3">
<span class="fa fa-github"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Build gradient boosted classification or regression trees</h1>
</div>
<p>Builds gradient boosted classification trees and gradient boosted regression trees on a parsed data set.
The default distribution function will guess the model type based on the response column type.
In order to run properly, the response column must be an numeric for "gaussian" or an
enum for "bernoulli" or "multinomial".</p>
<pre class="usage"><span class='fu'>h2o.gbm</span>(<span class='no'>x</span>, <span class='no'>y</span>, <span class='no'>training_frame</span>, <span class='kw'>model_id</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>validation_frame</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
<span class='kw'>nfolds</span> <span class='kw'>=</span> <span class='fl'>0</span>, <span class='kw'>keep_cross_validation_predictions</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>,
<span class='kw'>keep_cross_validation_fold_assignment</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>,
<span class='kw'>score_each_iteration</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>score_tree_interval</span> <span class='kw'>=</span> <span class='fl'>0</span>,
<span class='kw'>fold_assignment</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"AUTO"</span>, <span class='st'>"Random"</span>, <span class='st'>"Modulo"</span>, <span class='st'>"Stratified"</span>),
<span class='kw'>fold_column</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>ignore_const_cols</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>offset_column</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
<span class='kw'>weights_column</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>balance_classes</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>,
<span class='kw'>class_sampling_factors</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>max_after_balance_size</span> <span class='kw'>=</span> <span class='fl'>5</span>,
<span class='kw'>max_hit_ratio_k</span> <span class='kw'>=</span> <span class='fl'>0</span>, <span class='kw'>ntrees</span> <span class='kw'>=</span> <span class='fl'>50</span>, <span class='kw'>max_depth</span> <span class='kw'>=</span> <span class='fl'>5</span>, <span class='kw'>min_rows</span> <span class='kw'>=</span> <span class='fl'>10</span>,
<span class='kw'>nbins</span> <span class='kw'>=</span> <span class='fl'>20</span>, <span class='kw'>nbins_top_level</span> <span class='kw'>=</span> <span class='fl'>1024</span>, <span class='kw'>nbins_cats</span> <span class='kw'>=</span> <span class='fl'>1024</span>,
<span class='kw'>r2_stopping</span> <span class='kw'>=</span> <span class='fl'>Inf</span>, <span class='kw'>stopping_rounds</span> <span class='kw'>=</span> <span class='fl'>0</span>, <span class='kw'>stopping_metric</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"AUTO"</span>,
<span class='st'>"deviance"</span>, <span class='st'>"logloss"</span>, <span class='st'>"MSE"</span>, <span class='st'>"RMSE"</span>, <span class='st'>"MAE"</span>, <span class='st'>"RMSLE"</span>, <span class='st'>"AUC"</span>, <span class='st'>"lift_top_group"</span>,
<span class='st'>"misclassification"</span>, <span class='st'>"mean_per_class_error"</span>, <span class='st'>"r2"</span>),
<span class='kw'>stopping_tolerance</span> <span class='kw'>=</span> <span class='fl'>0.001</span>, <span class='kw'>max_runtime_secs</span> <span class='kw'>=</span> <span class='fl'>0</span>, <span class='kw'>seed</span> <span class='kw'>=</span> -<span class='fl'>1</span>,
<span class='kw'>build_tree_one_node</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>learn_rate</span> <span class='kw'>=</span> <span class='fl'>0.1</span>, <span class='kw'>learn_rate_annealing</span> <span class='kw'>=</span> <span class='fl'>1</span>,
<span class='kw'>distribution</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"AUTO"</span>, <span class='st'>"bernoulli"</span>, <span class='st'>"quasibinomial"</span>, <span class='st'>"multinomial"</span>,
<span class='st'>"gaussian"</span>, <span class='st'>"poisson"</span>, <span class='st'>"gamma"</span>, <span class='st'>"tweedie"</span>, <span class='st'>"laplace"</span>, <span class='st'>"quantile"</span>, <span class='st'>"huber"</span>),
<span class='kw'>quantile_alpha</span> <span class='kw'>=</span> <span class='fl'>0.5</span>, <span class='kw'>tweedie_power</span> <span class='kw'>=</span> <span class='fl'>1.5</span>, <span class='kw'>huber_alpha</span> <span class='kw'>=</span> <span class='fl'>0.9</span>,
<span class='kw'>checkpoint</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>sample_rate</span> <span class='kw'>=</span> <span class='fl'>1</span>, <span class='kw'>sample_rate_per_class</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
<span class='kw'>col_sample_rate</span> <span class='kw'>=</span> <span class='fl'>1</span>, <span class='kw'>col_sample_rate_change_per_level</span> <span class='kw'>=</span> <span class='fl'>1</span>,
<span class='kw'>col_sample_rate_per_tree</span> <span class='kw'>=</span> <span class='fl'>1</span>, <span class='kw'>min_split_improvement</span> <span class='kw'>=</span> <span class='fl'>1e-05</span>,
<span class='kw'>histogram_type</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"AUTO"</span>, <span class='st'>"UniformAdaptive"</span>, <span class='st'>"Random"</span>, <span class='st'>"QuantilesGlobal"</span>,
<span class='st'>"RoundRobin"</span>), <span class='kw'>max_abs_leafnode_pred</span> <span class='kw'>=</span> <span class='fl'>Inf</span>, <span class='kw'>pred_noise_bandwidth</span> <span class='kw'>=</span> <span class='fl'>0</span>,
<span class='kw'>categorical_encoding</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"AUTO"</span>, <span class='st'>"Enum"</span>, <span class='st'>"OneHotInternal"</span>, <span class='st'>"OneHotExplicit"</span>,
<span class='st'>"Binary"</span>, <span class='st'>"Eigen"</span>, <span class='st'>"LabelEncoder"</span>, <span class='st'>"SortByResponse"</span>, <span class='st'>"EnumLimited"</span>),
<span class='kw'>calibrate_model</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>calibration_frame</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
<span class='kw'>custom_metric_func</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>verbose</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
<th>x</th>
<td><p>(Optional) A vector containing the names or indices of the predictor variables to use in building the model.
If x is missing, then all columns except y are used.</p></td>
</tr>
<tr>
<th>y</th>
<td><p>The name or column index of the response variable in the data. The response must be either a numeric or a
categorical/factor variable. If the response is numeric, then a regression model will be trained, otherwise it will train a classification model.</p></td>
</tr>
<tr>
<th>training_frame</th>
<td><p>Id of the training data frame.</p></td>
</tr>
<tr>
<th>model_id</th>
<td><p>Destination id for this model; auto-generated if not specified.</p></td>
</tr>
<tr>
<th>validation_frame</th>
<td><p>Id of the validation data frame.</p></td>
</tr>
<tr>
<th>nfolds</th>
<td><p>Number of folds for K-fold cross-validation (0 to disable or >= 2). Defaults to 0.</p></td>
</tr>
<tr>
<th>keep_cross_validation_predictions</th>
<td><p><code>Logical</code>. Whether to keep the predictions of the cross-validation models. Defaults to FALSE.</p></td>
</tr>
<tr>
<th>keep_cross_validation_fold_assignment</th>
<td><p><code>Logical</code>. Whether to keep the cross-validation fold assignment. Defaults to FALSE.</p></td>
</tr>
<tr>
<th>score_each_iteration</th>
<td><p><code>Logical</code>. Whether to score during each iteration of model training. Defaults to FALSE.</p></td>
</tr>
<tr>
<th>score_tree_interval</th>
<td><p>Score the model after every so many trees. Disabled if set to 0. Defaults to 0.</p></td>
</tr>
<tr>
<th>fold_assignment</th>
<td><p>Cross-validation fold assignment scheme, if fold_column is not specified. The 'Stratified' option will
stratify the folds based on the response variable, for classification problems. Must be one of: "AUTO",
"Random", "Modulo", "Stratified". Defaults to AUTO.</p></td>
</tr>
<tr>
<th>fold_column</th>
<td><p>Column with cross-validation fold index assignment per observation.</p></td>
</tr>
<tr>
<th>ignore_const_cols</th>
<td><p><code>Logical</code>. Ignore constant columns. Defaults to TRUE.</p></td>
</tr>
<tr>
<th>offset_column</th>
<td><p>Offset column. This will be added to the combination of columns before applying the link function.</p></td>
</tr>
<tr>
<th>weights_column</th>
<td><p>Column with observation weights. Giving some observation a weight of zero is equivalent to excluding it from
the dataset; giving an observation a relative weight of 2 is equivalent to repeating that row twice. Negative
weights are not allowed. Note: Weights are per-row observation weights and do not increase the size of the
data frame. This is typically the number of times a row is repeated, but non-integer values are supported as
well. During training, rows with higher weights matter more, due to the larger loss function pre-factor.</p></td>
</tr>
<tr>
<th>balance_classes</th>
<td><p><code>Logical</code>. Balance training data class counts via over/under-sampling (for imbalanced data). Defaults to
FALSE.</p></td>
</tr>
<tr>
<th>class_sampling_factors</th>
<td><p>Desired over/under-sampling ratios per class (in lexicographic order). If not specified, sampling factors will
be automatically computed to obtain class balance during training. Requires balance_classes.</p></td>
</tr>
<tr>
<th>max_after_balance_size</th>
<td><p>Maximum relative size of the training data after balancing class counts (can be less than 1.0). Requires
balance_classes. Defaults to 5.0.</p></td>
</tr>
<tr>
<th>max_hit_ratio_k</th>
<td><p>Max. number (top K) of predictions to use for hit ratio computation (for multi-class only, 0 to disable)
Defaults to 0.</p></td>
</tr>
<tr>
<th>ntrees</th>
<td><p>Number of trees. Defaults to 50.</p></td>
</tr>
<tr>
<th>max_depth</th>
<td><p>Maximum tree depth. Defaults to 5.</p></td>
</tr>
<tr>
<th>min_rows</th>
<td><p>Fewest allowed (weighted) observations in a leaf. Defaults to 10.</p></td>
</tr>
<tr>
<th>nbins</th>
<td><p>For numerical columns (real/int), build a histogram of (at least) this many bins, then split at the best point
Defaults to 20.</p></td>
</tr>
<tr>
<th>nbins_top_level</th>
<td><p>For numerical columns (real/int), build a histogram of (at most) this many bins at the root level, then
decrease by factor of two per level Defaults to 1024.</p></td>
</tr>
<tr>
<th>nbins_cats</th>
<td><p>For categorical columns (factors), build a histogram of this many bins, then split at the best point. Higher
values can lead to more overfitting. Defaults to 1024.</p></td>
</tr>
<tr>
<th>r2_stopping</th>
<td><p>r2_stopping is no longer supported and will be ignored if set - please use stopping_rounds, stopping_metric
and stopping_tolerance instead. Previous version of H2O would stop making trees when the R^2 metric equals or
exceeds this Defaults to 1.797693135e+308.</p></td>
</tr>
<tr>
<th>stopping_rounds</th>
<td><p>Early stopping based on convergence of stopping_metric. Stop if simple moving average of length k of the
stopping_metric does not improve for k:=stopping_rounds scoring events (0 to disable) Defaults to 0.</p></td>
</tr>
<tr>
<th>stopping_metric</th>
<td><p>Metric to use for early stopping (AUTO: logloss for classification, deviance for regression) Must be one of:
"AUTO", "deviance", "logloss", "MSE", "RMSE", "MAE", "RMSLE", "AUC", "lift_top_group", "misclassification",
"mean_per_class_error", "r2". Defaults to AUTO.</p></td>
</tr>
<tr>
<th>stopping_tolerance</th>
<td><p>Relative tolerance for metric-based stopping criterion (stop if relative improvement is not at least this
much) Defaults to 0.001.</p></td>
</tr>
<tr>
<th>max_runtime_secs</th>
<td><p>Maximum allowed runtime in seconds for model training. Use 0 to disable. Defaults to 0.</p></td>
</tr>
<tr>
<th>seed</th>
<td><p>Seed for random numbers (affects certain parts of the algo that are stochastic and those might or might not be enabled by default)
Defaults to -1 (time-based random number).</p></td>
</tr>
<tr>
<th>build_tree_one_node</th>
<td><p><code>Logical</code>. Run on one node only; no network overhead but fewer cpus used. Suitable for small datasets.
Defaults to FALSE.</p></td>
</tr>
<tr>
<th>learn_rate</th>
<td><p>Learning rate (from 0.0 to 1.0) Defaults to 0.1.</p></td>
</tr>
<tr>
<th>learn_rate_annealing</th>
<td><p>Scale the learning rate by this factor after each tree (e.g., 0.99 or 0.999) Defaults to 1.</p></td>
</tr>
<tr>
<th>distribution</th>
<td><p>Distribution function Must be one of: "AUTO", "bernoulli", "quasibinomial", "multinomial", "gaussian",
"poisson", "gamma", "tweedie", "laplace", "quantile", "huber". Defaults to AUTO.</p></td>
</tr>
<tr>
<th>quantile_alpha</th>
<td><p>Desired quantile for Quantile regression, must be between 0 and 1. Defaults to 0.5.</p></td>
</tr>
<tr>
<th>tweedie_power</th>
<td><p>Tweedie power for Tweedie regression, must be between 1 and 2. Defaults to 1.5.</p></td>
</tr>
<tr>
<th>huber_alpha</th>
<td><p>Desired quantile for Huber/M-regression (threshold between quadratic and linear loss, must be between 0 and
1). Defaults to 0.9.</p></td>
</tr>
<tr>
<th>checkpoint</th>
<td><p>Model checkpoint to resume training with.</p></td>
</tr>
<tr>
<th>sample_rate</th>
<td><p>Row sample rate per tree (from 0.0 to 1.0) Defaults to 1.</p></td>
</tr>
<tr>
<th>sample_rate_per_class</th>
<td><p>A list of row sample rates per class (relative fraction for each class, from 0.0 to 1.0), for each tree</p></td>
</tr>
<tr>
<th>col_sample_rate</th>
<td><p>Column sample rate (from 0.0 to 1.0) Defaults to 1.</p></td>
</tr>
<tr>
<th>col_sample_rate_change_per_level</th>
<td><p>Relative change of the column sampling rate for every level (must be > 0.0 and <= 2.0) Defaults to 1.</p></td>
</tr>
<tr>
<th>col_sample_rate_per_tree</th>
<td><p>Column sample rate per tree (from 0.0 to 1.0) Defaults to 1.</p></td>
</tr>
<tr>
<th>min_split_improvement</th>
<td><p>Minimum relative improvement in squared error reduction for a split to happen Defaults to 1e-05.</p></td>
</tr>
<tr>
<th>histogram_type</th>
<td><p>What type of histogram to use for finding optimal split points Must be one of: "AUTO", "UniformAdaptive",
"Random", "QuantilesGlobal", "RoundRobin". Defaults to AUTO.</p></td>
</tr>
<tr>
<th>max_abs_leafnode_pred</th>
<td><p>Maximum absolute value of a leaf node prediction Defaults to 1.797693135e+308.</p></td>
</tr>
<tr>
<th>pred_noise_bandwidth</th>
<td><p>Bandwidth (sigma) of Gaussian multiplicative noise ~N(1,sigma) for tree node predictions Defaults to 0.</p></td>
</tr>
<tr>
<th>categorical_encoding</th>
<td><p>Encoding scheme for categorical features Must be one of: "AUTO", "Enum", "OneHotInternal", "OneHotExplicit",
"Binary", "Eigen", "LabelEncoder", "SortByResponse", "EnumLimited". Defaults to AUTO.</p></td>
</tr>
<tr>
<th>calibrate_model</th>
<td><p><code>Logical</code>. Use Platt Scaling to calculate calibrated class probabilities. Calibration can provide more
accurate estimates of class probabilities. Defaults to FALSE.</p></td>
</tr>
<tr>
<th>calibration_frame</th>
<td><p>Calibration frame for Platt Scaling</p></td>
</tr>
<tr>
<th>custom_metric_func</th>
<td><p>Reference to custom evaluation function, format: `language:keyName=funcName`</p></td>
</tr>
<tr>
<th>verbose</th>
<td><p><code>Logical</code>. Print scoring history to the console (Metrics per tree for GBM, DRF, & XGBoost. Metrics per epoch for Deep Learning). Defaults to FALSE.</p></td>
</tr>
</table>
<h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
<p><code><a href='predict.H2OModel.html'>predict.H2OModel</a></code> for prediction</p>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><span class='co'># NOT RUN {</span>
<span class='fu'>library</span>(<span class='no'>h2o</span>)
<span class='fu'><a href='h2o.init.html'>h2o.init</a></span>()
<span class='co'># Run regression GBM on australia.hex data</span>
<span class='no'>ausPath</span> <span class='kw'><-</span> <span class='fu'>system.file</span>(<span class='st'>"extdata"</span>, <span class='st'>"australia.csv"</span>, <span class='kw'>package</span><span class='kw'>=</span><span class='st'>"h2o"</span>)
<span class='no'>australia.hex</span> <span class='kw'><-</span> <span class='fu'><a href='h2o.importFile.html'>h2o.uploadFile</a></span>(<span class='kw'>path</span> <span class='kw'>=</span> <span class='no'>ausPath</span>)
<span class='no'>independent</span> <span class='kw'><-</span> <span class='fu'>c</span>(<span class='st'>"premax"</span>, <span class='st'>"salmax"</span>,<span class='st'>"minairtemp"</span>, <span class='st'>"maxairtemp"</span>, <span class='st'>"maxsst"</span>,
<span class='st'>"maxsoilmoist"</span>, <span class='st'>"Max_czcs"</span>)
<span class='no'>dependent</span> <span class='kw'><-</span> <span class='st'>"runoffnew"</span>
<span class='fu'>h2o.gbm</span>(<span class='kw'>y</span> <span class='kw'>=</span> <span class='no'>dependent</span>, <span class='kw'>x</span> <span class='kw'>=</span> <span class='no'>independent</span>, <span class='kw'>training_frame</span> <span class='kw'>=</span> <span class='no'>australia.hex</span>,
<span class='kw'>ntrees</span> <span class='kw'>=</span> <span class='fl'>3</span>, <span class='kw'>max_depth</span> <span class='kw'>=</span> <span class='fl'>3</span>, <span class='kw'>min_rows</span> <span class='kw'>=</span> <span class='fl'>2</span>)
<span class='co'># }</span></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
<ul class="nav nav-pills nav-stacked">
<li><a href="#arguments">Arguments</a></li>
<li><a href="#see-also">See also</a></li>
<li><a href="#examples">Examples</a></li>
</ul>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Tom Kraljevic.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
</div>
</footer>
</div>
</body>
</html>
|
h2oai/h2o-dev
|
h2o-r/h2o-package/docs/reference/h2o.gbm.html
|
HTML
|
apache-2.0
| 23,074
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>3D炫酷相册</title>
<link rel="icon" href="../res/icon/logo.ico" mce_href="../res/icon/logo.ico" type="image/x-icon">
<style type="text/css">
html {
overflow:hidden;
-ms-touch-action:none;
-ms-content-zooming:none;
}
body {
position:absolute;
margin:0px;
padding:0px;
background:#fff;
width:100%;
height:100%;
}
#canvas {
position:absolute;
width:100%;
height:100%;
background:#fff;
}
</style>
<script type="text/javascript" src="../library/3dphoto/js/ge1doot.js"></script>
<script type="text/javascript">
"use strict";
(function () {
/* ==== definitions ==== */
var diapo = [], layers = [], ctx, pointer, scr, camera, light, fps = 0, quality = [1,2],
// ---- poly constructor ----
Poly = function (parent, face) {
this.parent = parent;
this.ctx = ctx;
this.color = face.fill || false;
this.points = [];
if (!face.img) {
// ---- create points ----
for (var i = 0; i < 4; i++) {
this.points[i] = new ge1doot.transform3D.Point(
parent.pc.x + (face.x[i] * parent.normalZ) + (face.z[i] * parent.normalX),
parent.pc.y + face.y[i],
parent.pc.z + (face.x[i] * parent.normalX) + (-face.z[i] * parent.normalZ)
);
}
this.points[3].next = false;
}
},
// ---- diapo constructor ----
Diapo = function (path, img, structure) {
// ---- create image ----
this.img = new ge1doot.transform3D.Image(
this, path + img.img, 1, {
isLoaded: function(img) {
img.parent.isLoaded = true;
img.parent.loaded(img);
}
}
);
this.visible = false;
this.normalX = img.nx;
this.normalZ = img.nz;
// ---- point center ----
this.pc = new ge1doot.transform3D.Point(img.x, img.y, img.z);
// ---- target positions ----
this.tx = img.x + (img.nx * Math.sqrt(camera.focalLength) * 20);
this.tz = img.z - (img.nz * Math.sqrt(camera.focalLength) * 20);
// ---- create polygons ----
this.poly = [];
for (var i = -1, p; p = structure[++i];) {
layers[i] = (p.img === true ? 1 : 2);
this.poly.push(
new Poly(this, p)
);
}
},
// ---- init section ----
init = function (json) {
// draw poly primitive
Poly.prototype.drawPoly = ge1doot.transform3D.drawPoly;
// ---- init screen ----
scr = new ge1doot.Screen({
container: "canvas"
});
ctx = scr.ctx;
scr.resize();
// ---- init pointer ----
pointer = new ge1doot.Pointer({
tap: function () {
if (camera.over) {
if (camera.over === camera.target.elem) {
// ---- return to the center ----
camera.target.x = 0;
camera.target.z = 0;
camera.target.elem = false;
} else {
// ---- goto diapo ----
camera.target.elem = camera.over;
camera.target.x = camera.over.tx;
camera.target.z = camera.over.tz;
// ---- adapt tesselation level to distance ----
for (var i = 0, d; d = diapo[i++];) {
var dx = camera.target.x - d.pc.x;
var dz = camera.target.z - d.pc.z;
var dist = Math.sqrt(dx * dx + dz * dz);
var lev = (dist > 1500) ? quality[0] : quality[1];
d.img.setLevel(lev);
}
}
}
}
});
// ---- init camera ----
camera = new ge1doot.transform3D.Camera({
focalLength: Math.sqrt(scr.width) * 10,
easeTranslation: 0.025,
easeRotation: 0.06,
disableRz: true
}, {
move: function () {
this.over = false;
// ---- rotation ----
if (pointer.isDraging) {
this.target.elem = false;
this.target.ry = -pointer.Xi * 0.01;
this.target.rx = (pointer.Y - scr.height * 0.5) / (scr.height * 0.5);
} else {
if (this.target.elem) {
this.target.ry = Math.atan2(
this.target.elem.pc.x - this.x,
this.target.elem.pc.z - this.z
);
}
}
this.target.rx *= 0.9;
}
});
camera.z = -10000;
camera.py = 0;
// ---- create images ----
for (var i = 0, img; img = json.imgdata[i++];) {
diapo.push(
new Diapo(
json.options.imagesPath,
img,
json.structure
)
);
}
// ---- start engine ---- >>>
setInterval(function() {
quality = (fps > 50) ? [2,3] : [1,2];
fps = 0;
}, 1000);
run();
},
// ---- main loop ----
run = function () {
// ---- clear screen ----
ctx.clearRect(0, 0, scr.width, scr.height);
// ---- camera ----
camera.move();
// ---- draw layers ----
for (var k = -1, l; l = layers[++k];) {
light = false;
for (var i = 0, d; d = diapo[i++];) {
(l === 1 && d.draw()) ||
(d.visible && d.poly[k].draw());
}
}
// ---- cursor ----
if (camera.over && !pointer.isDraging) {
scr.setCursor("pointer");
} else {
scr.setCursor("move");
}
// ---- loop ----
fps++;
requestAnimFrame(run);
};
/* ==== prototypes ==== */
Poly.prototype.draw = function () {
// ---- color light ----
var c = this.color;
if (c.light || !light) {
var s = c.light ? this.parent.light : 1;
// ---- rgba color ----
light = "rgba(" +
Math.round(c.r * s) + "," +
Math.round(c.g * s) + "," +
Math.round(c.b * s) + "," + (c.a || 1) + ")";
ctx.fillStyle = light;
}
// ---- paint poly ----
if (!c.light || this.parent.light < 1) {
// ---- projection ----
for (
var i = 0;
this.points[i++].projection();
);
this.drawPoly();
ctx.fill();
}
}
/* ==== image onload ==== */
Diapo.prototype.loaded = function (img) {
// ---- create points ----
var d = [-1,1,1,-1,1,1,-1,-1];
var w = img.texture.width * 0.5;
var h = img.texture.height * 0.5;
for (var i = 0; i < 4; i++) {
img.points[i] = new ge1doot.transform3D.Point(
this.pc.x + (w * this.normalZ * d[i]),
this.pc.y + (h * d[i + 4]),
this.pc.z + (w * this.normalX * d[i])
);
}
}
/* ==== images draw ==== */
Diapo.prototype.draw = function () {
// ---- visibility ----
this.pc.projection();
if (this.pc.Z > -(camera.focalLength >> 1) && this.img.transform3D(true)) {
// ---- light ----
this.light = 0.5 + Math.abs(this.normalZ * camera.cosY - this.normalX * camera.sinY) * 0.6;
// ---- draw image ----
this.visible = true;
this.img.draw();
// ---- test pointer inside ----
if (pointer.hasMoved || pointer.isDown) {
if (
this.img.isPointerInside(
pointer.X,
pointer.Y
)
) camera.over = this;
}
} else this.visible = false;
return true;
}
return {
// --- load data ----
load : function (data) {
window.addEventListener('load', function () {
ge1doot.loadJS(
"../library/3dphoto/js/imageTransform3D.js",
init, data
);
}, false);
}
}
})().load({
imgdata:[
// north
{img:'../res/images/1.jpg', x:-1000, y:0, z:1500, nx:0, nz:1},
{img:'../res/images/2.jpg', x:0, y:0, z:1500, nx:0, nz:1},
{img:'../res/images/3.jpg', x:1000, y:0, z:1500, nx:0, nz:1},
// east
{img:'../res/images/4.jpg', x:1500, y:0, z:1000, nx:-1, nz:0},
{img:'../res/images/5.jpg', x:1500, y:0, z:0, nx:-1, nz:0},
{img:'../res/images/6.jpg', x:1500, y:0, z:-1000, nx:-1, nz:0},
// south
{img:'../res/images/7.jpg', x:1000, y:0, z:-1500, nx:0, nz:-1},
{img:'../res/images/8.jpg', x:0, y:0, z:-1500, nx:0, nz:-1},
{img:'../res/images/9.jpg', x:-1000, y:0, z:-1500, nx:0, nz:-1},
// west
{img:'../res/images/10.jpg', x:-1500, y:0, z:-1000, nx:1, nz:0},
{img:'../res/images/11.jpg', x:-1500, y:0, z:0, nx:1, nz:0},
{img:'../res/images/12.jpg', x:-1500, y:0, z:1000, nx:1, nz:0}
],
structure:[
{
// wall
fill: {r:255, g:255, b:255, light:1},
x: [-1001,-490,-490,-1001],
z: [-500,-500,-500,-500],
y: [500,500,-500,-500]
},{
// wall
fill: {r:255, g:255, b:255, light:1},
x: [-501,2,2,-500],
z: [-500,-500,-500,-500],
y: [500,500,-500,-500]
},{
// wall
fill: {r:255, g:255, b:255, light:1},
x: [0,502,502,0],
z: [-500,-500,-500,-500],
y: [500,500,-500,-500]
},{
// wall
fill: {r:255, g:255, b:255, light:1},
x: [490,1002,1002,490],
z: [-500,-500,-500,-500],
y: [500,500,-500,-500]
},{
// shadow
fill: {r:0, g:0, b:0, a:0.2},
x: [-420,420,420,-420],
z: [-500,-500,-500,-500],
y: [150, 150,-320,-320]
},{
// shadow
fill: {r:0, g:0, b:0, a:0.2},
x: [-20,20,20,-20],
z: [-500,-500,-500,-500],
y: [250, 250,150,150]
},{
// shadow
fill: {r:0, g:0, b:0, a:0.2},
x: [-20,20,20,-20],
z: [-500,-500,-500,-500],
y: [-320, -320,-500,-500]
},{
// shadow
fill: {r:0, g:0, b:0, a:0.2},
x: [-20,20,10,-10],
z: [-500,-500,-100,-100],
y: [-500, -500,-500,-500]
},{
// base
fill: {r:32, g:32, b:32},
x: [-50,50,50,-50],
z: [-150,-150,-50,-50],
y: [-500,-500,-500,-500]
},{
// support
fill: {r:16, g:16, b:16},
x: [-10,10,10,-10],
z: [-100,-100,-100,-100],
y: [300,300,-500,-500]
},{
// frame
fill: {r:255, g:255, b:255},
x: [-320,-320,-320,-320],
z: [0,-20,-20,0],
y: [-190,-190,190,190]
},{
// frame
fill: {r:255, g:255, b:255},
x: [320,320,320,320],
z: [0,-20,-20,0],
y: [-190,-190,190,190]
},
{img:true},
{
// ceilingLight
fill: {r:255, g:128, b:0},
x: [-50,50,50,-50],
z: [450,450,550,550],
y: [500,500,500,500]
},{
// groundLight
fill: {r:255, g:128, b:0},
x: [-50,50,50,-50],
z: [450,450,550,550],
y: [-500,-500,-500,-500]
}
],
options:{
imagesPath: ""
}
});
</script>
</head>
<body>
<audio src="../res/music/Could This Be Love.mp3" autoplay></audio>
<canvas id="canvas">你的浏览器不支持HTML5画布技术,请使用谷歌浏览器。</canvas>
</body>
</html>
|
Hony66/deepidea
|
htmlSrc/photobook8023.html
|
HTML
|
apache-2.0
| 9,734
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRResult" id="SR_udi_5fc_5fplane">
<div class="SREntry">
<a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../class_q_bt_constants.html#a2444b7cc46a0523f8ff5f4a239fd3c92a80b3c1d39ce90f85e24f8e7d6fe382f3" target="_parent">UDI_C_Plane</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_udi_5fmt">
<div class="SREntry">
<a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../class_q_bt_constants.html#a8bd5be1319e00863d4af307e5616518ca22696de5a49b18af36383878d2601c74" target="_parent">UDI_MT</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_udi_5fta">
<div class="SREntry">
<a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../class_q_bt_constants.html#a8bd5be1319e00863d4af307e5616518caeb486818b32246447031628494e811bf" target="_parent">UDI_TA</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_udp">
<div class="SREntry">
<a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../class_q_bt_constants.html#a2444b7cc46a0523f8ff5f4a239fd3c92a378cd19c77272b8a34285c6c8103c91e" target="_parent">UDP</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_unabletoretrieveserviceattributes">
<div class="SREntry">
<a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../class_q_bt_service_discoverer.html#a2776d507cff4b617b06d286b2a859695ab30906264a0b072c9cf92c010152d046" target="_parent">UnableToRetrieveServiceAttributes</a>
<span class="SRScope">QBtServiceDiscoverer</span>
</div>
</div>
<div class="SRResult" id="SR_uncategorized">
<div class="SREntry">
<a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../class_q_bt_device.html#ac162036dc05e6d1b469145bfed4fd48ca6511d892c325c980e708f53f66b1ef9c" target="_parent">Uncategorized</a>
<span class="SRScope">QBtDevice</span>
</div>
</div>
<div class="SRResult" id="SR_undefinedclass">
<div class="SREntry">
<a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../class_q_bt_constants.html#a8bd5be1319e00863d4af307e5616518ca5a7c6823a260e0f26f78e0a036eecb31" target="_parent">UndefinedClass</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_undefinedprotocol">
<div class="SREntry">
<a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="../class_q_bt_constants.html#a2444b7cc46a0523f8ff5f4a239fd3c92a9161a789fa3529e09d46d0f54e843a4f" target="_parent">UndefinedProtocol</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_unknownerror">
<div class="SREntry">
<a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_unknownerror')">UnknownError</a>
<div class="SRChildren">
<a id="Item8_c0" onkeydown="return searchResults.NavChild(event,8,0)" onkeypress="return searchResults.NavChild(event,8,0)" onkeyup="return searchResults.NavChild(event,8,0)" class="SRScope" href="../class_q_bt_device_discoverer.html#a0a9c81a42cd96e781ee7b12cb3a2e6f4a717c0837d4976574f9afab038ab431bb" target="_parent">QBtDeviceDiscoverer::UnknownError()</a>
<a id="Item8_c1" onkeydown="return searchResults.NavChild(event,8,1)" onkeypress="return searchResults.NavChild(event,8,1)" onkeyup="return searchResults.NavChild(event,8,1)" class="SRScope" href="../class_q_bt_service_discoverer.html#a2776d507cff4b617b06d286b2a859695a23f1488734344b642f4aef484b96fa2f" target="_parent">QBtServiceDiscoverer::UnknownError()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_unpairdevice">
<div class="SREntry">
<a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_unpairdevice')">unpairDevice</a>
<div class="SRChildren">
<a id="Item9_c0" onkeydown="return searchResults.NavChild(event,9,0)" onkeypress="return searchResults.NavChild(event,9,0)" onkeyup="return searchResults.NavChild(event,9,0)" class="SRScope" href="../class_q_bt_local_device.html#a41bbd52531a25033bdb928bc11139509" target="_parent">QBtLocalDevice::unpairDevice(const QBtDevice &device)</a>
<a id="Item9_c1" onkeydown="return searchResults.NavChild(event,9,1)" onkeypress="return searchResults.NavChild(event,9,1)" onkeyup="return searchResults.NavChild(event,9,1)" class="SRScope" href="../class_q_bt_local_device.html#ae3576760d1518638cbb6340574b61dc2" target="_parent">QBtLocalDevice::unpairDevice(const QBtAddress &address)</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_updateavailability">
<div class="SREntry">
<a id="Item10" onkeydown="return searchResults.Nav(event,10)" onkeypress="return searchResults.Nav(event,10)" onkeyup="return searchResults.Nav(event,10)" class="SRSymbol" href="../class_q_bt_service_advertiser.html#a90121494e3339dfc6fa9cd3a97a00368" target="_parent">updateAvailability</a>
<span class="SRScope">QBtServiceAdvertiser</span>
</div>
</div>
<div class="SRResult" id="SR_upnp">
<div class="SREntry">
<a id="Item11" onkeydown="return searchResults.Nav(event,11)" onkeypress="return searchResults.Nav(event,11)" onkeyup="return searchResults.Nav(event,11)" class="SRSymbol" href="../class_q_bt_constants.html#a2444b7cc46a0523f8ff5f4a239fd3c92a875315e13339a6749681bfb5c07467f0" target="_parent">UPNP</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_upnp_5fip_5fservice">
<div class="SREntry">
<a id="Item12" onkeydown="return searchResults.Nav(event,12)" onkeypress="return searchResults.Nav(event,12)" onkeyup="return searchResults.Nav(event,12)" class="SRSymbol" href="../class_q_bt_constants.html#a8bd5be1319e00863d4af307e5616518caff52ed57da33a6aaae26ee28159aeff9" target="_parent">UPNP_IP_Service</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_upnp_5fservice">
<div class="SREntry">
<a id="Item13" onkeydown="return searchResults.Nav(event,13)" onkeypress="return searchResults.Nav(event,13)" onkeyup="return searchResults.Nav(event,13)" class="SRSymbol" href="../class_q_bt_constants.html#a8bd5be1319e00863d4af307e5616518ca532a15c41a7f406900a90b979ab87187" target="_parent">UPNP_Service</a>
<span class="SRScope">QBtConstants</span>
</div>
</div>
<div class="SRResult" id="SR_usercanceled">
<div class="SREntry">
<a id="Item14" onkeydown="return searchResults.Nav(event,14)" onkeypress="return searchResults.Nav(event,14)" onkeyup="return searchResults.Nav(event,14)" class="SRSymbol" href="../class_q_bt_single_device_selector_u_i.html#a31a172c67ee5d45f8def53ae0d13ba31" target="_parent">userCanceled</a>
<span class="SRScope">QBtSingleDeviceSelectorUI</span>
</div>
</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
|
favoritas37/QBluetoothZero
|
doc/search/all_75.html
|
HTML
|
apache-2.0
| 8,635
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=CP850" http-equiv="Content-Type" />
<title>File: commander.rb [commander-4.2.1 Documentation]</title>
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
<script src="../js/jquery.js" type="text/javascript"
charset="utf-8"></script>
<script src="../js/thickbox-compressed.js" type="text/javascript"
charset="utf-8"></script>
<script src="../js/quicksearch.js" type="text/javascript"
charset="utf-8"></script>
<script src="../js/darkfish.js" type="text/javascript"
charset="utf-8"></script>
</head>
<body class="file file-popup">
<div id="metadata">
<dl>
<dt class="modified-date">Last Modified</dt>
<dd class="modified-date">2016-06-06 13:45:55 +0200</dd>
<dt class="requires">Requires</dt>
<dd class="requires">
<ul>
<li>highline/import</li>
<li>commander/version</li>
<li>commander/blank</li>
<li>commander/user_interaction</li>
<li>commander/core_ext</li>
<li>commander/runner</li>
<li>commander/command</li>
<li>commander/help_formatters</li>
<li>commander/platform</li>
<li>commander/methods</li>
<li>commander/configure</li>
</ul>
</dd>
</dl>
</div>
<div id="documentation">
<div class="description">
<h2>Description</h2>
</div>
</div>
</body>
</html>
|
wpm-org/wpm
|
lang/ruby/Ruby193/lib/ruby/gems/1.9.1/doc/commander-4.2.1/rdoc/lib/commander_rb.html
|
HTML
|
apache-2.0
| 1,813
|
<div class="b_warning">
$r.translate("wiki.deleted")
</div>
|
stevenhva/InfoLearn_OpenOLAT
|
src/main/java/org/olat/modules/wiki/_content/deleted.html
|
HTML
|
apache-2.0
| 61
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>错误页面</title>
</head>
<body>
{$error.msg}
</body>
</html>
|
Jeremy1401/consensus
|
app/view/Common/error.html
|
HTML
|
apache-2.0
| 124
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Tue Oct 03 08:07:47 BST 2017 -->
<title>org.primaresearch.web.gwt.client.ui.page (PrimaGwt API)</title>
<meta name="date" content="2017-10-03">
<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="org.primaresearch.web.gwt.client.ui.page (PrimaGwt API)";
}
}
catch(err) {
}
//-->
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../../../../../../../org/primaresearch/web/gwt/client/ui/keyboard/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/renderer/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/primaresearch/web/gwt/client/ui/page/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.primaresearch.web.gwt.client.ui.page</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/PageScrollView.ZoomChangeListener.html" title="interface in org.primaresearch.web.gwt.client.ui.page">PageScrollView.ZoomChangeListener</a></td>
<td class="colLast">
<div class="block">Interface for zoom change listeners.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/RegionPropertiesView.PropertiesViewClickListener.html" title="interface in org.primaresearch.web.gwt.client.ui.page">RegionPropertiesView.PropertiesViewClickListener</a></td>
<td class="colLast">
<div class="block">Listener interface for special click events in the page content object properties view</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/RegionTypeEditor.RegionTypeSelectionListener.html" title="interface in org.primaresearch.web.gwt.client.ui.page">RegionTypeEditor.RegionTypeSelectionListener</a></td>
<td class="colLast">
<div class="block">Listener for user selection of new region type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/SelectionManager.SelectionListener.html" title="interface in org.primaresearch.web.gwt.client.ui.page">SelectionManager.SelectionListener</a></td>
<td class="colLast">
<div class="block">Listener interface for selection change events</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/TextContentView.TextContentViewChangeListener.html" title="interface in org.primaresearch.web.gwt.client.ui.page">TextContentView.TextContentViewChangeListener</a></td>
<td class="colLast">
<div class="block">Listener for text change events (by user).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/AttributeEditor.html" title="class in org.primaresearch.web.gwt.client.ui.page">AttributeEditor</a></td>
<td class="colLast">
<div class="block">Editor for a single page content object attribute</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/PageScrollView.html" title="class in org.primaresearch.web.gwt.client.ui.page">PageScrollView</a></td>
<td class="colLast">
<div class="block">View for displaying and interacting with a document page.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/ReadingOrderTreeView.html" title="class in org.primaresearch.web.gwt.client.ui.page">ReadingOrderTreeView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/RegionPropertiesView.html" title="class in org.primaresearch.web.gwt.client.ui.page">RegionPropertiesView</a></td>
<td class="colLast">
<div class="block">Table view for page content object attributes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/RegionPropertiesView.PropertiesViewVariableComparator.html" title="class in org.primaresearch.web.gwt.client.ui.page">RegionPropertiesView.PropertiesViewVariableComparator</a></td>
<td class="colLast">
<div class="block">Comparator for sorting page content object attributes in a predefined order</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/RegionTypeEditor.html" title="class in org.primaresearch.web.gwt.client.ui.page">RegionTypeEditor</a></td>
<td class="colLast">
<div class="block">Editor to change region type (text, image, table, etc.)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/SelectionManager.html" title="class in org.primaresearch.web.gwt.client.ui.page">SelectionManager</a></td>
<td class="colLast">
<div class="block">Manages page content object selection (selected objects, selection listeners).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/TextContentView.html" title="class in org.primaresearch.web.gwt.client.ui.page">TextContentView</a></td>
<td class="colLast">
<div class="block">Text box view for page content object text content.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../../../../../../../org/primaresearch/web/gwt/client/ui/keyboard/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../../org/primaresearch/web/gwt/client/ui/page/renderer/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/primaresearch/web/gwt/client/ui/page/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i>Copyright © 2014 PPImA Research Lab. All Rights Reserved.</i></small></p>
</body>
</html>
|
PRImA-Research-Lab/prima-gwt-lib
|
apidoc/org/primaresearch/web/gwt/client/ui/page/package-summary.html
|
HTML
|
apache-2.0
| 10,153
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_91) on Tue Dec 08 20:50:50 MST 2015 -->
<title>R.attr</title>
<meta name="date" content="2015-12-08">
<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="R.attr";
}
//-->
</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="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/loveboyuan/smarttrader/R.array.html" title="class in com.loveboyuan.smarttrader"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/loveboyuan/smarttrader/R.bool.html" title="class in com.loveboyuan.smarttrader"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/loveboyuan/smarttrader/R.attr.html" target="_top">Frames</a></li>
<li><a href="R.attr.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: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.loveboyuan.smarttrader</div>
<h2 title="Class R.attr" class="title">Class R.attr</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.loveboyuan.smarttrader.R.attr</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../com/loveboyuan/smarttrader/R.html" title="class in com.loveboyuan.smarttrader">R</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="strong">R.attr</span>
extends java.lang.Object</pre>
</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </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>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarDivider">actionBarDivider</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarItemBackground">actionBarItemBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarPopupTheme">actionBarPopupTheme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarSize">actionBarSize</a></strong></code>
<div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarSplitStyle">actionBarSplitStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarStyle">actionBarStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarTabBarStyle">actionBarTabBarStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarTabStyle">actionBarTabStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarTabTextStyle">actionBarTabTextStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarTheme">actionBarTheme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionBarWidgetTheme">actionBarWidgetTheme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionButtonStyle">actionButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionDropDownStyle">actionDropDownStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionLayout">actionLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionMenuTextAppearance">actionMenuTextAppearance</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionMenuTextColor">actionMenuTextColor</a></strong></code>
<div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeBackground">actionModeBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeCloseButtonStyle">actionModeCloseButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeCloseDrawable">actionModeCloseDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeCopyDrawable">actionModeCopyDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeCutDrawable">actionModeCutDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeFindDrawable">actionModeFindDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModePasteDrawable">actionModePasteDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModePopupWindowStyle">actionModePopupWindowStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeSelectAllDrawable">actionModeSelectAllDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeShareDrawable">actionModeShareDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeSplitBackground">actionModeSplitBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeStyle">actionModeStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionModeWebSearchDrawable">actionModeWebSearchDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionOverflowButtonStyle">actionOverflowButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionOverflowMenuStyle">actionOverflowMenuStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionProviderClass">actionProviderClass</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#actionViewClass">actionViewClass</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#activityChooserViewStyle">activityChooserViewStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#alertDialogButtonGroupStyle">alertDialogButtonGroupStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#alertDialogCenterButtons">alertDialogCenterButtons</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#alertDialogStyle">alertDialogStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#alertDialogTheme">alertDialogTheme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#arrowHeadLength">arrowHeadLength</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#arrowShaftLength">arrowShaftLength</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#autoCompleteTextViewStyle">autoCompleteTextViewStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#background">background</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#backgroundSplit">backgroundSplit</a></strong></code>
<div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#backgroundStacked">backgroundStacked</a></strong></code>
<div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#backgroundTint">backgroundTint</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#backgroundTintMode">backgroundTintMode</a></strong></code>
<div class="block">Must be one of the following constant values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#barLength">barLength</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#borderlessButtonStyle">borderlessButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonBarButtonStyle">buttonBarButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonBarNegativeButtonStyle">buttonBarNegativeButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonBarNeutralButtonStyle">buttonBarNeutralButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonBarPositiveButtonStyle">buttonBarPositiveButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonBarStyle">buttonBarStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonPanelSideLayout">buttonPanelSideLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonStyle">buttonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonStyleSmall">buttonStyleSmall</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonTint">buttonTint</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#buttonTintMode">buttonTintMode</a></strong></code>
<div class="block">Must be one of the following constant values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#checkboxStyle">checkboxStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#checkedTextViewStyle">checkedTextViewStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#closeIcon">closeIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#closeItemLayout">closeItemLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#collapseContentDescription">collapseContentDescription</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#collapseIcon">collapseIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#color">color</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorAccent">colorAccent</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorButtonNormal">colorButtonNormal</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorControlActivated">colorControlActivated</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorControlHighlight">colorControlHighlight</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorControlNormal">colorControlNormal</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorPrimary">colorPrimary</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorPrimaryDark">colorPrimaryDark</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#colorSwitchThumbNormal">colorSwitchThumbNormal</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#commitIcon">commitIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#contentInsetEnd">contentInsetEnd</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#contentInsetLeft">contentInsetLeft</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#contentInsetRight">contentInsetRight</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#contentInsetStart">contentInsetStart</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#controlBackground">controlBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#customNavigationLayout">customNavigationLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#defaultQueryHint">defaultQueryHint</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#dialogPreferredPadding">dialogPreferredPadding</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#dialogTheme">dialogTheme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#displayOptions">displayOptions</a></strong></code>
<div class="block">Must be one or more (separated by '|') of the following constant values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#divider">divider</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#dividerHorizontal">dividerHorizontal</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#dividerPadding">dividerPadding</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#dividerVertical">dividerVertical</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#drawableSize">drawableSize</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#drawerArrowStyle">drawerArrowStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#dropdownListPreferredItemHeight">dropdownListPreferredItemHeight</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#dropDownListViewStyle">dropDownListViewStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#editTextBackground">editTextBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#editTextColor">editTextColor</a></strong></code>
<div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#editTextStyle">editTextStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#elevation">elevation</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#expandActivityOverflowButtonDrawable">expandActivityOverflowButtonDrawable</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#gapBetweenBars">gapBetweenBars</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#goIcon">goIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#height">height</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#hideOnContentScroll">hideOnContentScroll</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#homeAsUpIndicator">homeAsUpIndicator</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#homeLayout">homeLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#icon">icon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#iconifiedByDefault">iconifiedByDefault</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#indeterminateProgressStyle">indeterminateProgressStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#initialActivityCount">initialActivityCount</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#isLightTheme">isLightTheme</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#itemPadding">itemPadding</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#layout">layout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listChoiceBackgroundIndicator">listChoiceBackgroundIndicator</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listDividerAlertDialog">listDividerAlertDialog</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listItemLayout">listItemLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listLayout">listLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listPopupWindowStyle">listPopupWindowStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listPreferredItemHeight">listPreferredItemHeight</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listPreferredItemHeightLarge">listPreferredItemHeightLarge</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listPreferredItemHeightSmall">listPreferredItemHeightSmall</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listPreferredItemPaddingLeft">listPreferredItemPaddingLeft</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#listPreferredItemPaddingRight">listPreferredItemPaddingRight</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#logo">logo</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#logoDescription">logoDescription</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#maxButtonHeight">maxButtonHeight</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#measureWithLargestChild">measureWithLargestChild</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#multiChoiceItemLayout">multiChoiceItemLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#navigationContentDescription">navigationContentDescription</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#navigationIcon">navigationIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#navigationMode">navigationMode</a></strong></code>
<div class="block">Must be one of the following constant values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#overlapAnchor">overlapAnchor</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#paddingEnd">paddingEnd</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#paddingStart">paddingStart</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#panelBackground">panelBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#panelMenuListTheme">panelMenuListTheme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#panelMenuListWidth">panelMenuListWidth</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#popupMenuStyle">popupMenuStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#popupTheme">popupTheme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#popupWindowStyle">popupWindowStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#preserveIconSpacing">preserveIconSpacing</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#progressBarPadding">progressBarPadding</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#progressBarStyle">progressBarStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#queryBackground">queryBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#queryHint">queryHint</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#radioButtonStyle">radioButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#ratingBarStyle">ratingBarStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#searchHintIcon">searchHintIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#searchIcon">searchIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#searchViewStyle">searchViewStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#selectableItemBackground">selectableItemBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#selectableItemBackgroundBorderless">selectableItemBackgroundBorderless</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#showAsAction">showAsAction</a></strong></code>
<div class="block">Must be one or more (separated by '|') of the following constant values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#showDividers">showDividers</a></strong></code>
<div class="block">Must be one or more (separated by '|') of the following constant values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#showText">showText</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#singleChoiceItemLayout">singleChoiceItemLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#spinBars">spinBars</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#spinnerDropDownItemStyle">spinnerDropDownItemStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#spinnerStyle">spinnerStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#splitTrack">splitTrack</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#state_above_anchor">state_above_anchor</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#submitBackground">submitBackground</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#subtitle">subtitle</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#subtitleTextAppearance">subtitleTextAppearance</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#subtitleTextColor">subtitleTextColor</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#subtitleTextStyle">subtitleTextStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#suggestionRowLayout">suggestionRowLayout</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#switchMinWidth">switchMinWidth</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#switchPadding">switchPadding</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#switchStyle">switchStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#switchTextAppearance">switchTextAppearance</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textAllCaps">textAllCaps</a></strong></code>
<div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textAppearanceLargePopupMenu">textAppearanceLargePopupMenu</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textAppearanceListItem">textAppearanceListItem</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textAppearanceListItemSmall">textAppearanceListItemSmall</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textAppearanceSearchResultSubtitle">textAppearanceSearchResultSubtitle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textAppearanceSearchResultTitle">textAppearanceSearchResultTitle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textAppearanceSmallPopupMenu">textAppearanceSmallPopupMenu</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textColorAlertDialogListItem">textColorAlertDialogListItem</a></strong></code>
<div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#textColorSearchUrl">textColorSearchUrl</a></strong></code>
<div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#theme">theme</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#thickness">thickness</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#thumbTextPadding">thumbTextPadding</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#title">title</a></strong></code>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleMarginBottom">titleMarginBottom</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleMarginEnd">titleMarginEnd</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleMargins">titleMargins</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleMarginStart">titleMarginStart</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleMarginTop">titleMarginTop</a></strong></code>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleTextAppearance">titleTextAppearance</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleTextColor">titleTextColor</a></strong></code>
<div class="block">Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#titleTextStyle">titleTextStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#toolbarNavigationButtonStyle">toolbarNavigationButtonStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#toolbarStyle">toolbarStyle</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#track">track</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#voiceIcon">voiceIcon</a></strong></code>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowActionBar">windowActionBar</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowActionBarOverlay">windowActionBarOverlay</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowActionModeOverlay">windowActionModeOverlay</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowFixedHeightMajor">windowFixedHeightMajor</a></strong></code>
<div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowFixedHeightMinor">windowFixedHeightMinor</a></strong></code>
<div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowFixedWidthMajor">windowFixedWidthMajor</a></strong></code>
<div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowFixedWidthMinor">windowFixedWidthMinor</a></strong></code>
<div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowMinWidthMajor">windowMinWidthMajor</a></strong></code>
<div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowMinWidthMinor">windowMinWidthMinor</a></strong></code>
<div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#windowNoTitle">windowNoTitle</a></strong></code>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</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"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../com/loveboyuan/smarttrader/R.attr.html#R.attr()">R.attr</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, 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="actionBarDivider">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarDivider</h4>
<pre>public static final int actionBarDivider</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarDivider">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarItemBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarItemBackground</h4>
<pre>public static final int actionBarItemBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarItemBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarPopupTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarPopupTheme</h4>
<pre>public static final int actionBarPopupTheme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarPopupTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarSize">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarSize</h4>
<pre>public static final int actionBarSize</pre>
<div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarSize">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarSplitStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarSplitStyle</h4>
<pre>public static final int actionBarSplitStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarSplitStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarStyle</h4>
<pre>public static final int actionBarStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarTabBarStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarTabBarStyle</h4>
<pre>public static final int actionBarTabBarStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarTabBarStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarTabStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarTabStyle</h4>
<pre>public static final int actionBarTabStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarTabStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarTabTextStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarTabTextStyle</h4>
<pre>public static final int actionBarTabTextStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarTabTextStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarTheme</h4>
<pre>public static final int actionBarTheme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionBarWidgetTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionBarWidgetTheme</h4>
<pre>public static final int actionBarWidgetTheme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionBarWidgetTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionButtonStyle</h4>
<pre>public static final int actionButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionDropDownStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionDropDownStyle</h4>
<pre>public static final int actionDropDownStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionDropDownStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionLayout</h4>
<pre>public static final int actionLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionMenuTextAppearance">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionMenuTextAppearance</h4>
<pre>public static final int actionMenuTextAppearance</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionMenuTextAppearance">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionMenuTextColor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionMenuTextColor</h4>
<pre>public static final int actionMenuTextColor</pre>
<div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionMenuTextColor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeBackground</h4>
<pre>public static final int actionModeBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeCloseButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeCloseButtonStyle</h4>
<pre>public static final int actionModeCloseButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeCloseButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeCloseDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeCloseDrawable</h4>
<pre>public static final int actionModeCloseDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeCloseDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeCopyDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeCopyDrawable</h4>
<pre>public static final int actionModeCopyDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeCopyDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeCutDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeCutDrawable</h4>
<pre>public static final int actionModeCutDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeCutDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeFindDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeFindDrawable</h4>
<pre>public static final int actionModeFindDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeFindDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModePasteDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModePasteDrawable</h4>
<pre>public static final int actionModePasteDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModePasteDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModePopupWindowStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModePopupWindowStyle</h4>
<pre>public static final int actionModePopupWindowStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModePopupWindowStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeSelectAllDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeSelectAllDrawable</h4>
<pre>public static final int actionModeSelectAllDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeSelectAllDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeShareDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeShareDrawable</h4>
<pre>public static final int actionModeShareDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeShareDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeSplitBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeSplitBackground</h4>
<pre>public static final int actionModeSplitBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeSplitBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeStyle</h4>
<pre>public static final int actionModeStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionModeWebSearchDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionModeWebSearchDrawable</h4>
<pre>public static final int actionModeWebSearchDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionModeWebSearchDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionOverflowButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionOverflowButtonStyle</h4>
<pre>public static final int actionOverflowButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionOverflowButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionOverflowMenuStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionOverflowMenuStyle</h4>
<pre>public static final int actionOverflowMenuStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionOverflowMenuStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionProviderClass">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionProviderClass</h4>
<pre>public static final int actionProviderClass</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionProviderClass">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="actionViewClass">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actionViewClass</h4>
<pre>public static final int actionViewClass</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.actionViewClass">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="activityChooserViewStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>activityChooserViewStyle</h4>
<pre>public static final int activityChooserViewStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.activityChooserViewStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="alertDialogButtonGroupStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alertDialogButtonGroupStyle</h4>
<pre>public static final int alertDialogButtonGroupStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.alertDialogButtonGroupStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="alertDialogCenterButtons">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alertDialogCenterButtons</h4>
<pre>public static final int alertDialogCenterButtons</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.alertDialogCenterButtons">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="alertDialogStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alertDialogStyle</h4>
<pre>public static final int alertDialogStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.alertDialogStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="alertDialogTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alertDialogTheme</h4>
<pre>public static final int alertDialogTheme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.alertDialogTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="arrowHeadLength">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>arrowHeadLength</h4>
<pre>public static final int arrowHeadLength</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.arrowHeadLength">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="arrowShaftLength">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>arrowShaftLength</h4>
<pre>public static final int arrowShaftLength</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.arrowShaftLength">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="autoCompleteTextViewStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>autoCompleteTextViewStyle</h4>
<pre>public static final int autoCompleteTextViewStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.autoCompleteTextViewStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="background">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>background</h4>
<pre>public static final int background</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.background">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="backgroundSplit">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>backgroundSplit</h4>
<pre>public static final int backgroundSplit</pre>
<div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.backgroundSplit">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="backgroundStacked">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>backgroundStacked</h4>
<pre>public static final int backgroundStacked</pre>
<div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.backgroundStacked">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="backgroundTint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>backgroundTint</h4>
<pre>public static final int backgroundTint</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.backgroundTint">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="backgroundTintMode">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>backgroundTintMode</h4>
<pre>public static final int backgroundTintMode</pre>
<div class="block"><p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.backgroundTintMode">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="barLength">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>barLength</h4>
<pre>public static final int barLength</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.barLength">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="borderlessButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>borderlessButtonStyle</h4>
<pre>public static final int borderlessButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.borderlessButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonBarButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonBarButtonStyle</h4>
<pre>public static final int buttonBarButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonBarButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonBarNegativeButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonBarNegativeButtonStyle</h4>
<pre>public static final int buttonBarNegativeButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonBarNegativeButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonBarNeutralButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonBarNeutralButtonStyle</h4>
<pre>public static final int buttonBarNeutralButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonBarNeutralButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonBarPositiveButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonBarPositiveButtonStyle</h4>
<pre>public static final int buttonBarPositiveButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonBarPositiveButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonBarStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonBarStyle</h4>
<pre>public static final int buttonBarStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonBarStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonPanelSideLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonPanelSideLayout</h4>
<pre>public static final int buttonPanelSideLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonPanelSideLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonStyle</h4>
<pre>public static final int buttonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonStyleSmall">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonStyleSmall</h4>
<pre>public static final int buttonStyleSmall</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonStyleSmall">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonTint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonTint</h4>
<pre>public static final int buttonTint</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonTint">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buttonTintMode">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buttonTintMode</h4>
<pre>public static final int buttonTintMode</pre>
<div class="block"><p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.buttonTintMode">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="checkboxStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkboxStyle</h4>
<pre>public static final int checkboxStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.checkboxStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="checkedTextViewStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkedTextViewStyle</h4>
<pre>public static final int checkedTextViewStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.checkedTextViewStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="closeIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closeIcon</h4>
<pre>public static final int closeIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.closeIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="closeItemLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closeItemLayout</h4>
<pre>public static final int closeItemLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.closeItemLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="collapseContentDescription">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collapseContentDescription</h4>
<pre>public static final int collapseContentDescription</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.collapseContentDescription">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="collapseIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collapseIcon</h4>
<pre>public static final int collapseIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.collapseIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="color">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>color</h4>
<pre>public static final int color</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.color">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorAccent">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorAccent</h4>
<pre>public static final int colorAccent</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorAccent">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorButtonNormal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorButtonNormal</h4>
<pre>public static final int colorButtonNormal</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorButtonNormal">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorControlActivated">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorControlActivated</h4>
<pre>public static final int colorControlActivated</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorControlActivated">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorControlHighlight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorControlHighlight</h4>
<pre>public static final int colorControlHighlight</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorControlHighlight">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorControlNormal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorControlNormal</h4>
<pre>public static final int colorControlNormal</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorControlNormal">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorPrimary">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorPrimary</h4>
<pre>public static final int colorPrimary</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorPrimary">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorPrimaryDark">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorPrimaryDark</h4>
<pre>public static final int colorPrimaryDark</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorPrimaryDark">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="colorSwitchThumbNormal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>colorSwitchThumbNormal</h4>
<pre>public static final int colorSwitchThumbNormal</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.colorSwitchThumbNormal">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="commitIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>commitIcon</h4>
<pre>public static final int commitIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.commitIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="contentInsetEnd">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>contentInsetEnd</h4>
<pre>public static final int contentInsetEnd</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.contentInsetEnd">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="contentInsetLeft">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>contentInsetLeft</h4>
<pre>public static final int contentInsetLeft</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.contentInsetLeft">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="contentInsetRight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>contentInsetRight</h4>
<pre>public static final int contentInsetRight</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.contentInsetRight">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="contentInsetStart">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>contentInsetStart</h4>
<pre>public static final int contentInsetStart</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.contentInsetStart">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="controlBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>controlBackground</h4>
<pre>public static final int controlBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.controlBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="customNavigationLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customNavigationLayout</h4>
<pre>public static final int customNavigationLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.customNavigationLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="defaultQueryHint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>defaultQueryHint</h4>
<pre>public static final int defaultQueryHint</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.defaultQueryHint">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dialogPreferredPadding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dialogPreferredPadding</h4>
<pre>public static final int dialogPreferredPadding</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.dialogPreferredPadding">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dialogTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dialogTheme</h4>
<pre>public static final int dialogTheme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.dialogTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="displayOptions">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>displayOptions</h4>
<pre>public static final int displayOptions</pre>
<div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr>
<tr><td><code>showHome</code></td><td>0x2</td><td></td></tr>
<tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr>
<tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr>
<tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr>
<tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr>
</table></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.displayOptions">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="divider">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>divider</h4>
<pre>public static final int divider</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.divider">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dividerHorizontal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dividerHorizontal</h4>
<pre>public static final int dividerHorizontal</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.dividerHorizontal">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dividerPadding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dividerPadding</h4>
<pre>public static final int dividerPadding</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.dividerPadding">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dividerVertical">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dividerVertical</h4>
<pre>public static final int dividerVertical</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.dividerVertical">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="drawableSize">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawableSize</h4>
<pre>public static final int drawableSize</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.drawableSize">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="drawerArrowStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawerArrowStyle</h4>
<pre>public static final int drawerArrowStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.drawerArrowStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dropDownListViewStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropDownListViewStyle</h4>
<pre>public static final int dropDownListViewStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.dropDownListViewStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dropdownListPreferredItemHeight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropdownListPreferredItemHeight</h4>
<pre>public static final int dropdownListPreferredItemHeight</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.dropdownListPreferredItemHeight">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="editTextBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>editTextBackground</h4>
<pre>public static final int editTextBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.editTextBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="editTextColor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>editTextColor</h4>
<pre>public static final int editTextColor</pre>
<div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.editTextColor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="editTextStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>editTextStyle</h4>
<pre>public static final int editTextStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.editTextStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="elevation">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>elevation</h4>
<pre>public static final int elevation</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.elevation">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="expandActivityOverflowButtonDrawable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>expandActivityOverflowButtonDrawable</h4>
<pre>public static final int expandActivityOverflowButtonDrawable</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.expandActivityOverflowButtonDrawable">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="gapBetweenBars">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>gapBetweenBars</h4>
<pre>public static final int gapBetweenBars</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.gapBetweenBars">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="goIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>goIcon</h4>
<pre>public static final int goIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.goIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="height">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>height</h4>
<pre>public static final int height</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.height">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="hideOnContentScroll">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hideOnContentScroll</h4>
<pre>public static final int hideOnContentScroll</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.hideOnContentScroll">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="homeAsUpIndicator">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>homeAsUpIndicator</h4>
<pre>public static final int homeAsUpIndicator</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.homeAsUpIndicator">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="homeLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>homeLayout</h4>
<pre>public static final int homeLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.homeLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="icon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>icon</h4>
<pre>public static final int icon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.icon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="iconifiedByDefault">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iconifiedByDefault</h4>
<pre>public static final int iconifiedByDefault</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.iconifiedByDefault">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="indeterminateProgressStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>indeterminateProgressStyle</h4>
<pre>public static final int indeterminateProgressStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.indeterminateProgressStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="initialActivityCount">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initialActivityCount</h4>
<pre>public static final int initialActivityCount</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.initialActivityCount">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="isLightTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLightTheme</h4>
<pre>public static final int isLightTheme</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.isLightTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="itemPadding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>itemPadding</h4>
<pre>public static final int itemPadding</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.itemPadding">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="layout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>layout</h4>
<pre>public static final int layout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.layout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listChoiceBackgroundIndicator">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listChoiceBackgroundIndicator</h4>
<pre>public static final int listChoiceBackgroundIndicator</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listChoiceBackgroundIndicator">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listDividerAlertDialog">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listDividerAlertDialog</h4>
<pre>public static final int listDividerAlertDialog</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listDividerAlertDialog">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listItemLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listItemLayout</h4>
<pre>public static final int listItemLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listItemLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listLayout</h4>
<pre>public static final int listLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listPopupWindowStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPopupWindowStyle</h4>
<pre>public static final int listPopupWindowStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listPopupWindowStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listPreferredItemHeight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPreferredItemHeight</h4>
<pre>public static final int listPreferredItemHeight</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listPreferredItemHeight">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listPreferredItemHeightLarge">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPreferredItemHeightLarge</h4>
<pre>public static final int listPreferredItemHeightLarge</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listPreferredItemHeightLarge">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listPreferredItemHeightSmall">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPreferredItemHeightSmall</h4>
<pre>public static final int listPreferredItemHeightSmall</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listPreferredItemHeightSmall">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listPreferredItemPaddingLeft">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPreferredItemPaddingLeft</h4>
<pre>public static final int listPreferredItemPaddingLeft</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listPreferredItemPaddingLeft">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listPreferredItemPaddingRight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPreferredItemPaddingRight</h4>
<pre>public static final int listPreferredItemPaddingRight</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.listPreferredItemPaddingRight">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="logo">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logo</h4>
<pre>public static final int logo</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.logo">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="logoDescription">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logoDescription</h4>
<pre>public static final int logoDescription</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.logoDescription">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="maxButtonHeight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxButtonHeight</h4>
<pre>public static final int maxButtonHeight</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.maxButtonHeight">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="measureWithLargestChild">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>measureWithLargestChild</h4>
<pre>public static final int measureWithLargestChild</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.measureWithLargestChild">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="multiChoiceItemLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>multiChoiceItemLayout</h4>
<pre>public static final int multiChoiceItemLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.multiChoiceItemLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="navigationContentDescription">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>navigationContentDescription</h4>
<pre>public static final int navigationContentDescription</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.navigationContentDescription">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="navigationIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>navigationIcon</h4>
<pre>public static final int navigationIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.navigationIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="navigationMode">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>navigationMode</h4>
<pre>public static final int navigationMode</pre>
<div class="block"><p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>listMode</code></td><td>1</td><td></td></tr>
<tr><td><code>tabMode</code></td><td>2</td><td></td></tr>
</table></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.navigationMode">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="overlapAnchor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>overlapAnchor</h4>
<pre>public static final int overlapAnchor</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.overlapAnchor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="paddingEnd">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>paddingEnd</h4>
<pre>public static final int paddingEnd</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.paddingEnd">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="paddingStart">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>paddingStart</h4>
<pre>public static final int paddingStart</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.paddingStart">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="panelBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>panelBackground</h4>
<pre>public static final int panelBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.panelBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="panelMenuListTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>panelMenuListTheme</h4>
<pre>public static final int panelMenuListTheme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.panelMenuListTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="panelMenuListWidth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>panelMenuListWidth</h4>
<pre>public static final int panelMenuListWidth</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.panelMenuListWidth">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="popupMenuStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>popupMenuStyle</h4>
<pre>public static final int popupMenuStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.popupMenuStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="popupTheme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>popupTheme</h4>
<pre>public static final int popupTheme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.popupTheme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="popupWindowStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>popupWindowStyle</h4>
<pre>public static final int popupWindowStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.popupWindowStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="preserveIconSpacing">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>preserveIconSpacing</h4>
<pre>public static final int preserveIconSpacing</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.preserveIconSpacing">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="progressBarPadding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>progressBarPadding</h4>
<pre>public static final int progressBarPadding</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.progressBarPadding">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="progressBarStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>progressBarStyle</h4>
<pre>public static final int progressBarStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.progressBarStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="queryBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>queryBackground</h4>
<pre>public static final int queryBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.queryBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="queryHint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>queryHint</h4>
<pre>public static final int queryHint</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.queryHint">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="radioButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>radioButtonStyle</h4>
<pre>public static final int radioButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.radioButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ratingBarStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ratingBarStyle</h4>
<pre>public static final int ratingBarStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.ratingBarStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="searchHintIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>searchHintIcon</h4>
<pre>public static final int searchHintIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.searchHintIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="searchIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>searchIcon</h4>
<pre>public static final int searchIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.searchIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="searchViewStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>searchViewStyle</h4>
<pre>public static final int searchViewStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.searchViewStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="selectableItemBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectableItemBackground</h4>
<pre>public static final int selectableItemBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.selectableItemBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="selectableItemBackgroundBorderless">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectableItemBackgroundBorderless</h4>
<pre>public static final int selectableItemBackgroundBorderless</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.selectableItemBackgroundBorderless">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="showAsAction">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>showAsAction</h4>
<pre>public static final int showAsAction</pre>
<div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>never</code></td><td>0</td><td></td></tr>
<tr><td><code>ifRoom</code></td><td>1</td><td></td></tr>
<tr><td><code>always</code></td><td>2</td><td></td></tr>
<tr><td><code>withText</code></td><td>4</td><td></td></tr>
<tr><td><code>collapseActionView</code></td><td>8</td><td></td></tr>
</table></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.showAsAction">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="showDividers">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>showDividers</h4>
<pre>public static final int showDividers</pre>
<div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>beginning</code></td><td>1</td><td></td></tr>
<tr><td><code>middle</code></td><td>2</td><td></td></tr>
<tr><td><code>end</code></td><td>4</td><td></td></tr>
</table></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.showDividers">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="showText">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>showText</h4>
<pre>public static final int showText</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.showText">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="singleChoiceItemLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>singleChoiceItemLayout</h4>
<pre>public static final int singleChoiceItemLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.singleChoiceItemLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="spinBars">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>spinBars</h4>
<pre>public static final int spinBars</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.spinBars">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="spinnerDropDownItemStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>spinnerDropDownItemStyle</h4>
<pre>public static final int spinnerDropDownItemStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.spinnerDropDownItemStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="spinnerStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>spinnerStyle</h4>
<pre>public static final int spinnerStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.spinnerStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="splitTrack">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>splitTrack</h4>
<pre>public static final int splitTrack</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.splitTrack">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="state_above_anchor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>state_above_anchor</h4>
<pre>public static final int state_above_anchor</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.state_above_anchor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="submitBackground">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>submitBackground</h4>
<pre>public static final int submitBackground</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.submitBackground">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="subtitle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subtitle</h4>
<pre>public static final int subtitle</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.subtitle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="subtitleTextAppearance">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subtitleTextAppearance</h4>
<pre>public static final int subtitleTextAppearance</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.subtitleTextAppearance">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="subtitleTextColor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subtitleTextColor</h4>
<pre>public static final int subtitleTextColor</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.subtitleTextColor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="subtitleTextStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subtitleTextStyle</h4>
<pre>public static final int subtitleTextStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.subtitleTextStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="suggestionRowLayout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>suggestionRowLayout</h4>
<pre>public static final int suggestionRowLayout</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.suggestionRowLayout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="switchMinWidth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>switchMinWidth</h4>
<pre>public static final int switchMinWidth</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.switchMinWidth">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="switchPadding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>switchPadding</h4>
<pre>public static final int switchPadding</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.switchPadding">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="switchStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>switchStyle</h4>
<pre>public static final int switchStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.switchStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="switchTextAppearance">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>switchTextAppearance</h4>
<pre>public static final int switchTextAppearance</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.switchTextAppearance">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textAllCaps">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textAllCaps</h4>
<pre>public static final int textAllCaps</pre>
<div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textAllCaps">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textAppearanceLargePopupMenu">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textAppearanceLargePopupMenu</h4>
<pre>public static final int textAppearanceLargePopupMenu</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textAppearanceLargePopupMenu">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textAppearanceListItem">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textAppearanceListItem</h4>
<pre>public static final int textAppearanceListItem</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textAppearanceListItem">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textAppearanceListItemSmall">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textAppearanceListItemSmall</h4>
<pre>public static final int textAppearanceListItemSmall</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textAppearanceListItemSmall">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textAppearanceSearchResultSubtitle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textAppearanceSearchResultSubtitle</h4>
<pre>public static final int textAppearanceSearchResultSubtitle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textAppearanceSearchResultSubtitle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textAppearanceSearchResultTitle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textAppearanceSearchResultTitle</h4>
<pre>public static final int textAppearanceSearchResultTitle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textAppearanceSearchResultTitle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textAppearanceSmallPopupMenu">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textAppearanceSmallPopupMenu</h4>
<pre>public static final int textAppearanceSmallPopupMenu</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textAppearanceSmallPopupMenu">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textColorAlertDialogListItem">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textColorAlertDialogListItem</h4>
<pre>public static final int textColorAlertDialogListItem</pre>
<div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textColorAlertDialogListItem">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textColorSearchUrl">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textColorSearchUrl</h4>
<pre>public static final int textColorSearchUrl</pre>
<div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.textColorSearchUrl">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="theme">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>theme</h4>
<pre>public static final int theme</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.theme">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="thickness">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>thickness</h4>
<pre>public static final int thickness</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.thickness">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="thumbTextPadding">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>thumbTextPadding</h4>
<pre>public static final int thumbTextPadding</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.thumbTextPadding">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="title">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>title</h4>
<pre>public static final int title</pre>
<div class="block"><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.title">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleMarginBottom">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleMarginBottom</h4>
<pre>public static final int titleMarginBottom</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleMarginBottom">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleMarginEnd">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleMarginEnd</h4>
<pre>public static final int titleMarginEnd</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleMarginEnd">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleMarginStart">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleMarginStart</h4>
<pre>public static final int titleMarginStart</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleMarginStart">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleMarginTop">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleMarginTop</h4>
<pre>public static final int titleMarginTop</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleMarginTop">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleMargins">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleMargins</h4>
<pre>public static final int titleMargins</pre>
<div class="block"><p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleMargins">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleTextAppearance">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleTextAppearance</h4>
<pre>public static final int titleTextAppearance</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleTextAppearance">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleTextColor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleTextColor</h4>
<pre>public static final int titleTextColor</pre>
<div class="block"><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleTextColor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="titleTextStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>titleTextStyle</h4>
<pre>public static final int titleTextStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.titleTextStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="toolbarNavigationButtonStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toolbarNavigationButtonStyle</h4>
<pre>public static final int toolbarNavigationButtonStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.toolbarNavigationButtonStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="toolbarStyle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toolbarStyle</h4>
<pre>public static final int toolbarStyle</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.toolbarStyle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="track">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>track</h4>
<pre>public static final int track</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.track">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="voiceIcon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>voiceIcon</h4>
<pre>public static final int voiceIcon</pre>
<div class="block"><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.voiceIcon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowActionBar">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowActionBar</h4>
<pre>public static final int windowActionBar</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowActionBar">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowActionBarOverlay">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowActionBarOverlay</h4>
<pre>public static final int windowActionBarOverlay</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowActionBarOverlay">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowActionModeOverlay">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowActionModeOverlay</h4>
<pre>public static final int windowActionModeOverlay</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowActionModeOverlay">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowFixedHeightMajor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowFixedHeightMajor</h4>
<pre>public static final int windowFixedHeightMajor</pre>
<div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowFixedHeightMajor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowFixedHeightMinor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowFixedHeightMinor</h4>
<pre>public static final int windowFixedHeightMinor</pre>
<div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowFixedHeightMinor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowFixedWidthMajor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowFixedWidthMajor</h4>
<pre>public static final int windowFixedWidthMajor</pre>
<div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowFixedWidthMajor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowFixedWidthMinor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowFixedWidthMinor</h4>
<pre>public static final int windowFixedWidthMinor</pre>
<div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowFixedWidthMinor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowMinWidthMajor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowMinWidthMajor</h4>
<pre>public static final int windowMinWidthMajor</pre>
<div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowMinWidthMajor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowMinWidthMinor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>windowMinWidthMinor</h4>
<pre>public static final int windowMinWidthMinor</pre>
<div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowMinWidthMinor">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="windowNoTitle">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>windowNoTitle</h4>
<pre>public static final int windowNoTitle</pre>
<div class="block"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.loveboyuan.smarttrader.R.attr.windowNoTitle">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="R.attr()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>R.attr</h4>
<pre>public R.attr()</pre>
</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="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/loveboyuan/smarttrader/R.array.html" title="class in com.loveboyuan.smarttrader"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/loveboyuan/smarttrader/R.bool.html" title="class in com.loveboyuan.smarttrader"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/loveboyuan/smarttrader/R.attr.html" target="_top">Frames</a></li>
<li><a href="R.attr.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: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
CMPUT301F15T16/Team16Project
|
javadoc/com/loveboyuan/smarttrader/R.attr.html
|
HTML
|
apache-2.0
| 240,106
|
<div class="container" *ngIf="usuario && !isMyProfile">
<p-growl [(value)]="msgs"></p-growl>
<div class="row">
<div class="center">
<div class="col-xs-1"></div>
<div class="col-xs-3">
<img src={{imagePath}} class="img-thumbnail" />
</div>
<div class="col-xs-4">
<h2>{{usuario.nombre}} {{usuario.apellido}}</h2>
<p>Amigos: {{usuario.cantidadAmigos}} | Seguidores: {{usuario.cantidadSeguidores}}</p>
<button *ngIf="!isFriend" [disabled]="!isEnableRequest" (click)="agregar()" type="button" class="btn btn-danger">
<span class="glyphicon glyphicon-user"></span> {{textRequest}}</button>
<button *ngIf="isEnableFollow" (click)="seguir()" type="button" class="btn btn-danger">
<span *ngIf="!isFollowing" class="glyphicon glyphicon-eye-open"></span>
<span *ngIf="isFollowing" class="glyphicon glyphicon-ok"></span> {{textFollow}}</button>
</div>
<!-- <div class="col-xs-4">
<img src="images/personalidades/{{usuario.personalidad.nombre}}.png" />
</div> -->
</div>
</div>
<br>
<nav class="navbar navbar-default">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li [ngClass]="{ 'active': activeTab == 'ideas' }"><a (click)="moveTab('ideas')" class="links">Principal</a></li>
<li [ngClass]="{ 'active': activeTab == 'info' }"><a (click)="moveTab('info')" class="links">Información académica</a></li>
<li [ngClass]="{ 'active': activeTab == 'friends' }"><a (click)="moveTab('friends')" class="links">Amigos</a></li>
<li [ngClass]="{ 'active': activeTab == 'following' }"><a (click)="moveTab('following')" class="links">Siguiendo</a></li>
<li [ngClass]="{ 'active': activeTab == 'followers' }"><a (click)="moveTab('followers')" class="links">Seguidores</a></li>
<li [ngClass]="{ 'active': activeTab == 'badges' }"><a (click)="moveTab('badges')" class="links">Insignias</a></li>
<li *ngIf="usuario.tipoUsuario == 'PROFESOR'" [ngClass]="{ 'active': activeTab == 'tg' }"><a (click)="moveTab('tg')" class="links">TG Dirigidos</a></li>
<li *ngIf="usuario.tipoUsuario == 'EGRESADO'" [ngClass]="{ 'active': activeTab == 'tg' }"><a (click)="moveTab('tg')" class="links">Trabajos de grado</a></li>
<li *ngIf="usuario.tipoUsuario != 'ESTUDIANTE'" [ngClass]="{ 'active': activeTab == 'career' }"><a (click)="moveTab('career')" class="links">Formación académica</a></li>
<li *ngIf="usuario.tipoUsuario == 'ESTUDIANTE'" [ngClass]="{ 'active': activeTab == 'likes' }"><a (click)="moveTab('likes')" class="links">Gustos</a></li>
</ul>
</div>
</nav>
<div *ngIf="activeTab == 'ideas'" class="row">
<div class="col-xs-1">
</div>
<div class="col-xs-3">
<div [scrollPoint]="0" class="panel panel-default">
<div class="panel-heading">
<h2 class="center">Información básica</h2>
<p><strong>Nombre: </strong>{{usuario.nombre}}</p>
<p><strong>Apellido: </strong>{{usuario.apellido}}</p>
<p *ngIf="usuario.tipoUsuario == 'ESTUDIANTE'">
<strong>Semestre: </strong>
<span *ngIf="usuario.semestre < 11">{{usuario.semestre}}</span>
<span *ngIf="usuario.semestre > 10">10+</span>
</p>
<p><strong>Correo: </strong>{{usuario.email}}</p>
<p *ngIf="usuario.tipoUsuario == 'PROFESOR'">
<strong>Grupo investigación: </strong>
<span *ngIf="usuario.grupoInvestigacion">{{usuario.grupoInvestigacion}}</span>
<span *ngIf="!usuario.grupoInvestigacion">-</span>
</p>
<p *ngIf="usuario.tipoUsuario == 'PROFESOR'">
<strong>Disponible: </strong>
<span *ngIf="usuario.disponible">Si</span>
<span *ngIf="!usuario.disponible">No</span>
</p>
<p><strong>Tipo usuario: </strong>{{usuario.tipoUsuario}}</p>
</div>
</div>
</div>
<div class="col-xs-7">
<div *ngIf="!ideas || ideas.length == 0" class="panel panel-default">
<div class="panel-heading center">
<img class="find_user" src="images/loading.gif" />
<h3>Este usuario no tiene ideas publicadas actualmente.</h3>
</div>
</div>
<div class="panel panel-default center" *ngFor="let idea of ideas; index as indice">
<idea [idea]="idea" (change)="cambio($event)"></idea>
</div>
</div>
</div>
<div *ngIf="activeTab == 'info'">
<div class="row">
<div *ngIf="usuario.tipoUsuario != 'PROFESOR'" class="col-xs-12">
<div class="panel panel-default">
<div [ngBusy]="{busy: avalesBusy, message: 'Cargando...'}" class="panel-body">
<h3>Habilidades personales:</h3>
<p *ngIf="habilidadesPersonales?.length == 0">No tiene habilidades personales registradas</p>
<button (click)="avalar(h.id,'HABILIDAD')" *ngFor="let h of habilidadesPersonales" type="button" class="btn btn-default btn-aval">{{h.nombre}} <span class="badge">{{h.avales}}</span></button>
<!--<p *ngFor="let h of habilidadesPersonales">{{h.nombre}} <span class="label label-default">{{h.avales}}</span></p>-->
</div>
</div>
</div>
<div *ngIf="usuario.tipoUsuario == 'PROFESOR'" class="col-xs-12">
<div class="panel panel-default">
<div [ngBusy]="{busy: avalesBusy, message: 'Cargando...'}" class="panel-body">
<h3>Cualidades como profesor:</h3>
<p *ngIf="usuario.cualidades?.length == 0">No tiene cualidades como profesor registradas</p>
<button (click)="avalar(c.id,'CUALIDAD')" *ngFor="let c of usuario.cualidades" type="button" class="btn btn-default btn-aval">{{c.nombre}} <span class="badge">{{c.avales}}</span></button>
</div>
</div>
</div>
</div>
<div class="row">
<div [ngClass]="usuario.segundaCarrera ? 'col-xs-6':'col-xs-12'">
<div class="panel panel-default">
<div class="panel-heading">
<h2>{{usuario.carrera.nombre}}</h2>
<div class="panel panel-default">
<div class="panel-body">
<h3>Énfasis:</h3>
<p><strong>Principal: </strong>{{usuario.enfasis[0].nombre}}</p>
<p *ngIf="usuario.enfasis[1]"><strong>Secundario: </strong>{{usuario.enfasis[1].nombre}}</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<h3>Áreas de conocimiento:</h3>
<p *ngIf="areasConocimiento?.length == 0">No tiene áreas de conocimiento asociadas</p>
<p *ngFor="let ac of areasConocimiento">
{{ac.nombre}} <span *ngIf="usuario.tipoUsuario == 'PROFESOR'" class="badge">{{ac.porcentaje}} %</span>
</p>
</div>
</div>
<div [ngBusy]="{busy: avalesBusy, message: 'Cargando...'}" class="panel panel-default">
<div *ngIf="usuario.tipoUsuario != 'PROFESOR'" class="panel-body">
<h3>Habilidades profesionales:</h3>
<p *ngIf="habilidadesProfesionales?.length == 0">No tiene habilidades profesionales registradas</p>
<button (click)="avalar(h.id,'HABILIDAD')" *ngFor="let h of habilidadesProfesionales" type="button" class="btn btn-default btn-aval">{{h.nombre}} <span class="badge">{{h.avales}}</span></button>
</div>
<div *ngIf="usuario.tipoUsuario == 'PROFESOR'" class="panel-body">
<h3>Cualidades profesionales:</h3>
<p *ngIf="habilidadesProfesionales?.length == 0">No tiene cualidades profesionales registradas</p>
<button (click)="avalar(h.id,'HABILIDAD')" *ngFor="let h of usuario.habilidades" type="button" class="btn btn-default btn-aval">{{h.nombre}} <span class="badge">{{h.avales}}</span></button>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="usuario.segundaCarrera" class="col-xs-6">
<div class="panel panel-default">
<div class="panel-heading">
<h2>{{usuario.segundaCarrera.nombre}}</h2>
<div class="panel panel-default">
<div class="panel-body">
<h3>Énfasis:</h3>
<p><strong>Principal: </strong>{{usuario.enfasis[2].nombre}}</p>
<p *ngIf="usuario.enfasis[3]"><strong>Secundario: </strong>{{usuario.enfasis[3].nombre}}</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<h3>Áreas de conocimiento:</h3>
<p *ngIf="areasConocimientoSeg?.length == 0">No tiene áreas de conocimiento asociadas</p>
<p *ngFor="let ac of areasConocimientoSeg">{{ac.nombre}}</p>
</div>
</div>
<div class="panel panel-default">
<div [ngBusy]="{busy: avalesBusy, message: 'Cargando...'}" class="panel-body">
<h3>Habilidades profesionales:</h3>
<p *ngIf="habilidadesProfesionalesSeg?.length == 0">No tiene habilidades profesionales registradas</p>
<button (click)="avalar(h.id,'HABILIDAD')" *ngFor="let h of habilidadesProfesionalesSeg" type="button" class="btn btn-default btn-aval">{{h.nombre}} <span class="badge">{{h.avales}}</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'following' || activeTab == 'friends' || activeTab == 'followers'" class="row">
<div *ngIf="activeTab == 'friends'" class="col-xs-12">
<div class="panel panel-default" *ngIf="!usuario.amigos || usuario.amigos?.length == 0">
<div class="panel-heading center">
<img class="find_user" src="images/find-user.png" />
<h3>Aún no tiene amigos en su red.</h3>
</div>
</div>
<div class="row">
<div *ngFor="let a of usuario.amigos" class="col-xs-4">
<div class="card">
<img src="{{serverUri}}{{a.username}}" (error)="errorImageHandler($event,a.username,a.genero)" class="profile_image">
<div class="container-card">
<h2 class="name-card">{{a.nombre}}</h2>
<p class="title-card">{{a.carrera}}</p>
<p>@{{a.username}}</p>
<p><button (click)="goProfile(a.username)" class="button-card">Ver perfil</button></p>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'followers'" class="col-xs-12">
<div class="panel panel-default" *ngIf="!usuario.seguidores || usuario.seguidores?.length == 0">
<div class="panel-heading center">
<img class="find_user" src="images/find-user.png" />
<h3>Aún no tiene seguidores en su red.</h3>
</div>
</div>
<div class="row">
<div *ngFor="let s of usuario.seguidores" class="col-xs-4">
<div class="card">
<img src="{{serverUri}}{{s.username}}" (error)="errorImageHandler($event,s.username,s.genero)" class="profile_image">
<div class="container-card">
<h2 class="name-card">{{s.nombre}}</h2>
<p class="title-card">{{s.carrera}}</p>
<p>@{{s.username}}</p>
<p><button (click)="goProfile(s.username)" class="button-card">Ver perfil</button></p>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'following'" class="col-xs-12">
<div class="panel panel-default" *ngIf="!usuario.siguiendo || usuario.siguiendo?.length == 0">
<div class="panel-heading center">
<img class="find_user" src="images/find-user.png" />
<h3>Aún no está siguiendo a alguien.</h3>
</div>
</div>
<div class="row">
<div *ngFor="let s of usuario.siguiendo" class="col-xs-4">
<div class="card">
<img src="{{serverUri}}{{s.username}}" (error)="errorImageHandler($event,s.username,s.genero)" class="profile_image">
<div class="container-card">
<h2 class="name-card">{{s.nombre}}</h2>
<p class="title-card">{{s.carrera}}</p>
<p>@{{s.username}}</p>
<p><button (click)="goProfile(s.username)" class="button-card">Ver perfil</button></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'badges'" class="row">
<div class="col-xs-2"></div>
<div class="col-xs-8">
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-heading">
<div class="media">
<div class="media-left">
<img src="images/personalidades/{{usuario.personalidad.nombre}}.png" class="media-object" style="width:60px">
</div>
<div class="media-body">
<h4 class="media-heading">Registro exitoso</h4>
<p>Por haber completado el registro de forma exitosa</p>
</div>
</div>
</div>
</div>
</div>
<div *ngFor="let a of usuario.insignias" class="col-xs-12">
<div class="panel panel-default">
<div class="panel-heading">
<div class="media">
<div class="media-left">
<img src="images/insignias/{{a.iconoRef}}" class="media-object" style="width:60px">
</div>
<div class="media-body">
<h4 class="media-heading">{{a.nombre}}</h4>
<p>{{a.descripcion}}</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'tg'" class="row">
<div class="col-xs-2"></div>
<div class="col-xs-8">
<div class="panel panel-default">
<div class="panel-heading">
<h2 *ngIf="usuario.tipoUsuario == 'PROFESOR'" class="center">Trabajos de grado dirigidos</h2>
<h2 *ngIf="usuario.tipoUsuario == 'EGRESADO'" class="center">Trabajos de grado</h2>
<div *ngIf="!usuario.tgDirigidos || usuario.tgDirigidos?.length == 0">
<p *ngIf="usuario.tipoUsuario == 'PROFESOR'">
No tiene trabajos de grado dirigidos asociados
</p>
<p *ngIf="usuario.tipoUsuario == 'EGRESADO'">
No tiene trabajos de grado asociados
</p>
</div>
<div class="panel panel-default" *ngFor="let tg of usuario.tgDirigidos">
<div class="panel-body">
<p><strong>Título: </strong>{{tg.nombre}}</p>
<p><strong>Periodo fin: </strong>{{tg.periodoFin}}</p>
<p *ngIf="usuario.tipoUsuario == 'PROFESOR'"><strong>Número de estudiantes: </strong>{{tg.numEstudiantes}}</p>
<p><strong>Resumen: </strong>{{tg.resumen}}</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'career'" class="row">
<div class="col-xs-2"></div>
<div class="col-xs-8">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="center">Formación académica</h2>
<p *ngIf="!usuario.formacionAcademica || usuario.formacionAcademica?.length == 0">No tiene formacion académica asociada</p>
<div class="panel panel-default" *ngFor="let fa of usuario.formacionAcademica">
<div class="panel-body">
<p><strong>Título: </strong>{{fa.titulo}}</p>
<p><strong>Año: </strong>{{fa.anio}}</p>
<p><strong>Univerisidad: </strong>{{fa.universidad}}</p>
<p><strong>Título del trabajo de grado: </strong>{{fa.tituloTG}}</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div *ngIf="activeTab == 'likes'" class="row">
<div class="col-xs-12">
<div class="panel panel-default" *ngIf="!usuario.gustos || usuario.gustos?.length == 0">
<div class="panel-heading center">
<h3>No tiene gustos seleccionados.</h3>
</div>
</div>
<div class="row">
<div class="col-xs-2" *ngFor="let g of usuario.gustos">
<a class="thumbnail"><img src="images/gustos/{{g.imagePath}}" class="img-responsive"></a>
</div>
</div>
</div>
</div>
</div>
<div class="container" *ngIf="usuario && isMyProfile">
<myprofile [usuario]="usuario"></myprofile>
</div>
|
know-share/KS-Web
|
src/app/user/user.component.html
|
HTML
|
apache-2.0
| 19,879
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" /><base href="/public/"/>
<title>购物车 - Bootstrap后台管理系统模版Ace下载</title>
<meta name="keywords" content="Bootstrap模版,Bootstrap模版下载,Bootstrap教程,Bootstrap中文" />
<meta name="description" content="站长素材提供Bootstrap模版,Bootstrap教程,Bootstrap中文翻译等相关Bootstrap插件下载" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- basic styles -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css" />
<![endif]-->
<!-- page specific plugin styles -->
<!-- fonts -->
<!-- ace styles -->
<link rel="stylesheet" href="assets/css/ace.min.css" />
<link rel="stylesheet" href="assets/css/ace-rtl.min.css" />
<link rel="stylesheet" href="assets/css/ace-skins.min.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ace-ie.min.css" />
<![endif]-->
<!-- inline styles related to this page -->
<!-- ace settings handler -->
<script src="assets/js/ace-extra.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default" id="navbar">
<script type="text/javascript">
try{ace.settings.check('navbar' , 'fixed')}catch(e){}
</script>
<div class="navbar-container" id="navbar-container">
<div class="navbar-header pull-left">
<a href="#" class="navbar-brand">
<small>
<i class="icon-leaf"></i>
Ace Admin
</small>
</a><!-- /.brand -->
</div><!-- /.navbar-header -->
<div class="navbar-header pull-right" role="navigation">
<ul class="nav ace-nav">
<li class="grey">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="icon-tasks"></i>
<span class="badge badge-grey">4</span>
</a>
<ul class="pull-right dropdown-navbar dropdown-menu dropdown-caret dropdown-close">
<li class="dropdown-header">
<i class="icon-ok"></i>
4 Tasks to complete
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Software Update</span>
<span class="pull-right">65%</span>
</div>
<div class="progress progress-mini ">
<div style="width:65%" class="progress-bar "></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Hardware Upgrade</span>
<span class="pull-right">35%</span>
</div>
<div class="progress progress-mini ">
<div style="width:35%" class="progress-bar progress-bar-danger"></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Unit Testing</span>
<span class="pull-right">15%</span>
</div>
<div class="progress progress-mini ">
<div style="width:15%" class="progress-bar progress-bar-warning"></div>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">Bug Fixes</span>
<span class="pull-right">90%</span>
</div>
<div class="progress progress-mini progress-striped active">
<div style="width:90%" class="progress-bar progress-bar-success"></div>
</div>
</a>
</li>
<li>
<a href="#">
See tasks with details
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="purple">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="icon-bell-alt icon-animated-bell"></i>
<span class="badge badge-important">8</span>
</a>
<ul class="pull-right dropdown-navbar navbar-pink dropdown-menu dropdown-caret dropdown-close">
<li class="dropdown-header">
<i class="icon-warning-sign"></i>
8 Notifications
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">
<i class="btn btn-xs no-hover btn-pink icon-comment"></i>
New Comments
</span>
<span class="pull-right badge badge-info">+12</span>
</div>
</a>
</li>
<li>
<a href="#">
<i class="btn btn-xs btn-primary icon-user"></i>
Bob just signed up as an editor ...
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">
<i class="btn btn-xs no-hover btn-success icon-shopping-cart"></i>
New Orders
</span>
<span class="pull-right badge badge-success">+8</span>
</div>
</a>
</li>
<li>
<a href="#">
<div class="clearfix">
<span class="pull-left">
<i class="btn btn-xs no-hover btn-info icon-twitter"></i>
Followers
</span>
<span class="pull-right badge badge-info">+11</span>
</div>
</a>
</li>
<li>
<a href="#">
See all notifications
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="green">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="icon-envelope icon-animated-vertical"></i>
<span class="badge badge-success">5</span>
</a>
<ul class="pull-right dropdown-navbar dropdown-menu dropdown-caret dropdown-close">
<li class="dropdown-header">
<i class="icon-envelope-alt"></i>
5 Messages
</li>
<li>
<a href="#">
<img src="assets/avatars/avatar.png" class="msg-photo" alt="Alex's Avatar" />
<span class="msg-body">
<span class="msg-title">
<span class="blue">Alex:</span>
Ciao sociis natoque penatibus et auctor ...
</span>
<span class="msg-time">
<i class="icon-time"></i>
<span>a moment ago</span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<img src="assets/avatars/avatar3.png" class="msg-photo" alt="Susan's Avatar" />
<span class="msg-body">
<span class="msg-title">
<span class="blue">Susan:</span>
Vestibulum id ligula porta felis euismod ...
</span>
<span class="msg-time">
<i class="icon-time"></i>
<span>20 minutes ago</span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<img src="assets/avatars/avatar4.png" class="msg-photo" alt="Bob's Avatar" />
<span class="msg-body">
<span class="msg-title">
<span class="blue">Bob:</span>
Nullam quis risus eget urna mollis ornare ...
</span>
<span class="msg-time">
<i class="icon-time"></i>
<span>3:15 pm</span>
</span>
</span>
</a>
</li>
<li>
<a href="inbox.html">
See all messages
<i class="icon-arrow-right"></i>
</a>
</li>
</ul>
</li>
<li class="light-blue">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">
<img class="nav-user-photo" src="assets/avatars/user.jpg" alt="Jason's Photo" />
<span class="user-info">
<small>Welcome,</small>
Jason
</span>
<i class="icon-caret-down"></i>
</a>
<ul class="user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-close">
<li>
<a href="#">
<i class="icon-cog"></i>
Settings
</a>
</li>
<li>
<a href="#">
<i class="icon-user"></i>
Profile
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<i class="icon-off"></i>
Logout
</a>
</li>
</ul>
</li>
</ul><!-- /.ace-nav -->
</div><!-- /.navbar-header -->
</div><!-- /.container -->
</div>
<div class="main-container" id="main-container">
<script type="text/javascript">
try{ace.settings.check('main-container' , 'fixed')}catch(e){}
</script>
<div class="main-container-inner">
<a class="menu-toggler" id="menu-toggler" href="#">
<span class="menu-text"></span>
</a>
<?php echo $left_html ?>
<div class="main-content">
<div class="breadcrumbs" id="breadcrumbs">
<script type="text/javascript">
try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}
</script>
<ul class="breadcrumb">
<li>
<i class="icon-home home-icon"></i>
<a href="#">Home</a>
</li>
<li>
<a href="#">More Pages</a>
</li>
<li class="active">Invoice</li>
</ul><!-- .breadcrumb -->
<div class="nav-search" id="nav-search">
<form class="form-search">
<span class="input-icon">
<input type="text" placeholder="Search ..." class="nav-search-input" id="nav-search-input" autocomplete="off" />
<i class="icon-search nav-search-icon"></i>
</span>
</form>
</div><!-- #nav-search -->
</div>
<div class="page-content">
<div class="row">
<div class="col-xs-12">
<!-- PAGE CONTENT BEGINS -->
<div class="space-6"></div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="widget-box transparent invoice-box">
<div class="widget-header widget-header-large">
<h3 class="grey lighter pull-left position-relative">
<i class="icon-leaf green"></i>
Customer Invoice
</h3>
<div class="widget-toolbar no-border invoice-info">
<span class="invoice-info-label">Invoice:</span>
<span class="red">#121212</span>
<br />
<span class="invoice-info-label">Date:</span>
<span class="blue">03/03/2013</span>
</div>
<div class="widget-toolbar hidden-480">
<a href="#">
<i class="icon-print"></i>
</a>
</div>
</div>
<div class="widget-body">
<div class="widget-main padding-24">
<div class="row">
<div class="col-sm-6">
<div class="row">
<div class="col-xs-11 label label-lg label-info arrowed-in arrowed-right">
<b>Company Info</b>
</div>
</div>
<div class="row">
<ul class="list-unstyled spaced">
<li>
<i class="icon-caret-right blue"></i>
Street, City
</li>
<li>
<i class="icon-caret-right blue"></i>
Zip Code
</li>
<li>
<i class="icon-caret-right blue"></i>
State, Country
</li>
<li>
<i class="icon-caret-right blue"></i>
Phone:
<b class="red">111-111-111</b>
</li>
<li class="divider"></li>
<li>
<i class="icon-caret-right blue"></i>
Paymant Info
</li>
</ul>
</div>
</div><!-- /span -->
<div class="col-sm-6">
<div class="row">
<div class="col-xs-11 label label-lg label-success arrowed-in arrowed-right">
<b>Customer Info</b>
</div>
</div>
<div>
<ul class="list-unstyled spaced">
<li>
<i class="icon-caret-right green"></i>
Street, City
</li>
<li>
<i class="icon-caret-right green"></i>
Zip Code
</li>
<li>
<i class="icon-caret-right green"></i>
State, Country
</li>
<li class="divider"></li>
<li>
<i class="icon-caret-right green"></i>
Contact Info
</li>
</ul>
</div>
</div><!-- /span -->
</div><!-- row -->
<div class="space"></div>
<div>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th class="center">#</th>
<th>Product</th>
<th class="hidden-xs">Description</th>
<th class="hidden-480">Discount</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td class="center">1</td>
<td>
<a href="#">google.com</a>
</td>
<td class="hidden-xs">
1 year domain registration
</td>
<td class="hidden-480"> --- </td>
<td>$10</td>
</tr>
<tr>
<td class="center">2</td>
<td>
<a href="#">yahoo.com</a>
</td>
<td class="hidden-xs">
5 year domain registration
</td>
<td class="hidden-480"> 5% </td>
<td>$45</td>
</tr>
<tr>
<td class="center">3</td>
<td>Hosting</td>
<td class="hidden-xs">
1 year basic hosting
</td>
<td class="hidden-480"> 10% </td>
<td>$90</td>
</tr>
<tr>
<td class="center">4</td>
<td>Design</td>
<td class="hidden-xs">
Theme customization
</td>
<td class="hidden-480"> 50% </td>
<td>$250</td>
</tr>
</tbody>
</table>
</div>
<div class="hr hr8 hr-double hr-dotted"></div>
<div class="row">
<div class="col-sm-5 pull-right">
<h4 class="pull-right">
Total amount :
<span class="red">$395</span>
</h4>
</div>
<div class="col-sm-7 pull-left"> Extra Information </div>
</div>
<div class="space-6"></div>
<div class="well">
Thank you for choosing Ace Company products.
We believe you will be satisfied by our services.
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PAGE CONTENT ENDS -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.page-content -->
</div><!-- /.main-content -->
<div class="ace-settings-container" id="ace-settings-container">
<div class="btn btn-app btn-xs btn-warning ace-settings-btn" id="ace-settings-btn">
<i class="icon-cog bigger-150"></i>
</div>
<div class="ace-settings-box" id="ace-settings-box">
<div>
<div class="pull-left">
<select id="skin-colorpicker" class="hide">
<option data-skin="default" value="#438EB9">#438EB9</option>
<option data-skin="skin-1" value="#222A2D">#222A2D</option>
<option data-skin="skin-2" value="#C6487E">#C6487E</option>
<option data-skin="skin-3" value="#D0D0D0">#D0D0D0</option>
</select>
</div>
<span> Choose Skin</span>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-navbar" />
<label class="lbl" for="ace-settings-navbar"> Fixed Navbar</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-sidebar" />
<label class="lbl" for="ace-settings-sidebar"> Fixed Sidebar</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-breadcrumbs" />
<label class="lbl" for="ace-settings-breadcrumbs"> Fixed Breadcrumbs</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-rtl" />
<label class="lbl" for="ace-settings-rtl"> Right To Left (rtl)</label>
</div>
<div>
<input type="checkbox" class="ace ace-checkbox-2" id="ace-settings-add-container" />
<label class="lbl" for="ace-settings-add-container">
Inside
<b>.container</b>
</label>
</div>
</div>
</div><!-- /#ace-settings-container -->
</div><!-- /.main-container-inner -->
<a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
<i class="icon-double-angle-up icon-only bigger-110"></i>
</a>
</div><!-- /.main-container -->
<!-- basic scripts -->
<!--[if !IE]> -->
<script src="assets/js/jquery-2.0.3.min.js"></script>
<!-- <![endif]-->
<!--[if IE]>
<script src="assets/js/jquery-1.10.2.min.js"></script>
<![endif]-->
<!--[if !IE]> -->
<script type="text/javascript">
window.jQuery || document.write("<script src='assets/js/jquery-2.0.3.min.js'>"+"<"+"/script>");
</script>
<!-- <![endif]-->
<!--[if IE]>
<script type="text/javascript">
window.jQuery || document.write("<script src='assets/js/jquery-1.10.2.min.js'>"+"<"+"/script>");
</script>
<![endif]-->
<script type="text/javascript">
if("ontouchend" in document) document.write("<script src='assets/js/jquery.mobile.custom.min.js'>"+"<"+"/script>");
</script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/typeahead-bs2.min.js"></script>
<!-- page specific plugin scripts -->
<!-- ace scripts -->
<script src="assets/js/ace-elements.min.js"></script>
<script src="assets/js/ace.min.js"></script>
<!-- inline scripts related to this page -->
</body>
</html>
|
tatfan/fb_backend
|
backend/views/ui/invoice.html
|
HTML
|
apache-2.0
| 19,065
|
@**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Ahn Hyeok Jun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
**@
@(title:String, form:Form[Posting], posting:Posting, number:Long, project:Project, isAllowedToNotice:Boolean)
@import scala.collection.Map
@import utils.TemplateHelper._
@import models.enumeration.ResourceType
@implicitField = @{ helper.FieldConstructor(simpleForm) }
@import utils.HtmlUtil._
@projectLayout(title, project, utils.MenuType.BOARD) {
@projectMenu(project, utils.MenuType.BOARD, "main-menu-only")
<div class="page-wrap-outer">
<div class="project-page-wrap">
<form action="@routes.BoardApp.editPost(project.owner, project.name, number)" method="post" enctype="multipart/form-data" class="nm">
<div class="content-wrap frm-wrap">
<dl>
<dt>
<label for="title">@Messages("title")</label>
</dt>
<dd>
@defining(form.errors().get("title")) { errors =>
<input type="text" id="title" name="title" value="@posting.title" class="zen-mode text title @if(errors != null) {error}" maxlength="250" tabindex="1" />
@if(errors != null) {
<div class="message">
@for(error <- errors) {
<div>@Messages(error.message)</div>
}
</div>
}
}
</dd>
<dd style="position: relative;">
@common.editor("body", posting.body, "tabindex=2", "content-body")
</dd>
@if(isAllowedToNotice){
@helper.input(form("notice")){(id, name, value, args) =>
<dd class="right-txt">
<input type="checkbox" id="notice" name="notice" class="checkbox" @toHtmlArgs(args) @(if(value.equals(Some("true"))) "checked" else "")/><!--
--><label for="notice" class="label-public">@Messages("post.notice.label")</label>
@if(project.isGit){
<input type="checkbox" id="readme" name="readme" class="checkbox" @boolToCheckedString(posting.readme)/>
<label for="readme" class="label-public">@Messages("post.readmefy")</label>
}
</dd>
}
}
</dl>
@** fileUploader **@
@if(!UserApp.currentUser.isAnonymous) {
@common.fileUploader(ResourceType.BOARD_POST, posting.id)
}
@** end of fileUploader **@
<div class="actions">
<button class="ybtn ybtn-info" tabindex="3">@Messages("button.save")</button><!--
--><a href="javascript:history.back();" class="ybtn" tabindex="4">@Messages("button.cancel")</a>
</div>
</div>
</form>
</div>
</div>
@common.markdown(project)
<link rel="stylesheet" type="text/css" media="screen" href="@routes.Assets.at("javascripts/lib/atjs/jquery.atwho.css")">
<script type="text/javascript" src="@routes.Assets.at("javascripts/lib/atjs/jquery.caret.min.js")"></script>
<script type="text/javascript" src="@routes.Assets.at("javascripts/lib/atjs/jquery.atwho.js")"></script>
<script type="text/javascript">
$(document).ready(function(){
$yobi.loadModule("board.Write", {
"sMode" : "edit",
"elTextarea" : 'textarea[data-editor-mode="content-body"]',
"sUploaderAction": "@routes.AttachmentApp.uploadFile"
});
yobi.Mention({
target:'textarea[id^=editor-]',
url : "@Html(routes.ProjectApp.mentionList(project.owner, project.name, posting.getNumber, posting.asResource().getType().resource()).toString())"
});
});
</script>
}
|
violetag/demo
|
app/views/board/edit.scala.html
|
HTML
|
apache-2.0
| 4,008
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_15.html">Class Test_AbaRouteValidator_15</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_33979_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15.html?line=34823#src-34823" >testAbaNumberCheck_33979_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:45:01
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_33979_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=20930#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html>
|
dcarda/aba.route.validator
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15_testAbaNumberCheck_33979_good_g5e.html
|
HTML
|
apache-2.0
| 9,181
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0) on Fri Feb 01 09:13:23 EST 2013 -->
<title>Uses of Class org.drip.regression.core.UnitRegressionStat</title>
<meta name="date" content="2013-02-01">
<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="Uses of Class org.drip.regression.core.UnitRegressionStat";
}
//-->
</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><a href="../../../../../org/drip/regression/core/UnitRegressionStat.html" title="class in org.drip.regression.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/drip/regression/core/\class-useUnitRegressionStat.html" target="_top">Frames</a></li>
<li><a href="UnitRegressionStat.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.drip.regression.core.UnitRegressionStat" class="title">Uses of Class<br>org.drip.regression.core.UnitRegressionStat</h2>
</div>
<div class="classUseContainer">No usage of org.drip.regression.core.UnitRegressionStat</div>
<!-- ======= 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><a href="../../../../../org/drip/regression/core/UnitRegressionStat.html" title="class in org.drip.regression.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/drip/regression/core/\class-useUnitRegressionStat.html" target="_top">Frames</a></li>
<li><a href="UnitRegressionStat.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
Lakshmik/RootFinder
|
2.1/docs/Javadoc/org/drip/regression/core/class-use/UnitRegressionStat.html
|
HTML
|
apache-2.0
| 4,215
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Sat Mar 17 18:06:00 MSK 2012 -->
<TITLE>
Uses of Class org.apache.poi.hsmf.datatypes.RecipientChunks.RecipientChunksSorter (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2012-03-17">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hsmf.datatypes.RecipientChunks.RecipientChunksSorter (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hsmf/datatypes/RecipientChunks.RecipientChunksSorter.html" title="class in org.apache.poi.hsmf.datatypes"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hsmf/datatypes/\class-useRecipientChunks.RecipientChunksSorter.html" target="_top"><B>FRAMES</B></A>
<A HREF="RecipientChunks.RecipientChunksSorter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.poi.hsmf.datatypes.RecipientChunks.RecipientChunksSorter</B></H2>
</CENTER>
No usage of org.apache.poi.hsmf.datatypes.RecipientChunks.RecipientChunksSorter
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hsmf/datatypes/RecipientChunks.RecipientChunksSorter.html" title="class in org.apache.poi.hsmf.datatypes"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hsmf/datatypes/\class-useRecipientChunks.RecipientChunksSorter.html" target="_top"><B>FRAMES</B></A>
<A HREF="RecipientChunks.RecipientChunksSorter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
Stephania16/ProductDesignGame
|
MinimaxAlgorithm/poi-3.8/docs/apidocs/org/apache/poi/hsmf/datatypes/class-use/RecipientChunks.RecipientChunksSorter.html
|
HTML
|
apache-2.0
| 6,416
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>app.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.0.0</span><br />
<h1>
app.rb
</h1>
<ul class="files">
<li>
/usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/console/app.rb
</li>
<li>Last modified: 2013-07-25 12:08:35 +0200</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>active_support/all</li>
<li>action_controller</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../classes/Rails.html">Rails</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../classes/Rails/ConsoleMethods.html">Rails::ConsoleMethods</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html>
|
jeroen92/zfsstats-server
|
doc/api/files/usr/local/rvm/gems/ruby-2_0_0-p0/gems/railties-4_0_0/lib/rails/console/app_rb.html
|
HTML
|
apache-2.0
| 2,406
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Wed Nov 02 19:52:52 IST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.common.cloud.CompositeIdRouter (Solr 6.3.0 API)</title>
<meta name="date" content="2016-11-02">
<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="Uses of Class org.apache.solr.common.cloud.CompositeIdRouter (Solr 6.3.0 API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../org/apache/solr/common/cloud/CompositeIdRouter.html" title="class in org.apache.solr.common.cloud">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/common/cloud/class-use/CompositeIdRouter.html" target="_top">Frames</a></li>
<li><a href="CompositeIdRouter.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.common.cloud.CompositeIdRouter" class="title">Uses of Class<br>org.apache.solr.common.cloud.CompositeIdRouter</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.common.cloud.CompositeIdRouter</div>
<!-- ======= 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><a href="../../../../../../org/apache/solr/common/cloud/CompositeIdRouter.html" title="class in org.apache.solr.common.cloud">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/common/cloud/class-use/CompositeIdRouter.html" target="_top">Frames</a></li>
<li><a href="CompositeIdRouter.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
johannesbraun/clm_autocomplete
|
docs/solr-solrj/org/apache/solr/common/cloud/class-use/CompositeIdRouter.html
|
HTML
|
apache-2.0
| 5,137
|
<div class="row">
<div class="col-md-offset-4 col-md-4 text-center">
<div class="panel-body">
<p>
<button class="btn btn-twitter"
ng-click="LoginCtrl.authenticate('twitter')">
<i class="fa fa-twitter"></i> Twitter Sign In
</button>
<button class="btn btn-facebook"
ng-click="authenticate('facebook')">
<i class="fa fa-facebook"></i> Facebook Sign In
</button>
</p>
<div class="signup-or-separator">
<h6 class="text">or</h6>
<hr>
</div>
<h2 class="text-center">Local Login</h2>
<form method="post"
ng-submit="LoginCtrl.login(loginForm.$valid, username, password)"
name="loginForm">
<div class="form-group">
<input class="form-control input-lg" type="text" name="username"
ng-model="username" placeholder="Username" required
autofocus>
<span class="ion-at form-control-feedback"></span>
</div>
<div class="form-group has-feedback">
<input class="form-control input-lg" type="password"
name="password" ng-model="password"
placeholder="Password" required>
<span class="ion-key form-control-feedback"></span>
</div>
<button type="submit" ng-disabled="loginForm.$invalid"
class="btn btn-lg btn-block btn-success">Log in
</button>
<br/>
<p class="text-center">
<a href="#">Forgot your password?</a>
</p>
<p class="text-center text-muted">
<small>Don't have an account yet? <a href="/#/signup">Sign
up</a></small>
</p>
</form>
</div>
</div>
</div>
|
pauleveritt/moonshot
|
src/auth/login.partial.html
|
HTML
|
apache-2.0
| 1,771
|
<section class="md-whiteframe-z1" ng-if="schedule && schedule.length > 0">
<md-toolbar class="md-primary schedule-header">
<h2 class="md-toolbar-tools">
<i class="material-icons layout-padding">today</i>
<span>{{schedule[currentDateIndex].day | date:'fullDate'}}</span>
</h2>
</md-toolbar>
<md-content ng-repeat="venueItem in schedule[currentDateIndex].venues"
ng-show="isCurrentVenueIndex($index)" class="slide-container schedule-content">
<md-subheader><h4>{{venueItem.venue}}</h4></md-subheader>
<md-list>
<md-list-item ng-repeat="event in venueItem.events">
<div class="md-list-item-text" style="width: 100%;">
<div layout="row" layout-padding layout-fill>
<div flex="15" layout>{{event.time}}</div>
<div style="border-right: 1px solid #E1E1E1"></div>
<div flex="85" layout>
<div>
<span ng-if="event.price" class="label label-danger">${{event.price}}/person</span>
{{event.event}}
</div>
</div>
</div>
</div>
<md-divider ng-if="!$last"></md-divider>
</md-list-item>
</md-list>
</md-content>
</section>
|
GarnetLabs/ctfdisplay
|
client/app/views/schedule.html
|
HTML
|
apache-2.0
| 1,224
|
<html><head></head><body><h1>Directory contents</h1><ul><li><a href="ALL.rar">ALL.rar</a> (14 Mb)</li><li><a href="automation-1.11.zip">automation-1.11.zip</a> (1.1 Mb)</li><li><a href="commons-logging-1.1.1.zip">commons-logging-1.1.1.zip</a> (124 Kb)</li><li><a href="hermit-android.zip">hermit-android.zip</a> (4.1 Mb)</li><li><a href="hermit-test.zip">hermit-test.zip</a> (8.9 Mb)</li></ul></body></html>
|
darth-willy/mobibench
|
web/code/hermit/index.html
|
HTML
|
apache-2.0
| 407
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Enocean: Package ch.bfh.gr33nopo55um.enocean.persistence</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="../../EnOcean_logo_claim_pos_rgb.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Enocean
 <span id="projectnumber">1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('../../',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="../../d0/db3/namespacech.html">ch</a></li><li class="navelem"><a class="el" href="../../df/d58/namespacech_1_1bfh.html">bfh</a></li><li class="navelem"><a class="el" href="../../dd/d30/namespacech_1_1bfh_1_1gr33nopo55um.html">gr33nopo55um</a></li><li class="navelem"><a class="el" href="../../d7/dcd/namespacech_1_1bfh_1_1gr33nopo55um_1_1enocean.html">enocean</a></li><li class="navelem"><a class="el" href="../../d7/d93/namespacech_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1persistence.html">persistence</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">Package ch.bfh.gr33nopo55um.enocean.persistence</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/ddb/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1persistence_1_1SeedDB.html">SeedDB</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/dc0/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1persistence_1_1Store.html">Store</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d60/classch_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1persistence_1_1TelegramDBFactory.html">TelegramDBFactory</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>
|
Gr33nOpo55um/EnOcean
|
documentation/doxygen/html/d7/d93/namespacech_1_1bfh_1_1gr33nopo55um_1_1enocean_1_1persistence.html
|
HTML
|
apache-2.0
| 4,093
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Sat May 29 01:41:11 JST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
DigestUtilities (Apache MINA Core 2.0.0-RC1 API)
</TITLE>
<META NAME="date" CONTENT="2010-05-29">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DigestUtilities (Apache MINA Core 2.0.0-RC1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="ナビゲーションリンクをスキップ"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概要</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>パッケージ</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>クラス</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DigestUtilities.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>階層ツリー</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>非推奨 API</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>ヘルプ</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
前のクラス
<A HREF="../../../../../../../org/apache/mina/proxy/handlers/http/digest/HttpDigestAuthLogicHandler.html" title="org.apache.mina.proxy.handlers.http.digest 内のクラス"><B>次のクラス</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/mina/proxy/handlers/http/digest/DigestUtilities.html" target="_top"><B>フレームあり</B></A>
<A HREF="DigestUtilities.html" target="_top"><B>フレームなし</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
概要: 入れ子 | <A HREF="#field_summary">フィールド</A> | <A HREF="#constructor_summary">コンストラクタ</A> | <A HREF="#method_summary">メソッド</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
詳細: <A HREF="#field_detail">フィールド</A> | <A HREF="#constructor_detail">コンストラクタ</A> | <A HREF="#method_detail">メソッド</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.mina.proxy.handlers.http.digest</FONT>
<BR>
クラス DigestUtilities</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../../resources/inherit.gif" ALT="上位を拡張 "><B>org.apache.mina.proxy.handlers.http.digest.DigestUtilities</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>DigestUtilities</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
DigestUtilities.java - A class supporting the HTTP DIGEST authentication (see RFC 2617).
<P>
<P>
<DL>
<DT><B>導入されたバージョン:</B></DT>
<DD>MINA 2.0.0-M3</DD>
<DT><B>作成者:</B></DT>
<DD><a href="http://mina.apache.org">Apache MINA Project</a></DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>フィールドの概要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/mina/proxy/handlers/http/digest/DigestUtilities.html#SESSION_HA1">SESSION_HA1</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/mina/proxy/handlers/http/digest/DigestUtilities.html#SUPPORTED_QOPS">SUPPORTED_QOPS</A></B></CODE>
<BR>
The supported qualities of protections.</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>コンストラクタの概要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../org/apache/mina/proxy/handlers/http/digest/DigestUtilities.html#DigestUtilities()">DigestUtilities</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>メソッドの概要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/mina/proxy/handlers/http/digest/DigestUtilities.html#computeResponseValue(org.apache.mina.core.session.IoSession, java.util.HashMap, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">computeResponseValue</A></B>(<A HREF="../../../../../../../org/apache/mina/core/session/IoSession.html" title="org.apache.mina.core.session 内のインタフェース">IoSession</A> session,
java.util.HashMap<java.lang.String,java.lang.String> map,
java.lang.String method,
java.lang.String pwd,
java.lang.String charsetName,
java.lang.String body)</CODE>
<BR>
Computes the response to the DIGEST challenge.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>クラス java.lang.Object から継承されたメソッド</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>フィールドの詳細</B></FONT></TH>
</TR>
</TABLE>
<A NAME="SESSION_HA1"><!-- --></A><H3>
SESSION_HA1</H3>
<PRE>
public static final java.lang.String <B>SESSION_HA1</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="SUPPORTED_QOPS"><!-- --></A><H3>
SUPPORTED_QOPS</H3>
<PRE>
public static final java.lang.String[] <B>SUPPORTED_QOPS</B></PRE>
<DL>
<DD>The supported qualities of protections.
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>コンストラクタの詳細</B></FONT></TH>
</TR>
</TABLE>
<A NAME="DigestUtilities()"><!-- --></A><H3>
DigestUtilities</H3>
<PRE>
public <B>DigestUtilities</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>メソッドの詳細</B></FONT></TH>
</TR>
</TABLE>
<A NAME="computeResponseValue(org.apache.mina.core.session.IoSession, java.util.HashMap, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
computeResponseValue</H3>
<PRE>
public static java.lang.String <B>computeResponseValue</B>(<A HREF="../../../../../../../org/apache/mina/core/session/IoSession.html" title="org.apache.mina.core.session 内のインタフェース">IoSession</A> session,
java.util.HashMap<java.lang.String,java.lang.String> map,
java.lang.String method,
java.lang.String pwd,
java.lang.String charsetName,
java.lang.String body)
throws javax.security.sasl.AuthenticationException,
java.io.UnsupportedEncodingException</PRE>
<DL>
<DD>Computes the response to the DIGEST challenge.
<P>
<DD><DL>
<DT><B>パラメータ:</B><DD><CODE>session</CODE> - the current session<DD><CODE>map</CODE> - the map holding the directives sent by the proxy<DD><CODE>method</CODE> - the HTTP verb<DD><CODE>pwd</CODE> - the password<DD><CODE>charsetName</CODE> - the name of the charset used for the challenge<DD><CODE>body</CODE> - the html body to be hashed for integrity calculations
<DT><B>例外:</B>
<DD><CODE>javax.security.sasl.AuthenticationException</CODE>
<DD><CODE>java.io.UnsupportedEncodingException</CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="ナビゲーションリンクをスキップ"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概要</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>パッケージ</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>クラス</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DigestUtilities.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>階層ツリー</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>非推奨 API</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>ヘルプ</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
前のクラス
<A HREF="../../../../../../../org/apache/mina/proxy/handlers/http/digest/HttpDigestAuthLogicHandler.html" title="org.apache.mina.proxy.handlers.http.digest 内のクラス"><B>次のクラス</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/mina/proxy/handlers/http/digest/DigestUtilities.html" target="_top"><B>フレームあり</B></A>
<A HREF="DigestUtilities.html" target="_top"><B>フレームなし</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
概要: 入れ子 | <A HREF="#field_summary">フィールド</A> | <A HREF="#constructor_summary">コンストラクタ</A> | <A HREF="#method_summary">メソッド</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
詳細: <A HREF="#field_detail">フィールド</A> | <A HREF="#constructor_detail">コンストラクタ</A> | <A HREF="#method_detail">メソッド</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2004-2010 <a href="http://mina.apache.org/">Apache MINA Project</a>. All Rights Reserved.
</BODY>
</HTML>
|
sardine/mina-ja
|
src/mina-core/target/site/apidocs/org/apache/mina/proxy/handlers/http/digest/DigestUtilities.html
|
HTML
|
apache-2.0
| 15,003
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="cs">
<head>
<!-- Generated by javadoc (1.8.0_231) on Sat Nov 28 11:14:38 CET 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.ujorm.tools.xml.builder.XmlBuilder (Ujorm 2.05-SNAPSHOT - ujo-web)</title>
<meta name="date" content="2020-11-28">
<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="Uses of Class org.ujorm.tools.xml.builder.XmlBuilder (Ujorm 2.05-SNAPSHOT - ujo-web)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/ujorm/tools/xml/builder/class-use/XmlBuilder.html" target="_top">Frames</a></li>
<li><a href="XmlBuilder.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.ujorm.tools.xml.builder.XmlBuilder" class="title">Uses of Class<br>org.ujorm.tools.xml.builder.XmlBuilder</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.ujorm.tools.xml.builder">org.ujorm.tools.xml.builder</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.ujorm.tools.xml.builder">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a> in <a href="../../../../../../org/ujorm/tools/xml/builder/package-summary.html">org.ujorm.tools.xml.builder</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/ujorm/tools/xml/builder/package-summary.html">org.ujorm.tools.xml.builder</a> that return <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#addCDATA-java.lang.CharSequence-">addCDATA</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> charData)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#addComment-java.lang.CharSequence-">addComment</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> comment)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#addElement-java.lang.String-">addElement</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Create a new <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder"><code>XmlBuilder</code></a> for a required name and add it to children.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#addRawText-java.lang.Object-">addRawText</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code>
<div class="block">Add an native text with no escaped characters, for example: XML code, JavaScript, CSS styles</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#addText-java.lang.Object-">addText</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code>
<div class="block">Add a text and escape special character</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlPrinter.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlPrinter.html#createElement-java.lang.String-">createElement</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> elementName)</code>
<div class="block">Create any element</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#forHtml-java.lang.Appendable-">forHtml</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a> response)</code>
<div class="block">Create builder for HTML</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#forNiceHtml-java.lang.Appendable-">forNiceHtml</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a> response)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#nextChild-org.ujorm.tools.xml.builder.XmlBuilder-">nextChild</a></span>(<a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a> element)</code>
<div class="block">Setup states</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#setAttribute-java.lang.String-java.lang.Object-">setAttribute</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code>
<div class="block">Add an attribute</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/ujorm/tools/xml/builder/package-summary.html">org.ujorm.tools.xml.builder</a> with parameters of type <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">XmlBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html#nextChild-org.ujorm.tools.xml.builder.XmlBuilder-">nextChild</a></span>(<a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a> element)</code>
<div class="block">Setup states</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">XmlPrinter.</span><code><span class="memberNameLink"><a href="../../../../../../org/ujorm/tools/xml/builder/XmlPrinter.html#writeRawValue-java.lang.Object-org.ujorm.tools.xml.builder.XmlBuilder-">writeRawValue</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> rawValue,
<a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">XmlBuilder</a> element)</code>
<div class="block">Write the content of an envelope</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../org/ujorm/tools/xml/builder/XmlBuilder.html" title="class in org.ujorm.tools.xml.builder">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/ujorm/tools/xml/builder/class-use/XmlBuilder.html" target="_top">Frames</a></li>
<li><a href="XmlBuilder.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright 2019-2022, <a target="_blank" href="http://ujorm.org/">Pavel Ponec<a></small></p>
</body>
</html>
|
pponec/ujorm
|
docs/javadoc/2.05/ujo-web/org/ujorm/tools/xml/builder/class-use/XmlBuilder.html
|
HTML
|
apache-2.0
| 15,270
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Sun Jun 29 16:47:00 MSD 2008 -->
<TITLE>
org.apache.poi.dev Class Hierarchy (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="org.apache.poi.dev Class Hierarchy (POI API Documentation)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/poi/ddf/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/apache/poi/generator/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/poi/dev/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package org.apache.poi.dev
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">org.apache.poi.dev.<A HREF="../../../../org/apache/poi/dev/RecordGenerator.html" title="class in org.apache.poi.dev"><B>RecordGenerator</B></A></UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/poi/ddf/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/apache/poi/generator/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/poi/dev/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
stumoodie/MetabolicNotationSubsystem
|
lib/poi-3.1-FINAL/docs/apidocs/org/apache/poi/dev/package-tree.html
|
HTML
|
apache-2.0
| 6,213
|
<!DOCTYPE html >
<html>
<head>
<title>ConductorMethods - ScalaTest 3.0.0 - org.scalatest.concurrent.ConductorMethods</title>
<meta name="description" content="ConductorMethods - ScalaTest 3.0.0 - org.scalatest.concurrent.ConductorMethods" />
<meta name="keywords" content="ConductorMethods ScalaTest 3.0.0 org.scalatest.concurrent.ConductorMethods" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'org.scalatest.concurrent.ConductorMethods';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="type">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<img alt="Trait" src="../../../lib/trait_big.png" />
<p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.concurrent">concurrent</a></p>
<h1>ConductorMethods</h1><h3><span class="morelinks"><div>Related Doc:
<a href="package.html" class="extype" name="org.scalatest.concurrent">package concurrent</a>
</div></span></h3><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">trait</span>
</span>
<span class="symbol">
<span class="name">ConductorMethods</span><span class="result"> extends <a href="../TestSuiteMixin.html" class="extype" name="org.scalatest.TestSuiteMixin">TestSuiteMixin</a> with <a href="Conductors.html" class="extype" name="org.scalatest.concurrent.Conductors">Conductors</a></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Trait that provides each test with access to a new <code>Conductor</code>
via methods.</p><p>Here's an example of the use of this trait to test the <code>ArrayBlockingQueue</code>
concurrency abstraction from <code>java.util.concurrent</code>:</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalatest.FunSuite
<span class="stReserved">import</span> org.scalatest.concurrent.ConductorMethods
<span class="stReserved">import</span> org.scalatest.matchers.Matchers
<span class="stReserved">import</span> java.util.concurrent.ArrayBlockingQueue
<span class="stReserved">class</span> <span class="stType">ArrayBlockingQueueSuite</span> <span class="stReserved">extends</span> <span class="stType">FunSuite</span> <span class="stReserved">with</span> <span class="stType">ConductorMethods</span> <span class="stReserved">with</span> <span class="stType">Matchers</span> {
test(<span class="stQuotedString">"calling put on a full queue blocks the producer thread"</span>) {
<span class="stReserved">val</span> buf = <span class="stReserved">new</span> <span class="stType">ArrayBlockingQueue[Int]</span>(<span class="stLiteral">1</span>)
thread(<span class="stQuotedString">"producer"</span>) {
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
beat should be (<span class="stLiteral">1</span>)
}
thread(<span class="stQuotedString">"consumer"</span>) {
waitForBeat(<span class="stLiteral">1</span>)
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
}
whenFinished {
buf should be (<span class="stQuotedString">'empty</span>)
}
}
test(<span class="stQuotedString">"calling take on an empty queue blocks the consumer thread"</span>) {
<span class="stReserved">val</span> buf = <span class="stReserved">new</span> <span class="stType">ArrayBlockingQueue[Int]</span>(<span class="stLiteral">1</span>)
thread(<span class="stQuotedString">"producer"</span>) {
waitForBeat(<span class="stLiteral">1</span>)
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
}
thread(<span class="stQuotedString">"consumer"</span>) {
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
beat should be (<span class="stLiteral">1</span>)
}
whenFinished {
buf should be (<span class="stQuotedString">'empty</span>)
}
}
}
</pre></p><p>For an explanation of how these tests work, see the documentation for <a href="Conductors.html"><code>Conductors</code></a>.</p></div><dl class="attributes block"> <dt>Self Type</dt><dd><a href="" class="extype" name="org.scalatest.concurrent.ConductorMethods">ConductorMethods</a> with <a href="../TestSuite.html" class="extype" name="org.scalatest.TestSuite">TestSuite</a></dd><dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-3.0.0/scalatest//src/main/scala/org/scalatest/concurrent/ConductorMethods.scala" target="_blank">ConductorMethods.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><a href="Conductors.html" class="extype" name="org.scalatest.concurrent.Conductors">Conductors</a>, <a href="PatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.PatienceConfiguration">PatienceConfiguration</a>, <a href="AbstractPatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.AbstractPatienceConfiguration">AbstractPatienceConfiguration</a>, <a href="ScaledTimeSpans.html" class="extype" name="org.scalatest.concurrent.ScaledTimeSpans">ScaledTimeSpans</a>, <a href="../TestSuiteMixin.html" class="extype" name="org.scalatest.TestSuiteMixin">TestSuiteMixin</a>, <a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.concurrent.ConductorMethods"><span>ConductorMethods</span></li><li class="in" name="org.scalatest.concurrent.Conductors"><span>Conductors</span></li><li class="in" name="org.scalatest.concurrent.PatienceConfiguration"><span>PatienceConfiguration</span></li><li class="in" name="org.scalatest.concurrent.AbstractPatienceConfiguration"><span>AbstractPatienceConfiguration</span></li><li class="in" name="org.scalatest.concurrent.ScaledTimeSpans"><span>ScaledTimeSpans</span></li><li class="in" name="org.scalatest.TestSuiteMixin"><span>TestSuiteMixin</span></li><li class="in" name="org.scalatest.SuiteMixin"><span>SuiteMixin</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="types" class="types members">
<h3>Type Members</h3>
<ol><li name="org.scalatest.concurrent.Conductors.Conductor" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ConductorextendsAnyRef"></a>
<a id="Conductor:Conductor"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="Conductors$Conductor.html"><span class="name">Conductor</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.Conductors@ConductorextendsAnyRef" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Class that facilitates the testing of classes, traits, and libraries designed
to be used by multiple threads concurrently.</p><div class="fullcomment"><div class="comment cmt"><p>Class that facilitates the testing of classes, traits, and libraries designed
to be used by multiple threads concurrently.</p><p>A <code>Conductor</code> conducts a multi-threaded scenario by maintaining
a clock of "beats." Beats are numbered starting with 0. You can ask a
<code>Conductor</code> to run threads that interact with the class, trait,
or library (the <em>subject</em>)
you want to test. A thread can call the <code>Conductor</code>'s
<code>waitForBeat</code> method, which will cause the thread to block
until that beat has been reached. The <code>Conductor</code> will advance
the beat only when all threads participating in the test are blocked. By
tying the timing of thread activities to specific beats, you can write
tests for concurrent systems that have deterministic interleavings of
threads.</p><p>A <code>Conductor</code> object has a three-phase lifecycle. It begins its life
in the <em>setup</em> phase. During this phase, you can start threads by
invoking the <code>thread</code> method on the <code>Conductor</code>.
When <code>conduct</code> is invoked on a <code>Conductor</code>, it enters
the <em>conducting</em> phase. During this phase it conducts the one multi-threaded
scenario it was designed to conduct. After all participating threads have exited, either by
returning normally or throwing an exception, the <code>conduct</code> method
will complete, either by returning normally or throwing an exception. As soon as
the <code>conduct</code> method completes, the <code>Conductor</code>
enters its <em>defunct</em> phase. Once the <code>Conductor</code> has conducted
a multi-threaded scenario, it is defunct and can't be reused. To run the same test again,
you'll need to create a new instance of <code>Conductor</code>.</p><p>Here's an example of the use of <code>Conductor</code> to test the <code>ArrayBlockingQueue</code>
class from <code>java.util.concurrent</code>:</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalatest.fixture.FunSuite
<span class="stReserved">import</span> org.scalatest.matchers.Matchers
<span class="stReserved">import</span> java.util.concurrent.ArrayBlockingQueue
<span class="stReserved">import</span> org.scalatest.concurrent.Conductors
<span class="stReserved">class</span> <span class="stType">ArrayBlockingQueueSuite</span> <span class="stReserved">extends</span> <span class="stType">FunSuite</span> <span class="stReserved">with</span> <span class="stType">Matchers</span> <span class="stReserved">with</span> <span class="stType">Conductors</span> {
test(<span class="stQuotedString">"calling put on a full queue blocks the producer thread"</span>) {
<span class="stReserved">val</span> conductor = <span class="stReserved">new</span> <span class="stType">Conductor</span>
<span class="stReserved">import</span> conductor._
<span class="stReserved">val</span> buf = <span class="stReserved">new</span> <span class="stType">ArrayBlockingQueue[Int]</span>(<span class="stLiteral">1</span>)
thread(<span class="stQuotedString">"producer"</span>) {
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
beat should be (<span class="stLiteral">1</span>)
}
thread(<span class="stQuotedString">"consumer"</span>) {
waitForBeat(<span class="stLiteral">1</span>)
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
}
whenFinished {
buf should be (<span class="stQuotedString">'empty</span>)
}
}
}
</pre></p><p>When the test shown is run, it will create one thread named <em>producer</em> and another named
<em>consumer</em>. The producer thread will eventually execute the code passed as a by-name
parameter to <code>thread("producer")</code>:</p><p><pre class="stHighlighted">
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
beat should be (<span class="stLiteral">1</span>)
</pre></p><p>Similarly, the consumer thread will eventually execute the code passed as a by-name parameter
to <code>thread("consumer")</code>:</p><p><pre class="stHighlighted">
waitForBeat(<span class="stLiteral">1</span>)
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
</pre></p><p>The <code>thread</code> calls create the threads and starts them, but they will not immediately
execute the by-name parameter passed to them. They will first block, waiting for the <code>Conductor</code>
to give them a green light to proceed.</p><p>The next call in the test is <code>whenFinished</code>. This method will first call <code>conduct</code> on
the <code>Conductor</code>, which will wait until all threads that were created (in this case, producer and consumer) are
at the "starting line", <em>i.e.</em>, they have all started and are blocked, waiting on the green light.
The <code>conduct</code> method will then give these threads the green light and they will
all start executing their blocks concurrently.</p><p>When the threads are given the green light, the beat is 0. The first thing the producer thread does is put 42 in
into the queue. As the queue is empty at this point, this succeeds. The producer thread next attempts to put a 17
into the queue, but because the queue has size 1, this can't succeed until the consumer thread has read the 42
from the queue. This hasn't happened yet, so producer blocks. Meanwhile, the consumer thread's first act is to
call <code>waitForBeat(1)</code>. Because the beat starts out at 0, this call will block the consumer thread.
As a result, once the producer thread has executed <code>buf put 17</code> and the consumer thread has executed
<code>waitForBeat(1)</code>, both threads will be blocked.</p><p>The <code>Conductor</code> maintains a clock that wakes up periodically and checks to see if all threads
participating in the multi-threaded scenario (in this case, producer and consumer) are blocked. If so, it
increments the beat. Thus sometime later the beat will be incremented, from 0 to 1. Because consumer was
waiting for beat 1, it will wake up (<em>i.e.</em>, the <code>waitForBeat(1)</code> call will return) and
execute the next line of code in its block, <code>buf.take should be (42)</code>. This will succeed, because
the producer thread had previously (during beat 0) put 42 into the queue. This act will also make
producer runnable again, because it was blocked on the second <code>put</code>, which was waiting for another
thread to read that 42.</p><p>Now both threads are unblocked and able to execute their next statement. The order is
non-deterministic, and can even be simultaneous if running on multiple cores. If the <code>consumer</code> thread
happens to execute <code>buf.take should be (17)</code> first, it will block (<code>buf.take</code> will not return), because the queue is
at that point empty. At some point later, the producer thread will execute <code>buf put 17</code>, which will
unblock the consumer thread. Again both threads will be runnable and the order non-deterministic and
possibly simulataneous. The producer thread may charge ahead and run its next statement, <code>beat should be (1)</code>.
This will succeed because the beat is indeed 1 at this point. As this is the last statement in the producer's block,
the producer thread will exit normally (it won't throw an exception). At some point later the consumer thread will
be allowed to complete its last statement, the <code>buf.take</code> call will return 17. The consumer thread will
execute <code>17 should be (17)</code>. This will succeed and as this was the last statement in its block, the consumer will return
normally.</p><p>If either the producer or consumer thread had completed abruptbly with an exception, the <code>conduct</code> method
(which was called by <code>whenFinished</code>) would have completed abruptly with an exception to indicate the test
failed. However, since both threads returned normally, <code>conduct</code> will return. Because <code>conduct</code> doesn't
throw an exception, <code>whenFinished</code> will execute the block of code passed as a by-name parameter to it: <code>buf should be ('empty)</code>.
This will succeed, because the queue is indeed empty at this point. The <code>whenFinished</code> method will then return, and
because the <code>whenFinished</code> call was the last statement in the test and it didn't throw an exception, the test completes successfully.</p><p>This test tests <code>ArrayBlockingQueue</code>, to make sure it works as expected. If there were a bug in <code>ArrayBlockingQueue</code>
such as a <code>put</code> called on a full queue didn't block, but instead overwrote the previous value, this test would detect
it. However, if there were a bug in <code>ArrayBlockingQueue</code> such that a call to <code>take</code> called on an empty queue
never blocked and always returned 0, this test might not detect it. The reason is that whether the consumer thread will ever call
<code>take</code> on an empty queue during this test is non-deterministic. It depends on how the threads get scheduled during beat 1.
What is deterministic in this test, because the consumer thread blocks during beat 0, is that the producer thread will definitely
attempt to write to a full queue. To make sure the other scenario is tested, you'd need a different test:</p><p><pre class="stHighlighted">
test(<span class="stQuotedString">"calling take on an empty queue blocks the consumer thread"</span>) {
<span class="stReserved">val</span> conductor = <span class="stReserved">new</span> <span class="stType">Conductor</span>
<span class="stReserved">import</span> conductor._
<span class="stReserved">val</span> buf = <span class="stReserved">new</span> <span class="stType">ArrayBlockingQueue[Int]</span>(<span class="stLiteral">1</span>)
thread(<span class="stQuotedString">"producer"</span>) {
waitForBeat(<span class="stLiteral">1</span>)
buf put <span class="stLiteral">42</span>
buf put <span class="stLiteral">17</span>
}
thread(<span class="stQuotedString">"consumer"</span>) {
buf.take should be (<span class="stLiteral">42</span>)
buf.take should be (<span class="stLiteral">17</span>)
beat should be (<span class="stLiteral">1</span>)
}
whenFinished {
buf should be (<span class="stQuotedString">'empty</span>)
}
}
</pre></p><p>In this test, the producer thread will block, waiting for beat 1. The consumer thread will invoke <code>buf.take</code>
as its first act. This will block, because the queue is empty. Because both threads are blocked, the <code>Conductor</code>
will at some point later increment the beat to 1. This will awaken the producer thread. It will return from its
<code>waitForBeat(1)</code> call and execute <code>buf put 42</code>. This will unblock the consumer thread, which will
take the 42, and so on.</p><p>The problem that <code>Conductor</code> is designed to address is the difficulty, caused by the non-deterministic nature
of thread scheduling, of testing classes, traits, and libraries that are intended to be used by multiple threads.
If you just create a test in which one thread reads from an <code>ArrayBlockingQueue</code> and
another writes to it, you can't be sure that you have tested all possible interleavings of threads, no matter
how many times you run the test. The purpose of <code>Conductor</code>
is to enable you to write tests with deterministic interleavings of threads. If you write one test for each possible
interleaving of threads, then you can be sure you have all the scenarios tested. The two tests shown here, for example,
ensure that both the scenario in which a producer thread tries to write to a full queue and the scenario in which a
consumer thread tries to take from an empty queue are tested.</p><p>Class <code>Conductor</code> was inspired by the
<a href="http://www.cs.umd.edu/projects/PL/multithreadedtc/">MultithreadedTC project</a>,
created by Bill Pugh and Nat Ayewah of the University of Maryland.</p><p>Although useful, bear in mind that a <code>Conductor</code>'s results are not guaranteed to be
accurate 100% of the time. The reason is that it uses <code>java.lang.Thread</code>'s <code>getState</code> method to
decide when to advance the beat. This use goes against the advice given in the Javadoc documentation for
<code>getState</code>, which says, "This method is designed for use in monitoring of the system state, not for
synchronization." In short, sometimes the return value of <code>getState</code> occasionally may be inacurrate,
which in turn means that sometimes a <code>Conductor</code> could decide to advance the beat too early. In practice,
<code>Conductor</code> has proven to be very helpful when developing thread safe classes. It is also useful in
for regression tests, but you may have to tolerate occasional false negatives.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Conductors.html" class="extype" name="org.scalatest.concurrent.Conductors">Conductors</a></dd></dl></div>
</li><li name="org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PatienceConfigextendsProductwithSerializable"></a>
<a id="PatienceConfig:PatienceConfig"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">case class</span>
</span>
<span class="symbol">
<a href="AbstractPatienceConfiguration$PatienceConfig.html"><span class="name">PatienceConfig</span></a><span class="params">(<span name="timeout">timeout: <a href="../time/Span.html" class="extype" name="org.scalatest.time.Span">Span</a> = <span class="symbol"><span class="name"><a href="../../package.html">scaled(Span(150, Millis))</a></span></span></span>, <span name="interval">interval: <a href="../time/Span.html" class="extype" name="org.scalatest.time.Span">Span</a> = <span class="symbol"><span class="name"><a href="../../package.html">scaled(Span(15, Millis))</a></span></span></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.AbstractPatienceConfiguration@PatienceConfigextendsProductwithSerializable" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Configuration object for asynchronous constructs, such as those provided by traits <a href="Eventually.html"><code>Eventually</code></a> and
<a href="Waiters.html"><code>Waiters</code></a>.</a></a></p><div class="fullcomment"><div class="comment cmt"><p>Configuration object for asynchronous constructs, such as those provided by traits <a href="Eventually.html"><code>Eventually</code></a> and
<a href="Waiters.html"><code>Waiters</code></a>.</p><p>The default values for the parameters are:</p><p><table style="border-collapse: collapse; border: 1px solid black">
<tr><th style="background-color: #CCCCCC; border-width: 1px; padding: 3px; text-align: center; border: 1px solid black"><strong>Configuration Parameter</strong></th><th style="background-color: #CCCCCC; border-width: 1px; padding: 3px; text-align: center; border: 1px solid black"><strong>Default Value</strong></th></tr>
<tr>
<td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: center">
<code>timeout</code>
</td>
<td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: center">
<code>scaled(150 milliseconds)</code>
</td>
</tr>
<tr>
<td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: center">
<code>interval</code>
</td>
<td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: center">
<code>scaled(15 milliseconds)</code>
</td>
</tr>
</table>
</p></div><dl class="paramcmts block"><dt class="param">timeout</dt><dd class="cmt"><p>the maximum amount of time to wait for an asynchronous operation to complete before giving up and throwing
<code>TestFailedException</code>.</p></dd><dt class="param">interval</dt><dd class="cmt"><p>the amount of time to sleep between each check of the status of an asynchronous operation when polling</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="AbstractPatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.AbstractPatienceConfiguration">AbstractPatienceConfiguration</a></dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Abstract Value Members</h3>
<ol><li name="org.scalatest.SuiteMixin#expectedTestCount" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="expectedTestCount(filter:org.scalatest.Filter):Int"></a>
<a id="expectedTestCount(Filter):Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">expectedTestCount</span><span class="params">(<span name="filter">filter: <a href="../Filter.html" class="extype" name="org.scalatest.Filter">Filter</a></span>)</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@expectedTestCount(filter:org.scalatest.Filter):Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The total number of tests that are expected to run when this <code>Suite</code>'s <code>run</code> method is invoked.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>The total number of tests that are expected to run when this <code>Suite</code>'s <code>run</code> method is invoked.
</p></div><dl class="paramcmts block"><dt class="param">filter</dt><dd class="cmt"><p>a <code>Filter</code> with which to filter tests to count based on their tags</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#nestedSuites" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="nestedSuites:scala.collection.immutable.IndexedSeq[org.scalatest.Suite]"></a>
<a id="nestedSuites:IndexedSeq[Suite]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">nestedSuites</span><span class="result">: <span class="extype" name="scala.collection.immutable.IndexedSeq">IndexedSeq</span>[<a href="../Suite.html" class="extype" name="org.scalatest.Suite">Suite</a>]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@nestedSuites:scala.collection.immutable.IndexedSeq[org.scalatest.Suite]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An immutable <code>IndexedSeq</code> of this <code>SuiteMixin</code> object's nested <code>Suite</code>s.</code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>An immutable <code>IndexedSeq</code> of this <code>SuiteMixin</code> object's nested <code>Suite</code>s. If this <code>SuiteMixin</code> contains no nested <code>Suite</code>s,
this method returns an empty <code>IndexedSeq</code>.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#rerunner" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="rerunner:Option[String]"></a>
<a id="rerunner:Option[String]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">rerunner</span><span class="result">: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@rerunner:Option[String]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The fully qualified name of the class that can be used to rerun this suite.</p><div class="fullcomment"><div class="comment cmt"><p>The fully qualified name of the class that can be used to rerun this suite.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#run" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="run(testName:Option[String],args:org.scalatest.Args):org.scalatest.Status"></a>
<a id="run(Option[String],Args):Status"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">run</span><span class="params">(<span name="testName">testName: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>, <span name="args">args: <a href="../Args.html" class="extype" name="org.scalatest.Args">Args</a></span>)</span><span class="result">: <a href="../Status.html" class="extype" name="org.scalatest.Status">Status</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@run(testName:Option[String],args:org.scalatest.Args):org.scalatest.Status" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Runs this suite of tests.</p><div class="fullcomment"><div class="comment cmt"><p>Runs this suite of tests.
</p></div><dl class="paramcmts block"><dt class="param">testName</dt><dd class="cmt"><p>an optional name of one test to execute. If <code>None</code>, all relevant tests should be executed.
I.e., <code>None</code> acts like a wildcard that means execute all relevant tests in this <code>Suite</code>.</p></dd><dt class="param">args</dt><dd class="cmt"><p>the <code>Args</code> for this run</p></dd><dt>returns</dt><dd class="cmt"><p>a <code>Status</code> object that indicates when all tests and nested suites started by this method have completed, and whether or not a failure occurred.</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd><dt>Exceptions thrown</dt><dd><span class="cmt"><p><span class="extype" name="NullArgumentException"><code>NullArgumentException</code></span> if any passed parameter is <code>null</code>.</p></span></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#runNestedSuites" visbl="prt" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="runNestedSuites(args:org.scalatest.Args):org.scalatest.Status"></a>
<a id="runNestedSuites(Args):Status"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">runNestedSuites</span><span class="params">(<span name="args">args: <a href="../Args.html" class="extype" name="org.scalatest.Args">Args</a></span>)</span><span class="result">: <a href="../Status.html" class="extype" name="org.scalatest.Status">Status</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@runNestedSuites(args:org.scalatest.Args):org.scalatest.Status" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Runs zero to many of this suite's nested suites.</p><div class="fullcomment"><div class="comment cmt"><p>Runs zero to many of this suite's nested suites.
</p></div><dl class="paramcmts block"><dt class="param">args</dt><dd class="cmt"><p>the <code>Args</code> for this run</p></dd><dt>returns</dt><dd class="cmt"><p>a <code>Status</code> object that indicates when all nested suites started by this method have completed, and whether or not a failure occurred.</p></dd></dl><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd><dt>Exceptions thrown</dt><dd><span class="cmt"><p><span class="extype" name="NullArgumentException"><code>NullArgumentException</code></span> if <code>args</code> is <code>null</code>.</p></span></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#runTest" visbl="prt" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="runTest(testName:String,args:org.scalatest.Args):org.scalatest.Status"></a>
<a id="runTest(String,Args):Status"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">runTest</span><span class="params">(<span name="testName">testName: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="args">args: <a href="../Args.html" class="extype" name="org.scalatest.Args">Args</a></span>)</span><span class="result">: <a href="../Status.html" class="extype" name="org.scalatest.Status">Status</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@runTest(testName:String,args:org.scalatest.Args):org.scalatest.Status" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Runs a test.</p><div class="fullcomment"><div class="comment cmt"><p>Runs a test.
</p></div><dl class="paramcmts block"><dt class="param">testName</dt><dd class="cmt"><p>the name of one test to execute.</p></dd><dt class="param">args</dt><dd class="cmt"><p>the <code>Args</code> for this run</p></dd><dt>returns</dt><dd class="cmt"><p>a <code>Status</code> object that indicates when the test started by this method has completed, and whether or not it failed .</p></dd></dl><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd><dt>Exceptions thrown</dt><dd><span class="cmt"><p><span class="extype" name="NullArgumentException"><code>NullArgumentException</code></span> if any of <code>testName</code> or <code>args</code> is <code>null</code>.</p></span></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#runTests" visbl="prt" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="runTests(testName:Option[String],args:org.scalatest.Args):org.scalatest.Status"></a>
<a id="runTests(Option[String],Args):Status"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">runTests</span><span class="params">(<span name="testName">testName: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>, <span name="args">args: <a href="../Args.html" class="extype" name="org.scalatest.Args">Args</a></span>)</span><span class="result">: <a href="../Status.html" class="extype" name="org.scalatest.Status">Status</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@runTests(testName:Option[String],args:org.scalatest.Args):org.scalatest.Status" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Runs zero to many of this suite's tests.</p><div class="fullcomment"><div class="comment cmt"><p>Runs zero to many of this suite's tests.
</p></div><dl class="paramcmts block"><dt class="param">testName</dt><dd class="cmt"><p>an optional name of one test to run. If <code>None</code>, all relevant tests should be run.
I.e., <code>None</code> acts like a wildcard that means run all relevant tests in this <code>Suite</code>.</p></dd><dt class="param">args</dt><dd class="cmt"><p>the <code>Args</code> for this run</p></dd><dt>returns</dt><dd class="cmt"><p>a <code>Status</code> object that indicates when all tests started by this method have completed, and whether or not a failure occurred.</p></dd></dl><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd><dt>Exceptions thrown</dt><dd><span class="cmt"><p><span class="extype" name="NullArgumentException"><code>NullArgumentException</code></span> if either <code>testName</code> or <code>args</code> is <code>null</code>.</p></span></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#styleName" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="styleName:String"></a>
<a id="styleName:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">styleName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@styleName:String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">This suite's style name.</p><div class="fullcomment"><div class="comment cmt"><p>This suite's style name.</p><p>This lifecycle method provides a string that is used to determine whether this suite object's
style is one of the <a href="tools/Runner$.html#specifyingChosenStyles">chosen styles</a> for
the project.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#suiteId" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="suiteId:String"></a>
<a id="suiteId:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">suiteId</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@suiteId:String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">A string ID for this <code>Suite</code> that is intended to be unique among all suites reported during a run.</code></p><div class="fullcomment"><div class="comment cmt"><p>A string ID for this <code>Suite</code> that is intended to be unique among all suites reported during a run.</p><p>The suite ID is <em>intended</em> to be unique, because ScalaTest does not enforce that it is unique. If it is not
unique, then you may not be able to uniquely identify a particular test of a particular suite. This ability is used,
for example, to dynamically tag tests as having failed in the previous run when rerunning only failed tests.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>this <code>Suite</code> object's ID.</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#suiteName" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="suiteName:String"></a>
<a id="suiteName:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">suiteName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@suiteName:String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">A user-friendly suite name for this <code>Suite</code>.</code></p><div class="fullcomment"><div class="comment cmt"><p>A user-friendly suite name for this <code>Suite</code>.</p><p>This trait's
implementation of this method returns the simple name of this object's class. This
trait's implementation of <code>runNestedSuites</code> calls this method to obtain a
name for <code>Report</code>s to pass to the <code>suiteStarting</code>, <code>suiteCompleted</code>,
and <code>suiteAborted</code> methods of the <code>Reporter</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>this <code>Suite</code> object's suite name.</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#tags" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="tags:Map[String,Set[String]]"></a>
<a id="tags:Map[String,Set[String]]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">tags</span><span class="result">: <span class="extype" name="scala.Predef.Map">Map</span>[<span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="scala.Predef.String">String</span>]]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@tags:Map[String,Set[String]]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">A <code>Map</code> whose keys are <code>String</code> names of tagged tests and
whose associated values are the <code>Set</code> of tag names for the test.</code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>A <code>Map</code> whose keys are <code>String</code> names of tagged tests and
whose associated values are the <code>Set</code> of tag names for the test. If a test has no associated tags, its name
does not appear as a key in the returned <code>Map</code>. If this <code>Suite</code> contains no tests with tags, this
method returns an empty <code>Map</code>.</p><p>Subclasses may override this method to define and/or discover tags in a custom manner, but overriding method implementations
should never return an empty <code>Set</code> as a value. If a test has no tags, its name should not appear as a key in the
returned <code>Map</code>.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#testDataFor" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="testDataFor(testName:String,theConfigMap:org.scalatest.ConfigMap):org.scalatest.TestData"></a>
<a id="testDataFor(String,ConfigMap):TestData"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">testDataFor</span><span class="params">(<span name="testName">testName: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="theConfigMap">theConfigMap: <a href="../ConfigMap.html" class="extype" name="org.scalatest.ConfigMap">ConfigMap</a></span>)</span><span class="result">: <a href="../TestData.html" class="extype" name="org.scalatest.TestData">TestData</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@testDataFor(testName:String,theConfigMap:org.scalatest.ConfigMap):org.scalatest.TestData" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Provides a <code>TestData</code> instance for the passed test name, given the passed config map.</code></p><div class="fullcomment"><div class="comment cmt"><p>Provides a <code>TestData</code> instance for the passed test name, given the passed config map.</p><p>This method is used to obtain a <code>TestData</code> instance to pass to <code>withFixture(NoArgTest)</code>
and <code>withFixture(OneArgTest)</code> and the <code>beforeEach</code> and <code>afterEach</code> methods
of trait <code>BeforeAndAfterEach</code>.</p></div><dl class="paramcmts block"><dt class="param">testName</dt><dd class="cmt"><p>the name of the test for which to return a <code>TestData</code> instance</p></dd><dt class="param">theConfigMap</dt><dd class="cmt"><p>the config map to include in the returned <code>TestData</code></p></dd><dt>returns</dt><dd class="cmt"><p>a <code>TestData</code> instance for the specified test, which includes the specified config map</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li><li name="org.scalatest.SuiteMixin#testNames" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="testNames:Set[String]"></a>
<a id="testNames:Set[String]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">testNames</span><span class="result">: <span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@testNames:Set[String]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">A <code>Set</code> of test names.</code></p><div class="fullcomment"><div class="comment cmt"><p>A <code>Set</code> of test names. If this <code>Suite</code> contains no tests, this method returns an empty <code>Set</code>.</p><p>Although subclass and subtrait implementations of this method may return a <code>Set</code> whose iterator produces <code>String</code>
test names in a well-defined order, the contract of this method does not required a defined order. Subclasses are free to
implement this method and return test names in either a defined or undefined order.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Concrete Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@!=(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@##():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@==(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@asInstanceOf[T0]:T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#beat" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="beat:Int"></a>
<a id="beat:Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">beat</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@beat:Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Gets the current value of the clock.</p><div class="fullcomment"><div class="comment cmt"><p>Gets the current value of the clock. Primarily useful in assert statements.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the current tick value</p></dd></dl><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@clone():Object" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@equals(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@finalize():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@getClass():Class[_]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@hashCode():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="org.scalatest.concurrent.PatienceConfiguration#interval" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="interval(value:org.scalatest.time.Span):org.scalatest.concurrent.PatienceConfiguration.Interval"></a>
<a id="interval(Span):Interval"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">interval</span><span class="params">(<span name="value">value: <a href="../time/Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>)</span><span class="result">: <a href="PatienceConfiguration$$Interval.html" class="extype" name="org.scalatest.concurrent.PatienceConfiguration.Interval">Interval</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@interval(value:org.scalatest.time.Span):org.scalatest.concurrent.PatienceConfiguration.Interval" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Returns an <code>Interval</code> configuration parameter containing the passed value, which
specifies the amount of time to sleep after a retry.</code></p><div class="fullcomment"><div class="comment cmt"><p>Returns an <code>Interval</code> configuration parameter containing the passed value, which
specifies the amount of time to sleep after a retry.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="PatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.PatienceConfiguration">PatienceConfiguration</a></dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#isConductorFrozen" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isConductorFrozen:Boolean"></a>
<a id="isConductorFrozen:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isConductorFrozen</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@isConductorFrozen:Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Check if the clock has been frozen by any threads.</p><div class="fullcomment"><div class="comment cmt"><p>Check if the clock has been frozen by any threads. (The only way a thread
can freeze the clock is by calling withClockFrozen.)
</p></div><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@isInstanceOf[T0]:Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@notify():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@notifyAll():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.concurrent.PatienceConfiguration#patienceConfig" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="patienceConfig:PatienceConfiguration.this.PatienceConfig"></a>
<a id="patienceConfig:(ConductorMethods.this)#PatienceConfig"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">implicit </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">patienceConfig</span><span class="result">: (<a href="" class="extype" name="org.scalatest.concurrent.ConductorMethods">ConductorMethods</a>.this)#<span class="extype" name="org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig">PatienceConfig</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@patienceConfig:PatienceConfiguration.this.PatienceConfig" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Implicit <code>PatienceConfig</code> value providing default configuration values.</code></p><div class="fullcomment"><div class="comment cmt"><p>Implicit <code>PatienceConfig</code> value providing default configuration values.</p><p>To change the default configuration, override or hide this <code>def</code> with another implicit
<code>PatienceConfig</code> containing your desired default configuration values.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="PatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.PatienceConfiguration">PatienceConfiguration</a> → <a href="AbstractPatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.AbstractPatienceConfiguration">AbstractPatienceConfiguration</a></dd></dl></div>
</li><li name="org.scalatest.concurrent.ScaledTimeSpans#scaled" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="scaled(span:org.scalatest.time.Span):org.scalatest.time.Span"></a>
<a id="scaled(Span):Span"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">scaled</span><span class="params">(<span name="span">span: <a href="../time/Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>)</span><span class="result">: <a href="../time/Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@scaled(span:org.scalatest.time.Span):org.scalatest.time.Span" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Scales the passed <code>Span</code> by the <code>Double</code> factor returned
by <code>spanScaleFactor</code>.</code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>Scales the passed <code>Span</code> by the <code>Double</code> factor returned
by <code>spanScaleFactor</code>.</p><p>The <code>Span</code> is scaled by invoking its <code>scaledBy</code> method,
thus this method has the same behavior:
The value returned by <code>spanScaleFactor</code> can be any positive number or zero,
including a fractional number. A number greater than one will scale the <code>Span</code>
up to a larger value. A fractional number will scale it down to a smaller value. A
factor of 1.0 will cause the exact same <code>Span</code> to be returned. A
factor of zero will cause <code>Span.ZeroLength</code> to be returned.
If overflow occurs, <code>Span.Max</code> will be returned. If underflow occurs,
<code>Span.ZeroLength</code> will be returned.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="ScaledTimeSpans.html" class="extype" name="org.scalatest.concurrent.ScaledTimeSpans">ScaledTimeSpans</a></dd><dt>Exceptions thrown</dt><dd><span class="cmt"><p><span class="extype" name="IllegalArgumentException"><code>IllegalArgumentException</code></span> if the value returned from <code>spanScaleFactor</code>
is less than zero</p></span></dd></dl></div>
</li><li name="org.scalatest.concurrent.ScaledTimeSpans#spanScaleFactor" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="spanScaleFactor:Double"></a>
<a id="spanScaleFactor:Double"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">spanScaleFactor</span><span class="result">: <span class="extype" name="scala.Double">Double</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@spanScaleFactor:Double" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The factor by which the <code>scaled</code> method will scale <code>Span</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>The factor by which the <code>scaled</code> method will scale <code>Span</code>s.</p><p>The default implementation of this method will return the <em>span scale factor</em> that
was specified for the run, or 1.0 if no factor was specified. For example, you can specify a span scale factor when invoking ScalaTest
via the command line by passing a <a href="../tools/Runner$.html#scalingTimeSpans"><code>-F</code> argument</a> to <a href="../tools/Runner$.html"><code>Runner</code></a>.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="ScaledTimeSpans.html" class="extype" name="org.scalatest.concurrent.ScaledTimeSpans">ScaledTimeSpans</a></dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@synchronized[T0](x$1:=>T0):T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#thread" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="thread(f:=>Any):Thread"></a>
<a id="thread(⇒Any):Thread"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">thread</span><span class="params">(<span name="f">f: ⇒ <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="java.lang.Thread">Thread</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@thread(f:=>Any):Thread" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Create a new thread that will execute the given function.</p><div class="fullcomment"><div class="comment cmt"><p>Create a new thread that will execute the given function.
If the test is started, then the thread will run the function immediately.
If it is not yet started, the Thread will wait to run the function until
all threads are up and ready to go.</p></div><dl class="paramcmts block"><dt class="param">f</dt><dd class="cmt"><p>the function to be executed by the thread</p></dd></dl><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#threadNamed" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="threadNamed(name:String)(f:=>Unit):Thread"></a>
<a id="threadNamed(String)(⇒Unit):Thread"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">threadNamed</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="params">(<span name="f">f: ⇒ <span class="extype" name="scala.Unit">Unit</span></span>)</span><span class="result">: <span class="extype" name="java.lang.Thread">Thread</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@threadNamed(name:String)(f:=>Unit):Thread" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Create a new thread that will execute the given function.</p><div class="fullcomment"><div class="comment cmt"><p>Create a new thread that will execute the given function.
If the test is started, then the thread will run the function immediately.
If it is not yet started, the Thread will wait to run the function until
all threads are up and ready to go.</p></div><dl class="paramcmts block"><dt class="param">name</dt><dd class="cmt"><p>the name of the thread</p></dd><dt class="param">f</dt><dd class="cmt"><p>the function to be executed by the thread</p></dd></dl><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div>
</li><li name="org.scalatest.concurrent.PatienceConfiguration#timeout" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="timeout(value:org.scalatest.time.Span):org.scalatest.concurrent.PatienceConfiguration.Timeout"></a>
<a id="timeout(Span):Timeout"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">timeout</span><span class="params">(<span name="value">value: <a href="../time/Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>)</span><span class="result">: <a href="PatienceConfiguration$$Timeout.html" class="extype" name="org.scalatest.concurrent.PatienceConfiguration.Timeout">Timeout</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@timeout(value:org.scalatest.time.Span):org.scalatest.concurrent.PatienceConfiguration.Timeout" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Returns a <code>Timeout</code> configuration parameter containing the passed value, which
specifies the maximum amount to wait for an asynchronous operation to complete.</code></p><div class="fullcomment"><div class="comment cmt"><p>Returns a <code>Timeout</code> configuration parameter containing the passed value, which
specifies the maximum amount to wait for an asynchronous operation to complete.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="PatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.PatienceConfiguration">PatienceConfiguration</a></dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@toString():String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@wait():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@wait(x$1:Long):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#waitForBeat" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="waitForBeat(beat:Int):org.scalatest.Succeeded.type"></a>
<a id="waitForBeat(Int):Succeeded.type"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">waitForBeat</span><span class="params">(<span name="beat">beat: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <a href="../Succeeded$.html" class="extype" name="org.scalatest.Succeeded">Succeeded</a>.type</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@waitForBeat(beat:Int):org.scalatest.Succeeded.type" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Force the current thread to block until the thread clock reaches the
specified value, at which point the current thread is unblocked.</p><div class="fullcomment"><div class="comment cmt"><p>Force the current thread to block until the thread clock reaches the
specified value, at which point the current thread is unblocked.</p></div><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#whenFinished" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="whenFinished(fun:=>org.scalatest.Assertion):org.scalatest.Assertion"></a>
<a id="whenFinished(⇒Assertion):Assertion"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">whenFinished</span><span class="params">(<span name="fun">fun: ⇒ <a href="../package.html#Assertion=org.scalatest.compatible.Assertion" class="extmbr" name="org.scalatest.Assertion">Assertion</a></span>)</span><span class="result">: <a href="../package.html#Assertion=org.scalatest.compatible.Assertion" class="extmbr" name="org.scalatest.Assertion">Assertion</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@whenFinished(fun:=>org.scalatest.Assertion):org.scalatest.Assertion" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Register a function to be executed after the simulation has finished.</p><div class="fullcomment"><div class="comment cmt"><p>Register a function to be executed after the simulation has finished.
</p></div><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#withConductorFrozen" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="withConductorFrozen[T](f:=>T):T"></a>
<a id="withConductorFrozen[T](⇒T):T"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">withConductorFrozen</span><span class="tparams">[<span name="T">T</span>]</span><span class="params">(<span name="f">f: ⇒ <span class="extype" name="org.scalatest.concurrent.ConductorMethods.withConductorFrozen.T">T</span></span>)</span><span class="result">: <span class="extype" name="org.scalatest.concurrent.ConductorMethods.withConductorFrozen.T">T</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@withConductorFrozen[T](f:=>T):T" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Run the passed function, ensuring the clock does not advance while the function is running
(has not yet returned or thrown an exception).</p><div class="fullcomment"><div class="comment cmt"><p>Run the passed function, ensuring the clock does not advance while the function is running
(has not yet returned or thrown an exception).
</p></div><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div>
</li><li name="org.scalatest.concurrent.ConductorMethods#withFixture" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="withFixture(test:ConductorMethods.this.NoArgTest):org.scalatest.Outcome"></a>
<a id="withFixture((ConductorMethods.this)#NoArgTest):Outcome"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">withFixture</span><span class="params">(<span name="test">test: (<a href="" class="extype" name="org.scalatest.concurrent.ConductorMethods">ConductorMethods</a>.this)#<span class="extype" name="org.scalatest.TestSuite.NoArgTest">NoArgTest</span></span>)</span><span class="result">: <a href="../Outcome.html" class="extype" name="org.scalatest.Outcome">Outcome</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@withFixture(test:ConductorMethods.this.NoArgTest):org.scalatest.Outcome" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Creates and initializes a private instance variable with a new Conductor,
ensuring it is visible to any thread, invokes the passed test function,
and invokes <code>conduct</code> on the <code>Conductor</code>, if it
was not already invoked by the test.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>Creates and initializes a private instance variable with a new Conductor,
ensuring it is visible to any thread, invokes the passed test function,
and invokes <code>conduct</code> on the <code>Conductor</code>, if it
was not already invoked by the test.</p><p>This trait is stackable with other traits that override <code>withFixture(NoArgTest)</code>, because
instead of invoking the test function directly, it delegates responsibility for invoking the test
function to <code>super.withFixture(NoArgTest)</code>.
</p></div><dl class="paramcmts block"><dt class="param">test</dt><dd class="cmt"><p>the no-arg test function to run with a fixture</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.concurrent.ConductorMethods">ConductorMethods</a> → <a href="../TestSuiteMixin.html" class="extype" name="org.scalatest.TestSuiteMixin">TestSuiteMixin</a></dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Deprecated Value Members</h3>
<ol><li name="org.scalatest.concurrent.ConductorMethods#thread" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="thread(name:String)(f:=>Any):Thread"></a>
<a id="thread(String)(⇒Any):Thread"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name deprecated" title="Deprecated: The overloaded thread method that takes a String name has been deprecated and will be removed in a future version of ScalaTest. Please use threadNamed instead.">thread</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="params">(<span name="f">f: ⇒ <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="java.lang.Thread">Thread</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalatest.concurrent.ConductorMethods@thread(name:String)(f:=>Any):Thread" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt"><strong>The overloaded thread method that takes a String name has been deprecated and will be removed in a future version of ScalaTest. Please use threadNamed instead.</strong>
</strong></p><div class="fullcomment"><div class="comment cmt"><p><strong>The overloaded thread method that takes a String name has been deprecated and will be removed in a future version of ScalaTest. Please use threadNamed instead.</strong>
</p></div><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Annotations</dt><dd>
<span class="name">@deprecated</span>
</dd><dt>Deprecated</dt><dd class="cmt"><p>The overloaded thread method that takes a String name has been deprecated and will be removed in a future version of ScalaTest. Please use threadNamed instead.</p></dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="org.scalatest.concurrent.Conductors">
<h3>Inherited from <a href="Conductors.html" class="extype" name="org.scalatest.concurrent.Conductors">Conductors</a></h3>
</div><div class="parent" name="org.scalatest.concurrent.PatienceConfiguration">
<h3>Inherited from <a href="PatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.PatienceConfiguration">PatienceConfiguration</a></h3>
</div><div class="parent" name="org.scalatest.concurrent.AbstractPatienceConfiguration">
<h3>Inherited from <a href="AbstractPatienceConfiguration.html" class="extype" name="org.scalatest.concurrent.AbstractPatienceConfiguration">AbstractPatienceConfiguration</a></h3>
</div><div class="parent" name="org.scalatest.concurrent.ScaledTimeSpans">
<h3>Inherited from <a href="ScaledTimeSpans.html" class="extype" name="org.scalatest.concurrent.ScaledTimeSpans">ScaledTimeSpans</a></h3>
</div><div class="parent" name="org.scalatest.TestSuiteMixin">
<h3>Inherited from <a href="../TestSuiteMixin.html" class="extype" name="org.scalatest.TestSuiteMixin">TestSuiteMixin</a></h3>
</div><div class="parent" name="org.scalatest.SuiteMixin">
<h3>Inherited from <a href="../SuiteMixin.html" class="extype" name="org.scalatest.SuiteMixin">SuiteMixin</a></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
|
scalatest/scalatest-website
|
public/scaladoc/3.0.0/org/scalatest/concurrent/ConductorMethods.html
|
HTML
|
apache-2.0
| 98,725
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60-ea) on Mon Oct 03 10:36:49 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.RequestControllerSupplier (Public javadocs 2016.10.0 API)</title>
<meta name="date" content="2016-10-03">
<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="Uses of Interface org.wildfly.swarm.config.RequestControllerSupplier (Public javadocs 2016.10.0 API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../org/wildfly/swarm/config/RequestControllerSupplier.html" title="interface in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-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 class="aboutLanguage">WildFly Swarm API, 2016.10.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/RequestControllerSupplier.html" target="_top">Frames</a></li>
<li><a href="RequestControllerSupplier.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.RequestControllerSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.RequestControllerSupplier</h2>
</div>
<div class="classUseContainer">No usage of org.wildfly.swarm.config.RequestControllerSupplier</div>
<!-- ======= 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><a href="../../../../../org/wildfly/swarm/config/RequestControllerSupplier.html" title="interface in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-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 class="aboutLanguage">WildFly Swarm API, 2016.10.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/RequestControllerSupplier.html" target="_top">Frames</a></li>
<li><a href="RequestControllerSupplier.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2016.10.0/apidocs/org/wildfly/swarm/config/class-use/RequestControllerSupplier.html
|
HTML
|
apache-2.0
| 4,955
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Class Reference: mockgenerator</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_classes';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logClass('mockgenerator');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Class Cross Reference</h3>
<h2><a href="index.html#mockgenerator">mockgenerator</a></h2>
<b>Defined at:</b><ul>
<li><a href="../tests/simpletest/mock_objects.php.html#mockgenerator">/tests/simpletest/mock_objects.php</a> -> <a onClick="logClass('mockgenerator', '/tests/simpletest/mock_objects.php.source.html#l1243')" href="../tests/simpletest/mock_objects.php.source.html#l1243"> line 1243</a></li>
</ul>
<br><b>Referenced 2 times:</b><ul>
<li><a href="../tests/simpletest/mock_objects.php.html">/tests/simpletest/mock_objects.php</a> -> <a href="../tests/simpletest/mock_objects.php.source.html#l1215"> line 1215</A></li>
<li><a href="../tests/simpletest/mock_objects.php.html">/tests/simpletest/mock_objects.php</a> -> <a href="../tests/simpletest/mock_objects.php.source.html#l1230"> line 1230</A></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 18:57:41 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
inputx/code-ref-doc
|
bonfire/_classes/mockgenerator.html
|
HTML
|
apache-2.0
| 5,054
|
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>NSK's Web</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">NSK's Web</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">Profile</a>
</li>
<li class="page-scroll">
<a href="#portfolio">Portfolio</a>
</li>
<li class="page-scroll">
<a href="http://naohachi89.hatenablog.com/" target="blank">Blog</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-text">
<h2>NSK's Web</h2>
<hr class="star-light">
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Profile</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>名前:NSK</p>
<p>身分:大学院生</p>
<p>趣味:ダブルダッチ、コスプレ、ダンス</p>
<p>スキル:Python、PHP、CakePHP、HTML、CSS、Bootstrap</p>
</div>
<div class="col-lg-4">
<p>東京で大学院生をしています。</p>
<p>機械学習、アドテク、Webアプリ開発辺りに関心があります。</p>
<p>大学では<a href="http://www.d-act.jp/" target="blank">ダブルダッチサークル</a>と<a href="http://maru9-project.com/" target="blank">コスプレ団体</a>に入っていました。</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Portfolio</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="https://www.youtube.com/watch?v=4FW_ifR3o1A" target="blank" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
Double Dutch Contest World 2014 アゲサゲ
</div>
</div>
<img src="img/agesage1.jpg" class="portfolio-img" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="https://www.youtube.com/watch?v=cAqvC_40OYA" target="blank" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
昼ご飯×ダブルダッチ ×コスプレ
</div>
</div>
<img src="img/power_rice.jpg" class="portfolio-img" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="http://www.nicovideo.jp/watch/sm19400972?ref=search_key_video" target="blank" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
腐れ外道チョコレゐトをコスプレして踊ってみた
</div>
</div>
<img src="img/gedou.png" class="portfolio-img" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="https://www.youtube.com/watch?v=aK1clSzT4dU" target="blank" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
JAL is Our Hope
</div>
</div>
<img src="img/hope.jpg" class="portfolio-img" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="http://www.nicovideo.jp/watch/sm23138772" target="blank" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
Sweet Devilをコスプレして踊ってみた
</div>
</div>
<img src="img/sweet.png" class="portfolio-img" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-6">
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="https://twitter.com/naohachi89" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-6">
<h3>About Template</h3>
<p><a href="http://startbootstrap.com">Start Bootstrap</a>.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © NSK 2015
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visble-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/cabin.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/cake.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/circus.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/game.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/safe.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/submarine.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body>
</html>
|
nasuka/nasuka.github.io
|
index.html
|
HTML
|
apache-2.0
| 22,784
|
<!DOCTYPE HTML>
<html>
<head>
<title>Lambda - Guowei Lv</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="Hugo 0.25.1" />
<link rel="apple-touch-icon-precomposed"
href='https://www.lvguowei.me/favicon/apple-touch-icon-precomposed.png'>
<link rel="icon" href='https://www.lvguowei.me/favicon/favicon.png'>
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage"
content='/favicon/mstile.png'>
<meta name="description" content="Guowei Lv">
<meta property="og:title" content="Lambda" />
<meta property="og:description" content="Guowei Lv" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lvguowei.me/tags/lambda/" />
<meta property="og:updated_time" content="2017-07-08T09:55:03+03:00"/>
<meta itemprop="name" content="Lambda">
<meta itemprop="description" content="Guowei Lv">
<link rel="stylesheet" href="https://www.lvguowei.me/css/google-font.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/main.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/add-on.css" />
<link rel="stylesheet" href="https://www.lvguowei.me/css/monokai-sublime.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71831707-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<header id="header">
<h2><a href="https://www.lvguowei.me/">Guowei Lv</i></a></h2>
<nav class="links">
<ul>
<li>
<a href="https://www.lvguowei.me/post">
<i class="fa fa-newspaper-o"> </i>Blog
</a>
</li>
<li>
<a href="https://www.lvguowei.me/categories">
Categories
</a>
</li>
<li>
<a href="https://www.lvguowei.me/about">
About
</a>
</li>
</ul>
</nav>
<nav class="main">
<ul>
<li class="search">
<a class="fa-search" href="#search">Search</a>
<form id="search" method="get" action="//google.com/search">
<input type="text" name="q" placeholder="Search" />
<input type="hidden" name="as_sitesearch" value="https://www.lvguowei.me/">
</form>
</li>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<section id="menu">
<section>
<form class="search" method="get" action="//google.com/search">
<input type="text" name="q" placeholder="Search" />
<input type="hidden" name="q" value="site:https://www.lvguowei.me/">
</form>
</section>
<section>
<ul class="links">
<li>
<a href="https://www.lvguowei.me/post">
<h3>
<i class="fa fa-newspaper-o"> </i>
Blog
</h3>
</a>
</li>
<li>
<a href="https://www.lvguowei.me/categories">
<h3>
Categories
</h3>
</a>
</li>
<li>
<a href="https://www.lvguowei.me/about">
<h3>
About
</h3>
</a>
</li>
</ul>
</section>
<section>
<ul class="links">
<header>
<h3>Recent Posts</h3>
</header>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-4/"><p>All You Need To Know About Android Espresso Testing (Part IV)</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-3/"><p>All You Need To Know About Android Espresso Testing (Part III)</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-2/"><p>All You Need To Know About Android Espresso Testing (Part II)</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/how-to-follow-hand-made-hero-on-linux/"><p>How To Follow Hand Made Hero On Linux</p></a>
</li>
<li>
<a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing/"><p>All You Need To Know About Android Espresso Testing (Part I)</p></a>
</li>
</ul>
</section>
</section>
<div id="main">
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/android-custom-views-101-2/">Android Custom Views 101 (Part II)</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-07-08'>
July 8, 2017</time>
<span class="author"></span>
<p>3 minute read</p>
</div>
</header>
<p>In Part I, we talked about how to create a simple custom view. But we don’t really implement the onMeasure(). In this post, we will analyze what problems we will have if we omit the onMeasure().
You can think of how the measurements are made as a conversation between the child and parent views.
The child tells its parent how it wants to be laid out by using LayoutParams. This can either be set in xml file or programatically.</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/android-custom-views-101-2/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/android-development'>Android Development</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/the-pleasure-of-hand-made-programs/">The Pleasure Of Hand Made Programs</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-07-05'>
July 5, 2017</time>
<span class="author"></span>
<p>2 minute read</p>
</div>
</header>
<p>Some time ago I read this article about Why Mit Stopped Teaching SICP. Gerry Sussman said that nowadays people do not often need to build something from scratch again, there exists massive and huge library code for nearly everything. So today’s programming work is more like poking around other people’s code until it works.
I’ve beening doing Android dev for some time now, and I have to say that I sadly agree with him.</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/the-pleasure-of-hand-made-programs/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/ranting'>Ranting</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/android-custom-view-101/">Android Custom Views 101 (Part I)</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-07-05'>
July 5, 2017</time>
<span class="author"></span>
<p>3 minute read</p>
</div>
</header>
<p>Creating your own custom android views can be useful and daunting at the same time. For a long time there is nobody really talks about it in a approachable way, until this lady Huyen Tue Dao. Let’s try to follow her approach and create some custom view!
In this part, we will create a very simple timer view that takes up the whole screen and display the current time.
So let’s get started.</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/android-custom-view-101/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/android-development'>Android Development</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/strategy-pattern-and-lambda/">Strategy Pattern And Lambda</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-07-03'>
July 3, 2017</time>
<span class="author"></span>
<p>2 minute read</p>
</div>
</header>
<p>While reading Effective Java Item 21: Use function objects to represent strategies, something hit my mind and now I’m writing it down.
All these new lambda thing is really what is called the Strategy pattern in the OOP world, or would it be more appropriate to say that the Strategy Pattern in Design patterns is really what lambda is.
The essence of all these, can be boiled down to one simple idea, pass functionalities around.</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/strategy-pattern-and-lambda/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/object-oriented-design'>Object Oriented Design</a></li>
</ul>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="https://www.lvguowei.me/post/why-synchronize/">Why Synchronize?</a></h2>
</div>
<div class="meta">
<time class="published"
datetime='2017-07-01'>
July 1, 2017</time>
<span class="author"></span>
<p>2 minute read</p>
</div>
</header>
<p>We are going to write a program, a bit program, lots of stuff happening here and there, ok, big program. Now, lots of threads of course, loads and loads of them, we have to synchronize, yes we do, I think so, yeah, synchronize very important stuff, good idea, but, why?
Remember what we have been taught in school? That mutex thing? Mutual Exclusive? That 2 threads are trying to read and write some mutual value at the same time and create a big mess?</p>
<footer>
<ul class="actions">
<li><a href="https://www.lvguowei.me/post/why-synchronize/" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li>
Category
</li>
<li><a href='https://www.lvguowei.me/categories/concurrent-programming'>Concurrent Programming</a></li>
</ul>
</footer>
</article>
<ul class="actions pagination">
<li><a href="https://www.lvguowei.me/tags/lambda/page/2/"
class="button big previous">Previous Page</a></li>
<li><a href="https://www.lvguowei.me/tags/lambda/page/4/"
class="button big next">Next Page</a></li>
</ul>
</div>
<section id="sidebar">
<section id="intro">
<a href="https://www.lvguowei.me/" class="logo"><img src="https://www.lvguowei.me/img/logo.jpg" alt="Guowei Lv" /></a>
<header>
<h2>Guowei Lv</h2>
<p>Keep sane and code</p>
</header>
<ul class="icons">
<li><a href="https://www.lvguowei.me/tags/lambda/index.xml" type="application/rss+xml"
target="_blank" title="RSS" class="fa fa-rss"></a></li>
<li><a href="//github.com/lvguowei" target="_blank" title="GitHub" class="fa fa-github"></a></li>
<li><a href="//lvguowei.deviantart.com/" target="_blank" title="DeviantArt" class="fa fa-deviantart"></a></li>
<li><a href="//linkedin.com/in/lvguowei" target="_blank" title="LinkedIn" class="fa fa-linkedin"></a></li>
<li><a href="mailto:lvguowei1002@gmail.com" title="Email" class="fa fa-envelope"></a></li>
</ul>
</section>
<section id="recent-posts">
<ul class="posts">
<header>
<h3>Recent Posts</h3>
</header>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-4/">All You Need To Know About Android Espresso Testing (Part IV)</a></h3>
<time class="published" datetime=
'2017-07-21'>
July 21, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-3/">All You Need To Know About Android Espresso Testing (Part III)</a></h3>
<time class="published" datetime=
'2017-07-21'>
July 21, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-2/">All You Need To Know About Android Espresso Testing (Part II)</a></h3>
<time class="published" datetime=
'2017-07-21'>
July 21, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/how-to-follow-hand-made-hero-on-linux/">How To Follow Hand Made Hero On Linux</a></h3>
<time class="published" datetime=
'2017-07-20'>
July 20, 2017</time>
</header>
</article>
</li>
<li>
<article>
<header>
<h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing/">All You Need To Know About Android Espresso Testing (Part I)</a></h3>
<time class="published" datetime=
'2017-07-13'>
July 13, 2017</time>
</header>
</article>
</li>
<li>
<ul class="actions">
<li><a href=
"/post/"
class="button">View more posts</a></li>
</ul>
</li>
</ul>
</section>
<section id="categories">
<ul class="posts">
<header>
<h3><a href="https://www.lvguowei.me/categories/">Categories</a></h3>
</header>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/programming-kata/">programming kata</a>
<span style="float:right;">15</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/android-development/">Android Development</a>
<span style="float:right;">12</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/finnish-learning/">Finnish Learning</a>
<span style="float:right;">10</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/object-oriented-design/">Object Oriented Design</a>
<span style="float:right;">7</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/android-library/">Android Library</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/c++-primer/">C++ Primer</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/clojure/">Clojure</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/painting/">Painting</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/ranting/">Ranting</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/refactoring/">Refactoring</a>
<span style="float:right;">3</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/hand-made-hero/">Hand Made Hero</a>
<span style="float:right;">2</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/sicp/">SICP</a>
<span style="float:right;">2</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/test-driven-development/">Test Driven Development</a>
<span style="float:right;">2</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/android-programming/">Android Programming</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/books/">Books</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/concurrent-programming/">Concurrent Programming</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
<li>
<article>
<header>
<a href="https://www.lvguowei.me/categories/perfume/">Perfume</a>
<span style="float:right;">1</span>
</header>
</article>
</li>
</ul>
</section>
<section class="blurb">
<h2>About</h2>
<p>Welcome to my personal website. In here, I talk about programming in general and other cool stuff. Stay tuned!</p>
<ul class="actions">
<li><a href="https://www.lvguowei.me/about/" class="button">Learn More</a></li>
</ul>
</section>
<section id="footer">
<ul class="icons">
<li><a href="https://www.lvguowei.me/tags/lambda/index.xml" type="application/rss+xml"
target="_blank" title="RSS" class="fa fa-rss"></a></li>
<li><a href="//github.com/lvguowei" target="_blank" title="GitHub" class="fa fa-github"></a></li>
<li><a href="//lvguowei.deviantart.com/" target="_blank" title="DeviantArt" class="fa fa-deviantart"></a></li>
<li><a href="//linkedin.com/in/lvguowei" target="_blank" title="LinkedIn" class="fa fa-linkedin"></a></li>
<li><a href="mailto:lvguowei1002@gmail.com" title="Email" class="fa fa-envelope"></a></li>
</ul>
<p class="copyright">© Guowei Lv. </p>
</section>
</section>
</div>
<a id="back-to-top" href="#" class="fa fa-arrow-up fa-border fa-2x"></a>
<script src="https://www.lvguowei.me/js/jquery.min.js"></script>
<script src="https://www.lvguowei.me/js/skel.min.js"></script>
<script src="https://www.lvguowei.me/js/util.js"></script>
<script src="https://www.lvguowei.me/js/main.js"></script>
<script src="https://www.lvguowei.me/js/backToTop.js"></script>
<script src="https://www.lvguowei.me/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>
|
lvguowei/lvguowei.github.io
|
tags/lambda/page/3/index.html
|
HTML
|
apache-2.0
| 29,601
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Tue Aug 14 15:31:52 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.GroupingHandlerConsumer (BOM: * : All 2.1.0.Final API)</title>
<meta name="date" content="2018-08-14">
<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="Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.GroupingHandlerConsumer (BOM: * : All 2.1.0.Final API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-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 class="aboutLanguage">Thorntail API, 2.1.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/GroupingHandlerConsumer.html" target="_top">Frames</a></li>
<li><a href="GroupingHandlerConsumer.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.GroupingHandlerConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.messaging.activemq.server.GroupingHandlerConsumer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq.server">org.wildfly.swarm.config.messaging.activemq.server</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#groupingHandler-java.lang.String-org.wildfly.swarm.config.messaging.activemq.server.GroupingHandlerConsumer-">groupingHandler</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> childKey,
<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a> consumer)</code>
<div class="block">Create and configure a GroupingHandler object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq.server">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="type parameter in GroupingHandlerConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">GroupingHandlerConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html#andThen-org.wildfly.swarm.config.messaging.activemq.server.GroupingHandlerConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="type parameter in GroupingHandlerConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="type parameter in GroupingHandlerConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">GroupingHandlerConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html#andThen-org.wildfly.swarm.config.messaging.activemq.server.GroupingHandlerConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">GroupingHandlerConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="type parameter in GroupingHandlerConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/GroupingHandlerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-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 class="aboutLanguage">Thorntail API, 2.1.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/GroupingHandlerConsumer.html" target="_top">Frames</a></li>
<li><a href="GroupingHandlerConsumer.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2.1.0.Final/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/GroupingHandlerConsumer.html
|
HTML
|
apache-2.0
| 13,046
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,gprs-scalable=no" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!--[if lt IE 9]>
<script type="text/javascript" src="{$responseAdmin}/lib/html5.js"></script>
<script type="text/javascript" src="{$responseAdmin}/lib/respond.min.js"></script>
<script type="text/javascript" src="{$responseAdmin}/lib/PIE_IE678.js"></script>
<![endif]-->
<link href="{$responseAdmin}/css/H-ui.min.css" rel="stylesheet"
type="text/css" />
<link href="{$responseAdmin}/css/H-ui.admin.css" rel="stylesheet"
type="text/css" />
<link href="{$responseAdmin}/lib/icheck/icheck.css" rel="stylesheet"
type="text/css" />
<link href="{$responseAdmin}/lib/Hui-iconfont/1.0.1/iconfont.css"
rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<script type="text/javascript" src="http://lib.h-ui.net/DD_belatedPNG_0.0.8a-min.js" ></script>
<script>DD_belatedPNG.fix('*');</script>
<![endif]-->
<title>添加签到信息</title>
</head>
<body>
<div class="pd-20">
<form action="" method="post" class="form form-horizontal" id="form-menu-add">
<input type="hidden" name="Status" value="{$Status}" id="">
<input type="hidden" name="Day" value="{$Day}" id="">
<div class="row cl GiveInfo" >
<label class="form-label col-3"><span class="c-red">*</span>奖励</label>
<div class="formControls col-2">
<div style="width:100%;text-align:center;float:left">
<span class="select-box">
<select class="select GoodsType" name = "Type" onchange="selectGoodsFun(this)" nullmsg="" >
<option>请选择类型</option>
<option value="1">金币</option>
<option value="2">砖石</option>
<option value="3">道具</option>
<option value="0">其他</option>
</select>
</span>
</div>
</div>
<div class="formControls col-2">
<div style="width:100%;text-align:center;float:left">
<span class="select-box">
<select class="select Id" name = "GoodsID" nullmsg="" >
<option value="0">请选择商品</option>
<volist name = "CatGoodsAll" id="val">
<option class="type{$val['Type']}" style="display: none;" value="{$val['Id']}">{$val['Name']}</option>
</volist>
</select>
</span>
</div>
</div>
<div class="formControls col-2">
<input type="text" class="input-text GetNum" value="" placeholder="请输入数量"
name="Number" nullmsg="充值额度不能为空">
</div>
<!--<div class="formControls col-2">-->
<!--<input type="text" class="input-text GetNum" value="" placeholder="请输入名称"-->
<!--name="Name" nullmsg="充值额度不能为空">-->
<!--</div>-->
</div>
<!--<div class="row cl" >-->
<!--<label class="form-label col-3"><span class="c-red">*</span>权重</label>-->
<!--<div class="formControls col-2">-->
<!--<input type="text" class="input-text GetNum" value="" placeholder="请输入名称"-->
<!--name="Sort" nullmsg="充值额度不能为空">-->
<!--</div>-->
<!--</div>-->
<div class="row cl">
<div class="col-9 col-offset-3">
<input class="btn btn-primary radius" type="submit" name="submit" value=" 提交 ">
</div>
</div>
</form>
</div>
</div>
<script type="text/javascript"
src="{$responseAdmin}/lib/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript"
src="{$responseAdmin}/lib/icheck/jquery.icheck.min.js"></script>
<script type="text/javascript"
src="{$responseAdmin}/lib/Validform/5.3.2/Validform.min.js"></script>
<script type="text/javascript"
src="{$responseAdmin}/lib/layer/1.9.3/layer.js"></script>
<script type="text/javascript" src="{$responseAdmin}/js/H-ui.js"></script>
<script type="text/javascript" src="{$responseAdmin}/js/H-ui.admin.js"></script>
<literal>
<script type="text/javascript">
$(function() {
var infoID = document.getElementById('Id');
$('.skin-minimal input').iCheck({
checkboxClass : 'icheckbox-blue',
radioClass : 'iradio-blue',
increaseArea : '20%'
});
$("#form-menu-add").Validform({
tiptype : 2,
callback : function(form) {
form[0].submit();
var index = parent.layer.getFrameIndex(window.name);
parent.$('.btn-refresh').click();
parent.layer.close(index);
}
});
});
function selectGoodsFun(my) {
var GoodsType = document.getElementsByClassName('GoodsType');
var Id = document.getElementsByClassName('Id');
for(i=0;i<GoodsType.length;i++){
GoodsType[i].index = i;
}
var MyIndex = my.index;
var IdSelect = Id[MyIndex];
var seleIndex = my.selectedIndex;
var selectValue = my.options[seleIndex].value;
var selectOptions = my.options;
var IdSelectOptionType = IdSelect.getElementsByClassName('type'+selectValue);
var IdSelectOption = IdSelect.options;
console.log(MyIndex);
for(j = 0;j<IdSelectOption.length;j++){
if(j>0){
IdSelectOption[j].style.display = "none";
}
}
for(k=0;k<IdSelectOptionType.length;k++){
IdSelectOptionType[k].style.display = "inline-block";
}
}
</script>
</literal>
</body>
</html>
|
YeGithubAdmin/JYHD
|
Application/Jy_admin/View/ThirtyDaysGoods/add.html
|
HTML
|
apache-2.0
| 5,889
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>Span - ScalaTest 2.2.1 - org.scalatest.time.Span</title>
<meta name="description" content="Span - ScalaTest 2.2.1 - org.scalatest.time.Span" />
<meta name="keywords" content="Span ScalaTest 2.2.1 org.scalatest.time.Span" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'org.scalatest.time.Span$';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71294502-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="value">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<a href="Span.html" title="Go to companion"><img src="../../../lib/object_to_class_big.png" /></a>
<p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.time">time</a></p>
<h1><a href="Span.html" title="Go to companion">Span</a></h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">Span</span><span class="result"> extends <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Companion object for <code>Span</code> that provides two factory methods for creating <code>Span</code> instances.</p><p>The first argument to each factory method is a numeric value; the second argument is a <code>Units</code> value.
One factory method takes a <code>Long</code>, so it can be invoked with either an <code>Int</code> or
</code>Long</code>, as in:</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalatest.time._
<br /><span class="stType">Span</span>(<span class="stLiteral">1</span>, <span class="stType">Second</span>)
<span class="stType">Span</span>(<span class="stLiteral">1L</span>, <span class="stType">Millisecond</span>)
</pre></p><p>The other factory method takes a <code>Double</code>, so it can be invoked with either a <code>Float</code> or
a <code>Double</code>:</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalatest.time._
<br /><span class="stType">Span</span>(<span class="stLiteral">2.5F</span>, <span class="stType">Seconds</span>)
<span class="stType">Span</span>(<span class="stLiteral">99.9</span>, <span class="stType">Microseconds</span>)
</pre>
</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.1-for-scala-2.11-and-2.10/src/main/scala/org/scalatest/time/Span.scala" target="_blank">Span.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.time.Span"><span>Span</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.time.Span#Max" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Max:org.scalatest.time.Span"></a>
<a id="Max:Span"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">Max</span><span class="result">: <a href="Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>
</span>
</h4>
<p class="shortcomment cmt">A <code>Span</code> with the maximum expressible value, <code>Span(Long.MaxValue, Nanoseconds)</code>,
which is approximately 292 years.</p><div class="fullcomment"><div class="comment cmt"><p>A <code>Span</code> with the maximum expressible value, <code>Span(Long.MaxValue, Nanoseconds)</code>,
which is approximately 292 years.</p><p>One use case for this <code>Span</code> value is to help convert a duration concept from a different library to
<code>Span</code> when that library's duration concept includes a notion of infinite durations. An infinite
duration can be converted to <code>Span.Max</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a <code>Span</code> with the maximum expressible value, <code>Long.MaxValue</code> nanoseconds.
</p></dd></dl></div>
</li><li name="org.scalatest.time.Span#Zero" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Zero:org.scalatest.time.Span"></a>
<a id="Zero:Span"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">Zero</span><span class="result">: <a href="Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>
</span>
</h4>
<p class="shortcomment cmt">A <code>Span</code> with representing a zero-length span of time.</p><div class="fullcomment"><div class="comment cmt"><p>A <code>Span</code> with representing a zero-length span of time.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a zero-length <code>Span</code>.
</p></dd></dl></div>
</li><li name="org.scalatest.time.Span#apply" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="apply(length:Double,units:org.scalatest.time.Units):org.scalatest.time.Span"></a>
<a id="apply(Double,Units):Span"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="params">(<span name="length">length: <span class="extype" name="scala.Double">Double</span></span>, <span name="units">units: <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a></span>)</span><span class="result">: <a href="Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>
</span>
</h4>
<p class="shortcomment cmt">Returns a <code>Span</code> representing the passed <code>Double</code> <code>length</code> of time in the
passed <code>units</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a <code>Span</code> representing the passed <code>Double</code> <code>length</code> of time in the
passed <code>units</code>.</p><p>If the requested time span is less than <code>0.0</code> or, when converted to <code>Long</code> number of nanoseconds, would be greater than
<code>Long.MaxValue</code> nanoseconds, this method will throw an <code>IllegalArgumentException</code>.
(Note: a zero-length time span is allowed, just not a negative or too-large time span.)</p></div><dl class="paramcmts block"><dt class="param">length</dt><dd class="cmt"><p>the length of time denominated by the passed <code>units</code></p></dd><dt class="param">units</dt><dd class="cmt"><p>the units of time for the passed <code>length</code></p></dd><dt>returns</dt><dd class="cmt"><p>a <code>Span</code> representing the requested time span</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">IllegalArgumentException<p>if the requested time span, when converted to <code>Long</code> number of
nanoseconds, would be greater than <code>Long.MaxValue</code> nanoseconds, the maximum time span
expressible with a <code>Span</code>
</p></span></dd></dl></div>
</li><li name="org.scalatest.time.Span#apply" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="apply(length:Long,units:org.scalatest.time.Units):org.scalatest.time.Span"></a>
<a id="apply(Long,Units):Span"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="params">(<span name="length">length: <span class="extype" name="scala.Long">Long</span></span>, <span name="units">units: <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a></span>)</span><span class="result">: <a href="Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>
</span>
</h4>
<p class="shortcomment cmt">Returns a <code>Span</code> representing the passed <code>Long</code> <code>length</code> of time in the
passed <code>units</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a <code>Span</code> representing the passed <code>Long</code> <code>length</code> of time in the
passed <code>units</code>.</p><p>If the requested time span is less than zero or greater than <code>Long.MaxValue</code> nanoseconds, this method will throw
an <code>IllegalArgumentException</code>. (Note: a zero-length time span is allowed, just not a negative or
too-large time span.)</p></div><dl class="paramcmts block"><dt class="param">length</dt><dd class="cmt"><p>the length of time denominated by the passed <code>units</code></p></dd><dt class="param">units</dt><dd class="cmt"><p>the units of time for the passed <code>length</code></p></dd><dt>returns</dt><dd class="cmt"><p>a <code>Span</code> representing the requested time span</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">IllegalArgumentException<p>if the requested time span is greater than <code>Long.MaxValue</code>
nanoseconds, the maximum time span expressible with a <code>Span</code>
</p></span></dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="org.scalatest.time.Span#convertDurationToSpan" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="convertDurationToSpan(duration:scala.concurrent.duration.Duration):org.scalatest.time.Span"></a>
<a id="convertDurationToSpan(Duration):Span"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">implicit </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">convertDurationToSpan</span><span class="params">(<span name="duration">duration: <span class="extype" name="scala.concurrent.duration.Duration">Duration</span></span>)</span><span class="result">: <a href="Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>
</span>
</h4>
<p class="shortcomment cmt">Implicitly converts a <code>scala.concurrent.duration.Duration</code> to a <code>Span</code>,
so that a <code>Duration</code> can be used where a <code>Span</code> is needed.</p><div class="fullcomment"><div class="comment cmt"><p>Implicitly converts a <code>scala.concurrent.duration.Duration</code> to a <code>Span</code>,
so that a <code>Duration</code> can be used where a <code>Span</code> is needed.</p><p>This function transforms <code>Duration.MinusInf</code> to <code>Span.Zero</code>, <code>Duration.Inf</code>
and <code>Undefined</code> to <code>Span.Max</code>, and all others to a <code>Span</code> containing a
corresponing number of nanoseconds.</p></div></div>
</li><li name="org.scalatest.time.Span#convertSpanToDuration" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="convertSpanToDuration(span:org.scalatest.time.Span):scala.concurrent.duration.Duration"></a>
<a id="convertSpanToDuration(Span):Duration"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">implicit </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">convertSpanToDuration</span><span class="params">(<span name="span">span: <a href="Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>)</span><span class="result">: <span class="extype" name="scala.concurrent.duration.Duration">Duration</span></span>
</span>
</h4>
<p class="shortcomment cmt">Implicitly converts a <code>Span</code> to a <code>scala.concurrent.duration.Duration</code>,
so that a <code>Span</code> can be used where a <code>Duration</code> is needed.</p>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Deprecated Value Members</h3>
<ol><li name="org.scalatest.time.Span#ZeroLength" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ZeroLength:org.scalatest.time.Span"></a>
<a id="ZeroLength:Span"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name deprecated" title="Deprecated: Please use Span.Zero instead">ZeroLength</span><span class="result">: <a href="Span.html" class="extype" name="org.scalatest.time.Span">Span</a></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@deprecated</span>
</dd><dt>Deprecated</dt><dd class="cmt"><p>Please use Span.Zero instead</p></dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
|
scalatest/scalatest-website
|
public/scaladoc/2.2.1/org/scalatest/time/Span$.html
|
HTML
|
apache-2.0
| 34,398
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_08) on Wed Jan 10 16:02:59 PST 2007 -->
<TITLE>
Uses of Class org.apache.hadoop.io.MapFile.Writer (Hadoop 0.10.1 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.hadoop.io.MapFile.Writer (Hadoop 0.10.1 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/io//class-useMapFile.Writer.html" target="_top"><B>FRAMES</B></A>
<A HREF="MapFile.Writer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.io.MapFile.Writer</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.io"><B>org.apache.hadoop.io</B></A></TD>
<TD>Generic i/o code for use when reading and writing data to the network,
to databases, and to files. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.io"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</A> in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io">MapFile.Writer</A> in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/ArrayFile.Writer.html" title="class in org.apache.hadoop.io">ArrayFile.Writer</A></B></CODE>
<BR>
Write a new array file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SetFile.Writer.html" title="class in org.apache.hadoop.io">SetFile.Writer</A></B></CODE>
<BR>
Write a new set file.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/io//class-useMapFile.Writer.html" target="_top"><B>FRAMES</B></A>
<A HREF="MapFile.Writer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2006 The Apache Software Foundation
</BODY>
</HTML>
|
moreus/hadoop
|
hadoop-0.10.1/docs/api/org/apache/hadoop/io/class-use/MapFile.Writer.html
|
HTML
|
apache-2.0
| 8,079
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Researcher, Writer, Musician, recent graduate of the University of Michigan">
<meta name="author" content="Joseph Ostrow">
<link href="favicon.ico" rel="icon">
<title>Joseph Ostrow</title>
<link href="css/normalize.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body class="container">
<header>
<h1>Joseph Ostrow</h1>
<h3 class="subtitle">Researcher • Writer • Musician</h3>
</header>
<section>
<h2>Research</h2>
<ul class="wide-list">
<li><a href="workFiles/SMPC2015ConradCorey.pdf" target="_blank">Attributes of Songs People Love and Listen to Most Often</a></li>
<li><a href="http://www.ncbi.nlm.nih.gov/pubmed/24259431" target="_blank">Updates on the web-based VIOLIN vaccine database and analysis system.</a></li>
<li><a href="workFiles/Poster_UROP_Final(2).pdf" target="_blank">Curation and Analysis of Host Gene Responses induced by Live Attenuated and Trivalent Inactivated Influenza Vaccines</a></li>
</ul>
</section>
<section>
<h2>Selected Writing</h2>
<ul class="wide-list">
<li><a href="https://medium.com/capstone-project" target="_blank">Lost in the Notes: An Exploration of Why We Make Music</a></li>
<li><a href="workFiles/PSYCH359ResearchReport.pdf" target="_blank">Type 2 Diabetes Prevalence Across Wealth Quintiles</a></li>
<li><a href="workFiles/OnTheRunReview.pdf" target="_blank">Review: "On The Run" </a></li>
<li><a href="workFiles/PsychCriticalReview.pdf" target="_blank">Review: Turnbull (1961)</a></li>
<li><a href="workFiles/EnsayoFinalLaProblemaDeLaUniversal.pdf" target="_blank">La Problema de la Universal</a></li>
</ul>
</section>
<section>
<h2>Music</h2>
<ul class="wide-list">
<li><a href="https://soundcloud.com/jstromusic" target="_blank">JSTRØ</a></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<p class="wide-list"><a href="workFiles/Resume_JosephOstrow.pdf" target="_blank">Resumé</a> • <a href="mailto:jstro@umich.edu" target="_blank">Email</a> • <a href="https://medium.com/@joeostrow" target="_blank">Medium</a> • <a href="https://www.linkedin.com/pub/joseph-ostrow/63/a7b/715" target="_blank">LinkedIn</a> <!-- • <a href="https://github.com/JSTRO" target="_blank">GitHub</a> --></p>
</section>
<footer>
<p>Joseph Ostrow © 2015</p>
</footer>
</body>
</html>
|
gilesvangruisen/JSTRO.github.io
|
index.html
|
HTML
|
apache-2.0
| 2,859
|
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2016-03-23
| Rendered using Apache Maven Fluido Skin 1.4
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20160323" />
<meta http-equiv="Content-Language" content="en" />
<title>Play! 2.x Provider API – Project Summary</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
<link rel="stylesheet" href="./css/site.css" type="text/css"/>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17472708-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<div id="bannerLeft">
<h2>Play! 2.x Provider API</h2>
</div>
</div>
<div class="pull-right"> <div id="bannerRight">
<img src="images/my-avatar-80.png" alt="avatar"/>
</div>
</div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2016-03-23
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 1.0.0-beta5
</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Parent Project</li>
<li>
<a href="../index.html" title="Play! 2.x">
<span class="none"></span>
Play! 2.x</a>
</li>
<li class="nav-header">Overview</li>
<li>
<a href="index.html" title="Introduction">
<span class="none"></span>
Introduction</a>
</li>
<li>
<a href="apidocs/index.html" title="JavaDocs">
<span class="none"></span>
JavaDocs</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
<a href="project-info.html" title="Project Information">
<span class="icon-chevron-down"></span>
Project Information</a>
<ul class="nav nav-list">
<li>
<a href="integration.html" title="CI Management">
<span class="none"></span>
CI Management</a>
</li>
<li>
<a href="dependency-convergence.html" title="Dependency Convergence">
<span class="none"></span>
Dependency Convergence</a>
</li>
<li>
<a href="dependency-info.html" title="Dependency Information">
<span class="none"></span>
Dependency Information</a>
</li>
<li>
<a href="distribution-management.html" title="Distribution Management">
<span class="none"></span>
Distribution Management</a>
</li>
<li>
<a href="issue-tracking.html" title="Issue Management">
<span class="none"></span>
Issue Management</a>
</li>
<li>
<a href="license.html" title="Licenses">
<span class="none"></span>
Licenses</a>
</li>
<li>
<a href="plugin-management.html" title="Plugin Management">
<span class="none"></span>
Plugin Management</a>
</li>
<li>
<a href="plugins.html" title="Plugins">
<span class="none"></span>
Plugins</a>
</li>
<li>
<a href="team-list.html" title="Team">
<span class="none"></span>
Team</a>
</li>
<li>
<a href="source-repository.html" title="Source Code Management">
<span class="none"></span>
Source Code Management</a>
</li>
<li class="active">
<a href="#"><span class="none"></span>Summary</a>
</li>
</ul>
</li>
<li>
<a href="project-reports.html" title="Project Reports">
<span class="icon-chevron-right"></span>
Project Reports</a>
</li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span9" >
<div class="section">
<h2><a name="Project_Summary"></a>Project Summary</h2><a name="Project_Summary"></a>
<div class="section">
<h3><a name="Project_Information"></a>Project Information</h3><a name="Project_Information"></a>
<table border="0" class="table table-striped">
<tr class="a">
<th>Field</th>
<th>Value</th></tr>
<tr class="b">
<td>Name</td>
<td>Play! 2.x Provider API</td></tr>
<tr class="a">
<td>Description</td>
<td>Play! 2.x Provider API</td></tr>
<tr class="b">
<td>Homepage</td>
<td><a class="externalLink" href="https://play2-maven-plugin.github.io/play2-maven-plugin/1.0.0-beta5/play2-provider-api/">https://play2-maven-plugin.github.io/play2-maven-plugin/1.0.0-beta5/play2-provider-api/</a></td></tr></table></div>
<div class="section">
<h3><a name="Project_Organization"></a>Project Organization</h3><a name="Project_Organization"></a>
<p>This project does not belong to an organization.</p></div>
<div class="section">
<h3><a name="Build_Information"></a>Build Information</h3><a name="Build_Information"></a>
<table border="0" class="table table-striped">
<tr class="a">
<th>Field</th>
<th>Value</th></tr>
<tr class="b">
<td>GroupId</td>
<td>com.google.code.play2-maven-plugin</td></tr>
<tr class="a">
<td>ArtifactId</td>
<td>play2-provider-api</td></tr>
<tr class="b">
<td>Version</td>
<td>1.0.0-beta5</td></tr>
<tr class="a">
<td>Type</td>
<td>jar</td></tr>
<tr class="b">
<td>Java Version</td>
<td>1.6</td></tr></table></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright © 2013–2016.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>
|
play2-maven-plugin/play2-maven-plugin.github.io
|
play2-maven-plugin/1.0.0-beta5/play2-provider-api/project-summary.html
|
HTML
|
apache-2.0
| 9,124
|
<p><b>Does UnderLX have any usage fee?</b><p>
<p>No. The app is free and doesn't have ads. In addition, this is a non-profit project.</p>
<p>The collected data is anonymous and non-personally-identifying, and will never be sold.</p>
|
gbl08ma/underlx
|
app/src/main/assets/help/en/faq-underlx-10.html
|
HTML
|
apache-2.0
| 236
|
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Sensus.Probes.Network
| Sensus Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Sensus.Probes.Network
| Sensus Documentation ">
<meta name="generator" content="docfx 2.38.1.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/group-of-members-users-icon.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Sensus.Probes.Network">
<h1 id="Sensus_Probes_Network" data-uid="Sensus.Probes.Network" class="text-break">Namespace Sensus.Probes.Network
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Sensus.Probes.Network.CellTowerDatum.html">CellTowerDatum</a></h4>
<section></section>
<h4><a class="xref" href="Sensus.Probes.Network.CellTowerProbe.html">CellTowerProbe</a></h4>
<section><p>Probes information about the cell tower to which the device is bound.</p>
</section>
<h4><a class="xref" href="Sensus.Probes.Network.ListeningWlanProbe.html">ListeningWlanProbe</a></h4>
<section><p>Probes information about WLAN access points.</p>
</section>
<h4><a class="xref" href="Sensus.Probes.Network.PollingWlanProbe.html">PollingWlanProbe</a></h4>
<section><p>Probes information about WLAN access points.</p>
</section>
<h4><a class="xref" href="Sensus.Probes.Network.WlanDatum.html">WlanDatum</a></h4>
<section></section>
<h3 id="interfaces">Interfaces
</h3>
<h4><a class="xref" href="Sensus.Probes.Network.ICellTowerDatum.html">ICellTowerDatum</a></h4>
<section></section>
<h4><a class="xref" href="Sensus.Probes.Network.IWlanDatum.html">IWlanDatum</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2014-2018 University of Virginia<br>Generated by <strong>DocFX</strong>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
|
predictive-technology-laboratory/sensus
|
docs/api/Sensus.Probes.Network.html
|
HTML
|
apache-2.0
| 5,928
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Sun Jun 06 00:15:52 JST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
SimpleByteArrayFactory (Apache MINA Core 2.0.0-RC1 API)
</TITLE>
<META NAME="date" CONTENT="2010-06-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SimpleByteArrayFactory (Apache MINA Core 2.0.0-RC1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="ナビゲーションリンクをスキップ"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概要</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>パッケージ</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>クラス</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleByteArrayFactory.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>階層ツリー</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>非推奨 API</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>ヘルプ</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/mina/util/byteaccess/IoRelativeWriter.html" title="org.apache.mina.util.byteaccess 内のインタフェース"><B>前のクラス</B></A>
次のクラス</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/mina/util/byteaccess/SimpleByteArrayFactory.html" target="_top"><B>フレームあり</B></A>
<A HREF="SimpleByteArrayFactory.html" target="_top"><B>フレームなし</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
概要: 入れ子 | フィールド | <A HREF="#constructor_summary">コンストラクタ</A> | <A HREF="#method_summary">メソッド</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
詳細: フィールド | <A HREF="#constructor_detail">コンストラクタ</A> | <A HREF="#method_detail">メソッド</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.mina.util.byteaccess</FONT>
<BR>
クラス SimpleByteArrayFactory</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="上位を拡張 "><B>org.apache.mina.util.byteaccess.SimpleByteArrayFactory</B>
</PRE>
<DL>
<DT><B>すべての実装されたインタフェース:</B> <DD><A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArrayFactory.html" title="org.apache.mina.util.byteaccess 内のインタフェース">ByteArrayFactory</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>SimpleByteArrayFactory</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArrayFactory.html" title="org.apache.mina.util.byteaccess 内のインタフェース">ByteArrayFactory</A></DL>
</PRE>
<P>
Creates <code>ByteArray</code> backed by a heap-allocated
<code>IoBuffer</code>. The free method on returned
<code>ByteArray</code>s is a nop.
<P>
<P>
<DL>
<DT><B>作成者:</B></DT>
<DD><a href="http://mina.apache.org">Apache MINA Project</a></DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>コンストラクタの概要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/mina/util/byteaccess/SimpleByteArrayFactory.html#SimpleByteArrayFactory()">SimpleByteArrayFactory</A></B>()</CODE>
<BR>
Creates a new instance of SimpleByteArrayFactory.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>メソッドの概要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArray.html" title="org.apache.mina.util.byteaccess 内のインタフェース">ByteArray</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/mina/util/byteaccess/SimpleByteArrayFactory.html#create(int)">create</A></B>(int size)</CODE>
<BR>
Creates an instance of <A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArray.html" title="org.apache.mina.util.byteaccess 内のインタフェース"><CODE>ByteArray</CODE></A> of size specified by the
size parameter.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>クラス java.lang.Object から継承されたメソッド</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>コンストラクタの詳細</B></FONT></TH>
</TR>
</TABLE>
<A NAME="SimpleByteArrayFactory()"><!-- --></A><H3>
SimpleByteArrayFactory</H3>
<PRE>
public <B>SimpleByteArrayFactory</B>()</PRE>
<DL>
<DD>Creates a new instance of SimpleByteArrayFactory.
<P>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>メソッドの詳細</B></FONT></TH>
</TR>
</TABLE>
<A NAME="create(int)"><!-- --></A><H3>
create</H3>
<PRE>
public <A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArray.html" title="org.apache.mina.util.byteaccess 内のインタフェース">ByteArray</A> <B>create</B>(int size)</PRE>
<DL>
<DD><B>インタフェース <CODE><A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArrayFactory.html#create(int)">ByteArrayFactory</A></CODE> の記述:</B></DD>
<DD>Creates an instance of <A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArray.html" title="org.apache.mina.util.byteaccess 内のインタフェース"><CODE>ByteArray</CODE></A> of size specified by the
size parameter.
<P>
<DD><DL>
<DT><B>定義:</B><DD>インタフェース <CODE><A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArrayFactory.html" title="org.apache.mina.util.byteaccess 内のインタフェース">ByteArrayFactory</A></CODE> 内の <CODE><A HREF="../../../../../org/apache/mina/util/byteaccess/ByteArrayFactory.html#create(int)">create</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>パラメータ:</B><DD><CODE>size</CODE> - The size of the ByteArray
<DT><B>戻り値:</B><DD>The ByteArray</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="ナビゲーションリンクをスキップ"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概要</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>パッケージ</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>クラス</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleByteArrayFactory.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>階層ツリー</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>非推奨 API</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>ヘルプ</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/mina/util/byteaccess/IoRelativeWriter.html" title="org.apache.mina.util.byteaccess 内のインタフェース"><B>前のクラス</B></A>
次のクラス</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/mina/util/byteaccess/SimpleByteArrayFactory.html" target="_top"><B>フレームあり</B></A>
<A HREF="SimpleByteArrayFactory.html" target="_top"><B>フレームなし</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>すべてのクラス</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
概要: 入れ子 | フィールド | <A HREF="#constructor_summary">コンストラクタ</A> | <A HREF="#method_summary">メソッド</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
詳細: フィールド | <A HREF="#constructor_detail">コンストラクタ</A> | <A HREF="#method_detail">メソッド</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2004-2010 <a href="http://mina.apache.org/">Apache MINA Project</a>. All Rights Reserved.
</BODY>
</HTML>
|
sardine/mina-ja
|
docs/apidocs/org/apache/mina/util/byteaccess/SimpleByteArrayFactory.html
|
HTML
|
apache-2.0
| 12,723
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Wed Oct 08 15:57:23 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest.Builder (HBase 0.98.7-hadoop2 API)</title>
<meta name="date" content="2014-10-08">
<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="Uses of Class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest.Builder (HBase 0.98.7-hadoop2 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><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/class-use/SnapshotProtos.SnapshotDataManifest.Builder.html" target="_top">Frames</a></li>
<li><a href="SnapshotProtos.SnapshotDataManifest.Builder.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest.Builder" class="title">Uses of Class<br>org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest.Builder</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.hadoop.hbase.protobuf.generated">org.apache.hadoop.hbase.protobuf.generated</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.hadoop.hbase.protobuf.generated">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a> in <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</a> that return <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#addAllRegionManifests(java.lang.Iterable)">addAllRegionManifests</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><? extends <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotRegionManifest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotRegionManifest</a>> values)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#addRegionManifests(int,%20org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.Builder)">addRegionManifests</a></strong>(int index,
<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotRegionManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotRegionManifest.Builder</a> builderForValue)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#addRegionManifests(int,%20org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest)">addRegionManifests</a></strong>(int index,
<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotRegionManifest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotRegionManifest</a> value)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#addRegionManifests(org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.Builder)">addRegionManifests</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotRegionManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotRegionManifest.Builder</a> builderForValue)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#addRegionManifests(org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest)">addRegionManifests</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotRegionManifest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotRegionManifest</a> value)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#clear()">clear</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#clearRegionManifests()">clearRegionManifests</a></strong>()</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#clearTableSchema()">clearTableSchema</a></strong>()</code>
<div class="block"><code>required .TableSchema table_schema = 1;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#clone()">clone</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream,%20com.google.protobuf.ExtensionRegistryLite)">mergeFrom</a></strong>(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#mergeFrom(com.google.protobuf.Message)">mergeFrom</a></strong>(com.google.protobuf.Message other)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#mergeFrom(org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest)">mergeFrom</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest</a> other)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#mergeTableSchema(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema)">mergeTableSchema</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.TableSchema.html" title="class in org.apache.hadoop.hbase.protobuf.generated">HBaseProtos.TableSchema</a> value)</code>
<div class="block"><code>required .TableSchema table_schema = 1;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.html#newBuilder()">newBuilder</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.html#newBuilder(org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest)">newBuilder</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest</a> prototype)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.html#newBuilderForType()">newBuilderForType</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)">newBuilderForType</a></strong>(com.google.protobuf.GeneratedMessage.BuilderParent parent)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#removeRegionManifests(int)">removeRegionManifests</a></strong>(int index)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#setRegionManifests(int,%20org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.Builder)">setRegionManifests</a></strong>(int index,
<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotRegionManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotRegionManifest.Builder</a> builderForValue)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#setRegionManifests(int,%20org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest)">setRegionManifests</a></strong>(int index,
<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotRegionManifest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotRegionManifest</a> value)</code>
<div class="block"><code>repeated .SnapshotRegionManifest region_manifests = 2;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#setTableSchema(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder)">setTableSchema</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.TableSchema.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">HBaseProtos.TableSchema.Builder</a> builderForValue)</code>
<div class="block"><code>required .TableSchema table_schema = 1;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.Builder.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html#setTableSchema(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema)">setTableSchema</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.TableSchema.html" title="class in org.apache.hadoop.hbase.protobuf.generated">HBaseProtos.TableSchema</a> value)</code>
<div class="block"><code>required .TableSchema table_schema = 1;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">SnapshotProtos.SnapshotDataManifest.Builder</a></code></td>
<td class="colLast"><span class="strong">SnapshotProtos.SnapshotDataManifest.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.html#toBuilder()">toBuilder</a></strong>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.SnapshotDataManifest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/class-use/SnapshotProtos.SnapshotDataManifest.Builder.html" target="_top">Frames</a></li>
<li><a href="SnapshotProtos.SnapshotDataManifest.Builder.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
gsoundar/mambo-ec2-deploy
|
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/protobuf/generated/class-use/SnapshotProtos.SnapshotDataManifest.Builder.html
|
HTML
|
apache-2.0
| 26,044
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_12) on Sun Feb 08 17:26:55 PST 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Filters (PMD 4.2.5 API)
</TITLE>
<META NAME="date" CONTENT="2009-02-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Filters (PMD 4.2.5 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Filters.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter"><B>PREV CLASS</B></A>
<A HREF="../../../../../net/sourceforge/pmd/util/filter/NotFilter.html" title="class in net.sourceforge.pmd.util.filter"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?net/sourceforge/pmd/util/filter/Filters.html" target="_top"><B>FRAMES</B></A>
<A HREF="Filters.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
net.sourceforge.pmd.util.filter</FONT>
<BR>
Class Filters</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>net.sourceforge.pmd.util.filter.Filters</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>Filters</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Utility class for working with Filters. Contains builder style methods,
apply methods, as well as mechanisms for adapting Filters and FilenameFilters.
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#Filters()">Filters</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#buildRegexFilterExcludeOverInclude(java.util.List, java.util.List)">buildRegexFilterExcludeOverInclude</A></B>(java.util.List<java.lang.String> includeRegexes,
java.util.List<java.lang.String> excludeRegexes)</CODE>
<BR>
Construct a String Filter using set of include and exclude regular
expressions.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#buildRegexFilterIncludeOverExclude(java.util.List, java.util.List)">buildRegexFilterIncludeOverExclude</A></B>(java.util.List<java.lang.String> includeRegexes,
java.util.List<java.lang.String> excludeRegexes)</CODE>
<BR>
Construct a String Filter using set of include and exclude regular
expressions.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><T> java.util.List<T></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#filter(net.sourceforge.pmd.util.filter.Filter, java.util.Collection)">filter</A></B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><T> filter,
java.util.Collection<T> collection)</CODE>
<BR>
Filter a given Collection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><T> <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><T></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#fromStringFilter(net.sourceforge.pmd.util.filter.Filter)">fromStringFilter</A></B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String> filter)</CODE>
<BR>
Given a String Filter, expose as a Filter on another type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#getDirectoryFilter()">getDirectoryFilter</A></B>()</CODE>
<BR>
Get a File Filter for directories.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#getFileExtensionFilter(java.lang.String...)">getFileExtensionFilter</A></B>(java.lang.String... extensions)</CODE>
<BR>
Get a File Filter for files with the given extensions, ignoring case.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#getFileExtensionOrDirectoryFilter(java.lang.String...)">getFileExtensionOrDirectoryFilter</A></B>(java.lang.String... extensions)</CODE>
<BR>
Get a File Filter for directories or for files with the given extensions, ignoring case.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#toFileFilter(java.io.FilenameFilter)">toFileFilter</A></B>(java.io.FilenameFilter filter)</CODE>
<BR>
Given a FilenameFilter, expose as a File Filter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.io.FilenameFilter</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#toFilenameFilter(net.sourceforge.pmd.util.filter.Filter)">toFilenameFilter</A></B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File> filter)</CODE>
<BR>
Given a File Filter, expose as a FilenameFilter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../net/sourceforge/pmd/util/filter/Filters.html#toNormalizedFileFilter(net.sourceforge.pmd.util.filter.Filter)">toNormalizedFileFilter</A></B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String> filter)</CODE>
<BR>
Given a String Filter, expose as a File Filter.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Filters()"><!-- --></A><H3>
Filters</H3>
<PRE>
public <B>Filters</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="filter(net.sourceforge.pmd.util.filter.Filter, java.util.Collection)"><!-- --></A><H3>
filter</H3>
<PRE>
public static <T> java.util.List<T> <B>filter</B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><T> filter,
java.util.Collection<T> collection)</PRE>
<DL>
<DD>Filter a given Collection.
<P>
<DD><DL>
<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - Type of the Collection.<DT><B>Parameters:</B><DD><CODE>filter</CODE> - A Filter upon the Type of objects in the Collection.<DD><CODE>collection</CODE> - The Collection to filter.
<DT><B>Returns:</B><DD>A List containing only those objects for which the Filter returned <code>true</code>.</DL>
</DD>
</DL>
<HR>
<A NAME="getFileExtensionFilter(java.lang.String...)"><!-- --></A><H3>
getFileExtensionFilter</H3>
<PRE>
public static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File> <B>getFileExtensionFilter</B>(java.lang.String... extensions)</PRE>
<DL>
<DD>Get a File Filter for files with the given extensions, ignoring case.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>extensions</CODE> - The extensions to filter.
<DT><B>Returns:</B><DD>A File Filter.</DL>
</DD>
</DL>
<HR>
<A NAME="getDirectoryFilter()"><!-- --></A><H3>
getDirectoryFilter</H3>
<PRE>
public static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File> <B>getDirectoryFilter</B>()</PRE>
<DL>
<DD>Get a File Filter for directories.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>A File Filter.</DL>
</DD>
</DL>
<HR>
<A NAME="getFileExtensionOrDirectoryFilter(java.lang.String...)"><!-- --></A><H3>
getFileExtensionOrDirectoryFilter</H3>
<PRE>
public static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File> <B>getFileExtensionOrDirectoryFilter</B>(java.lang.String... extensions)</PRE>
<DL>
<DD>Get a File Filter for directories or for files with the given extensions, ignoring case.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>extensions</CODE> - The extensions to filter.
<DT><B>Returns:</B><DD>A File Filter.</DL>
</DD>
</DL>
<HR>
<A NAME="toNormalizedFileFilter(net.sourceforge.pmd.util.filter.Filter)"><!-- --></A><H3>
toNormalizedFileFilter</H3>
<PRE>
public static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File> <B>toNormalizedFileFilter</B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String> filter)</PRE>
<DL>
<DD>Given a String Filter, expose as a File Filter. The File paths are
normalized to a standard pattern using <code>/</code> as a path separator
which can be used cross platform easily in a regular expression based
String Filter.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filter</CODE> - A String Filter.
<DT><B>Returns:</B><DD>A File Filter.</DL>
</DD>
</DL>
<HR>
<A NAME="fromStringFilter(net.sourceforge.pmd.util.filter.Filter)"><!-- --></A><H3>
fromStringFilter</H3>
<PRE>
public static <T> <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><T> <B>fromStringFilter</B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String> filter)</PRE>
<DL>
<DD>Given a String Filter, expose as a Filter on another type. The
<code>toString()</code> method is called on the objects of the other
type and delegated to the String Filter.
<P>
<DD><DL>
<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - The desired type.<DT><B>Parameters:</B><DD><CODE>filter</CODE> - The existing String Filter.
<DT><B>Returns:</B><DD>A Filter on the desired type.</DL>
</DD>
</DL>
<HR>
<A NAME="toFilenameFilter(net.sourceforge.pmd.util.filter.Filter)"><!-- --></A><H3>
toFilenameFilter</H3>
<PRE>
public static java.io.FilenameFilter <B>toFilenameFilter</B>(<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File> filter)</PRE>
<DL>
<DD>Given a File Filter, expose as a FilenameFilter.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filter</CODE> - The File Filter.
<DT><B>Returns:</B><DD>A FilenameFilter.</DL>
</DD>
</DL>
<HR>
<A NAME="toFileFilter(java.io.FilenameFilter)"><!-- --></A><H3>
toFileFilter</H3>
<PRE>
public static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.io.File> <B>toFileFilter</B>(java.io.FilenameFilter filter)</PRE>
<DL>
<DD>Given a FilenameFilter, expose as a File Filter.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filter</CODE> - The FilenameFilter.
<DT><B>Returns:</B><DD>A File Filter.</DL>
</DD>
</DL>
<HR>
<A NAME="buildRegexFilterExcludeOverInclude(java.util.List, java.util.List)"><!-- --></A><H3>
buildRegexFilterExcludeOverInclude</H3>
<PRE>
public static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String> <B>buildRegexFilterExcludeOverInclude</B>(java.util.List<java.lang.String> includeRegexes,
java.util.List<java.lang.String> excludeRegexes)</PRE>
<DL>
<DD>Construct a String Filter using set of include and exclude regular
expressions. If there are no include regular expressions provide, then
a regular expression is added which matches every String by default.
A String is included as long as it matches an include regular expression
and does not match an exclude regular expression.
<p>
In other words, exclude patterns override include patterns.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>includeRegexes</CODE> - The include regular expressions. May be <code>null</code>.<DD><CODE>excludeRegexes</CODE> - The exclude regular expressions. May be <code>null</code>.
<DT><B>Returns:</B><DD>A String Filter.</DL>
</DD>
</DL>
<HR>
<A NAME="buildRegexFilterIncludeOverExclude(java.util.List, java.util.List)"><!-- --></A><H3>
buildRegexFilterIncludeOverExclude</H3>
<PRE>
public static <A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter">Filter</A><java.lang.String> <B>buildRegexFilterIncludeOverExclude</B>(java.util.List<java.lang.String> includeRegexes,
java.util.List<java.lang.String> excludeRegexes)</PRE>
<DL>
<DD>Construct a String Filter using set of include and exclude regular
expressions. If there are no include regular expressions provide, then
a regular expression is added which matches every String by default.
A String is included as long as the case that there is an include which
matches or there is not an exclude which matches.
<p>
In other words, include patterns override exclude patterns.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>includeRegexes</CODE> - The include regular expressions. May be <code>null</code>.<DD><CODE>excludeRegexes</CODE> - The exclude regular expressions. May be <code>null</code>.
<DT><B>Returns:</B><DD>A String Filter.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Filters.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../net/sourceforge/pmd/util/filter/Filter.html" title="interface in net.sourceforge.pmd.util.filter"><B>PREV CLASS</B></A>
<A HREF="../../../../../net/sourceforge/pmd/util/filter/NotFilter.html" title="class in net.sourceforge.pmd.util.filter"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?net/sourceforge/pmd/util/filter/Filters.html" target="_top"><B>FRAMES</B></A>
<A HREF="Filters.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2002-2009 InfoEther. All Rights Reserved.
</BODY>
</HTML>
|
deleidos/digitaledge-platform
|
commons/buildtools/pmd/docs/apidocs/net/sourceforge/pmd/util/filter/Filters.html
|
HTML
|
apache-2.0
| 24,623
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112) on Thu Apr 06 08:02:45 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.messaging.activemq.server.JournalDirectoryPath (Public javadocs 2017.4.0 API)</title>
<meta name="date" content="2017-04-06">
<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="Uses of Class org.wildfly.swarm.config.messaging.activemq.server.JournalDirectoryPath (Public javadocs 2017.4.0 API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-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 class="aboutLanguage">WildFly Swarm API, 2017.4.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/JournalDirectoryPath.html" target="_top">Frames</a></li>
<li><a href="JournalDirectoryPath.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.messaging.activemq.server.JournalDirectoryPath" class="title">Uses of Class<br>org.wildfly.swarm.config.messaging.activemq.server.JournalDirectoryPath</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq.server">org.wildfly.swarm.config.messaging.activemq.server</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a></code></td>
<td class="colLast"><span class="typeNameLabel">Server.ServerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.ServerResources.html#journalDirectoryPath--">journalDirectoryPath</a></span>()</code>
<div class="block">A filesystem path pointing to one of the locations where ActiveMQ
stores persistent data.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#journalDirectoryPath-org.wildfly.swarm.config.messaging.activemq.server.JournalDirectoryPath-">journalDirectoryPath</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a> value)</code>
<div class="block">A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq.server">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> with type parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a><T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a><T>></span></code>
<div class="block">A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPathConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPathConsumer</a><T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPathSupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPathSupplier</a><T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">JournalDirectoryPath</a></code></td>
<td class="colLast"><span class="typeNameLabel">JournalDirectoryPathSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPathSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of JournalDirectoryPath resource</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/JournalDirectoryPath.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-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 class="aboutLanguage">WildFly Swarm API, 2017.4.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/JournalDirectoryPath.html" target="_top">Frames</a></li>
<li><a href="JournalDirectoryPath.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
wildfly-swarm/wildfly-swarm-javadocs
|
2017.4.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/JournalDirectoryPath.html
|
HTML
|
apache-2.0
| 14,272
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Thu Feb 24 01:10:11 PST 2011 -->
<TITLE>
Uses of Class org.apache.hadoop.examples.dancing.DistributedPentomino.PentMap (Hadoop 0.20.2-cdh3u0-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2011-02-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.examples.dancing.DistributedPentomino.PentMap (Hadoop 0.20.2-cdh3u0-SNAPSHOT API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/examples/dancing/DistributedPentomino.PentMap.html" title="class in org.apache.hadoop.examples.dancing"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/examples/dancing//class-useDistributedPentomino.PentMap.html" target="_top"><B>FRAMES</B></A>
<A HREF="DistributedPentomino.PentMap.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.examples.dancing.DistributedPentomino.PentMap</B></H2>
</CENTER>
No usage of org.apache.hadoop.examples.dancing.DistributedPentomino.PentMap
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/examples/dancing/DistributedPentomino.PentMap.html" title="class in org.apache.hadoop.examples.dancing"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/examples/dancing//class-useDistributedPentomino.PentMap.html" target="_top"><B>FRAMES</B></A>
<A HREF="DistributedPentomino.PentMap.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
simplegeo/hadoop
|
docs/api/org/apache/hadoop/examples/dancing/class-use/DistributedPentomino.PentMap.html
|
HTML
|
apache-2.0
| 6,329
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_04.html">Class Test_AbaRouteValidator_04</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_5116_bad
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_04.html?line=2824#src-2824" >testAbaNumberCheck_5116_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:34:20
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_5116_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=10794#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=10794#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=10794#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.29411766</span>29.4%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html>
|
dcarda/aba.route.validator
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_04_testAbaNumberCheck_5116_bad_8bu.html
|
HTML
|
apache-2.0
| 10,982
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Reservation - CASS Javascript Library</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="icon" href="../assets/favicon.ico">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="http://docs.cassproject.org/img/customLogo-blue.png" title="CASS Javascript Library"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.5.4</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/3DModel.html">3DModel</a></li>
<li><a href="../classes/AboutPage.html">AboutPage</a></li>
<li><a href="../classes/AcceptAction.html">AcceptAction</a></li>
<li><a href="../classes/Accommodation.html">Accommodation</a></li>
<li><a href="../classes/AccountingService.html">AccountingService</a></li>
<li><a href="../classes/AccreditAction.html">AccreditAction</a></li>
<li><a href="../classes/AchieveAction.html">AchieveAction</a></li>
<li><a href="../classes/Action.html">Action</a></li>
<li><a href="../classes/ActionAccessSpecification.html">ActionAccessSpecification</a></li>
<li><a href="../classes/ActionStatusType.html">ActionStatusType</a></li>
<li><a href="../classes/ActivateAction.html">ActivateAction</a></li>
<li><a href="../classes/AddAction.html">AddAction</a></li>
<li><a href="../classes/AdministrativeArea.html">AdministrativeArea</a></li>
<li><a href="../classes/AdultEntertainment.html">AdultEntertainment</a></li>
<li><a href="../classes/AdvancedStandingAction.html">AdvancedStandingAction</a></li>
<li><a href="../classes/AdvertiserContentArticle.html">AdvertiserContentArticle</a></li>
<li><a href="../classes/Agent.html">Agent</a></li>
<li><a href="../classes/AggregateDataProfile.html">AggregateDataProfile</a></li>
<li><a href="../classes/AggregateOffer.html">AggregateOffer</a></li>
<li><a href="../classes/AggregateRating.html">AggregateRating</a></li>
<li><a href="../classes/AgreeAction.html">AgreeAction</a></li>
<li><a href="../classes/Airline.html">Airline</a></li>
<li><a href="../classes/Airport.html">Airport</a></li>
<li><a href="../classes/AlignmentMap.html">AlignmentMap</a></li>
<li><a href="../classes/AlignmentObject.html">AlignmentObject</a></li>
<li><a href="../classes/AllocateAction.html">AllocateAction</a></li>
<li><a href="../classes/AmpStory.html">AmpStory</a></li>
<li><a href="../classes/AMRadioChannel.html">AMRadioChannel</a></li>
<li><a href="../classes/AmusementPark.html">AmusementPark</a></li>
<li><a href="../classes/AnalysisNewsArticle.html">AnalysisNewsArticle</a></li>
<li><a href="../classes/AnatomicalStructure.html">AnatomicalStructure</a></li>
<li><a href="../classes/AnatomicalSystem.html">AnatomicalSystem</a></li>
<li><a href="../classes/AnimalShelter.html">AnimalShelter</a></li>
<li><a href="../classes/Answer.html">Answer</a></li>
<li><a href="../classes/Apartment.html">Apartment</a></li>
<li><a href="../classes/ApartmentComplex.html">ApartmentComplex</a></li>
<li><a href="../classes/APIReference.html">APIReference</a></li>
<li><a href="../classes/AppendAction.html">AppendAction</a></li>
<li><a href="../classes/ApplyAction.html">ApplyAction</a></li>
<li><a href="../classes/ApprenticeshipCertificate.html">ApprenticeshipCertificate</a></li>
<li><a href="../classes/ApproveAction.html">ApproveAction</a></li>
<li><a href="../classes/ApprovedIndication.html">ApprovedIndication</a></li>
<li><a href="../classes/Aquarium.html">Aquarium</a></li>
<li><a href="../classes/ArchiveComponent.html">ArchiveComponent</a></li>
<li><a href="../classes/ArchiveOrganization.html">ArchiveOrganization</a></li>
<li><a href="../classes/ArriveAction.html">ArriveAction</a></li>
<li><a href="../classes/Artery.html">Artery</a></li>
<li><a href="../classes/ArtGallery.html">ArtGallery</a></li>
<li><a href="../classes/Article.html">Article</a></li>
<li><a href="../classes/AskAction.html">AskAction</a></li>
<li><a href="../classes/AskPublicNewsArticle.html">AskPublicNewsArticle</a></li>
<li><a href="../classes/ASNImport.html">ASNImport</a></li>
<li><a href="../classes/Assertion.html">Assertion</a></li>
<li><a href="../classes/AssertionEnvelope.html">AssertionEnvelope</a></li>
<li><a href="../classes/AssessAction.html">AssessAction</a></li>
<li><a href="../classes/Assessment.html">Assessment</a></li>
<li><a href="../classes/AssessmentComponent.html">AssessmentComponent</a></li>
<li><a href="../classes/AssessmentProfile.html">AssessmentProfile</a></li>
<li><a href="../classes/AssignAction.html">AssignAction</a></li>
<li><a href="../classes/AssociateDegree.html">AssociateDegree</a></li>
<li><a href="../classes/Atlas.html">Atlas</a></li>
<li><a href="../classes/Attitude.html">Attitude</a></li>
<li><a href="../classes/Attorney.html">Attorney</a></li>
<li><a href="../classes/Audience.html">Audience</a></li>
<li><a href="../classes/Audiobook.html">Audiobook</a></li>
<li><a href="../classes/AudioObject.html">AudioObject</a></li>
<li><a href="../classes/AuthorizeAction.html">AuthorizeAction</a></li>
<li><a href="../classes/AutoBodyShop.html">AutoBodyShop</a></li>
<li><a href="../classes/AutoDealer.html">AutoDealer</a></li>
<li><a href="../classes/AutomatedTeller.html">AutomatedTeller</a></li>
<li><a href="../classes/AutomotiveBusiness.html">AutomotiveBusiness</a></li>
<li><a href="../classes/AutoPartsStore.html">AutoPartsStore</a></li>
<li><a href="../classes/AutoRental.html">AutoRental</a></li>
<li><a href="../classes/AutoRepair.html">AutoRepair</a></li>
<li><a href="../classes/AutoWash.html">AutoWash</a></li>
<li><a href="../classes/BachelorDegree.html">BachelorDegree</a></li>
<li><a href="../classes/BackgroundNewsArticle.html">BackgroundNewsArticle</a></li>
<li><a href="../classes/Badge.html">Badge</a></li>
<li><a href="../classes/Bakery.html">Bakery</a></li>
<li><a href="../classes/BankAccount.html">BankAccount</a></li>
<li><a href="../classes/BankOrCreditUnion.html">BankOrCreditUnion</a></li>
<li><a href="../classes/Barcode.html">Barcode</a></li>
<li><a href="../classes/BarOrPub.html">BarOrPub</a></li>
<li><a href="../classes/BasicComponent.html">BasicComponent</a></li>
<li><a href="../classes/Beach.html">Beach</a></li>
<li><a href="../classes/BeautySalon.html">BeautySalon</a></li>
<li><a href="../classes/BedAndBreakfast.html">BedAndBreakfast</a></li>
<li><a href="../classes/BedDetails.html">BedDetails</a></li>
<li><a href="../classes/BedType.html">BedType</a></li>
<li><a href="../classes/BefriendAction.html">BefriendAction</a></li>
<li><a href="../classes/Belief.html">Belief</a></li>
<li><a href="../classes/BikeStore.html">BikeStore</a></li>
<li><a href="../classes/Blog.html">Blog</a></li>
<li><a href="../classes/BlogPosting.html">BlogPosting</a></li>
<li><a href="../classes/BloodTest.html">BloodTest</a></li>
<li><a href="../classes/BoardingPolicyType.html">BoardingPolicyType</a></li>
<li><a href="../classes/BoatReservation.html">BoatReservation</a></li>
<li><a href="../classes/BoatTerminal.html">BoatTerminal</a></li>
<li><a href="../classes/BoatTrip.html">BoatTrip</a></li>
<li><a href="../classes/BodyMeasurementTypeEnumeration.html">BodyMeasurementTypeEnumeration</a></li>
<li><a href="../classes/BodyOfWater.html">BodyOfWater</a></li>
<li><a href="../classes/Bone.html">Bone</a></li>
<li><a href="../classes/Book.html">Book</a></li>
<li><a href="../classes/BookFormatType.html">BookFormatType</a></li>
<li><a href="../classes/BookmarkAction.html">BookmarkAction</a></li>
<li><a href="../classes/BookSeries.html">BookSeries</a></li>
<li><a href="../classes/BookStore.html">BookStore</a></li>
<li><a href="../classes/BorrowAction.html">BorrowAction</a></li>
<li><a href="../classes/BowlingAlley.html">BowlingAlley</a></li>
<li><a href="../classes/BrainStructure.html">BrainStructure</a></li>
<li><a href="../classes/Brand.html">Brand</a></li>
<li><a href="../classes/BreadcrumbList.html">BreadcrumbList</a></li>
<li><a href="../classes/Brewery.html">Brewery</a></li>
<li><a href="../classes/Bridge.html">Bridge</a></li>
<li><a href="../classes/BroadcastChannel.html">BroadcastChannel</a></li>
<li><a href="../classes/BroadcastEvent.html">BroadcastEvent</a></li>
<li><a href="../classes/BroadcastFrequencySpecification.html">BroadcastFrequencySpecification</a></li>
<li><a href="../classes/BroadcastService.html">BroadcastService</a></li>
<li><a href="../classes/BrokerageAccount.html">BrokerageAccount</a></li>
<li><a href="../classes/BuddhistTemple.html">BuddhistTemple</a></li>
<li><a href="../classes/BusinessAudience.html">BusinessAudience</a></li>
<li><a href="../classes/BusinessEntityType.html">BusinessEntityType</a></li>
<li><a href="../classes/BusinessEvent.html">BusinessEvent</a></li>
<li><a href="../classes/BusinessFunction.html">BusinessFunction</a></li>
<li><a href="../classes/BusOrCoach.html">BusOrCoach</a></li>
<li><a href="../classes/BusReservation.html">BusReservation</a></li>
<li><a href="../classes/BusStation.html">BusStation</a></li>
<li><a href="../classes/BusStop.html">BusStop</a></li>
<li><a href="../classes/BusTrip.html">BusTrip</a></li>
<li><a href="../classes/BuyAction.html">BuyAction</a></li>
<li><a href="../classes/CableOrSatelliteService.html">CableOrSatelliteService</a></li>
<li><a href="../classes/CafeOrCoffeeShop.html">CafeOrCoffeeShop</a></li>
<li><a href="../classes/Campground.html">Campground</a></li>
<li><a href="../classes/CampingPitch.html">CampingPitch</a></li>
<li><a href="../classes/Canal.html">Canal</a></li>
<li><a href="../classes/CancelAction.html">CancelAction</a></li>
<li><a href="../classes/Car.html">Car</a></li>
<li><a href="../classes/CarUsageType.html">CarUsageType</a></li>
<li><a href="../classes/Casino.html">Casino</a></li>
<li><a href="../classes/Cass.html">Cass</a></li>
<li><a href="../classes/CategoryCode.html">CategoryCode</a></li>
<li><a href="../classes/CategoryCodeSet.html">CategoryCodeSet</a></li>
<li><a href="../classes/CatholicChurch.html">CatholicChurch</a></li>
<li><a href="../classes/CDCPMDRecord.html">CDCPMDRecord</a></li>
<li><a href="../classes/Cemetery.html">Cemetery</a></li>
<li><a href="../classes/Certificate.html">Certificate</a></li>
<li><a href="../classes/CertificateOfCompletion.html">CertificateOfCompletion</a></li>
<li><a href="../classes/Certification.html">Certification</a></li>
<li><a href="../classes/CfdAssessment.html">CfdAssessment</a></li>
<li><a href="../classes/CfdReference.html">CfdReference</a></li>
<li><a href="../classes/Chapter.html">Chapter</a></li>
<li><a href="../classes/CheckAction.html">CheckAction</a></li>
<li><a href="../classes/CheckInAction.html">CheckInAction</a></li>
<li><a href="../classes/CheckOutAction.html">CheckOutAction</a></li>
<li><a href="../classes/CheckoutPage.html">CheckoutPage</a></li>
<li><a href="../classes/ChildCare.html">ChildCare</a></li>
<li><a href="../classes/ChildrensEvent.html">ChildrensEvent</a></li>
<li><a href="../classes/ChooseAction.html">ChooseAction</a></li>
<li><a href="../classes/Church.html">Church</a></li>
<li><a href="../classes/City.html">City</a></li>
<li><a href="../classes/CityHall.html">CityHall</a></li>
<li><a href="../classes/CivicStructure.html">CivicStructure</a></li>
<li><a href="../classes/Claim.html">Claim</a></li>
<li><a href="../classes/ClaimReview.html">ClaimReview</a></li>
<li><a href="../classes/Class.html">Class</a></li>
<li><a href="../classes/Clip.html">Clip</a></li>
<li><a href="../classes/ClothingStore.html">ClothingStore</a></li>
<li><a href="../classes/CocurricularComponent.html">CocurricularComponent</a></li>
<li><a href="../classes/Code.html">Code</a></li>
<li><a href="../classes/Collection.html">Collection</a></li>
<li><a href="../classes/CollectionPage.html">CollectionPage</a></li>
<li><a href="../classes/CollegeOrUniversity.html">CollegeOrUniversity</a></li>
<li><a href="../classes/ComedyClub.html">ComedyClub</a></li>
<li><a href="../classes/ComedyEvent.html">ComedyEvent</a></li>
<li><a href="../classes/ComicCoverArt.html">ComicCoverArt</a></li>
<li><a href="../classes/ComicIssue.html">ComicIssue</a></li>
<li><a href="../classes/ComicSeries.html">ComicSeries</a></li>
<li><a href="../classes/ComicStory.html">ComicStory</a></li>
<li><a href="../classes/Comment.html">Comment</a></li>
<li><a href="../classes/CommentAction.html">CommentAction</a></li>
<li><a href="../classes/CommunicateAction.html">CommunicateAction</a></li>
<li><a href="../classes/Competency.html">Competency</a></li>
<li><a href="../classes/CompetencyComponent.html">CompetencyComponent</a></li>
<li><a href="../classes/CompetencyFramework.html">CompetencyFramework</a></li>
<li><a href="../classes/CompleteDataFeed.html">CompleteDataFeed</a></li>
<li><a href="../classes/ComponentCondition.html">ComponentCondition</a></li>
<li><a href="../classes/CompoundPriceSpecification.html">CompoundPriceSpecification</a></li>
<li><a href="../classes/ComputerLanguage.html">ComputerLanguage</a></li>
<li><a href="../classes/ComputerStore.html">ComputerStore</a></li>
<li><a href="../classes/Concept.html">Concept</a></li>
<li><a href="../classes/ConceptScheme.html">ConceptScheme</a></li>
<li><a href="../classes/ConditionManifest.html">ConditionManifest</a></li>
<li><a href="../classes/ConditionProfile.html">ConditionProfile</a></li>
<li><a href="../classes/ConfirmAction.html">ConfirmAction</a></li>
<li><a href="../classes/Consortium.html">Consortium</a></li>
<li><a href="../classes/ConsumeAction.html">ConsumeAction</a></li>
<li><a href="../classes/ContactPage.html">ContactPage</a></li>
<li><a href="../classes/ContactPoint.html">ContactPoint</a></li>
<li><a href="../classes/ContactPointOption.html">ContactPointOption</a></li>
<li><a href="../classes/Continent.html">Continent</a></li>
<li><a href="../classes/ControlAction.html">ControlAction</a></li>
<li><a href="../classes/ConvenienceStore.html">ConvenienceStore</a></li>
<li><a href="../classes/Conversation.html">Conversation</a></li>
<li><a href="../classes/CookAction.html">CookAction</a></li>
<li><a href="../classes/Corporation.html">Corporation</a></li>
<li><a href="../classes/CorrectionComment.html">CorrectionComment</a></li>
<li><a href="../classes/CostManifest.html">CostManifest</a></li>
<li><a href="../classes/CostProfile.html">CostProfile</a></li>
<li><a href="../classes/Country.html">Country</a></li>
<li><a href="../classes/Course.html">Course</a></li>
<li><a href="../classes/CourseComponent.html">CourseComponent</a></li>
<li><a href="../classes/CourseInstance.html">CourseInstance</a></li>
<li><a href="../classes/Courthouse.html">Courthouse</a></li>
<li><a href="../classes/CoverArt.html">CoverArt</a></li>
<li><a href="../classes/CovidTestingFacility.html">CovidTestingFacility</a></li>
<li><a href="../classes/CreateAction.html">CreateAction</a></li>
<li><a href="../classes/CreativeWork.html">CreativeWork</a></li>
<li><a href="../classes/CreativeWorkSeason.html">CreativeWorkSeason</a></li>
<li><a href="../classes/CreativeWorkSeries.html">CreativeWorkSeries</a></li>
<li><a href="../classes/Credential.html">Credential</a></li>
<li><a href="../classes/CredentialAlignmentObject.html">CredentialAlignmentObject</a></li>
<li><a href="../classes/CredentialAssertion.html">CredentialAssertion</a></li>
<li><a href="../classes/CredentialComponent.html">CredentialComponent</a></li>
<li><a href="../classes/CredentialFramework.html">CredentialFramework</a></li>
<li><a href="../classes/CredentialingAction.html">CredentialingAction</a></li>
<li><a href="../classes/CredentialOrganization.html">CredentialOrganization</a></li>
<li><a href="../classes/CredentialPerson.html">CredentialPerson</a></li>
<li><a href="../classes/CreditCard.html">CreditCard</a></li>
<li><a href="../classes/Crematorium.html">Crematorium</a></li>
<li><a href="../classes/CriticReview.html">CriticReview</a></li>
<li><a href="../classes/CssSelectorType.html">CssSelectorType</a></li>
<li><a href="../classes/CSVExport.html">CSVExport</a></li>
<li><a href="../classes/CSVImport.html">CSVImport</a></li>
<li><a href="../classes/CurrencyConversionService.html">CurrencyConversionService</a></li>
<li><a href="../classes/DanceEvent.html">DanceEvent</a></li>
<li><a href="../classes/DanceGroup.html">DanceGroup</a></li>
<li><a href="../classes/DataCatalog.html">DataCatalog</a></li>
<li><a href="../classes/DataDownload.html">DataDownload</a></li>
<li><a href="../classes/DataFeed.html">DataFeed</a></li>
<li><a href="../classes/DataFeedItem.html">DataFeedItem</a></li>
<li><a href="../classes/Dataset.html">Dataset</a></li>
<li><a href="../classes/DatedMoneySpecification.html">DatedMoneySpecification</a></li>
<li><a href="../classes/DayOfWeek.html">DayOfWeek</a></li>
<li><a href="../classes/DaySpa.html">DaySpa</a></li>
<li><a href="../classes/DDxElement.html">DDxElement</a></li>
<li><a href="../classes/DeactivateAction.html">DeactivateAction</a></li>
<li><a href="../classes/DefenceEstablishment.html">DefenceEstablishment</a></li>
<li><a href="../classes/DefinedRegion.html">DefinedRegion</a></li>
<li><a href="../classes/DefinedTerm.html">DefinedTerm</a></li>
<li><a href="../classes/DefinedTermSet.html">DefinedTermSet</a></li>
<li><a href="../classes/Degree.html">Degree</a></li>
<li><a href="../classes/DeleteAction.html">DeleteAction</a></li>
<li><a href="../classes/DeliveryChargeSpecification.html">DeliveryChargeSpecification</a></li>
<li><a href="../classes/DeliveryEvent.html">DeliveryEvent</a></li>
<li><a href="../classes/DeliveryMethod.html">DeliveryMethod</a></li>
<li><a href="../classes/DeliveryTimeSettings.html">DeliveryTimeSettings</a></li>
<li><a href="../classes/Demand.html">Demand</a></li>
<li><a href="../classes/Dentist.html">Dentist</a></li>
<li><a href="../classes/DepartAction.html">DepartAction</a></li>
<li><a href="../classes/DepartmentStore.html">DepartmentStore</a></li>
<li><a href="../classes/DepositAccount.html">DepositAccount</a></li>
<li><a href="../classes/DiagnosticLab.html">DiagnosticLab</a></li>
<li><a href="../classes/DiagnosticProcedure.html">DiagnosticProcedure</a></li>
<li><a href="../classes/Diet.html">Diet</a></li>
<li><a href="../classes/DietarySupplement.html">DietarySupplement</a></li>
<li><a href="../classes/DigitalBadge.html">DigitalBadge</a></li>
<li><a href="../classes/DigitalDocument.html">DigitalDocument</a></li>
<li><a href="../classes/DigitalDocumentPermission.html">DigitalDocumentPermission</a></li>
<li><a href="../classes/DigitalDocumentPermissionType.html">DigitalDocumentPermissionType</a></li>
<li><a href="../classes/Diploma.html">Diploma</a></li>
<li><a href="../classes/Directory.html">Directory</a></li>
<li><a href="../classes/DisagreeAction.html">DisagreeAction</a></li>
<li><a href="../classes/DiscoverAction.html">DiscoverAction</a></li>
<li><a href="../classes/DiscussionForumPosting.html">DiscussionForumPosting</a></li>
<li><a href="../classes/DislikeAction.html">DislikeAction</a></li>
<li><a href="../classes/Distance.html">Distance</a></li>
<li><a href="../classes/Distillery.html">Distillery</a></li>
<li><a href="../classes/DoctoralDegree.html">DoctoralDegree</a></li>
<li><a href="../classes/DonateAction.html">DonateAction</a></li>
<li><a href="../classes/DoseSchedule.html">DoseSchedule</a></li>
<li><a href="../classes/DownloadAction.html">DownloadAction</a></li>
<li><a href="../classes/DrawAction.html">DrawAction</a></li>
<li><a href="../classes/Drawing.html">Drawing</a></li>
<li><a href="../classes/DrinkAction.html">DrinkAction</a></li>
<li><a href="../classes/DriveWheelConfigurationValue.html">DriveWheelConfigurationValue</a></li>
<li><a href="../classes/Drug.html">Drug</a></li>
<li><a href="../classes/DrugClass.html">DrugClass</a></li>
<li><a href="../classes/DrugCost.html">DrugCost</a></li>
<li><a href="../classes/DrugCostCategory.html">DrugCostCategory</a></li>
<li><a href="../classes/DrugLegalStatus.html">DrugLegalStatus</a></li>
<li><a href="../classes/DrugPregnancyCategory.html">DrugPregnancyCategory</a></li>
<li><a href="../classes/DrugPrescriptionStatus.html">DrugPrescriptionStatus</a></li>
<li><a href="../classes/DrugStrength.html">DrugStrength</a></li>
<li><a href="../classes/DryCleaningOrLaundry.html">DryCleaningOrLaundry</a></li>
<li><a href="../classes/Duration.html">Duration</a></li>
<li><a href="../classes/DurationProfile.html">DurationProfile</a></li>
<li><a href="../classes/EarningsProfile.html">EarningsProfile</a></li>
<li><a href="../classes/EatAction.html">EatAction</a></li>
<li><a href="../classes/Ebac.html">Ebac</a></li>
<li><a href="../classes/EbacContact.html">EbacContact</a></li>
<li><a href="../classes/EbacContactGrant.html">EbacContactGrant</a></li>
<li><a href="../classes/EbacCredential.html">EbacCredential</a></li>
<li><a href="../classes/EbacCredentialCommit.html">EbacCredentialCommit</a></li>
<li><a href="../classes/EbacCredentialRequest.html">EbacCredentialRequest</a></li>
<li><a href="../classes/EbacCredentials.html">EbacCredentials</a></li>
<li><a href="../classes/EbacEncryptedSecret.html">EbacEncryptedSecret</a></li>
<li><a href="../classes/EbacEncryptedValue.html">EbacEncryptedValue</a></li>
<li><a href="../classes/EbacSignature.html">EbacSignature</a></li>
<li><a href="../classes/EcAes.html">EcAes</a></li>
<li><a href="../classes/EcAesCtr.html">EcAesCtr</a></li>
<li><a href="../classes/EcAesCtrAsync.html">EcAesCtrAsync</a></li>
<li><a href="../classes/EcAesCtrAsyncWorker.html">EcAesCtrAsyncWorker</a></li>
<li><a href="../classes/EcAlignment.html">EcAlignment</a></li>
<li><a href="../classes/EcArray.html">EcArray</a></li>
<li><a href="../classes/EcAsyncHelper.html">EcAsyncHelper</a></li>
<li><a href="../classes/EcCompetency.html">EcCompetency</a></li>
<li><a href="../classes/EcContact.html">EcContact</a></li>
<li><a href="../classes/EcCrypto.html">EcCrypto</a></li>
<li><a href="../classes/EcDirectedGraph.html">EcDirectedGraph</a></li>
<li><a href="../classes/EcDirectory.html">EcDirectory</a></li>
<li><a href="../classes/EcEncryptedValue.html">EcEncryptedValue</a></li>
<li><a href="../classes/EcFile.html">EcFile</a></li>
<li><a href="../classes/EcFramework.html">EcFramework</a></li>
<li><a href="../classes/EcFrameworkGraph.html">EcFrameworkGraph</a></li>
<li><a href="../classes/EcIdentity.html">EcIdentity</a></li>
<li><a href="../classes/EcIdentityManager.html">EcIdentityManager</a></li>
<li><a href="../classes/EcLevel.html">EcLevel</a></li>
<li><a href="../classes/EcLinkedData
/ module.exports = class EcLinkedData {
constructor(context, type) {
this.setContextAndType(context, type);
}
static atProperties = ["id", "type", "schema", "context", "graph"];
/**
JSON-LD @type field..html">EcLinkedData
/ module.exports = class EcLinkedData {
constructor(context, type) {
this.setContextAndType(context, type);
}
static atProperties = ["id", "type", "schema", "context", "graph"];
/**
JSON-LD @type field.</a></li>
<li><a href="../classes/EcObject.html">EcObject</a></li>
<li><a href="../classes/EcPk.html">EcPk</a></li>
<li><a href="../classes/EcPpk.html">EcPpk</a></li>
<li><a href="../classes/EcRemote.html">EcRemote</a></li>
<li><a href="../classes/EcRemoteIdentityManager.html">EcRemoteIdentityManager</a></li>
<li><a href="../classes/EcRemoteLinkedData.html">EcRemoteLinkedData</a></li>
<li><a href="../classes/EcRepository.html">EcRepository</a></li>
<li><a href="../classes/EcRollupRule.html">EcRollupRule</a></li>
<li><a href="../classes/EcRsaOaep.html">EcRsaOaep</a></li>
<li><a href="../classes/EcRsaOaepAsync.html">EcRsaOaepAsync</a></li>
<li><a href="../classes/EducationalAudience.html">EducationalAudience</a></li>
<li><a href="../classes/EducationalOccupationalCredential.html">EducationalOccupationalCredential</a></li>
<li><a href="../classes/EducationalOccupationalProgram.html">EducationalOccupationalProgram</a></li>
<li><a href="../classes/EducationalOrganization.html">EducationalOrganization</a></li>
<li><a href="../classes/EducationEvent.html">EducationEvent</a></li>
<li><a href="../classes/Electrician.html">Electrician</a></li>
<li><a href="../classes/ElectronicsStore.html">ElectronicsStore</a></li>
<li><a href="../classes/ElementarySchool.html">ElementarySchool</a></li>
<li><a href="../classes/EmailMessage.html">EmailMessage</a></li>
<li><a href="../classes/Embassy.html">Embassy</a></li>
<li><a href="../classes/EmergencyService.html">EmergencyService</a></li>
<li><a href="../classes/EmployeeRole.html">EmployeeRole</a></li>
<li><a href="../classes/EmployerAggregateRating.html">EmployerAggregateRating</a></li>
<li><a href="../classes/EmployerReview.html">EmployerReview</a></li>
<li><a href="../classes/EmploymentAgency.html">EmploymentAgency</a></li>
<li><a href="../classes/EmploymentOutcomeProfile.html">EmploymentOutcomeProfile</a></li>
<li><a href="../classes/EndorseAction.html">EndorseAction</a></li>
<li><a href="../classes/EndorsementRating.html">EndorsementRating</a></li>
<li><a href="../classes/Energy.html">Energy</a></li>
<li><a href="../classes/EnergyConsumptionDetails.html">EnergyConsumptionDetails</a></li>
<li><a href="../classes/EnergyEfficiencyEnumeration.html">EnergyEfficiencyEnumeration</a></li>
<li><a href="../classes/EnergyStarEnergyEfficiencyEnumeration.html">EnergyStarEnergyEfficiencyEnumeration</a></li>
<li><a href="../classes/EngineSpecification.html">EngineSpecification</a></li>
<li><a href="../classes/EntertainmentBusiness.html">EntertainmentBusiness</a></li>
<li><a href="../classes/EntryPoint.html">EntryPoint</a></li>
<li><a href="../classes/Enumeration.html">Enumeration</a></li>
<li><a href="../classes/Episode.html">Episode</a></li>
<li><a href="../classes/EUEnergyEfficiencyEnumeration.html">EUEnergyEfficiencyEnumeration</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventAttendanceModeEnumeration.html">EventAttendanceModeEnumeration</a></li>
<li><a href="../classes/EventReservation.html">EventReservation</a></li>
<li><a href="../classes/EventSeries.html">EventSeries</a></li>
<li><a href="../classes/EventStatusType.html">EventStatusType</a></li>
<li><a href="../classes/EventVenue.html">EventVenue</a></li>
<li><a href="../classes/ExchangeRateSpecification.html">ExchangeRateSpecification</a></li>
<li><a href="../classes/ExerciseAction.html">ExerciseAction</a></li>
<li><a href="../classes/ExerciseGym.html">ExerciseGym</a></li>
<li><a href="../classes/ExercisePlan.html">ExercisePlan</a></li>
<li><a href="../classes/ExhibitionEvent.html">ExhibitionEvent</a></li>
<li><a href="../classes/Exporter.html">Exporter</a></li>
<li><a href="../classes/ExtracurricularComponent.html">ExtracurricularComponent</a></li>
<li><a href="../classes/FAQPage.html">FAQPage</a></li>
<li><a href="../classes/FastFoodRestaurant.html">FastFoodRestaurant</a></li>
<li><a href="../classes/Festival.html">Festival</a></li>
<li><a href="../classes/FilmAction.html">FilmAction</a></li>
<li><a href="../classes/FinancialAssistanceProfile.html">FinancialAssistanceProfile</a></li>
<li><a href="../classes/FinancialProduct.html">FinancialProduct</a></li>
<li><a href="../classes/FinancialService.html">FinancialService</a></li>
<li><a href="../classes/FindAction.html">FindAction</a></li>
<li><a href="../classes/FireStation.html">FireStation</a></li>
<li><a href="../classes/Flight.html">Flight</a></li>
<li><a href="../classes/FlightReservation.html">FlightReservation</a></li>
<li><a href="../classes/FloorPlan.html">FloorPlan</a></li>
<li><a href="../classes/Florist.html">Florist</a></li>
<li><a href="../classes/FMRadioChannel.html">FMRadioChannel</a></li>
<li><a href="../classes/FollowAction.html">FollowAction</a></li>
<li><a href="../classes/FoodEstablishment.html">FoodEstablishment</a></li>
<li><a href="../classes/FoodEstablishmentReservation.html">FoodEstablishmentReservation</a></li>
<li><a href="../classes/FoodEvent.html">FoodEvent</a></li>
<li><a href="../classes/FoodService.html">FoodService</a></li>
<li><a href="../classes/Framework.html">Framework</a></li>
<li><a href="../classes/FrameworkImport.html">FrameworkImport</a></li>
<li><a href="../classes/FundingAgency.html">FundingAgency</a></li>
<li><a href="../classes/FundingScheme.html">FundingScheme</a></li>
<li><a href="../classes/FurnitureStore.html">FurnitureStore</a></li>
<li><a href="../classes/Game.html">Game</a></li>
<li><a href="../classes/GamePlayMode.html">GamePlayMode</a></li>
<li><a href="../classes/GameServer.html">GameServer</a></li>
<li><a href="../classes/GameServerStatus.html">GameServerStatus</a></li>
<li><a href="../classes/GardenStore.html">GardenStore</a></li>
<li><a href="../classes/GasStation.html">GasStation</a></li>
<li><a href="../classes/GatedResidenceCommunity.html">GatedResidenceCommunity</a></li>
<li><a href="../classes/GenderType.html">GenderType</a></li>
<li><a href="../classes/General.html">General</a></li>
<li><a href="../classes/GeneralContractor.html">GeneralContractor</a></li>
<li><a href="../classes/GeneralEducationDevelopment.html">GeneralEducationDevelopment</a></li>
<li><a href="../classes/GeneralFile.html">GeneralFile</a></li>
<li><a href="../classes/GeoCircle.html">GeoCircle</a></li>
<li><a href="../classes/GeoCoordinates.html">GeoCoordinates</a></li>
<li><a href="../classes/GeoShape.html">GeoShape</a></li>
<li><a href="../classes/GeospatialGeometry.html">GeospatialGeometry</a></li>
<li><a href="../classes/GiveAction.html">GiveAction</a></li>
<li><a href="../classes/GolfCourse.html">GolfCourse</a></li>
<li><a href="../classes/GovernmentBenefitsType.html">GovernmentBenefitsType</a></li>
<li><a href="../classes/GovernmentBuilding.html">GovernmentBuilding</a></li>
<li><a href="../classes/GovernmentOffice.html">GovernmentOffice</a></li>
<li><a href="../classes/GovernmentOrganization.html">GovernmentOrganization</a></li>
<li><a href="../classes/GovernmentPermit.html">GovernmentPermit</a></li>
<li><a href="../classes/GovernmentService.html">GovernmentService</a></li>
<li><a href="../classes/Grant.html">Grant</a></li>
<li><a href="../classes/Graph.html">Graph</a></li>
<li><a href="../classes/GroceryStore.html">GroceryStore</a></li>
<li><a href="../classes/Guide.html">Guide</a></li>
<li><a href="../classes/Hackathon.html">Hackathon</a></li>
<li><a href="../classes/HairSalon.html">HairSalon</a></li>
<li><a href="../classes/HardwareStore.html">HardwareStore</a></li>
<li><a href="../classes/HealthAndBeautyBusiness.html">HealthAndBeautyBusiness</a></li>
<li><a href="../classes/HealthAspectEnumeration.html">HealthAspectEnumeration</a></li>
<li><a href="../classes/HealthClub.html">HealthClub</a></li>
<li><a href="../classes/HealthInsurancePlan.html">HealthInsurancePlan</a></li>
<li><a href="../classes/HealthPlanCostSharingSpecification.html">HealthPlanCostSharingSpecification</a></li>
<li><a href="../classes/HealthPlanFormulary.html">HealthPlanFormulary</a></li>
<li><a href="../classes/HealthPlanNetwork.html">HealthPlanNetwork</a></li>
<li><a href="../classes/HealthTopicContent.html">HealthTopicContent</a></li>
<li><a href="../classes/HighSchool.html">HighSchool</a></li>
<li><a href="../classes/HinduTemple.html">HinduTemple</a></li>
<li><a href="../classes/HobbyShop.html">HobbyShop</a></li>
<li><a href="../classes/HoldersProfile.html">HoldersProfile</a></li>
<li><a href="../classes/HomeAndConstructionBusiness.html">HomeAndConstructionBusiness</a></li>
<li><a href="../classes/HomeGoodsStore.html">HomeGoodsStore</a></li>
<li><a href="../classes/Hospital.html">Hospital</a></li>
<li><a href="../classes/Hostel.html">Hostel</a></li>
<li><a href="../classes/Hotel.html">Hotel</a></li>
<li><a href="../classes/HotelRoom.html">HotelRoom</a></li>
<li><a href="../classes/House.html">House</a></li>
<li><a href="../classes/HousePainter.html">HousePainter</a></li>
<li><a href="../classes/HowTo.html">HowTo</a></li>
<li><a href="../classes/HowToDirection.html">HowToDirection</a></li>
<li><a href="../classes/HowToItem.html">HowToItem</a></li>
<li><a href="../classes/HowToSection.html">HowToSection</a></li>
<li><a href="../classes/HowToStep.html">HowToStep</a></li>
<li><a href="../classes/HowToSupply.html">HowToSupply</a></li>
<li><a href="../classes/HowToTip.html">HowToTip</a></li>
<li><a href="../classes/HowToTool.html">HowToTool</a></li>
<li><a href="../classes/HVACBusiness.html">HVACBusiness</a></li>
<li><a href="../classes/Hypergraph.html">Hypergraph</a></li>
<li><a href="../classes/HyperToc.html">HyperToc</a></li>
<li><a href="../classes/HyperTocEntry.html">HyperTocEntry</a></li>
<li><a href="../classes/IceCreamShop.html">IceCreamShop</a></li>
<li><a href="../classes/IdentifierValue.html">IdentifierValue</a></li>
<li><a href="../classes/IgnoreAction.html">IgnoreAction</a></li>
<li><a href="../classes/ImageGallery.html">ImageGallery</a></li>
<li><a href="../classes/ImageObject.html">ImageObject</a></li>
<li><a href="../classes/ImagingTest.html">ImagingTest</a></li>
<li><a href="../classes/Importer.html">Importer</a></li>
<li><a href="../classes/IndividualProduct.html">IndividualProduct</a></li>
<li><a href="../classes/IndustryClassification.html">IndustryClassification</a></li>
<li><a href="../classes/InfectiousAgentClass.html">InfectiousAgentClass</a></li>
<li><a href="../classes/InfectiousDisease.html">InfectiousDisease</a></li>
<li><a href="../classes/InformAction.html">InformAction</a></li>
<li><a href="../classes/InsertAction.html">InsertAction</a></li>
<li><a href="../classes/InstallAction.html">InstallAction</a></li>
<li><a href="../classes/InstructionalProgramClassification.html">InstructionalProgramClassification</a></li>
<li><a href="../classes/InsuranceAgency.html">InsuranceAgency</a></li>
<li><a href="../classes/Intangible.html">Intangible</a></li>
<li><a href="../classes/InteractAction.html">InteractAction</a></li>
<li><a href="../classes/InteractionCounter.html">InteractionCounter</a></li>
<li><a href="../classes/InternetCafe.html">InternetCafe</a></li>
<li><a href="../classes/InvestmentFund.html">InvestmentFund</a></li>
<li><a href="../classes/InvestmentOrDeposit.html">InvestmentOrDeposit</a></li>
<li><a href="../classes/InviteAction.html">InviteAction</a></li>
<li><a href="../classes/Invoice.html">Invoice</a></li>
<li><a href="../classes/ItemAvailability.html">ItemAvailability</a></li>
<li><a href="../classes/ItemList.html">ItemList</a></li>
<li><a href="../classes/ItemListOrderType.html">ItemListOrderType</a></li>
<li><a href="../classes/ItemPage.html">ItemPage</a></li>
<li><a href="../classes/JewelryStore.html">JewelryStore</a></li>
<li><a href="../classes/Job.html">Job</a></li>
<li><a href="../classes/JobComponent.html">JobComponent</a></li>
<li><a href="../classes/JobPosting.html">JobPosting</a></li>
<li><a href="../classes/JoinAction.html">JoinAction</a></li>
<li><a href="../classes/Joint.html">Joint</a></li>
<li><a href="../classes/JourneymanCertificate.html">JourneymanCertificate</a></li>
<li><a href="../classes/JurisdictionProfile.html">JurisdictionProfile</a></li>
<li><a href="../classes/Knowledge.html">Knowledge</a></li>
<li><a href="../classes/LakeBodyOfWater.html">LakeBodyOfWater</a></li>
<li><a href="../classes/Landform.html">Landform</a></li>
<li><a href="../classes/LandmarksOrHistoricalBuildings.html">LandmarksOrHistoricalBuildings</a></li>
<li><a href="../classes/Language.html">Language</a></li>
<li><a href="../classes/LearningOpportunity.html">LearningOpportunity</a></li>
<li><a href="../classes/LearningOpportunityProfile.html">LearningOpportunityProfile</a></li>
<li><a href="../classes/LearningResource.html">LearningResource</a></li>
<li><a href="../classes/LeaveAction.html">LeaveAction</a></li>
<li><a href="../classes/LegalForceStatus.html">LegalForceStatus</a></li>
<li><a href="../classes/LegalService.html">LegalService</a></li>
<li><a href="../classes/LegalValueLevel.html">LegalValueLevel</a></li>
<li><a href="../classes/Legislation.html">Legislation</a></li>
<li><a href="../classes/LegislationObject.html">LegislationObject</a></li>
<li><a href="../classes/LegislativeBuilding.html">LegislativeBuilding</a></li>
<li><a href="../classes/LendAction.html">LendAction</a></li>
<li><a href="../classes/Level.html">Level</a></li>
<li><a href="../classes/Library.html">Library</a></li>
<li><a href="../classes/LibrarySystem.html">LibrarySystem</a></li>
<li><a href="../classes/License.html">License</a></li>
<li><a href="../classes/LifestyleModification.html">LifestyleModification</a></li>
<li><a href="../classes/Ligament.html">Ligament</a></li>
<li><a href="../classes/LikeAction.html">LikeAction</a></li>
<li><a href="../classes/LinkRole.html">LinkRole</a></li>
<li><a href="../classes/LiquorStore.html">LiquorStore</a></li>
<li><a href="../classes/ListenAction.html">ListenAction</a></li>
<li><a href="../classes/ListItem.html">ListItem</a></li>
<li><a href="../classes/LiteraryEvent.html">LiteraryEvent</a></li>
<li><a href="../classes/LiveBlogPosting.html">LiveBlogPosting</a></li>
<li><a href="../classes/LoanOrCredit.html">LoanOrCredit</a></li>
<li><a href="../classes/LocalBusiness.html">LocalBusiness</a></li>
<li><a href="../classes/LocationFeatureSpecification.html">LocationFeatureSpecification</a></li>
<li><a href="../classes/Locksmith.html">Locksmith</a></li>
<li><a href="../classes/LodgingBusiness.html">LodgingBusiness</a></li>
<li><a href="../classes/LodgingReservation.html">LodgingReservation</a></li>
<li><a href="../classes/LoseAction.html">LoseAction</a></li>
<li><a href="../classes/LymphaticVessel.html">LymphaticVessel</a></li>
<li><a href="../classes/Manuscript.html">Manuscript</a></li>
<li><a href="../classes/Map.html">Map</a></li>
<li><a href="../classes/MapCategoryType.html">MapCategoryType</a></li>
<li><a href="../classes/MarryAction.html">MarryAction</a></li>
<li><a href="../classes/Mass.html">Mass</a></li>
<li><a href="../classes/MasterCertificate.html">MasterCertificate</a></li>
<li><a href="../classes/MasterDegree.html">MasterDegree</a></li>
<li><a href="../classes/MathSolver.html">MathSolver</a></li>
<li><a href="../classes/MaximumDoseSchedule.html">MaximumDoseSchedule</a></li>
<li><a href="../classes/MeasurementTypeEnumeration.html">MeasurementTypeEnumeration</a></li>
<li><a href="../classes/MedbiqImport.html">MedbiqImport</a></li>
<li><a href="../classes/MediaGallery.html">MediaGallery</a></li>
<li><a href="../classes/MediaManipulationRatingEnumeration.html">MediaManipulationRatingEnumeration</a></li>
<li><a href="../classes/MediaObject.html">MediaObject</a></li>
<li><a href="../classes/MediaReview.html">MediaReview</a></li>
<li><a href="../classes/MediaSubscription.html">MediaSubscription</a></li>
<li><a href="../classes/MedicalAudience.html">MedicalAudience</a></li>
<li><a href="../classes/MedicalAudienceType.html">MedicalAudienceType</a></li>
<li><a href="../classes/MedicalBusiness.html">MedicalBusiness</a></li>
<li><a href="../classes/MedicalCause.html">MedicalCause</a></li>
<li><a href="../classes/MedicalClinic.html">MedicalClinic</a></li>
<li><a href="../classes/MedicalCode.html">MedicalCode</a></li>
<li><a href="../classes/MedicalCondition.html">MedicalCondition</a></li>
<li><a href="../classes/MedicalConditionStage.html">MedicalConditionStage</a></li>
<li><a href="../classes/MedicalContraindication.html">MedicalContraindication</a></li>
<li><a href="../classes/MedicalDevice.html">MedicalDevice</a></li>
<li><a href="../classes/MedicalDevicePurpose.html">MedicalDevicePurpose</a></li>
<li><a href="../classes/MedicalEntity.html">MedicalEntity</a></li>
<li><a href="../classes/MedicalEnumeration.html">MedicalEnumeration</a></li>
<li><a href="../classes/MedicalEvidenceLevel.html">MedicalEvidenceLevel</a></li>
<li><a href="../classes/MedicalGuideline.html">MedicalGuideline</a></li>
<li><a href="../classes/MedicalGuidelineContraindication.html">MedicalGuidelineContraindication</a></li>
<li><a href="../classes/MedicalGuidelineRecommendation.html">MedicalGuidelineRecommendation</a></li>
<li><a href="../classes/MedicalImagingTechnique.html">MedicalImagingTechnique</a></li>
<li><a href="../classes/MedicalIndication.html">MedicalIndication</a></li>
<li><a href="../classes/MedicalIntangible.html">MedicalIntangible</a></li>
<li><a href="../classes/MedicalObservationalStudy.html">MedicalObservationalStudy</a></li>
<li><a href="../classes/MedicalObservationalStudyDesign.html">MedicalObservationalStudyDesign</a></li>
<li><a href="../classes/MedicalOrganization.html">MedicalOrganization</a></li>
<li><a href="../classes/MedicalProcedure.html">MedicalProcedure</a></li>
<li><a href="../classes/MedicalProcedureType.html">MedicalProcedureType</a></li>
<li><a href="../classes/MedicalRiskCalculator.html">MedicalRiskCalculator</a></li>
<li><a href="../classes/MedicalRiskEstimator.html">MedicalRiskEstimator</a></li>
<li><a href="../classes/MedicalRiskFactor.html">MedicalRiskFactor</a></li>
<li><a href="../classes/MedicalRiskScore.html">MedicalRiskScore</a></li>
<li><a href="../classes/MedicalScholarlyArticle.html">MedicalScholarlyArticle</a></li>
<li><a href="../classes/MedicalSign.html">MedicalSign</a></li>
<li><a href="../classes/MedicalSignOrSymptom.html">MedicalSignOrSymptom</a></li>
<li><a href="../classes/MedicalSpecialty.html">MedicalSpecialty</a></li>
<li><a href="../classes/MedicalStudy.html">MedicalStudy</a></li>
<li><a href="../classes/MedicalStudyStatus.html">MedicalStudyStatus</a></li>
<li><a href="../classes/MedicalSymptom.html">MedicalSymptom</a></li>
<li><a href="../classes/MedicalTest.html">MedicalTest</a></li>
<li><a href="../classes/MedicalTestPanel.html">MedicalTestPanel</a></li>
<li><a href="../classes/MedicalTherapy.html">MedicalTherapy</a></li>
<li><a href="../classes/MedicalTrial.html">MedicalTrial</a></li>
<li><a href="../classes/MedicalTrialDesign.html">MedicalTrialDesign</a></li>
<li><a href="../classes/MedicalWebPage.html">MedicalWebPage</a></li>
<li><a href="../classes/MedicineSystem.html">MedicineSystem</a></li>
<li><a href="../classes/MeetingRoom.html">MeetingRoom</a></li>
<li><a href="../classes/MensClothingStore.html">MensClothingStore</a></li>
<li><a href="../classes/Menu.html">Menu</a></li>
<li><a href="../classes/MenuItem.html">MenuItem</a></li>
<li><a href="../classes/MenuSection.html">MenuSection</a></li>
<li><a href="../classes/MerchantReturnEnumeration.html">MerchantReturnEnumeration</a></li>
<li><a href="../classes/MerchantReturnPolicy.html">MerchantReturnPolicy</a></li>
<li><a href="../classes/Message.html">Message</a></li>
<li><a href="../classes/MicroCredential.html">MicroCredential</a></li>
<li><a href="../classes/MiddleSchool.html">MiddleSchool</a></li>
<li><a href="../classes/MobileApplication.html">MobileApplication</a></li>
<li><a href="../classes/MobilePhoneStore.html">MobilePhoneStore</a></li>
<li><a href="../classes/MonetaryAmount.html">MonetaryAmount</a></li>
<li><a href="../classes/MonetaryAmountDistribution.html">MonetaryAmountDistribution</a></li>
<li><a href="../classes/MonetaryGrant.html">MonetaryGrant</a></li>
<li><a href="../classes/MoneyTransfer.html">MoneyTransfer</a></li>
<li><a href="../classes/MortgageLoan.html">MortgageLoan</a></li>
<li><a href="../classes/Mosque.html">Mosque</a></li>
<li><a href="../classes/Motel.html">Motel</a></li>
<li><a href="../classes/Motorcycle.html">Motorcycle</a></li>
<li><a href="../classes/MotorcycleDealer.html">MotorcycleDealer</a></li>
<li><a href="../classes/MotorcycleRepair.html">MotorcycleRepair</a></li>
<li><a href="../classes/MotorizedBicycle.html">MotorizedBicycle</a></li>
<li><a href="../classes/Mountain.html">Mountain</a></li>
<li><a href="../classes/MoveAction.html">MoveAction</a></li>
<li><a href="../classes/Movie.html">Movie</a></li>
<li><a href="../classes/MovieClip.html">MovieClip</a></li>
<li><a href="../classes/MovieRentalStore.html">MovieRentalStore</a></li>
<li><a href="../classes/MovieSeries.html">MovieSeries</a></li>
<li><a href="../classes/MovieTheater.html">MovieTheater</a></li>
<li><a href="../classes/MovingCompany.html">MovingCompany</a></li>
<li><a href="../classes/Muscle.html">Muscle</a></li>
<li><a href="../classes/Museum.html">Museum</a></li>
<li><a href="../classes/MusicAlbum.html">MusicAlbum</a></li>
<li><a href="../classes/MusicAlbumProductionType.html">MusicAlbumProductionType</a></li>
<li><a href="../classes/MusicAlbumReleaseType.html">MusicAlbumReleaseType</a></li>
<li><a href="../classes/MusicComposition.html">MusicComposition</a></li>
<li><a href="../classes/MusicEvent.html">MusicEvent</a></li>
<li><a href="../classes/MusicGroup.html">MusicGroup</a></li>
<li><a href="../classes/MusicPlaylist.html">MusicPlaylist</a></li>
<li><a href="../classes/MusicRecording.html">MusicRecording</a></li>
<li><a href="../classes/MusicRelease.html">MusicRelease</a></li>
<li><a href="../classes/MusicReleaseFormatType.html">MusicReleaseFormatType</a></li>
<li><a href="../classes/MusicStore.html">MusicStore</a></li>
<li><a href="../classes/MusicVenue.html">MusicVenue</a></li>
<li><a href="../classes/MusicVideoObject.html">MusicVideoObject</a></li>
<li><a href="../classes/NailSalon.html">NailSalon</a></li>
<li><a href="../classes/Nerve.html">Nerve</a></li>
<li><a href="../classes/NewsArticle.html">NewsArticle</a></li>
<li><a href="../classes/NewsMediaOrganization.html">NewsMediaOrganization</a></li>
<li><a href="../classes/Newspaper.html">Newspaper</a></li>
<li><a href="../classes/NGO.html">NGO</a></li>
<li><a href="../classes/NightClub.html">NightClub</a></li>
<li><a href="../classes/NLNonprofitType.html">NLNonprofitType</a></li>
<li><a href="../classes/NonprofitType.html">NonprofitType</a></li>
<li><a href="../classes/Notary.html">Notary</a></li>
<li><a href="../classes/NoteDigitalDocument.html">NoteDigitalDocument</a></li>
<li><a href="../classes/NutritionInformation.html">NutritionInformation</a></li>
<li><a href="../classes/Observation.html">Observation</a></li>
<li><a href="../classes/Occupation.html">Occupation</a></li>
<li><a href="../classes/OccupationalExperienceRequirements.html">OccupationalExperienceRequirements</a></li>
<li><a href="../classes/OccupationalTherapy.html">OccupationalTherapy</a></li>
<li><a href="../classes/OccupationClassification.html">OccupationClassification</a></li>
<li><a href="../classes/OceanBodyOfWater.html">OceanBodyOfWater</a></li>
<li><a href="../classes/Offer.html">Offer</a></li>
<li><a href="../classes/OfferAction.html">OfferAction</a></li>
<li><a href="../classes/OfferCatalog.html">OfferCatalog</a></li>
<li><a href="../classes/OfferForLease.html">OfferForLease</a></li>
<li><a href="../classes/OfferForPurchase.html">OfferForPurchase</a></li>
<li><a href="../classes/OfferItemCondition.html">OfferItemCondition</a></li>
<li><a href="../classes/OfferShippingDetails.html">OfferShippingDetails</a></li>
<li><a href="../classes/OfficeEquipmentStore.html">OfficeEquipmentStore</a></li>
<li><a href="../classes/OnDemandEvent.html">OnDemandEvent</a></li>
<li><a href="../classes/OpenBadge.html">OpenBadge</a></li>
<li><a href="../classes/OpeningHoursSpecification.html">OpeningHoursSpecification</a></li>
<li><a href="../classes/OpinionNewsArticle.html">OpinionNewsArticle</a></li>
<li><a href="../classes/Optician.html">Optician</a></li>
<li><a href="../classes/Order.html">Order</a></li>
<li><a href="../classes/OrderAction.html">OrderAction</a></li>
<li><a href="../classes/OrderedCollection.html">OrderedCollection</a></li>
<li><a href="../classes/OrderItem.html">OrderItem</a></li>
<li><a href="../classes/OrderStatus.html">OrderStatus</a></li>
<li><a href="../classes/Organization.html">Organization</a></li>
<li><a href="../classes/OrganizationRole.html">OrganizationRole</a></li>
<li><a href="../classes/OrganizeAction.html">OrganizeAction</a></li>
<li><a href="../classes/OutletStore.html">OutletStore</a></li>
<li><a href="../classes/OwnershipInfo.html">OwnershipInfo</a></li>
<li><a href="../classes/PaintAction.html">PaintAction</a></li>
<li><a href="../classes/Painting.html">Painting</a></li>
<li><a href="../classes/PalliativeProcedure.html">PalliativeProcedure</a></li>
<li><a href="../classes/ParcelDelivery.html">ParcelDelivery</a></li>
<li><a href="../classes/ParentAudience.html">ParentAudience</a></li>
<li><a href="../classes/Park.html">Park</a></li>
<li><a href="../classes/ParkingFacility.html">ParkingFacility</a></li>
<li><a href="../classes/PathologyTest.html">PathologyTest</a></li>
<li><a href="../classes/Pathway.html">Pathway</a></li>
<li><a href="../classes/PathwayComponent.html">PathwayComponent</a></li>
<li><a href="../classes/PathwaySet.html">PathwaySet</a></li>
<li><a href="../classes/Patient.html">Patient</a></li>
<li><a href="../classes/PawnShop.html">PawnShop</a></li>
<li><a href="../classes/PayAction.html">PayAction</a></li>
<li><a href="../classes/PaymentCard.html">PaymentCard</a></li>
<li><a href="../classes/PaymentChargeSpecification.html">PaymentChargeSpecification</a></li>
<li><a href="../classes/PaymentMethod.html">PaymentMethod</a></li>
<li><a href="../classes/PaymentService.html">PaymentService</a></li>
<li><a href="../classes/PaymentStatusType.html">PaymentStatusType</a></li>
<li><a href="../classes/PeopleAudience.html">PeopleAudience</a></li>
<li><a href="../classes/PerformAction.html">PerformAction</a></li>
<li><a href="../classes/PerformanceRole.html">PerformanceRole</a></li>
<li><a href="../classes/PerformingArtsTheater.html">PerformingArtsTheater</a></li>
<li><a href="../classes/PerformingGroup.html">PerformingGroup</a></li>
<li><a href="../classes/Periodical.html">Periodical</a></li>
<li><a href="../classes/Permit.html">Permit</a></li>
<li><a href="../classes/Person.html">Person</a></li>
<li><a href="../classes/PetStore.html">PetStore</a></li>
<li><a href="../classes/Pharmacy.html">Pharmacy</a></li>
<li><a href="../classes/Photograph.html">Photograph</a></li>
<li><a href="../classes/PhotographAction.html">PhotographAction</a></li>
<li><a href="../classes/PhysicalActivity.html">PhysicalActivity</a></li>
<li><a href="../classes/PhysicalActivityCategory.html">PhysicalActivityCategory</a></li>
<li><a href="../classes/PhysicalExam.html">PhysicalExam</a></li>
<li><a href="../classes/PhysicalTherapy.html">PhysicalTherapy</a></li>
<li><a href="../classes/Physician.html">Physician</a></li>
<li><a href="../classes/Place.html">Place</a></li>
<li><a href="../classes/PlaceOfWorship.html">PlaceOfWorship</a></li>
<li><a href="../classes/PlanAction.html">PlanAction</a></li>
<li><a href="../classes/Play.html">Play</a></li>
<li><a href="../classes/PlayAction.html">PlayAction</a></li>
<li><a href="../classes/Playground.html">Playground</a></li>
<li><a href="../classes/Plumber.html">Plumber</a></li>
<li><a href="../classes/PodcastEpisode.html">PodcastEpisode</a></li>
<li><a href="../classes/PodcastSeason.html">PodcastSeason</a></li>
<li><a href="../classes/PodcastSeries.html">PodcastSeries</a></li>
<li><a href="../classes/PoliceStation.html">PoliceStation</a></li>
<li><a href="../classes/Pond.html">Pond</a></li>
<li><a href="../classes/PostalAddress.html">PostalAddress</a></li>
<li><a href="../classes/PostalCodeRangeSpecification.html">PostalCodeRangeSpecification</a></li>
<li><a href="../classes/Poster.html">Poster</a></li>
<li><a href="../classes/PostOffice.html">PostOffice</a></li>
<li><a href="../classes/PreOrderAction.html">PreOrderAction</a></li>
<li><a href="../classes/PrependAction.html">PrependAction</a></li>
<li><a href="../classes/Preschool.html">Preschool</a></li>
<li><a href="../classes/PresentationDigitalDocument.html">PresentationDigitalDocument</a></li>
<li><a href="../classes/PreventionIndication.html">PreventionIndication</a></li>
<li><a href="../classes/PriceComponentTypeEnumeration.html">PriceComponentTypeEnumeration</a></li>
<li><a href="../classes/PriceSpecification.html">PriceSpecification</a></li>
<li><a href="../classes/PriceTypeEnumeration.html">PriceTypeEnumeration</a></li>
<li><a href="../classes/ProcessProfile.html">ProcessProfile</a></li>
<li><a href="../classes/Product.html">Product</a></li>
<li><a href="../classes/ProductCollection.html">ProductCollection</a></li>
<li><a href="../classes/ProductGroup.html">ProductGroup</a></li>
<li><a href="../classes/ProductModel.html">ProductModel</a></li>
<li><a href="../classes/ProductReturnEnumeration.html">ProductReturnEnumeration</a></li>
<li><a href="../classes/ProductReturnPolicy.html">ProductReturnPolicy</a></li>
<li><a href="../classes/ProfessionalDoctorate.html">ProfessionalDoctorate</a></li>
<li><a href="../classes/ProfessionalService.html">ProfessionalService</a></li>
<li><a href="../classes/ProficiencyScale.html">ProficiencyScale</a></li>
<li><a href="../classes/ProfilePage.html">ProfilePage</a></li>
<li><a href="../classes/ProgramMembership.html">ProgramMembership</a></li>
<li><a href="../classes/ProgressionLevel.html">ProgressionLevel</a></li>
<li><a href="../classes/ProgressionModel.html">ProgressionModel</a></li>
<li><a href="../classes/Project.html">Project</a></li>
<li><a href="../classes/PronounceableText.html">PronounceableText</a></li>
<li><a href="../classes/Property.html">Property</a></li>
<li><a href="../classes/PropertyValue.html">PropertyValue</a></li>
<li><a href="../classes/PropertyValueSpecification.html">PropertyValueSpecification</a></li>
<li><a href="../classes/PsychologicalTreatment.html">PsychologicalTreatment</a></li>
<li><a href="../classes/PublicationEvent.html">PublicationEvent</a></li>
<li><a href="../classes/PublicationIssue.html">PublicationIssue</a></li>
<li><a href="../classes/PublicationVolume.html">PublicationVolume</a></li>
<li><a href="../classes/PublicSwimmingPool.html">PublicSwimmingPool</a></li>
<li><a href="../classes/PublicToilet.html">PublicToilet</a></li>
<li><a href="../classes/QACredentialOrganization.html">QACredentialOrganization</a></li>
<li><a href="../classes/QAPage.html">QAPage</a></li>
<li><a href="../classes/QualitativeValue.html">QualitativeValue</a></li>
<li><a href="../classes/QualityAssuranceCredential.html">QualityAssuranceCredential</a></li>
<li><a href="../classes/QuantitativeValue.html">QuantitativeValue</a></li>
<li><a href="../classes/QuantitativeValueDistribution.html">QuantitativeValueDistribution</a></li>
<li><a href="../classes/Quantity.html">Quantity</a></li>
<li><a href="../classes/Question.html">Question</a></li>
<li><a href="../classes/Quiz.html">Quiz</a></li>
<li><a href="../classes/Quotation.html">Quotation</a></li>
<li><a href="../classes/QuoteAction.html">QuoteAction</a></li>
<li><a href="../classes/RadiationTherapy.html">RadiationTherapy</a></li>
<li><a href="../classes/RadioBroadcastService.html">RadioBroadcastService</a></li>
<li><a href="../classes/RadioChannel.html">RadioChannel</a></li>
<li><a href="../classes/RadioClip.html">RadioClip</a></li>
<li><a href="../classes/RadioEpisode.html">RadioEpisode</a></li>
<li><a href="../classes/RadioSeason.html">RadioSeason</a></li>
<li><a href="../classes/RadioSeries.html">RadioSeries</a></li>
<li><a href="../classes/RadioStation.html">RadioStation</a></li>
<li><a href="../classes/Rating.html">Rating</a></li>
<li><a href="../classes/ReactAction.html">ReactAction</a></li>
<li><a href="../classes/ReadAction.html">ReadAction</a></li>
<li><a href="../classes/RealEstateAgent.html">RealEstateAgent</a></li>
<li><a href="../classes/RealEstateListing.html">RealEstateListing</a></li>
<li><a href="../classes/ReceiveAction.html">ReceiveAction</a></li>
<li><a href="../classes/Recipe.html">Recipe</a></li>
<li><a href="../classes/RecognizeAction.html">RecognizeAction</a></li>
<li><a href="../classes/Recommendation.html">Recommendation</a></li>
<li><a href="../classes/RecommendedDoseSchedule.html">RecommendedDoseSchedule</a></li>
<li><a href="../classes/RecyclingCenter.html">RecyclingCenter</a></li>
<li><a href="../classes/RefundTypeEnumeration.html">RefundTypeEnumeration</a></li>
<li><a href="../classes/RegisterAction.html">RegisterAction</a></li>
<li><a href="../classes/RegulateAction.html">RegulateAction</a></li>
<li><a href="../classes/RejectAction.html">RejectAction</a></li>
<li><a href="../classes/Relation.html">Relation</a></li>
<li><a href="../classes/RenewAction.html">RenewAction</a></li>
<li><a href="../classes/RentAction.html">RentAction</a></li>
<li><a href="../classes/RentalCarReservation.html">RentalCarReservation</a></li>
<li><a href="../classes/RepaymentSpecification.html">RepaymentSpecification</a></li>
<li><a href="../classes/ReplaceAction.html">ReplaceAction</a></li>
<li><a href="../classes/ReplyAction.html">ReplyAction</a></li>
<li><a href="../classes/Report.html">Report</a></li>
<li><a href="../classes/ReportageNewsArticle.html">ReportageNewsArticle</a></li>
<li><a href="../classes/ReportedDoseSchedule.html">ReportedDoseSchedule</a></li>
<li><a href="../classes/ResearchDoctorate.html">ResearchDoctorate</a></li>
<li><a href="../classes/Researcher.html">Researcher</a></li>
<li><a href="../classes/ResearchProject.html">ResearchProject</a></li>
<li><a href="../classes/Reservation.html">Reservation</a></li>
<li><a href="../classes/ReservationPackage.html">ReservationPackage</a></li>
<li><a href="../classes/ReservationStatusType.html">ReservationStatusType</a></li>
<li><a href="../classes/ReserveAction.html">ReserveAction</a></li>
<li><a href="../classes/Reservoir.html">Reservoir</a></li>
<li><a href="../classes/Residence.html">Residence</a></li>
<li><a href="../classes/Resort.html">Resort</a></li>
<li><a href="../classes/Restaurant.html">Restaurant</a></li>
<li><a href="../classes/RestrictedDiet.html">RestrictedDiet</a></li>
<li><a href="../classes/ResumeAction.html">ResumeAction</a></li>
<li><a href="../classes/ReturnAction.html">ReturnAction</a></li>
<li><a href="../classes/ReturnFeesEnumeration.html">ReturnFeesEnumeration</a></li>
<li><a href="../classes/Review.html">Review</a></li>
<li><a href="../classes/ReviewAction.html">ReviewAction</a></li>
<li><a href="../classes/ReviewNewsArticle.html">ReviewNewsArticle</a></li>
<li><a href="../classes/RevocationProfile.html">RevocationProfile</a></li>
<li><a href="../classes/RevokeAction.html">RevokeAction</a></li>
<li><a href="../classes/RightsAction.html">RightsAction</a></li>
<li><a href="../classes/RiverBodyOfWater.html">RiverBodyOfWater</a></li>
<li><a href="../classes/Role.html">Role</a></li>
<li><a href="../classes/Rollup.html">Rollup</a></li>
<li><a href="../classes/RollupRule.html">RollupRule</a></li>
<li><a href="../classes/RoofingContractor.html">RoofingContractor</a></li>
<li><a href="../classes/Room.html">Room</a></li>
<li><a href="../classes/RsvpAction.html">RsvpAction</a></li>
<li><a href="../classes/RsvpResponseType.html">RsvpResponseType</a></li>
<li><a href="../classes/RuleSet.html">RuleSet</a></li>
<li><a href="../classes/RuleSetProfile.html">RuleSetProfile</a></li>
<li><a href="../classes/RVPark.html">RVPark</a></li>
<li><a href="../classes/SaleEvent.html">SaleEvent</a></li>
<li><a href="../classes/SatiricalArticle.html">SatiricalArticle</a></li>
<li><a href="../classes/Schedule.html">Schedule</a></li>
<li><a href="../classes/ScheduleAction.html">ScheduleAction</a></li>
<li><a href="../classes/ScholarlyArticle.html">ScholarlyArticle</a></li>
<li><a href="../classes/School.html">School</a></li>
<li><a href="../classes/SchoolDistrict.html">SchoolDistrict</a></li>
<li><a href="../classes/ScreeningEvent.html">ScreeningEvent</a></li>
<li><a href="../classes/Sculpture.html">Sculpture</a></li>
<li><a href="../classes/SeaBodyOfWater.html">SeaBodyOfWater</a></li>
<li><a href="../classes/SearchAction.html">SearchAction</a></li>
<li><a href="../classes/SearchResultsPage.html">SearchResultsPage</a></li>
<li><a href="../classes/Season.html">Season</a></li>
<li><a href="../classes/Seat.html">Seat</a></li>
<li><a href="../classes/SecondarySchoolDiploma.html">SecondarySchoolDiploma</a></li>
<li><a href="../classes/SeekToAction.html">SeekToAction</a></li>
<li><a href="../classes/SelectionComponent.html">SelectionComponent</a></li>
<li><a href="../classes/SelfStorage.html">SelfStorage</a></li>
<li><a href="../classes/SellAction.html">SellAction</a></li>
<li><a href="../classes/SendAction.html">SendAction</a></li>
<li><a href="../classes/Series.html">Series</a></li>
<li><a href="../classes/Service.html">Service</a></li>
<li><a href="../classes/ServiceChannel.html">ServiceChannel</a></li>
<li><a href="../classes/ShareAction.html">ShareAction</a></li>
<li><a href="../classes/SheetMusic.html">SheetMusic</a></li>
<li><a href="../classes/ShippingDeliveryTime.html">ShippingDeliveryTime</a></li>
<li><a href="../classes/ShippingRateSettings.html">ShippingRateSettings</a></li>
<li><a href="../classes/ShoeStore.html">ShoeStore</a></li>
<li><a href="../classes/ShoppingCenter.html">ShoppingCenter</a></li>
<li><a href="../classes/ShortStory.html">ShortStory</a></li>
<li><a href="../classes/SingleFamilyResidence.html">SingleFamilyResidence</a></li>
<li><a href="../classes/SiteNavigationElement.html">SiteNavigationElement</a></li>
<li><a href="../classes/SizeGroupEnumeration.html">SizeGroupEnumeration</a></li>
<li><a href="../classes/SizeSpecification.html">SizeSpecification</a></li>
<li><a href="../classes/SizeSystemEnumeration.html">SizeSystemEnumeration</a></li>
<li><a href="../classes/Skill.html">Skill</a></li>
<li><a href="../classes/SkiResort.html">SkiResort</a></li>
<li><a href="../classes/SocialEvent.html">SocialEvent</a></li>
<li><a href="../classes/SocialMediaPosting.html">SocialMediaPosting</a></li>
<li><a href="../classes/SoftwareApplication.html">SoftwareApplication</a></li>
<li><a href="../classes/SoftwareSourceCode.html">SoftwareSourceCode</a></li>
<li><a href="../classes/SolveMathAction.html">SolveMathAction</a></li>
<li><a href="../classes/SomeProducts.html">SomeProducts</a></li>
<li><a href="../classes/SpeakableSpecification.html">SpeakableSpecification</a></li>
<li><a href="../classes/SpecialAnnouncement.html">SpecialAnnouncement</a></li>
<li><a href="../classes/Specialty.html">Specialty</a></li>
<li><a href="../classes/SportingGoodsStore.html">SportingGoodsStore</a></li>
<li><a href="../classes/SportsActivityLocation.html">SportsActivityLocation</a></li>
<li><a href="../classes/SportsClub.html">SportsClub</a></li>
<li><a href="../classes/SportsEvent.html">SportsEvent</a></li>
<li><a href="../classes/SportsOrganization.html">SportsOrganization</a></li>
<li><a href="../classes/SportsTeam.html">SportsTeam</a></li>
<li><a href="../classes/SpreadsheetDigitalDocument.html">SpreadsheetDigitalDocument</a></li>
<li><a href="../classes/StadiumOrArena.html">StadiumOrArena</a></li>
<li><a href="../classes/State.html">State</a></li>
<li><a href="../classes/StatisticalPopulation.html">StatisticalPopulation</a></li>
<li><a href="../classes/StatusEnumeration.html">StatusEnumeration</a></li>
<li><a href="../classes/SteeringPositionValue.html">SteeringPositionValue</a></li>
<li><a href="../classes/Store.html">Store</a></li>
<li><a href="../classes/StructuredValue.html">StructuredValue</a></li>
<li><a href="../classes/StupidType.html">StupidType</a></li>
<li><a href="../classes/SubscribeAction.html">SubscribeAction</a></li>
<li><a href="../classes/Substance.html">Substance</a></li>
<li><a href="../classes/SubwayStation.html">SubwayStation</a></li>
<li><a href="../classes/Suite.html">Suite</a></li>
<li><a href="../classes/SuperficialAnatomy.html">SuperficialAnatomy</a></li>
<li><a href="../classes/SurgicalProcedure.html">SurgicalProcedure</a></li>
<li><a href="../classes/SuspendAction.html">SuspendAction</a></li>
<li><a href="../classes/Synagogue.html">Synagogue</a></li>
<li><a href="../classes/Table.html">Table</a></li>
<li><a href="../classes/TakeAction.html">TakeAction</a></li>
<li><a href="../classes/Task.html">Task</a></li>
<li><a href="../classes/TattooParlor.html">TattooParlor</a></li>
<li><a href="../classes/Taxi.html">Taxi</a></li>
<li><a href="../classes/TaxiReservation.html">TaxiReservation</a></li>
<li><a href="../classes/TaxiService.html">TaxiService</a></li>
<li><a href="../classes/TaxiStand.html">TaxiStand</a></li>
<li><a href="../classes/TechArticle.html">TechArticle</a></li>
<li><a href="../classes/TelevisionChannel.html">TelevisionChannel</a></li>
<li><a href="../classes/TelevisionStation.html">TelevisionStation</a></li>
<li><a href="../classes/TennisComplex.html">TennisComplex</a></li>
<li><a href="../classes/TextDigitalDocument.html">TextDigitalDocument</a></li>
<li><a href="../classes/TheaterEvent.html">TheaterEvent</a></li>
<li><a href="../classes/TheaterGroup.html">TheaterGroup</a></li>
<li><a href="../classes/TherapeuticProcedure.html">TherapeuticProcedure</a></li>
<li><a href="../classes/Thesis.html">Thesis</a></li>
<li><a href="../classes/Thing.html">Thing</a></li>
<li><a href="../classes/this.html">this</a></li>
<li><a href="../classes/Ticket.html">Ticket</a></li>
<li><a href="../classes/TieAction.html">TieAction</a></li>
<li><a href="../classes/TipAction.html">TipAction</a></li>
<li><a href="../classes/TireShop.html">TireShop</a></li>
<li><a href="../classes/TouristAttraction.html">TouristAttraction</a></li>
<li><a href="../classes/TouristDestination.html">TouristDestination</a></li>
<li><a href="../classes/TouristInformationCenter.html">TouristInformationCenter</a></li>
<li><a href="../classes/TouristTrip.html">TouristTrip</a></li>
<li><a href="../classes/ToyStore.html">ToyStore</a></li>
<li><a href="../classes/TrackAction.html">TrackAction</a></li>
<li><a href="../classes/TradeAction.html">TradeAction</a></li>
<li><a href="../classes/TrainReservation.html">TrainReservation</a></li>
<li><a href="../classes/TrainStation.html">TrainStation</a></li>
<li><a href="../classes/TrainTrip.html">TrainTrip</a></li>
<li><a href="../classes/TransferAction.html">TransferAction</a></li>
<li><a href="../classes/TransferValueProfile.html">TransferValueProfile</a></li>
<li><a href="../classes/TravelAction.html">TravelAction</a></li>
<li><a href="../classes/TravelAgency.html">TravelAgency</a></li>
<li><a href="../classes/TreatmentIndication.html">TreatmentIndication</a></li>
<li><a href="../classes/Trip.html">Trip</a></li>
<li><a href="../classes/Triple.html">Triple</a></li>
<li><a href="../classes/TVClip.html">TVClip</a></li>
<li><a href="../classes/TVEpisode.html">TVEpisode</a></li>
<li><a href="../classes/TVSeason.html">TVSeason</a></li>
<li><a href="../classes/TVSeries.html">TVSeries</a></li>
<li><a href="../classes/TypeAndQuantityNode.html">TypeAndQuantityNode</a></li>
<li><a href="../classes/UKNonprofitType.html">UKNonprofitType</a></li>
<li><a href="../classes/UnitPriceSpecification.html">UnitPriceSpecification</a></li>
<li><a href="../classes/UnRegisterAction.html">UnRegisterAction</a></li>
<li><a href="../classes/UpdateAction.html">UpdateAction</a></li>
<li><a href="../classes/UseAction.html">UseAction</a></li>
<li><a href="../classes/UserBlocks.html">UserBlocks</a></li>
<li><a href="../classes/UserCheckins.html">UserCheckins</a></li>
<li><a href="../classes/UserComments.html">UserComments</a></li>
<li><a href="../classes/UserDownloads.html">UserDownloads</a></li>
<li><a href="../classes/UserInteraction.html">UserInteraction</a></li>
<li><a href="../classes/UserLikes.html">UserLikes</a></li>
<li><a href="../classes/UserPageVisits.html">UserPageVisits</a></li>
<li><a href="../classes/UserPlays.html">UserPlays</a></li>
<li><a href="../classes/UserPlusOnes.html">UserPlusOnes</a></li>
<li><a href="../classes/UserReview.html">UserReview</a></li>
<li><a href="../classes/UserTweets.html">UserTweets</a></li>
<li><a href="../classes/USNonprofitType.html">USNonprofitType</a></li>
<li><a href="../classes/ValueProfile.html">ValueProfile</a></li>
<li><a href="../classes/Vehicle.html">Vehicle</a></li>
<li><a href="../classes/Vein.html">Vein</a></li>
<li><a href="../classes/VerificationServiceProfile.html">VerificationServiceProfile</a></li>
<li><a href="../classes/Vessel.html">Vessel</a></li>
<li><a href="../classes/VeterinaryCare.html">VeterinaryCare</a></li>
<li><a href="../classes/VideoGallery.html">VideoGallery</a></li>
<li><a href="../classes/VideoGame.html">VideoGame</a></li>
<li><a href="../classes/VideoGameClip.html">VideoGameClip</a></li>
<li><a href="../classes/VideoGameSeries.html">VideoGameSeries</a></li>
<li><a href="../classes/VideoObject.html">VideoObject</a></li>
<li><a href="../classes/ViewAction.html">ViewAction</a></li>
<li><a href="../classes/VirtualLocation.html">VirtualLocation</a></li>
<li><a href="../classes/VisualArtsEvent.html">VisualArtsEvent</a></li>
<li><a href="../classes/VisualArtwork.html">VisualArtwork</a></li>
<li><a href="../classes/VitalSign.html">VitalSign</a></li>
<li><a href="../classes/Volcano.html">Volcano</a></li>
<li><a href="../classes/VoteAction.html">VoteAction</a></li>
<li><a href="../classes/WantAction.html">WantAction</a></li>
<li><a href="../classes/WarrantyPromise.html">WarrantyPromise</a></li>
<li><a href="../classes/WarrantyScope.html">WarrantyScope</a></li>
<li><a href="../classes/WatchAction.html">WatchAction</a></li>
<li><a href="../classes/Waterfall.html">Waterfall</a></li>
<li><a href="../classes/WearableMeasurementTypeEnumeration.html">WearableMeasurementTypeEnumeration</a></li>
<li><a href="../classes/WearableSizeGroupEnumeration.html">WearableSizeGroupEnumeration</a></li>
<li><a href="../classes/WearableSizeSystemEnumeration.html">WearableSizeSystemEnumeration</a></li>
<li><a href="../classes/WearAction.html">WearAction</a></li>
<li><a href="../classes/WebAPI.html">WebAPI</a></li>
<li><a href="../classes/WebApplication.html">WebApplication</a></li>
<li><a href="../classes/WebContent.html">WebContent</a></li>
<li><a href="../classes/WebPage.html">WebPage</a></li>
<li><a href="../classes/WebPageElement.html">WebPageElement</a></li>
<li><a href="../classes/WebSite.html">WebSite</a></li>
<li><a href="../classes/WholesaleStore.html">WholesaleStore</a></li>
<li><a href="../classes/WinAction.html">WinAction</a></li>
<li><a href="../classes/Winery.html">Winery</a></li>
<li><a href="../classes/WorkBasedProgram.html">WorkBasedProgram</a></li>
<li><a href="../classes/WorkersUnion.html">WorkersUnion</a></li>
<li><a href="../classes/WorkExperienceComponent.html">WorkExperienceComponent</a></li>
<li><a href="../classes/WorkRole.html">WorkRole</a></li>
<li><a href="../classes/WPAdBlock.html">WPAdBlock</a></li>
<li><a href="../classes/WPFooter.html">WPFooter</a></li>
<li><a href="../classes/WPHeader.html">WPHeader</a></li>
<li><a href="../classes/WPSideBar.html">WPSideBar</a></li>
<li><a href="../classes/WriteAction.html">WriteAction</a></li>
<li><a href="../classes/XPathType.html">XPathType</a></li>
<li><a href="../classes/Zoo.html">Zoo</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/com.eduworks.html">com.eduworks</a></li>
<li><a href="../modules/com.eduworks.ec.html">com.eduworks.ec</a></li>
<li><a href="../modules/org.cassproject.html">org.cassproject</a></li>
<li><a href="../modules/org.credentialengine.html">org.credentialengine</a></li>
<li><a href="../modules/org.json.ld.html">org.json.ld</a></li>
<li><a href="../modules/org.schema.html">org.schema</a></li>
<li><a href="../modules/org.w3.skos.html">org.w3.skos</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>Reservation Class</h1>
<div class="box meta">
<div class="extends">
Extends <a href="../classes/Intangible.html" class="crosslink">Intangible</a>
</div>
<div class="foundat">
Defined in: <a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l3"><code>node_modules\cassproject\src\org\schema\Reservation.js:3</code></a>
</div>
Module: <a href="../modules/org.schema.html">org.schema</a>
</div>
<div class="box intro">
<p><a href="http://Schema.org/Reservation">Schema.org/Reservation</a>
Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]].</p>
</div>
<div id="classdocs" class="tabview">
<ul class="api-class-tabs">
<li class="api-class-tab index"><a href="#index">Index</a></li>
<li class="api-class-tab properties"><a href="#properties">Properties</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties extends">
<li class="index-item property inherited">
<a href="#property_additionalType">additionalType</a>
</li>
<li class="index-item property inherited">
<a href="#property_alternateName">alternateName</a>
</li>
<li class="index-item property">
<a href="#property_bookingAgent">bookingAgent</a>
</li>
<li class="index-item property">
<a href="#property_bookingTime">bookingTime</a>
</li>
<li class="index-item property">
<a href="#property_broker">broker</a>
</li>
<li class="index-item property inherited">
<a href="#property_description">description</a>
</li>
<li class="index-item property inherited">
<a href="#property_disambiguatingDescription">disambiguatingDescription</a>
</li>
<li class="index-item property inherited">
<a href="#property_identifier">identifier</a>
</li>
<li class="index-item property inherited">
<a href="#property_image">image</a>
</li>
<li class="index-item property inherited">
<a href="#property_mainEntityOfPage">mainEntityOfPage</a>
</li>
<li class="index-item property">
<a href="#property_modifiedTime">modifiedTime</a>
</li>
<li class="index-item property inherited">
<a href="#property_name">name</a>
</li>
<li class="index-item property inherited">
<a href="#property_potentialAction">potentialAction</a>
</li>
<li class="index-item property">
<a href="#property_priceCurrency">priceCurrency</a>
</li>
<li class="index-item property">
<a href="#property_programMembershipUsed">programMembershipUsed</a>
</li>
<li class="index-item property">
<a href="#property_provider">provider</a>
</li>
<li class="index-item property">
<a href="#property_reservationFor">reservationFor</a>
</li>
<li class="index-item property">
<a href="#property_reservationId">reservationId</a>
</li>
<li class="index-item property">
<a href="#property_reservationStatus">reservationStatus</a>
</li>
<li class="index-item property">
<a href="#property_reservedTicket">reservedTicket</a>
</li>
<li class="index-item property inherited">
<a href="#property_sameAs">sameAs</a>
</li>
<li class="index-item property inherited">
<a href="#property_subjectOf">subjectOf</a>
</li>
<li class="index-item property">
<a href="#property_totalPrice">totalPrice</a>
</li>
<li class="index-item property">
<a href="#property_underName">underName</a>
</li>
<li class="index-item property inherited">
<a href="#property_url">url</a>
</li>
</ul>
</div>
</div>
<div id="properties" class="api-class-tabpanel">
<h2 class="off-left">Properties</h2>
<div id="property_additionalType" class="property item inherited">
<h3 class="name"><code>additionalType</code></h3>
<span class="type">URL</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_additionalType">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l66"><code>node_modules\cassproject\src\org\schema\Thing.js:66</code></a>
</p>
</div>
<div class="description">
Schema.org/additionalType
An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.
</div>
</div>
<div id="property_alternateName" class="property item inherited">
<h3 class="name"><code>alternateName</code></h3>
<span class="type">Text</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_alternateName">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l85"><code>node_modules\cassproject\src\org\schema\Thing.js:85</code></a>
</p>
</div>
<div class="description">
Schema.org/alternateName
An alias for the item.
</div>
</div>
<div id="property_bookingAgent" class="property item">
<h3 class="name"><code>bookingAgent</code></h3>
<span class="type"><a href="../classes/Organization.html" class="crosslink">Organization</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l122"><code>node_modules\cassproject\src\org\schema\Reservation.js:122</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/bookingAgent">Schema.org/bookingAgent</a>
'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.</p>
</div>
</div>
<div id="property_bookingTime" class="property item">
<h3 class="name"><code>bookingTime</code></h3>
<span class="type">DateTime</span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l68"><code>node_modules\cassproject\src\org\schema\Reservation.js:68</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/bookingTime">Schema.org/bookingTime</a>
The date and time the reservation was booked.</p>
</div>
</div>
<div id="property_broker" class="property item">
<h3 class="name"><code>broker</code></h3>
<span class="type"><a href="../classes/Organization.html" class="crosslink">Organization</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l59"><code>node_modules\cassproject\src\org\schema\Reservation.js:59</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/broker">Schema.org/broker</a>
An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.</p>
</div>
</div>
<div id="property_description" class="property item inherited">
<h3 class="name"><code>description</code></h3>
<span class="type">Text</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_description">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l30"><code>node_modules\cassproject\src\org\schema\Thing.js:30</code></a>
</p>
</div>
<div class="description">
Schema.org/description
A description of the item.
</div>
</div>
<div id="property_disambiguatingDescription" class="property item inherited">
<h3 class="name"><code>disambiguatingDescription</code></h3>
<span class="type">Text</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_disambiguatingDescription">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l121"><code>node_modules\cassproject\src\org\schema\Thing.js:121</code></a>
</p>
</div>
<div class="description">
Schema.org/disambiguatingDescription
A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
</div>
</div>
<div id="property_identifier" class="property item inherited">
<h3 class="name"><code>identifier</code></h3>
<span class="type">Text</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_identifier">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l75"><code>node_modules\cassproject\src\org\schema\Thing.js:75</code></a>
</p>
</div>
<div class="description">
Schema.org/identifier
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
</div>
</div>
<div id="property_image" class="property item inherited">
<h3 class="name"><code>image</code></h3>
<span class="type"><a href="../classes/ImageObject.html" class="crosslink">ImageObject</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_image">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l112"><code>node_modules\cassproject\src\org\schema\Thing.js:112</code></a>
</p>
</div>
<div class="description">
Schema.org/image
An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].
</div>
</div>
<div id="property_mainEntityOfPage" class="property item inherited">
<h3 class="name"><code>mainEntityOfPage</code></h3>
<span class="type">URL</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_mainEntityOfPage">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l57"><code>node_modules\cassproject\src\org\schema\Thing.js:57</code></a>
</p>
</div>
<div class="description">
Schema.org/mainEntityOfPage
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.
</div>
</div>
<div id="property_modifiedTime" class="property item">
<h3 class="name"><code>modifiedTime</code></h3>
<span class="type">DateTime</span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l95"><code>node_modules\cassproject\src\org\schema\Reservation.js:95</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/modifiedTime">Schema.org/modifiedTime</a>
The date and time the reservation was modified.</p>
</div>
</div>
<div id="property_name" class="property item inherited">
<h3 class="name"><code>name</code></h3>
<span class="type">Text</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_name">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l94"><code>node_modules\cassproject\src\org\schema\Thing.js:94</code></a>
</p>
</div>
<div class="description">
Schema.org/name
The name of the item.
</div>
</div>
<div id="property_potentialAction" class="property item inherited">
<h3 class="name"><code>potentialAction</code></h3>
<span class="type"><a href="../classes/Action.html" class="crosslink">Action</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_potentialAction">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l48"><code>node_modules\cassproject\src\org\schema\Thing.js:48</code></a>
</p>
</div>
<div class="description">
Schema.org/potentialAction
Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
</div>
</div>
<div id="property_priceCurrency" class="property item">
<h3 class="name"><code>priceCurrency</code></h3>
<span class="type">Text</span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l50"><code>node_modules\cassproject\src\org\schema\Reservation.js:50</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/priceCurrency">Schema.org/priceCurrency</a>
The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\n\nUse standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a> e.g. "USD"; <a href="https://en.wikipedia.org/wiki/List_of_cryptocurrencies">Ticker symbol</a> for cryptocurrencies e.g. "BTC"; well known names for <a href="https://en.wikipedia.org/wiki/Local_exchange_trading_system">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. "Ithaca HOUR".</p>
</div>
</div>
<div id="property_programMembershipUsed" class="property item">
<h3 class="name"><code>programMembershipUsed</code></h3>
<span class="type"><a href="../classes/ProgramMembership.html" class="crosslink">ProgramMembership</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l41"><code>node_modules\cassproject\src\org\schema\Reservation.js:41</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/programMembershipUsed">Schema.org/programMembershipUsed</a>
Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.</p>
</div>
</div>
<div id="property_provider" class="property item">
<h3 class="name"><code>provider</code></h3>
<span class="type"><a href="../classes/Organization.html" class="crosslink">Organization</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l77"><code>node_modules\cassproject\src\org\schema\Reservation.js:77</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/provider">Schema.org/provider</a>
The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.</p>
</div>
</div>
<div id="property_reservationFor" class="property item">
<h3 class="name"><code>reservationFor</code></h3>
<span class="type"><a href="../classes/Thing.html" class="crosslink">Thing</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l113"><code>node_modules\cassproject\src\org\schema\Reservation.js:113</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/reservationFor">Schema.org/reservationFor</a>
The thing -- flight, event, restaurant,etc. being reserved.</p>
</div>
</div>
<div id="property_reservationId" class="property item">
<h3 class="name"><code>reservationId</code></h3>
<span class="type">Text</span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l86"><code>node_modules\cassproject\src\org\schema\Reservation.js:86</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/reservationId">Schema.org/reservationId</a>
A unique identifier for the reservation.</p>
</div>
</div>
<div id="property_reservationStatus" class="property item">
<h3 class="name"><code>reservationStatus</code></h3>
<span class="type"><a href="../classes/ReservationStatusType.html" class="crosslink">ReservationStatusType</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l32"><code>node_modules\cassproject\src\org\schema\Reservation.js:32</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/reservationStatus">Schema.org/reservationStatus</a>
The current status of the reservation.</p>
</div>
</div>
<div id="property_reservedTicket" class="property item">
<h3 class="name"><code>reservedTicket</code></h3>
<span class="type"><a href="../classes/Ticket.html" class="crosslink">Ticket</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l131"><code>node_modules\cassproject\src\org\schema\Reservation.js:131</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/reservedTicket">Schema.org/reservedTicket</a>
A ticket associated with the reservation.</p>
</div>
</div>
<div id="property_sameAs" class="property item inherited">
<h3 class="name"><code>sameAs</code></h3>
<span class="type">URL</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_sameAs">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l21"><code>node_modules\cassproject\src\org\schema\Thing.js:21</code></a>
</p>
</div>
<div class="description">
Schema.org/sameAs
URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
</div>
</div>
<div id="property_subjectOf" class="property item inherited">
<h3 class="name"><code>subjectOf</code></h3>
<span class="type"><a href="../classes/Event.html" class="crosslink">Event</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_subjectOf">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l39"><code>node_modules\cassproject\src\org\schema\Thing.js:39</code></a>
</p>
</div>
<div class="description">
Schema.org/subjectOf
A CreativeWork or Event about this Thing.
</div>
</div>
<div id="property_totalPrice" class="property item">
<h3 class="name"><code>totalPrice</code></h3>
<span class="type">Number</span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l104"><code>node_modules\cassproject\src\org\schema\Reservation.js:104</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/totalPrice">Schema.org/totalPrice</a>
The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</p>
</div>
</div>
<div id="property_underName" class="property item">
<h3 class="name"><code>underName</code></h3>
<span class="type"><a href="../classes/Organization.html" class="crosslink">Organization</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/node_modules_cassproject_src_org_schema_Reservation.js.html#l23"><code>node_modules\cassproject\src\org\schema\Reservation.js:23</code></a>
</p>
</div>
<div class="description">
<p><a href="http://Schema.org/underName">Schema.org/underName</a>
The person or organization the reservation or ticket is for.</p>
</div>
</div>
<div id="property_url" class="property item inherited">
<h3 class="name"><code>url</code></h3>
<span class="type">URL</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Thing.html#property_url">Thing</a>:
<a href="../files/node_modules_cassproject_src_org_schema_Thing.js.html#l103"><code>node_modules\cassproject\src\org\schema\Thing.js:103</code></a>
</p>
</div>
<div class="description">
Schema.org/url
URL of the item.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
Eduworks/CASS
|
docs/classes/Reservation.html
|
HTML
|
apache-2.0
| 131,370
|
<!--
Copyright 2017 The Mifos Initiative.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<form [formGroup]="form" layout="column">
<fims-id-input [form]="form" [placeholder]="'Short name'" controlName="identifier" [readonly]="editMode"></fims-id-input>
<fims-text-input [form]="form" controlName="name" placeholder="{{'Name' | translate}}"></fims-text-input>
<mat-form-field layout-margin flex>
<textarea matInput placeholder="{{'Description' | translate}}" formControlName="description"></textarea>
<mat-error *ngIf="form.get('description').hasError('required')" translate>
Required
</mat-error>
<mat-error *ngIf="form.get('description').hasError('maxlength')">
{{ 'Only characters allowed.' | translate:{ value: form.get('description').getError('maxlength')['requiredLength']} }}
</mat-error>
</mat-form-field>
<mat-form-field layout-margin>
<mat-select formControlName="currencyCode" placeholder="{{ 'Currency' | translate }}">
<mat-option *ngFor="let currency of currencies" [value]="currency.code">
{{currency.code}}
</mat-option>
</mat-select>
</mat-form-field>
<fims-min-max flex
minPlaceholder="{{'Minimum principal amount' | translate}}"
maxPlaceholder="{{'Maximum principal amount' | translate}}"
[form]="form"
minControlName="minimumBalance"
maxControlName="maximumBalance"
[requireDecimal]="false"
[decimalLimit]="2">
</fims-min-max>
<div layout="row">
<fims-text-input type="number" [form]="form" controlName="term" placeholder="{{'Maximum Term' | translate}}"></fims-text-input>
<mat-radio-group formControlName="temporalUnit">
<mat-radio-button *ngFor="let basis of temporalOptions" [value]="basis.type" layout-margin>
{{basis.label}}
</mat-radio-button>
</mat-radio-group>
</div>
</form>
|
mifosio/fims-web-app
|
src/app/loans/products/form/detail/detail.component.html
|
HTML
|
apache-2.0
| 2,417
|
<div class="${ns}-container IBMChat-secondary-colors">
<div class="${ns}-row">
<fieldset aria-describedby="cc_full_name_${uuid}_error">
<label class="IBMChat-screen-reader-text" for="cc_full_name_${uuid}">${cc_name}</label>
<input type="text" class="IBMChat-input-colors" id="cc_full_name_${uuid}" name="cc_full_name" placeholder="${cc_name}"/>
<div id="cc_full_name_${uuid}_error" class="IBMChat-validation-error IBMChat-error-colors" data-validation-for="cc_full_name" data-valid="true" style="display:none;"></div>
</fieldset>
</div>
<div class="${ns}-row">
<fieldset aria-describedby="cc_number_${uuid}_error">
<label class="IBMChat-screen-reader-text" for="cc_number_${uuid}">${cc_num}</label>
<input type="text" class="IBMChat-input-colors" id="cc_number_${uuid}" name="cc_number" placeholder="${cc_num}"/>
<div id="cc_number_${uuid}_error" class="IBMChat-validation-error IBMChat-error-colors" data-validation-for="cc_number" data-valid="true" style="display:none;"></div>
</fieldset>
</div>
<div class="${ns}-row">
<div class="${ns}-col">
<fieldset aria-describedby="cc_exp_date_${uuid}_error">
<label class="IBMChat-screen-reader-text" for="cc_exp_date_month_${uuid}">${cc_exp_mon}</label>
<input class="${ns}-date IBMChat-input-colors" type="text" id="cc_exp_date_month_${uuid}" name="cc_exp_date_month" placeholder="${placeholder_mon}" size="3" />
<label class="IBMChat-screen-reader-text" for="cc_exp_date_year_${uuid}">${cc_exp_year}</label>
<input class="${ns}-date IBMChat-input-colors" type="text" id="cc_exp_date_year_${uuid}" name="cc_exp_date_year" placeholder="${placeholder_year}" size="5" />
</fieldset>
</div>
<div class="${ns}-col">
<fieldset aria-describedby="cc_code_${uuid}_error">
<label class="IBMChat-screen-reader-text" for="cc_code_${uuid}">${cc_code_alt}</label>
<input class="${ns}-cvv IBMChat-input-colors" type="text" id="cc_code_${uuid}" name="cc_code" placeholder="${cc_code}" size="6" title="${cc_code_alt}"/>
</fieldset>
</div>
<div id="cc_exp_date_${uuid}_error" class="IBMChat-validation-error IBMChat-error-colors" data-validation-for="cc_exp_date" data-valid="true" style="display:none;"></div>
<div id="cc_code_${uuid}_error" class="IBMChat-validation-error IBMChat-error-colors" data-validation-for="cc_code" data-valid="true" style="display:none;"></div>
</div>
<div class="IBMChat-form-buttons">
<button class="IBMChat-form-submit">${submit}</button>
<button class="IBMChat-form-cancel">${cancel}</button>
</div>
</div>
|
watson-virtual-agents/chat-widget
|
src/layouts/cc-validator/templates/base.html
|
HTML
|
apache-2.0
| 2,641
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: iterator()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:15:14 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_functions';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logFunction('iterator');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Function and Method Cross Reference</h3>
<h2><a href="index.html#iterator">iterator()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../tests/simpletest/docs/fr/mock_objects_documentation.html.html#iterator">/tests/simpletest/docs/fr/mock_objects_documentation.html</a> -> <a onClick="logFunction('iterator', '/tests/simpletest/docs/fr/mock_objects_documentation.html.source.html#l271')" href="../tests/simpletest/docs/fr/mock_objects_documentation.html.source.html#l271"> line 271</a></li>
<li><a href="../tests/simpletest/docs/en/mock_objects_documentation.html.html#iterator">/tests/simpletest/docs/en/mock_objects_documentation.html</a> -> <a onClick="logFunction('iterator', '/tests/simpletest/docs/en/mock_objects_documentation.html.source.html#l252')" href="../tests/simpletest/docs/en/mock_objects_documentation.html.source.html#l252"> line 252</a></li>
</ul>
<b>No references found.</b><br><br>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 19:15:14 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
inputx/code-ref-doc
|
rebbit/_functions/iterator.html
|
HTML
|
apache-2.0
| 5,147
|
<br/>
$r.translate("chelp.bc1") <br/><br/>
$r.translate("chelp.bc2") <br/>
$r.translate("chelp.bc3")
|
srinivasiyerb/Scholst
|
target/Scholastic/WEB-INF/classes/org/olat/course/nodes/bc/_chelp/ced-bc.html
|
HTML
|
apache-2.0
| 110
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jul 19 23:14:46 CEST 2011 -->
<TITLE>
Uses of Class org.jboss.shrinkwrap.descriptor.impl.webcommon30.SessionConfigTypeImpl
</TITLE>
<META NAME="date" CONTENT="2011-07-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.jboss.shrinkwrap.descriptor.impl.webcommon30.SessionConfigTypeImpl";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/SessionConfigTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/webcommon30//class-useSessionConfigTypeImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="SessionConfigTypeImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.jboss.shrinkwrap.descriptor.impl.webcommon30.SessionConfigTypeImpl</B></H2>
</CENTER>
No usage of org.jboss.shrinkwrap.descriptor.impl.webcommon30.SessionConfigTypeImpl
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/webcommon30/SessionConfigTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/webcommon30//class-useSessionConfigTypeImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="SessionConfigTypeImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
shrinkwrap/descriptors
|
gen/doc/org/jboss/shrinkwrap/descriptor/impl/webcommon30/class-use/SessionConfigTypeImpl.html
|
HTML
|
apache-2.0
| 6,385
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>StringsStream (POI API Documentation)</title>
<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="StringsStream (POI API Documentation)";
}
//-->
</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/StringsStream.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="../../../../../org/apache/poi/hdgf/streams/StreamStore.html" title="class in org.apache.poi.hdgf.streams"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/poi/hdgf/streams/TrailerStream.html" title="class in org.apache.poi.hdgf.streams"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/poi/hdgf/streams/StringsStream.html" target="_top">Frames</a></li>
<li><a href="StringsStream.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_org.apache.poi.hdgf.streams.Stream">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.poi.hdgf.streams</div>
<h2 title="Class StringsStream" class="title">Class StringsStream</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/poi/hdgf/streams/Stream.html" title="class in org.apache.poi.hdgf.streams">org.apache.poi.hdgf.streams.Stream</a></li>
<li>
<ul class="inheritance">
<li>org.apache.poi.hdgf.streams.StringsStream</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="strong">StringsStream</span>
extends <a href="../../../../../org/apache/poi/hdgf/streams/Stream.html" title="class in org.apache.poi.hdgf.streams">Stream</a></pre>
<div class="block">A Stream which holds Strings. This is just another kind
of ChunkStream, it seems</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== 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"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hdgf/streams/StringsStream.html#StringsStream(org.apache.poi.hdgf.pointers.Pointer, org.apache.poi.hdgf.streams.StreamStore, org.apache.poi.hdgf.chunks.ChunkFactory)">StringsStream</a></strong>(<a href="../../../../../org/apache/poi/hdgf/pointers/Pointer.html" title="class in org.apache.poi.hdgf.pointers">Pointer</a> pointer,
<a href="../../../../../org/apache/poi/hdgf/streams/StreamStore.html" title="class in org.apache.poi.hdgf.streams">StreamStore</a> store,
<a href="../../../../../org/apache/poi/hdgf/chunks/ChunkFactory.html" title="class in org.apache.poi.hdgf.chunks">ChunkFactory</a> chunkFactory)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hdgf.streams.Stream">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.poi.hdgf.streams.<a href="../../../../../org/apache/poi/hdgf/streams/Stream.html" title="class in org.apache.poi.hdgf.streams">Stream</a></h3>
<code><a href="../../../../../org/apache/poi/hdgf/streams/Stream.html#_getContentsLength()">_getContentsLength</a>, <a href="../../../../../org/apache/poi/hdgf/streams/Stream.html#_getStore()">_getStore</a>, <a href="../../../../../org/apache/poi/hdgf/streams/Stream.html#createStream(org.apache.poi.hdgf.pointers.Pointer, byte[], org.apache.poi.hdgf.chunks.ChunkFactory, org.apache.poi.hdgf.pointers.PointerFactory)">createStream</a>, <a href="../../../../../org/apache/poi/hdgf/streams/Stream.html#getPointer()">getPointer</a>, <a href="../../../../../org/apache/poi/hdgf/streams/Stream.html#getStore()">getStore</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, 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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="StringsStream(org.apache.poi.hdgf.pointers.Pointer, org.apache.poi.hdgf.streams.StreamStore, org.apache.poi.hdgf.chunks.ChunkFactory)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>StringsStream</h4>
<pre>protected StringsStream(<a href="../../../../../org/apache/poi/hdgf/pointers/Pointer.html" title="class in org.apache.poi.hdgf.pointers">Pointer</a> pointer,
<a href="../../../../../org/apache/poi/hdgf/streams/StreamStore.html" title="class in org.apache.poi.hdgf.streams">StreamStore</a> store,
<a href="../../../../../org/apache/poi/hdgf/chunks/ChunkFactory.html" title="class in org.apache.poi.hdgf.chunks">ChunkFactory</a> chunkFactory)</pre>
</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/StringsStream.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="../../../../../org/apache/poi/hdgf/streams/StreamStore.html" title="class in org.apache.poi.hdgf.streams"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/poi/hdgf/streams/TrailerStream.html" title="class in org.apache.poi.hdgf.streams"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/poi/hdgf/streams/StringsStream.html" target="_top">Frames</a></li>
<li><a href="StringsStream.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_org.apache.poi.hdgf.streams.Stream">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright 2014 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
pedro93/ifarmaStudents
|
poi-3.10-FINAL/docs/apidocs/org/apache/poi/hdgf/streams/StringsStream.html
|
HTML
|
apache-2.0
| 10,168
|
---
layout: default
---
<!-- Image to hack wechat -->
<!-- <img src="/img/icon_wechat.png" width="0" height="0"> -->
<!-- <img src="{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}" width="0" height="0"> -->
<!-- Post Header -->
<style type="text/css">
header.intro-header{
/*background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')*/
height: 500px;
overflow: hidden;
}
header iframe{
width: 100%;
height: 100%;
border: 0;
}
</style>
<header class="intro-header" >
<iframe src="{{page.iframe}}"/>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<div class="tags">
{% for tag in page.tags %}
<a class="tag" href="{{ site.baseurl }}/tags/#{{ tag }}" title="{{ tag }}">{{ tag }}</a>
{% endfor %}
</div>
<h1>{{ page.title }}</h1>
{% comment %}
always create a h2 for keeping the margin , Hux
{% endcomment %}
{% comment %} if page.subtitle {% endcomment %}
<h2 class="subheading">{{ page.subtitle }}</h2>
{% comment %} endif {% endcomment %}
<span class="meta">Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}</span>
</div>
</div>
</div>
</div>
</iframe>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<!-- Post Container -->
<div class="post-container
col-lg-8 col-lg-offset-2
col-md-10 col-md-offset-1 ">
{{ content }}
<hr>
{% if site.duoshuo_share && site.duoshuo_username %}
<!-- 多说 Share start -->
</style>
<div class="ds-share"
style="text-align: right"
data-thread-key="{{page.id}}" data-title="{{page.title}}"
data-images="{{ site.url }}{{site.baseurl}}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}"
data-content="{{ content | strip_html | truncate:80 }} | Hux Blog,@Hux黄玄 的个人博客"
data-url="{{site.url}}{{site.baseurl}}{{page.url}}">
<div class="ds-share-inline">
<ul class="ds-share-icons-16">
<li data-toggle="ds-share-icons-more"><a class="ds-more" href="#">分享到:</a></li>
<li><a class="ds-wechat flat" href="javascript:void(0);" data-service="wechat">微信</a></li>
<li><a class="ds-weibo flat" href="javascript:void(0);" data-service="weibo">微博</a></li>
<li><a class="ds-douban flat" href="javascript:void(0);" data-service="douban">豆瓣</a></li>
</ul>
<div class="ds-share-icons-more">
</div>
</div>
<hr>
</div>
<!-- 多少 Share end-->
{% endif %}
<ul class="pager">
{% if page.previous.url %}
<li class="previous">
<a href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.previous.title}}">← Previous Post</a>
</li>
{% endif %}
{% if page.next.url %}
<li class="next">
<a href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.next.title}}">Next Post →</a>
</li>
{% endif %}
</ul>
{% if site.duoshuo_username %}
<!-- 多说评论框 start -->
<div class="comment">
<div class="ds-thread"
data-thread-key="{{page.id}}"
data-title="{{page.title}}"
data-url="{{site.url}}{{site.baseurl}}{{page.url}}" >
</div>
</div>
<!-- 多说评论框 end -->
{% endif %}
{% if site.disqus_username %}
<!-- disqus 评论框 start -->
<div class="comment">
<div id="disqus_thread" class="disqus-thread">
</div>
</div>
<!-- disqus 评论框 end -->
{% endif %}
</div>
<!-- Sidebar Container -->
<div class="sidebar-container
col-lg-8 col-lg-offset-2
col-md-10 col-md-offset-1 ">
<!-- Featured Tags -->
{% if site.featured-tags %}
<section>
<hr class="hidden-sm hidden-xs">
<h5><a href="/tags/">FEATURED TAGS</a></h5>
<div class="tags">
{% for tag in site.tags %}
{% if tag[1].size > {{site.featured-condition-size}} %}
<a href="/tags/#{{ tag[0] }}" title="{{ tag[0] }}" rel="{{ tag[1].size }}">
{{ tag[0] }}
</a>
{% endif %}
{% endfor %}
</div>
</section>
{% endif %}
<!-- Friends Blog -->
{% if site.friends %}
<hr>
<h5>FRIENDS</h5>
<ul class="list-inline">
{% for friend in site.friends %}
<li><a href="{{friend.href}}">{{friend.title}}</a></li>
{% endfor %}
</ul>
{% endif %}
</div>
</div>
</div>
</article>
<!-- resize header to fullscreen keynotes -->
<script>
var $header = document.getElementsByTagName("header")[0];
function resize(){
/*
* leave 85px to both
* - told/imply users that there has more content below
* - let user can scroll in mobile device, seeing the keynote-view is unscrollable
*/
$header.style.height = (window.innerHeight-85) + 'px';
}
document.addEventListener('DOMContentLoaded', function(){
resize();
})
window.addEventListener('load', function(){
resize();
})
window.addEventListener('resize', function(){
resize();
})
resize();
</script>
{% if site.duoshuo_username %}
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
// dynamic User by Hux
var _user = '{{site.duoshuo_username}}';
// duoshuo comment query.
var duoshuoQuery = {short_name: _user };
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
{% endif %}
{% if site.disqus_username %}
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = "{{site.disqus_username}}";
var disqus_identifier = "{{page.id}}";
var disqus_url = "{{site.url}}{{page.url}}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<!-- disqus 公共JS代码 end -->
{% endif %}
{% if site.anchorjs %}
<!-- async load function -->
<script>
function async(u, c) {
var d = document, t = 'script',
o = d.createElement(t),
s = d.getElementsByTagName(t)[0];
o.src = u;
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); }
s.parentNode.insertBefore(o, s);
}
</script>
<!-- anchor-js, Doc:http://bryanbraun.github.io/anchorjs/ -->
<script>
async("https://cdn.bootcss.com/anchor-js/1.1.1/anchor.min.js",function(){
anchors.options = {
visible: 'always',
placement: 'right',
icon: '#'
};
anchors.add().remove('.intro-header h1').remove('.subheading').remove('.sidebar-container h5');
})
</script>
<style>
/* place left on bigger screen */
@media all and (min-width: 800px) {
.anchorjs-link{
position: absolute;
left: -0.75em;
font-size: 1.1em;
margin-top : -0.1em;
}
}
</style>
{% endif %}
|
MannyEC/MannyEC.github.io
|
_layouts/keynote.html
|
HTML
|
apache-2.0
| 9,679
|
<!DOCTYPE html>
<html>
<head>
<title>OPC 8 Buyside (Procurement Mode) Main Menu</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Local stylesheet -->
<link rel="stylesheet" href="../../../css/jcatalog-bootstrap-bundle.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="../../../css/jcatalog-bootstrap-extensions-bundle.css" type="text/css" media="screen" title="no title" charset="utf-8">
<!-- This ressource is replaced on most machines by bundle.less.css
stylesheet.css is included for jcatalog users who can not access bundle.less.css
-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<style>
table.table tr .vr-right {
border-right: 1px solid #ccc;
}
table.table tr .vr-left {
border-left: 1px solid #ccc;
}
table.table tr .vr-double-right {
border-right: 2px solid #ccc;
}
table.table tr .vr-double-left {
border-left: 2px solid #ccc;
}
table.award-product td {
vertical-align: top;
}
table.award-product tr.bundled-product {}
table.award-product td.price {
padding-left: 5px;
}
td.indent-0 { padding-left: 2em !important; }
td.indent-1 { padding-left: 4em !important; }
td.indent-2 { padding-left: 6em !important; }
td.indent-3 { padding-left: 8em !important; }
td.indent-4 { padding-left: 10em !important; }
td.indent-5 { padding-left: 12em !important; }
td.indent-6 { padding-left: 14em !important; }
td.indent-7 { padding-left: 16em !important; }
td.indent-8 { padding-left: 18em !important; }
td.indent-9 { padding-left: 20em !important; }
td.indent-10 { padding-left: 22em !important; }
td.editor {
}
td.editor > div {
border: 3px solid #2e6b99 !important;
margin: -8px;
position: relative;
padding: 1em;
}
td.editor > div:before {
content: '';
position: absolute;
top: -12px;
right: 12px;
border-bottom: 12px solid #2e6b99;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}
td.editor > div:after {
content: '';
position: absolute;
top: -8px;
right: 15px;
border-bottom: 9px solid #fff;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
td.active-editor {
background: #E6EDF2 !important;
}
td.editor .form-submit {
margin: .5em -1em -1em;
}
td .btn-group.pull-right + form.form-horizontal {
margin-top: 3.5em;
}
td form .form-submit {
margin: .75em -8px -8px;
}
.table > tbody > tr > td.buttons {
padding-left: 25px;
padding-right: 15px;
min-width: 110px;
}
td.buttons .form-group {
margin-bottom: 8px;
}
td.selected, th.selected {
background: #E6F2E6;
}
td.awarded, th.awarded {
background: #E6EDF2;
}
tr.disabled > * {
color: #999;
font-style: italic;
}
.btn-group.spacer-left {
margin-left: 1em;
}
/*.marquee-short {
overflow: hidden;
text-overflow: ellipsis;
max-width: 150px;
display: inline-block;
}
.marquee-medium {
overflow: hidden;
text-overflow: ellipsis;
max-width: 300px;
display: inline-block;
}
.marquee-short:hover:after, .marquee-medium:hover {
}*/
.well.supplier-list {
max-height: 200px;
overflow: auto;
font-size: .9em;
}
.supplier-list tr.active td {
color: #2e6b99 !important;
background: #E6EDF2 !important;
}
.label.label-info.label-reduced {
color: #5bc0de;
background: transparent;
padding: 0;
}
.label.label-warning.label-reduced {
color: #f0ad4e;
background: transparent;
padding: 0;
}
.btn.btn-xs.collapse-toggle {
margin-left: -2.2em;
}
</style>
</head>
<body>
<div class="navbar navbar-default navbar-main-menu"><!-- main nav -->
<div class="navbar-header pull-left">
<a class="navbar-brand" href="#">
<img src="../../../img/jc-logo-rgb.svg" style="height: 1.5em; margin-top: -.25em; margin-bottom: -.25em;">
</a>
<div class="navbar-popover collapse" id="main-menu">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle active" data-toggle="dropdown">Catalog <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Search</a></li>
<li><a href="#">Categories</a></li>
<li><a href="#">External Shops</a></li>
<li><a href="#">Suppliers</a></li>
<li><a href="#">Contracts</a></li>
<!--<li><a href="#">Quick Quote</a></li>-->
<!-- ##DEVNOTE## Quick Quote needs to be hidden in this menu in OPC Buyside Proc Mode -->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Requests <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Requisitions</li>
<li><a href="#">Requisition Status</a></li>
<li><a href="#">Order Process Overview</a></li>
<li><a href="#">Cart Import</a></li>
<li class="divider"></li>
<li class="dropdown-header">Approval</li>
<li><a href="#">Approve Requisition</a></li>
<li><a href="#">Overview of Approved Requisitions</a></li>
<li><a href="#">Show all Approvals</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Purchase Order <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Purchase Orders</li>
<li><a href="#">Purchase Order Status</a></li>
<li><a href="#">Cancel Purchase Order</a></li>
<li><a href="#">PO Confirmation</a></li>
<li class="divider"></li>
<li class="dropdown-header">Deliveries</li>
<li><a href="#">Goods Receipt</a></li>
<li><a href="#">Delivery Note</a></li>
</ul>
</li>
<li><a href="#">Analysis</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Invoices <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Invoice Administration</li>
<li><a href="#">Create Invoice / Credit Note</a></li>
<li><a href="#">Edit Invoice / Credit Note</a></li>
<li><a href="#">Invoice Verification</a></li>
</ul>
</li>
<li><a href="#">Quick Quote</a></li>
</ul>
</div>
</div>
<div class="navbar-header pull-right">
<ul class="nav navbar-nav navbar-no-collapse navbar-right">
<li>
<button type="button" class="btn btn-default visible-sm visible-xs" data-toggle="collapse" data-target="#main-menu">
Menu
</button>
</li>
<li class="dropdown visible-sm visible-xs">
<a href="#" class="icon-nav-item">
<span class="glyphicon glyphicon-shopping-cart"></span>
<span class="badge">7</span>
</a>
</li>
<li class="dropdown hidden-sm hidden-xs">
<a href="#" class="dropdown-toggle icon-nav-item" data-toggle="dropdown">
<span class="glyphicon glyphicon-shopping-cart"></span>
<span class="badge">7</span>
</a>
<ul class="dropdown-menu cart-preview">
<button type="button" class="btn btn-primary btn-lg btn-block">Shopping Cart</button>
<table class="table search-results"><!-- search results -->
<tbody>
<tr><!-- product -->
<td>
<a href="#" class="product-detail-link product-image">
<img src="../../img/demo-data/product-img-asusx-large.jpg" class="img-responsive" alt="Product Img Mbpro Large">
</a>
</td>
<td class="text-right">
2.00
</td>
<td>
<a href="#" class="product-detail-link">
Asus X53SV-SO951V<br>
<small>Supplier AG</small>
</a>
</td>
<td>
<div class="price">
<b>€1,198.00</b>
</div>
</td>
</tr><!-- /product -->
<tr><!-- product -->
<td>
<a href="#" class="product-detail-link product-image">
<img src="../../img/demo-data/product-img-tplink-large.jpg" class="img-responsive" alt="Product Img Mbpro Large"></td>
</a>
</td>
<td class="text-right">
14.00
</td>
<td>
<a href="#" class="product-detail-link">
TP-Link 300Mbps Wireless USB Adapter<br>
<small>Supplier AG</small>
</a>
</td>
<td>
<div class="price">
<b>209.86</b>
</div>
</td>
</tr><!-- /product -->
<tr><!-- product -->
<td>
<a href="#" class="product-detail-link product-image">
<img src="../../img/demo-data/product-img-mbpro-large.jpg" class="img-responsive" alt="Product Img Mbpro Large">
</a>
</td>
<td class="text-right">
3.00
</td>
<td>
<a href="#" class="product-detail-link">
MacBook pro 13-inch: 2.4GHz with Retina display<br>
<small>Apple</small>
</a>
</td>
<td>
<div class="price">
<b>3,897.00</b>
</div>
</td>
</tr><!-- /product -->
<tr><!-- product -->
<td>
</td>
<td class="text-right">
<i>1.00</i>
</td>
<td>
<i><a href="#to-cart#">more item(s)</a></i>
</td>
<td>
</td>
</tr><!-- /product -->
<tr class="total"><!-- total -->
<td colspan="5" class="text-right">
<small>Total price:</small> <b>€5,344.42</b>
</td>
</tr><!-- /total -->
</tbody>
<tfoot></tfoot>
</table><!-- /search results-->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle icon-nav-item visible-sm visible-xs" data-toggle="dropdown">
<span class="glyphicon glyphicon-user"></span>
<b class="caret hidden-sm hidden-xs"></b>
</a>
<a href="#" class="dropdown-toggle hidden-sm hidden-xs" data-toggle="dropdown">
Martin Hallmann <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li class="dropdown-header visible-sm visible-xs">Martin Hallmann</li>
<li><a href="#">User Details</a></li>
<li><a href="#">Change customer assignment</a></li>
<li class="divider"></li>
<li class="dropdown-header">Language</li>
<li><a href="#"><b>DE</b> Deutsch</a></li>
<li><a href="#"><b>EN</b> English</a></li>
<li><a href="#"><b>FR</b> Francais</a></li>
<li class="divider"></li>
<li><a href="#">Shopping Lists</a></li>
<li><a href="#">Delegation</a></li>
<li class="divider"></li>
<li><a href="#">Support</a></li>
<li><a href="#">Help</a></li>
<li class="divider"></li>
<li><a href="#">Logout</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="icon-nav-item dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-cog"></span>
<b class="caret hidden-sm hidden-xs"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Auto Goods Receipt</a></li>
<li class="divider"></li>
<li><a href="#">System Administration</a></li>
<li><a href="#">Customer Administration</a></li>
<li><a href="#">Setup</a></li>
</ul>
</li>
</ul>
</div>
</div><!-- /main nav -->
<div class="container">
<div class="text-right pull-right">
<input type="submit" name="_action_cancelRfQFromDetails" value="Back" class="btn btn-link">
<input type="submit" name="_action_cancelRfQFromDetails" value="Award Suppliers" class="btn btn-primary">
</div>
<h1>Award Suppliers <small>#RfQShortDesc#</small></h1>
<div class="row">
<div class="col-md-6">
<p class="lead">#RfQLongDescription# goes here<br>
<span class="label label-default">RFQID00781234</span>
<span class="label label-success">Quotes Available</span>
</p>
<form class="form-horizontal">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<div class="col-sm-6">
<label>Submission Date</label>
</div>
<div class="col-sm-6">
<span>08/12/2015</span>
</div>
</div>
<div class="form-group">
<div class="col-sm-6">
<label>Is Project Request</label>
</div>
<div class="col-sm-6">
<span>No</span>
</div>
</div>
<div class="form-group">
<div class="col-sm-6">
<label>Selective Award</label>
</div>
<div class="col-sm-6">
<span>Any Supplier, Any Item</span>
</div>
</div>
</div><!-- /col-md-6 -->
<div class="col-md-6">
<div class="form-group">
<div class="col-sm-6">
<label>Round</label>
</div>
<div class="col-sm-6">
<span>1</span>
<span>
</span>
</div>
</div>
<div class="form-group">
<div class="col-sm-6">
<label>No. of responses</label>
</div>
<div class="col-sm-6">
<span>2</span>
</div>
</div>
<div class="form-group">
<div class="col-sm-6">
<label>Expiry Date</label>
</div>
<div class="col-sm-6">
<span>09/02/2016</span>
</div>
</div>
</div><!-- /col-md-6 -->
</div><!-- /row -->
</form>
</div>
<div class="col-md-6">
<h4>12 Invited Suppliers <span class="label label-info">13 Quotes</span> <span class="label label-warning">4 Rejected</span> </h4>
<div class="well supplier-list">
<table class="table table-condensed"><!-- supplier list -->
<tbody>
<tr>
<th></th>
<th><a href="#">Status</a></th>
<th><a href="#">Supplier <span class="glyphicon glyphicon-arrow-up"></span></a></th>
<th><a href="#">Supplier Quote</a></th>
<th><a href="#">Total Offer</a></th>
<th></th>
</tr>
<tr class="active">
<td><input type="checkbox" checked id="sup-1"></td>
<td><span class="label label-success">Submitted</span> <span class="label label-primary">1 Awarded</span></td>
<td><label for="sup-1">#SupplierName#</label></td>
<td><label for="sup-1">#SQ-ID#</label></td>
<td>10,978.55 EUR</td>
<td></td>
</tr>
<tr class="active">
<td><input type="checkbox" checked id="sup-2"></td>
<td><span class="label label-success">Submitted</span> <span class="label label-primary">5 Awarded</span></td>
<td><label for="sup-2">#SupplierName#</label></td>
<td><label for="sup-2">#SQ-ID#</label></td>
<td>11,978.55 EUR</td>
<td></td>
</tr>
<tr>
<td><input type="checkbox" checked id="sup-3"></td>
<td><span class="label label-success">Submitted</span></td>
<td><label for="sup-3">#SupplierName#</label></td>
<td><label for="sup-3">#SQ-ID#</label></td>
<td>12,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled active">
<td><input type="checkbox" id="sup-4"></td>
<td><span class="label label-success">Submitted</span> <span class="label label-primary">Awarded</span></td>
<td><label for="sup-4">#SupplierName#</label></td>
<td><label for="sup-4">#SQ-ID#</label></td>
<td>13,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-5" ></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-5">#SupplierName#</label></td>
<td><label for="sup-5">#SQ-ID#</label></td>
<td>14,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-6"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-6">#SupplierName#</label></td>
<td><label for="sup-6">#SQ-ID#</label></td>
<td>15,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-7"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-7">#SupplierName#</label></td>
<td><label for="sup-7">#SQ-ID#</label></td>
<td>16,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-8"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-8">#SupplierName#</label></td>
<td><label for="sup-8">#SQ-ID#</label></td>
<td>17,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-9"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-9">#SupplierName#</label></td>
<td><label for="sup-9">#SQ-ID#</label></td>
<td>18,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-5"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-5">#SupplierName#</label></td>
<td><label for="sup-1">#SQ-ID#</label></td>
<td>19,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-5"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-5">#SupplierName#</label></td>
<td><label for="sup-1">#SQ-ID#</label></td>
<td>20,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-5"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-5">#SupplierName#</label></td>
<td><label for="sup-1">#SQ-ID#</label></td>
<td>21,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-5"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-5">#SupplierName#</label></td>
<td><label for="sup-1">#SQ-ID#</label></td>
<td>22,978.55 EUR</td>
<td></td>
</tr>
<tr class="disabled">
<td><input type="checkbox" id="sup-5"></td>
<td><span class="label label-warning">Rejected</span></td>
<td><label for="sup-5">#SupplierName#</label></td>
<td><label for="sup-1">#SQ-ID#</label></td>
<td>23,978.55 EUR</td>
<td></td>
</tr>
</tbody>
</table><!-- supplier list -->
</div>
</div><!-- /col-md-6 -->
</div><!-- /row -->
</div>
<div class="container-fluid">
<hr>
<table class="table search-results">
<thead>
<tr>
<th colspan="3">
<h4>Request for Quote</h4><br>
</th>
<th colspan="10" class="vr-double-left">
<div class="form-group pull-right">
<button type="button" class="btn btn-link">Unselect</button>
<button type="button" class="btn btn-primary">Compare <span class="badge">2 Offers</span></button>
</div>
<h4>Supplier Quotes</h4>
</th>
</tr>
<tr>
<th></th>
<th colspan="2">
<a href="#"><span class="label label-info"><span class="glyphicon glyphicon-paperclip"></span> 2 files attached</span></a>
</th>
<th class="vr-double-left">
</th>
<th colspan="2">
<div class="form-group pull-right">
<div class="btn-group" role="group">
<button type="button" class="btn btn-sm btn-default dropdown-toggle " data-toggle="dropdown"><span class="glyphicon glyphicon-ok"></span></button>
</div>
</div>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<b>#SupplierName#</b><br><small>#SQ-ID#</small> <span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
</ul>
</div>
<span class="label label-default">1/12</span>
<br><a href="#"><span class="label label-info"><span class="glyphicon glyphicon-paperclip"></span> 3 files attached</span></a>
</th>
<th class="vr-left"></th>
<th colspan="2">
<div class="form-group pull-right">
<div class="btn-group" role="group">
<button type="button" class="btn btn-sm btn-default dropdown-toggle " data-toggle="dropdown"><span class="glyphicon glyphicon-ok"></span></button>
</div>
</div>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<b>#SupplierName#</b><br><small>#SQ-ID#</small> <span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
</ul>
</div>
<span class="label label-default">2/12</span>
<br><a href="#"><span class="label label-info"><span class="glyphicon glyphicon-paperclip"></span> 1 file attached</span></a>
</th>
<th class="vr-left selected"></th>
<th colspan="2" class="selected">
<div class="form-group pull-right">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<b>#SupplierName#</b><br><small>#SQ-ID#</small> <span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
<li><a href="#">#SupplierName#<br><small>#SQ-ID#</small></a></li>
</ul>
</div>
<span class="label label-default">3/12</span>
</th>
<th></th>
</tr>
<tr>
<th></th>
<th colspan="2">
<form class="form-horizontal">
<div class="form-group">
<label class="col-sm-6 control-label">Requested Binding Period</label>
<div class="col-sm-6 text-right">
<p class="form-control-static">DD/MM/YYYY</p>
</div>
</div>
</form>
</th>
<th class="vr-double-left">
</th>
<th colspan="2">
<form class="form-horizontal">
<div class="form-group">
<label class="col-sm-6 control-label">Offered Binding Period</label>
<div class="col-sm-6 text-right">
<p class="form-control-static">DD/MM/YYYY<br><span class="label label-success">20 Days more</span></p>
</div>
</div>
</form>
</th>
<th class="vr-left">
</th>
<th colspan="2">
<form class="form-horizontal">
<div class="form-group">
<label class="col-sm-6 control-label">Offered Binding Period</label>
<div class="col-sm-6 text-right">
<p class="form-control-static">DD/MM/YYYY<br><span class="label label-warning">5 Days less</span></p>
</div>
</div>
</form>
</th>
<th class="vr-left selected">
</th>
<th colspan="2" class="selected">
<form class="form-horizontal">
<div class="form-group">
<label class="col-sm-6 control-label">Offered Binding Period</label>
<div class="col-sm-6 text-right">
<p class="form-control-static">DD/MM/YYYY<br><span class="label label-warning">15 Days less</span></p>
</div>
</div>
</form>
</th>
</tr>
<tr class="small">
<th class="vr-right">Pos.</th>
<th colspan="2">
Short Description<br>
Product ID<br>
Quantity, Unit Price<br>
Delivery Date
</th>
<th class="vr-double-left">
</th>
<th>
Short Description<br>
Product ID<br>
Quantity, Unit Price
</th>
<th class="text-right"><nobr>Delivery Date<br>Offered Price</nobr></th>
<th class="vr-left">
</th>
<th>
Short Description<br>
Product ID<br>
Quantity, Unit Price
</th>
<th class="text-right"><nobr>Delivery Date<br>Offered Price</nobr></th>
<th class="vr-left selected">
</th>
<th class="selected">
Short Description<br>
Product ID<br>
Quantity, Unit Price
</th>
<th class="text-right selected"><nobr>Delivery Date<br>Offered Price</nobr></th>
<th class="vr-double-left">
High<br>
Avg.<br>
Low
</th>
</tr>
</thead>
<tbody>
<tr class="dnd-enabled-off rfq-section" data-content="Asus X53SV-SO951V1"><!-- section -->
<td class="vr-right">
<div class="dnd-handle"></div>
</td>
<td class="indent-0" colspan="2">
<h4>
<a href="#" class="btn btn-default btn-xs collapse-toggle"><span class="fa fa-chevron-down"></span></a>
<a href="#"><b>#RfQSectionID#</b></a>
</h4>
<small>4 Positions</small><br>
<span class="label label-default">Response Required</span><br>
<small>08/09/2015</small><br>
<small>#RfQSectionDescription#</small>
</td>
<td class="vr-double-left">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
</td>
<td>
<span class="label label-warning">3/4 Positions</span>
</td>
<td class="text-right">
<small>08/09/2015</small><br>
<b>14,318.59 EUR</b><br>
<span class="label label-default">Calculated Total</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-left">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
</td>
<td>
<span class="label label-danger">0/4 Positions</span>
</td>
<td class="text-right">
<small>08/09/2015</small><br>
<b>15,318.59 EUR</b><br>
<span class="label label-default">Manual Price</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-left selected">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
</td>
<td class=" selected">
<span class="label label-default">4/4 Positions</span>
</td>
<td class="text-right selected">
<small>08/09/2015</small><br>
<b>17,318.59 EUR</b><br>
<span class="label label-default">Manual Price</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-double-left"></td>
</tr><!-- /section -->
<tr class="dnd-enabled-off" data-content="Asus X53SV-SO951V1"><!-- product -->
<td class="vr-right">1</td>
<td class="indent-1" colspan="2">
<div class="dnd-handle"></div>
<a href="#" class="btn btn-default btn-xs collapse-toggle"><span class="fa fa-chevron-down"></span></a>
<a href="#">
<b class="marquee-medium">#RfQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>20 piece/s × 61.25 EUR</small><br>
<small>08/09/2015</small><br>
<span class="label label-default">Response Required</span> <a href="#"><span class="label label-info"><span class="glyphicon glyphicon-paperclip"></span> 1 file</span></a>
</td>
<td class="vr-double-left">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td>
<a href="#">
<b>#SQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>20 piece/s × 65.93 EUR</small>
</td>
<td class="text-right">
<small>08/09/2015</small><br>
<b>1,318.59 EUR</b><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-left selected">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td class="selected">
<a href="#">
<b>#SQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>20 piece/s × 49.50 EUR</small>
</td>
<td class="text-right selected">
<small>08/09/2015</small><br>
<b>1,189.98 EUR</b><br>
<span class="label label-success"><span class="fa fa-info-circle"></span> 3.51% < Req. Price</span>
</td>
<td class="vr-left selected">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td class="selected">
<a href="#">
<b>#SQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>20 piece/s × 109.50 EUR</small>
</td>
<td class="text-right selected">
<small>08/09/2015</small><br>
<b>2,189.98 EUR</b><br>
<span class="label label-danger"><span class="fa fa-info-circle"></span> 79% > Req. Price</span>
</td>
<td class="vr-double-left">
<nobr>
<span class="label label-warning label-reduced">2,189.98 EUR</span><br>
<b>1,318.59 EUR</b><br>
<span class="label label-info label-reduced">1,189.98 EUR</span>
</nobr>
</td>
</tr><!-- /product -->
<tr class="dnd-enabled-off" data-content="Asus X53SV-SO951V1"><!-- product -->
<td class="vr-right">2</td>
<td class="indent-2" colspan="2">
<div class="dnd-handle"></div>
<a href="#">
<b>#BundledRfQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>10 piece/s × 32.90 EUR</small><br>
<small>08/09/2015</small><br>
</td>
<td class="vr-double-left awarded">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td class="awarded">
<a href="#">
<b>#BundledSQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>10 piece/s × 32.99 EUR</small><br>
<span class="label label-primary">Offer Awarded</span>
<a href="#"><span class="label label-info"><span class="glyphicon glyphicon-paperclip"></span> 1 file</span></a>
</td>
<td class="text-right awarded">
<small>08/09/2015</small><br>
<b>329.99 EUR</b><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 0.30% > Req. Price</span>
</td>
<td class="vr-left">
</td>
<td class="">
</td>
<td class="text-right">
</td>
<td class="vr-left selected">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td class="selected">
<a href="#">
<b>#BundledSQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>10 piece/s × 38.99 EUR</small><br>
<a href="#"><span class="label label-info"><span class="glyphicon glyphicon-paperclip"></span> 1 file</span></a>
</td>
<td class="text-right selected">
<small>08/09/2015</small><br>
<b>389.99 EUR</b><br>
<span class="label label-danger"><span class="fa fa-info-circle"></span> 18% > Req. Price</span>
</td>
<td class="vr-double-left">
<nobr>
<span class="label label-warning label-reduced">389.99 EUR</span><br>
<b>359.99 EUR</b><br>
<span class="label label-info label-reduced">329.99 EUR</span>
</nobr>
</td>
</tr><!-- /product -->
<tr class="dnd-enabled-off rfq-section" data-content="Asus X53SV-SO951V1"><!-- section -->
<td class="vr-right">
<div class="dnd-handle"></div>
</td>
<td class="indent-0" colspan="2">
<h4>
<a href="#" class="btn btn-default btn-xs collapse-toggle"><span class="fa fa-chevron-down"></span></a>
<a href="#"><b>#RfQSectionID#</b></a>
</h4>
<small>4 Positions</small><br>
<span class="label label-default">Response Required</span><br>
<small>08/09/2015</small><br>
<small>#RfQSectionDescription#</small>
</td>
<td class="vr-double-left">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td>
<span class="label label-warning">3/4 Positions</span>
</td>
<td class="text-right">
<small>08/09/2015</small><br>
<b>14,318.59 EUR</b><br>
<span class="label label-default">Calculated Total</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-left">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td>
<span class="label label-danger">0/4 Positions</span>
</td>
<td class="text-right">
<small>08/09/2015</small><br>
<b>15,318.59 EUR</b><br>
<span class="label label-default">Manual Price</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-left selected">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td class=" selected">
<span class="label label-default">4/4 Positions</span>
</td>
<td class="text-right selected">
<small>08/09/2015</small><br>
<b>17,318.59 EUR</b><br>
<span class="label label-default">Manual Price</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-double-left"></td>
</tr><!-- /section -->
<tr class="dnd-enabled-off rfq-section" data-content="Asus X53SV-SO951V1"><!-- section -->
<td class="vr-right">
<div class="dnd-handle"></div>
</td>
<td class="indent-1" colspan="2">
<h4>
<a href="#" class="btn btn-default btn-xs collapse-toggle"><span class="fa fa-chevron-down"></span></a>
<a href="#"><b>#RfQSectionID#</b></a>
</h4>
<small>4 Positions</small><br>
<span class="label label-default">Response Required</span><br>
<small>08/09/2015</small><br>
<small>#RfQSectionDescription#</small>
</td>
<td class="vr-double-left">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td>
<span class="label label-warning">3/4 Positions</span>
</td>
<td class="text-right">
<small>08/09/2015</small><br>
<b>14,318.59 EUR</b><br>
<span class="label label-default">Calculated Total</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-left">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default">
<input type="checkbox" autocomplete="off"><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td>
<span class="label label-danger">0/4 Positions</span>
</td>
<td class="text-right">
<small>08/09/2015</small><br>
<b>15,318.59 EUR</b><br>
<span class="label label-default">Manual Price</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-left selected">
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-ok"></span>
</label>
</div>
</div>
<div class="form-group">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-default active">
<input type="checkbox" autocomplete="off" checked><span class="glyphicon glyphicon-eye-open"></span>
</label>
</div>
</div>
</td>
<td class=" selected">
<span class="label label-default">4/4 Positions</span>
</td>
<td class="text-right selected">
<small>08/09/2015</small><br>
<b>17,318.59 EUR</b><br>
<span class="label label-default">Manual Price</span><br>
<span class="label label-warning"><span class="fa fa-info-circle"></span> 7.64% > Req. Price</span>
</td>
<td class="vr-double-left"></td>
</tr><!-- /section -->
<tr class="dnd-enabled-off" data-content="Asus X53SV-SO951V1"><!-- product -->
<td class="vr-right">3</td>
<td class="indent-2" colspan="2">
<div class="dnd-handle"></div>
<a href="#">
<b class="marquee-medium">#RfQItemShortDesc#</b><br>
<small>SO951V1</small>
</a><br>
<small>20 piece/s × 61.25 EUR</small><br>
<small>08/09/2015</small><br>
<a href="#"><span class="label label-info"><span class="glyphicon glyphicon-paperclip"></span> 1 file</span></a>
</td>
<td colspan="3" class="vr-double-left"></td>
<td colspan="3" class="vr-left"></td>
<td colspan="3" class="vr-left selected"></td>
<td class="vr-double-left"></td>
</tr><!-- /product -->
<tr class="total">
<td class="vr-right"></td>
<td colspan="2" class=""></td>
<td class="text-right vr-double-left" colspan="3" style="height: auto;">
<p>
Total Requested Price: <b>12,500.00 EUR</b>
</p>
<h3 style="color:#333;font-weight: 500;">
<small style="color:#333;">Total Offered Price:</small>
<nobr>13,589.45 EUR</nobr>
</h3>
<span class="label label-info"><b>+3.51%</b> Requested Price</span>
</td>
<td class="text-right vr-left" colspan="3" style="height: auto;">
<p>
Total Requested Price: <b>12,500.00 EUR</b>
</p>
<h3 style="color:#333;font-weight: 500;">
<small style="color:#333;">Total Offered Price:</small>
<nobr>13,589.45 EUR</nobr>
</h3>
<span class="label label-info"><b>+3.51%</b> Requested Price</span>
</td>
<td class="text-right vr-left selected" colspan="3" style="height: auto;">
<p>
Total Requested Price: <b>12,500.00 EUR</b>
</p>
<h3 style="color:#333;font-weight: 500;">
<small style="color:#333;">Total Offered Price:</small>
<nobr>13,589.45 EUR</nobr>
</h3>
<span class="label label-info"><b>+3.51%</b> Requested Price</span>
</td>
<td class="vr-double-left">
<nobr><br><br>
<span class="label label-warning label-reduced">18,657.12 EUR</span><br>
<b>15,986,27 EUR</b><br>
<span class="label label-info label-reduced">11,247.99 EUR</span>
</nobr>
</td>
</tr>
</tbody>
</table>
<hr>
</div>
<div class="container">
<br>
<div class="form-submit text-right">
<input type="submit" name="_action_cancelRfQFromDetails" value="Back" class="btn btn-link">
<input type="submit" name="_action_cancelRfQFromDetails" value="Award Suppliers" class="btn btn-primary">
</div>
</div>
<footer>
<div class="container copyright text-center">© 2001 — 2015 <a href="http://www.jcatalog.com/">jCatalog Software AG</a></div>
</footer>
</body>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../../../js/bootstrap.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../js/jcatalog-bootstrap.js" type="text/javascript" charset="utf-8"></script>
</html>
|
OpusCapitaBES/js-react-showroom-client
|
external_modules/jcatalog-bootstrap/dist/html/templates/RfQ/rfq.award-page.v3.html
|
HTML
|
apache-2.0
| 46,958
|
<!--
~ Copyright 2020 ABSA Group Limited
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>Spline REST Gateway</title>
</head>
<body>
<!-- HEADER -->
<nav class="navbar navbar-dark bg-dark">
<a class="navbar-brand" href="#">
<img src="https://absaoss.github.io/spline/assets/images/spline-logo-dark.png"
height="30" class="d-inline-block align-top" alt="" loading="lazy">
</a>
</nav>
<!-- ./HEADER -->
<br>
<!-- BODY -->
<div class="container">
<div class="row row-cols-1 row-cols-md-2">
<!-- CARD: GATEWAY INFO -->
<div class="col mb-4">
<div class="card h-100">
<h5 class="card-header">Spline REST Gateway</h5>
<div class="card-body">
<dl class="row">
<dt class="col-sm-4">Version</dt>
<dd class="col-sm-8">
<div id="spline-version"> </div>
<h6 class="text-muted">
<small class="d-block"><span id="spline-timestamp" title="build date"> </span></small>
<small class="d-block text-truncate"><span id="spline-revision" title="revision number"> </span></small>
</h6>
</dd>
<dt class="col-sm-4">Status</dt>
<dd class="col-sm-8"><span class="badge badge-pill" id="spline-status"> </span></dd>
</dl>
</div>
</div>
</div>
<!-- ./CARD: GATEWAY INFO -->
<!-- CARD: DOCS -->
<div class="col mb-4">
<div class="card h-100">
<h5 class="card-header">Documentation</h5>
<div class="card-body">
<nav class="nav flex-column">
<a class="nav-link" rel="noopener noreferrer" href="https://absaoss.github.io/spline/" target="_blank">GitHub pages</a>
<a class="nav-link" rel="noopener noreferrer" href="docs/producer.html" target="_blank">Producer API specification</a>
<a class="nav-link" rel="noopener noreferrer" href="docs/consumer.html" target="_blank">Consumer API specification</a>
</nav>
</div>
</div>
</div>
<!-- ./CARD: DOCS -->
<!-- CARD: PRODUCER CONF -->
<div class="col mb-4">
<div class="card h-100">
<h5 class="card-header">Producer API</h5>
<div class="card-body">
<dl class="row">
<dt class="col-sm-4">Base URL</dt>
<dd class="col-sm-8"><code id="spline-producer-url"> </code></dd>
<dt class="col-sm-4">API version</dt>
<dd class="col-sm-8"><code id="spline-producer-api-version"> </code></dd>
<dt class="col-sm-4">Request encoding</dt>
<dd class="col-sm-8"><code id="spline-producer-request-compression"> </code></dd>
</dl>
</div>
</div>
</div>
<!-- ./CARD: PRODUCER CONF -->
<!-- CARD: CONSUMER CONF -->
<div class="col mb-4">
<div class="card h-100">
<h5 class="card-header">Consumer API</h5>
<div class="card-body">
<dl class="row">
<dt class="col-sm-4">Base URL</dt>
<dd class="col-sm-8"><code id="spline-consumer-url"> </code></dd>
</dl>
</div>
</div>
</div>
<!-- ./CARD: CONSUMER CONF -->
<!-- CARD: DIAGNOSTICS API -->
<div class="col mb-4">
<div class="card h-100">
<h5 class="card-header">Diagnostics API</h5>
<div class="card-body">
<dl class="row">
<dt class="col-sm-4">Server version</dt>
<dd class="col-sm-8"><code id="spline-diagnostics-version-url"> </code></dd>
<dt class="col-sm-4">Readiness probe</dt>
<dd class="col-sm-8"><code id="spline-diagnostics-readiness-url"> </code></dd>
<dt class="col-sm-4">Liveness probe</dt>
<dd class="col-sm-8"><code id="spline-diagnostics-liveness-url"> </code></dd>
</dl>
</div>
</div>
</div>
<!-- ./CARD: DIAGNOSTICS API -->
</div>
</div>
<!-- ./BODY -->
</body>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"
integrity="sha512-qTXRIMyZIFb8iQcfjXWCO8+M5Tbc38Qi5WzdPOYZHIlZpzBHG3L3by84BBBOiRGiEb7KKtAOAs5qYdUiZiQNNQ=="
crossorigin="anonymous"></script>
<script>
const baseUrl =
document.location.origin +
document.location.pathname
.split("/")
.filter(t => !t.endsWith(".html"))
.join("/")
document.querySelector('#spline-producer-url').textContent = `${baseUrl}/producer`
document.querySelector('#spline-consumer-url').textContent = `${baseUrl}/consumer`
document.querySelector('#spline-diagnostics-version-url').textContent = `${baseUrl}/about/version`
document.querySelector('#spline-diagnostics-readiness-url').textContent = `${baseUrl}/about/readiness`
document.querySelector('#spline-diagnostics-liveness-url').textContent = `${baseUrl}/about/liveness`
update()
setInterval(update, 5000)
function update() {
const OK = "badge-success"
const WARN = "badge-secondary"
const ERROR = "badge-warning"
const FATAL = "badge-danger"
const ALL = [OK, WARN, ERROR, FATAL]
$.get(`${baseUrl}/about/version`)
.done(data => {
document.querySelector('#spline-version').textContent = data.build.version
document.querySelector('#spline-revision').textContent = data.build.revision
document.querySelector('#spline-timestamp').textContent = data.build.timestamp && moment(data.build.timestamp).format("ll")
})
$.ajax(`${baseUrl}/producer/status`, {method: 'HEAD'})
.done((data, status, jqXHR) => {
const headers = Object.fromEntries(
jqXHR.getAllResponseHeaders().split("\n").map(header => {
const tokens = header.split(": ")
const key = tokens.shift()
return [key.toLowerCase(), tokens]
}))
document.querySelector('#spline-producer-request-compression').textContent = headers["absa-spline-accept-request-encoding"]
document.querySelector('#spline-producer-api-version').textContent = headers["absa-spline-api-version"]
const statusElem = document.querySelector('#spline-status')
statusElem.classList.remove(...ALL)
statusElem.classList.add(OK)
statusElem.textContent = "Running"
})
.fail(jqXHR => {
const code = jqXHR.status
const [, badgeClass, message] = [
[code === 0, WARN, "Disconnected"],
[code === 404, FATAL, "Service not found"],
[code === 503, ERROR, "Not ready (check the database)"],
[true, FATAL, "Error"]
].find(([b]) => b)
const statusElem = document.querySelector('#spline-status')
statusElem.classList.remove(...ALL)
statusElem.classList.add(badgeClass)
statusElem.textContent = `${jqXHR.status} - ${message}`
})
}
</script>
</html>
|
AbsaOSS/spline
|
rest-gateway/src/main/webapp/index.html
|
HTML
|
apache-2.0
| 9,118
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_04.html">Class Test_AbaRouteValidator_04</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_5574_bad
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_04.html?line=13816#src-13816" >testAbaNumberCheck_5574_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:34:14
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_5574_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=34399#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=34399#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=34399#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.29411766</span>29.4%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html>
|
dcarda/aba.route.validator
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_04_testAbaNumberCheck_5574_bad_qjj.html
|
HTML
|
apache-2.0
| 10,984
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.