Class ViewWrapper

All Implemented Interfaces:
PropertyChangeListener, EventListener, Sharable

public class ViewWrapper extends DisplayComponent
Provides a table view
Version:
$Revision: 1.8 $
Author:
IDV Development Team
  • Constructor Details

    • ViewWrapper

      public ViewWrapper()
      Default ctor
    • ViewWrapper

      public ViewWrapper(ViewManager viewManager)
      Default ctor
      Parameters:
      viewManager - The mvm to wrap
  • Method Details

    • getTypeName

      public String getTypeName()
      Return the human readable name of this component
      Overrides:
      getTypeName in class DisplayComponent
      Returns:
      Component type name
    • initAfterUnPersistence

      public void initAfterUnPersistence(MultiDisplayHolder displayControl, ControlContext vc, Hashtable properties)
      Initial after we have been unpersisted
      Overrides:
      initAfterUnPersistence in class DisplayComponent
      Parameters:
      displayControl - The display control we are part of
      vc - The control contex
      properties - Any properties
    • doRemove

      public void doRemove()
      Cleanup
      Overrides:
      doRemove in class DisplayComponent
    • doMakeContents

      protected JComponent doMakeContents()
      make the gui
      Specified by:
      doMakeContents in class DisplayComponent
      Returns:
      The gui contents
    • setViewManager

      public void setViewManager(ViewManager value)
      Set the DisplayControl property.
      Parameters:
      value - The new value for DisplayControl
    • getViewManager

      public ViewManager getViewManager()
      Get the DisplayControl property.
      Returns:
      The DisplayControl
    • setMapViewManager

      public void setMapViewManager(MapViewManager value)
      Set the DisplayControl property.
      Parameters:
      value - The new value for DisplayControl deprecated Use setViewManager