Skip to content

Commit

Permalink
Publish mmstudio/latest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2024
1 parent 474f0f3 commit 4c27785
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
5 changes: 5 additions & 0 deletions index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -5549,6 +5549,11 @@ <h2 class="title">S</h2>
<div class="block">Pop up the dialog used to configure the autofocus settings for the
current autofocus device.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/micromanager/Application.html#showBackgroundWindow-boolean-">showBackgroundWindow(boolean)</a></span> - Method in interface org.micromanager.<a href="org/micromanager/Application.html" title="interface in org.micromanager">Application</a></dt>
<dd>
<div class="block">Shows a background window, that hides potentially cluttered desktops and
provides a better look for the applictions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/micromanager/LogManager.html#showError-java.lang.Exception-java.lang.String-">showError(Exception, String)</a></span> - Method in interface org.micromanager.<a href="org/micromanager/LogManager.html" title="interface in org.micromanager">LogManager</a></dt>
<dd>
<div class="block">Shows an error in the UI and logs stacktrace to the Micro-Manager log.</div>
Expand Down
24 changes: 21 additions & 3 deletions org/micromanager/Application.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6};
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -200,11 +200,18 @@ <h3>Method Summary</h3>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/micromanager/Application.html#showBackgroundWindow-boolean-">showBackgroundWindow</a></span>(boolean&nbsp;show)</code>
<div class="block">Shows a background window, that hides potentially cluttered desktops and
provides a better look for the applictions</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/micromanager/Application.html#showPositionList--">showPositionList</a></span>()</code>
<div class="block">Display the position list dialog.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../org/micromanager/ApplicationSkin.html" title="interface in org.micromanager">ApplicationSkin</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../org/micromanager/Application.html#skin--">skin</a></span>()</code>
<div class="block">Provides access to the application skin API for determining colors for
Expand Down Expand Up @@ -416,7 +423,7 @@ <h4>skin</h4>
<a name="getApplicationSkin--">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>getApplicationSkin</h4>
<pre><a href="../../org/micromanager/ApplicationSkin.html" title="interface in org.micromanager">ApplicationSkin</a>&nbsp;getApplicationSkin()</pre>
Expand All @@ -428,6 +435,17 @@ <h4>getApplicationSkin</h4>
</dl>
</li>
</ul>
<a name="showBackgroundWindow-boolean-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>showBackgroundWindow</h4>
<pre>void&nbsp;showBackgroundWindow(boolean&nbsp;show)</pre>
<div class="block">Shows a background window, that hides potentially cluttered desktops and
provides a better look for the applictions</div>
</li>
</ul>
</li>
</ul>
</li>
Expand Down

0 comments on commit 4c27785

Please sign in to comment.