<h2>org.autoplot.dom.TimeSeriesBrowseController</h2><p>When the data source supports loading additional data when the time axis (or plot context) changes, then this is responsible for loading additional data.</p> <hr> <a name="PROP_TIMERANGE"></a> <h2>PROP_TIMERANGE</h2> <p></p> <hr> <a name="addPropertyChangeListener"></a> <h2>addPropertyChangeListener</h2> addPropertyChangeListener( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> propertyName, <a href='https://docs.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html'>java.beans.PropertyChangeListener</a> listener ) → void <p></p> <h3>Parameters</h3> propertyName - a String <br> listener - a PropertyChangeListener <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=addPropertyChangeListener&unscoped_q=addPropertyChangeListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#addPropertyChangeListener">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l615">[view source]</a> <br> <br> addPropertyChangeListener( <a href='https://docs.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html'>java.beans.PropertyChangeListener</a> listener ) → void<br> <hr> <a name="getPlotId"></a> <h2>getPlotId</h2> getPlotId( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> <p>return the id of the plot to which we are listening.</p> <h3>Returns:</h3> the id of the plot <br><br> <a href="https://github.com/autoplot/dev/search?q=getPlotId&unscoped_q=getPlotId">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#getPlotId">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l641">[view source]</a> <br> <br> <hr> <a name="isListeningToAxis"></a> <h2>isListeningToAxis</h2> isListeningToAxis( ) → boolean <p>returns true if the TSB is listening to an axis and not the application timeRange property. This is the typical mode.</p> <h3>Returns:</h3> a boolean <br><br> <a href="https://github.com/autoplot/dev/search?q=isListeningToAxis&unscoped_q=isListeningToAxis">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#isListeningToAxis">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l633">[view source]</a> <br> <br> <hr> <a name="isPendingChanges"></a> <h2>isPendingChanges</h2> isPendingChanges( ) → boolean <p></p> <h3>Returns:</h3> boolean <br><br> <a href="https://github.com/autoplot/dev/search?q=isPendingChanges&unscoped_q=isPendingChanges">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#isPendingChanges">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l533">[view source]</a> <br> <br> <hr> <a name="pendingChanges"></a> <h2>pendingChanges</h2> pendingChanges( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/Map.html'>java.util.Map</a> c ) → void <p></p> <h3>Parameters</h3> c - a java.util.Map <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=pendingChanges&unscoped_q=pendingChanges">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#pendingChanges">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l541">[view source]</a> <br> <br> <hr> <a name="removePropertyChangeListener"></a> <h2>removePropertyChangeListener</h2> removePropertyChangeListener( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> propertyName, <a href='https://docs.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html'>java.beans.PropertyChangeListener</a> listener ) → void <p></p> <h3>Parameters</h3> propertyName - a String <br> listener - a PropertyChangeListener <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=removePropertyChangeListener&unscoped_q=removePropertyChangeListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#removePropertyChangeListener">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l607">[view source]</a> <br> <br> removePropertyChangeListener( <a href='https://docs.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html'>java.beans.PropertyChangeListener</a> listener ) → void<br> <hr> <a name="toString"></a> <h2>toString</h2> toString( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> <p></p> <h3>Returns:</h3> java.lang.String <br><br> <a href="https://github.com/autoplot/dev/search?q=toString&unscoped_q=toString">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#toString">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l624">[view source]</a> <br> <br> <hr> <a name="updateTsb"></a> <h2>updateTsb</h2> updateTsb( boolean autorange ) → void <p>load the new dataset, etc.</p> <h3>Parameters</h3> autorange - a boolean <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=updateTsb&unscoped_q=updateTsb">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dom/TimeSeriesBrowseController.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dom/TimeSeriesBrowseController.html#updateTsb">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java#l375">[view source]</a> <br> <br>