Package ucar.unidata.idv.control.multi
Class FieldSelectorWrapper
java.lang.Object
ucar.unidata.collab.SharableImpl
ucar.unidata.collab.PropertiedThing
ucar.unidata.idv.control.multi.DisplayComponent
ucar.unidata.idv.control.multi.FieldSelectorWrapper
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
,Sharable
Provides a table view
- Version:
- $Revision: 1.6 $
- 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_REMOVED
Fields inherited from class ucar.unidata.collab.PropertiedThing
propertiesDialog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponent
make the guivoid
doRemove()
Cleanup the componentReturn the human readable name of this componentMethods 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, initAfterUnPersistence, initDone, loadData, removeDisplayComponent, setBackgroundColor, setDisplayControl, setDisplayGroup, setIsRemoved, setLabelShown, setName, showPopup, showProperties, toString
Methods inherited from class ucar.unidata.collab.PropertiedThing
addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyListeners, getPropertyTabs, isShowing, propertyChange, removePropertyChangeListener, showProperties
Methods inherited from class ucar.unidata.collab.SharableImpl
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, 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 java.beans.PropertyChangeListener
propertyChange
-
Constructor Details
-
FieldSelectorWrapper
public FieldSelectorWrapper()Default ctor
-
-
Method Details
-
getTypeName
Return the human readable name of this component- Overrides:
getTypeName
in classDisplayComponent
- Returns:
- component type name
-
doRemove
public void doRemove()Cleanup the component- Overrides:
doRemove
in classDisplayComponent
-
doMakeContents
make the gui- Specified by:
doMakeContents
in classDisplayComponent
- Returns:
- The gui contents
-