Class StringViewMap

java.lang.Object
net.infonode.docking.util.AbstractViewMap
net.infonode.docking.util.StringViewMap
All Implemented Interfaces:
ViewFactoryManager, ViewSerializer

public class StringViewMap extends AbstractViewMap
A map of views that handles view serialization by assigning a string id to each view. The id is unique for each view in the map. To guarantee serialization compatibility a view id must remain constant.
Since:
IDW 1.1.0
  • Constructor Details

    • StringViewMap

      public StringViewMap()
      Constructor.
    • StringViewMap

      public StringViewMap(View[] views)
      Utility constructor that creates a map with a number of views. A view gets it's title as id.
      Parameters:
      views - the views to add to the map
  • Method Details