Package ucar.unidata.idv.control.multi
Class ViewWrapper
java.lang.Object
ucar.unidata.collab.SharableImpl
ucar.unidata.collab.PropertiedThing
ucar.unidata.idv.control.multi.DisplayComponent
ucar.unidata.idv.control.multi.ViewWrapper
- All Implemented Interfaces:
PropertyChangeListener,EventListener,Sharable
Provides a table view
- Version:
- $Revision: 1.8 $
- Author:
- IDV Development Team
-
Field Summary
Fields inherited from class ucar.unidata.idv.control.multi.DisplayComponent
CMD_SAVEIMAGE, CMD_SAVEMOVIE, displayControl, displayLabel, hasBeenInitialized, isRemoved, PROP_REMOVEDFields inherited from class ucar.unidata.collab.PropertiedThing
propertiesDialog -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentmake the guivoiddoRemove()CleanupReturn the human readable name of this componentGet the DisplayControl property.voidinitAfterUnPersistence(MultiDisplayHolder displayControl, ControlContext vc, Hashtable properties) Initial after we have been unpersistedvoidsetMapViewManager(MapViewManager value) Set the DisplayControl property.voidsetViewManager(ViewManager value) Set the DisplayControl property.Methods inherited from class ucar.unidata.idv.control.multi.DisplayComponent
addGroupMenuItems, animationTimeChanged, applyProperties, doApplyProperties, doMakeDisplayLabel, doSaveImage, doSaveMovie, getBackgroundColor, getContents, getDisplayables, getDisplayControl, getDisplayGroup, getDisplayLabel, getIsRemoved, getLabelShown, getName, getPopupMenuItems, getPropertiesComponents, initDone, loadData, removeDisplayComponent, setBackgroundColor, setDisplayControl, setDisplayGroup, setIsRemoved, setLabelShown, setName, showPopup, showProperties, toStringMethods inherited from class ucar.unidata.collab.PropertiedThing
addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyListeners, getPropertyTabs, isShowing, propertyChange, removePropertyChangeListener, showPropertiesMethods inherited from class ucar.unidata.collab.SharableImpl
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
Constructor Details
-
ViewWrapper
public ViewWrapper()Default ctor -
ViewWrapper
Default ctor- Parameters:
viewManager- The mvm to wrap
-
-
Method Details
-
getTypeName
Return the human readable name of this component- Overrides:
getTypeNamein classDisplayComponent- Returns:
- Component type name
-
initAfterUnPersistence
public void initAfterUnPersistence(MultiDisplayHolder displayControl, ControlContext vc, Hashtable properties) Initial after we have been unpersisted- Overrides:
initAfterUnPersistencein classDisplayComponent- Parameters:
displayControl- The display control we are part ofvc- The control contexproperties- Any properties
-
doRemove
public void doRemove()Cleanup- Overrides:
doRemovein classDisplayComponent
-
doMakeContents
make the gui- Specified by:
doMakeContentsin classDisplayComponent- Returns:
- The gui contents
-
setViewManager
Set the DisplayControl property.- Parameters:
value- The new value for DisplayControl
-
getViewManager
Get the DisplayControl property.- Returns:
- The DisplayControl
-
setMapViewManager
Set the DisplayControl property.- Parameters:
value- The new value for DisplayControl deprecated Use setViewManager
-