<h2>org.das2.components.DasProgressLabel</h2><p>One-line Label component prints the update progress to a
 JLabel component.  This is either created by the client and set with 
 setLabelComponent, or this class will also create one with getLabelComponent.</p>
<h2>DasProgressLabel( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> taskLabel )</h2>
<p>create the DasProgessLabel with the given label for the task.</p>

<hr>
<a name="finished"></a>
<h2>finished</h2>
finished(  ) &rarr; void

<p></p>

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=finished&unscoped_q=finished">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/components/DasProgressLabel.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/components/DasProgressLabel.html#finished">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/components/DasProgressLabel.java">[view source]</a>
<br>
<br>
<hr>
<a name="getLabelComponent"></a>
<h2>getLabelComponent</h2>
getLabelComponent(  ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/javax/swing/JLabel.html'>javax.swing.JLabel</a>

<p>get the assigned label component, or create one if one has not been assigned.</p>

<h3>Returns:</h3>
the assigned label component
<br><br>
<a href="https://github.com/autoplot/dev/search?q=getLabelComponent&unscoped_q=getLabelComponent">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/components/DasProgressLabel.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/components/DasProgressLabel.html#getLabelComponent">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/components/DasProgressLabel.java">[view source]</a>
<br>
<br>
<hr>
<a name="setLabelComponent"></a>
<h2>setLabelComponent</h2>
setLabelComponent( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/javax/swing/JLabel.html'>javax.swing.JLabel</a> label ) &rarr; void

<p>set the label to use for the progress monitor.</p>

<h3>Parameters</h3>
label - the assigned label component

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setLabelComponent&unscoped_q=setLabelComponent">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/components/DasProgressLabel.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/components/DasProgressLabel.html#setLabelComponent">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/components/DasProgressLabel.java">[view source]</a>
<br>
<br>