public class ViewWrapper extends DisplayComponent
CMD_SAVEIMAGE, CMD_SAVEMOVIE, displayControl, displayLabel, hasBeenInitialized, isRemoved, PROP_REMOVEDpropertiesDialog| Constructor and Description |
|---|
ViewWrapper()
Default ctor
|
ViewWrapper(ViewManager viewManager)
Default ctor
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
doMakeContents()
make the gui
|
void |
doRemove()
Cleanup
|
java.lang.String |
getTypeName()
Return the human readable name of this component
|
ViewManager |
getViewManager()
Get the DisplayControl property.
|
void |
initAfterUnPersistence(MultiDisplayHolder displayControl,
ControlContext vc,
java.util.Hashtable properties)
Initial after we have been unpersisted
|
void |
setMapViewManager(MapViewManager value)
Deprecated.
Use setViewManager
|
void |
setViewManager(ViewManager value)
Set the DisplayControl property.
|
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, toStringaddPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyListeners, getPropertyTabs, isShowing, propertyChange, removePropertyChangeListener, showPropertiesapplySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialogpublic ViewWrapper()
public ViewWrapper(ViewManager viewManager)
viewManager - The mvm to wrappublic java.lang.String getTypeName()
getTypeName in class DisplayComponentpublic void initAfterUnPersistence(MultiDisplayHolder displayControl, ControlContext vc, java.util.Hashtable properties)
initAfterUnPersistence in class DisplayComponentdisplayControl - The display control we are part ofvc - The control contexproperties - Any propertiespublic void doRemove()
doRemove in class DisplayComponentprotected javax.swing.JComponent doMakeContents()
doMakeContents in class DisplayComponentpublic void setViewManager(ViewManager value)
value - The new value for DisplayControlpublic ViewManager getViewManager()
public void setMapViewManager(MapViewManager value)
value - The new value for DisplayControl