|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.collab.SharableImpl
ucar.unidata.idv.control.DisplayControlBase
ucar.unidata.idv.control.DisplayControlImpl
ucar.unidata.idv.control.AnimationTextControl
public class AnimationTextControl
| Nested Class Summary | |
|---|---|
static class |
AnimationTextControl.DatedText
Class DatedText Holds text and a date |
| Nested classes/interfaces inherited from class ucar.unidata.idv.control.DisplayControlImpl |
|---|
DisplayControlImpl.SideLegendLabel |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.control.DisplayControlImpl |
|---|
categories, colorScaleInfo, colorScales, contourInfo, contourInfoParams, contourWidget, controlContext, ctw, dataSelection, defaultView, defaultViewManager, DISPLAY_LIST_NAME, displayListTable, displayListUsesColor, displayMasters, displayUnit, helpUrl, initNoteText, instantiatedWithNoData, noteTextArea, noteWrapper, paramName, requestProperties, selectRangeWidget, settingVisibility, sharables, showNoteText, skipSlider, version, viewManagers, ZFUDGE |
| Fields inherited from interface ucar.unidata.idv.DisplayControl |
|---|
BOTTOM_LEGEND, DEFAULT_PROBEFORMAT, PREF_PREFIX, PREF_PROBEFORMAT, PREF_REMOVEONWINDOWCLOSE, PREF_SAMPLING_MODE, PREF_STANDALONE_REMOVEONCLOSE, PREF_STANDALONE_REMOVEONCLOSE_ASK, PROP_LEGENDICON, RASTERMODE_SHOWALL, RASTERMODE_SHOWNONRASTER, RASTERMODE_SHOWRASTER, SIDE_LEGEND |
| Constructor Summary | |
|---|---|
AnimationTextControl()
Default Constructor. |
|
| Method Summary | |
|---|---|
void |
deleteCurrent()
remove the current displayed dated text |
Container |
doMakeContents()
Make the UI contents for this control. |
boolean |
getListenOnAnimation()
Get the ListenOnAnimation property. |
List |
getTextList()
Get the TextList property. |
void |
goToNextTime()
Step to next time |
void |
goToPrevTime()
go to previous tome |
void |
hyperlinkUpdate(HyperlinkEvent e)
Handle html href click |
boolean |
init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to made its Displayable, the line. |
void |
initDone()
finish initialization |
void |
setListenOnAnimation(boolean value)
Set the ListOnAnimation property. |
void |
setTextList(List value)
Set the TextList property. |
protected boolean |
shouldAddAnimationListener()
should we listen for time animation events |
protected void |
timeChanged(Real time)
Respond to a timeChange event |
| Methods inherited from class ucar.unidata.idv.control.DisplayControlBase |
|---|
boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToScreen, calculateRectangle, createStationTfo, earthToBox, earthToBox, earthToBoxTuple, earthToScreen, formatLevels, getLabeledReal, getLevelReal, getScreenCenter, getSelectedStation, getTmpProperty, isLeftButtonDown, logException, logException, makeEarthLocation, putTmpProperty, removeTmpProperty, screenToBox, screenToBox, screenToEarth, setStations, setStations, toBox, toEarth, userErrorMessage, userMessage |
| Methods inherited from class ucar.unidata.collab.SharableImpl |
|---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ucar.unidata.idv.DisplayControl |
|---|
getTmpProperty, putTmpProperty, removeTmpProperty |
| Methods inherited from interface ucar.unidata.collab.Sharable |
|---|
getReceiveShareTime, getShareGroup, getSharing, getUniqueId, setReceiveShareTime |
| Constructor Detail |
|---|
public AnimationTextControl()
| Method Detail |
|---|
public boolean init(DataChoice dataChoice)
throws VisADException,
RemoteException
init in class DisplayControlImpldataChoice - the DataChoice of the moment -
not used yet; can be null.
RemoteException - Java RMI error
VisADException - VisAD Errorpublic void initDone()
initDone in class DisplayControlImplprotected void timeChanged(Real time)
timeChanged in class DisplayControlImpltime - new timepublic void hyperlinkUpdate(HyperlinkEvent e)
hyperlinkUpdate in interface HyperlinkListenerhyperlinkUpdate in class DisplayControlImple - the eventpublic void goToNextTime()
public void goToPrevTime()
public Container doMakeContents()
doMakeContents in class DisplayControlImplpublic void deleteCurrent()
protected boolean shouldAddAnimationListener()
shouldAddAnimationListener in class DisplayControlImplpublic void setTextList(List value)
value - The new value for TextListpublic List getTextList()
public void setListenOnAnimation(boolean value)
value - The new value for ListOnAnimationpublic boolean getListenOnAnimation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||