public class ReadoutTable extends ChartWrapper
ChartWrapper.FieldPropertiesanimationWidget, dataChoiceWrappers, PROP_SELECTEDTIME, PROP_TIMERANGE, timeFilterSource, timeSelectSourceCMD_SAVEIMAGE, CMD_SAVEMOVIE, displayControl, displayLabel, hasBeenInitialized, isRemoved, PROP_REMOVEDpropertiesDialog| Constructor and Description |
|---|
ReadoutTable()
Default ctor
|
ReadoutTable(java.lang.String name,
java.util.List dataChoices)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
doMakeContents()
make the gui
|
void |
doRemove()
Been removed, do any cleanup.
|
protected java.util.List |
getPopupMenuItems(java.util.List items)
get the menu items
|
boolean |
getShowRawData()
Get the ShowRawData property.
|
java.lang.String |
getTypeName()
Return the human readable name of this chart
|
WayPoint |
getWayPoint()
Get the WayPoint property.
|
void |
loadData()
Create the charts
|
void |
propertyChange(java.beans.PropertyChangeEvent event)
Handle event
|
void |
removeWayPoint()
Remove the waypoint
|
void |
setShowRawData(boolean value)
Set the ShowRawData property.
|
void |
setWayPoint(WayPoint value)
Set the WayPoint property.
|
java.lang.String |
toString()
to string
|
addDataChoice, addDataChoices, addField, animationTimeChanged, applyJython, applyJython, applyProperties, canBeASourceForTimeSelectionEvents, canDoDataChoiceList, canDoDriveTime, canDoJython, canDoMinMaxDate, canDoParameters, canDoRemoveParameters, canDoResolution, canDoTimeFilters, canDoTimeSelect, canDoWrapperColor, canDoWrapperSide, createDataChoiceWrapper, doApplyProperties, doMakeWrapperDisplayComponent, doMultipleAddFields, filterData, formatValue, getAnimationShareGroup, getCategories, getDataChoices, getDataChoiceWrappers, getDriveTime, getFieldSelectionLabels, getFlatField, getInterpreter, getJython, getMaxDate, getMinDate, getPropertiesComponents, getResolution, getShowTime, getTimeFilterRanges, getTimeFilterSource, getTimeRanges, getTimeSelectSource, getTimeValues, init, initDone, initializeJython, keyPressed, keyReleased, keyTyped, removeTimeFilterSource, removeTimeSelectSource, setAnimationShareGroup, setDataChoiceWrappers, setDriveTime, setJython, setMaxDate, setMinDate, setResolution, setShowTime, setTimeFilterSource, setTimeFromAnimation, setTimeSelectSource, wrapDataChoicesaddGroupMenuItems, doMakeDisplayLabel, doSaveImage, doSaveMovie, getBackgroundColor, getContents, getDisplayables, getDisplayControl, getDisplayGroup, getDisplayLabel, getIsRemoved, getLabelShown, getName, initAfterUnPersistence, removeDisplayComponent, setBackgroundColor, setDisplayControl, setDisplayGroup, setIsRemoved, setLabelShown, setName, showPopup, showPropertiesaddPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyListeners, getPropertyTabs, isShowing, removePropertyChangeListener, showPropertiesapplySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialogpublic ReadoutTable()
public ReadoutTable(java.lang.String name,
java.util.List dataChoices)
name - The namedataChoices - List of data choicespublic java.lang.String getTypeName()
getTypeName in class ChartWrapperpublic void doRemove()
doRemove in class ChartWrapperprotected javax.swing.JComponent doMakeContents()
doMakeContents in class DisplayComponentpublic void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange in interface java.beans.PropertyChangeListenerpropertyChange in class ChartWrapperevent - The eventprotected java.util.List getPopupMenuItems(java.util.List items)
getPopupMenuItems in class ChartWrapperitems - List of menu itemspublic void removeWayPoint()
public void loadData()
throws visad.VisADException,
java.rmi.RemoteException
loadData in class ChartWrapperjava.rmi.RemoteException - On badnessvisad.VisADException - On badnesspublic java.lang.String toString()
toString in class DisplayComponentpublic void setShowRawData(boolean value)
value - The new value for ShowRawDatapublic boolean getShowRawData()
public void setWayPoint(WayPoint value)
value - The new value for WayPointpublic WayPoint getWayPoint()