mentor/derived/UnionFindDataView.m3


 Copyright (C) 1995, Digital Equipment Corporation.       
 All rights reserved.                                     
 See the file COPYRIGHT for a full description.           
                                                          
 Last modified on Thu Feb  9 08:54:53 PST 1995 by kalsow  
      modified on Tue Jul 13 10:40:26 PDT 1993 by mhb     

********************************************************************

      *  NOTE: This file is generated automatically from the event
      *        definition file UnionFind.evt.
      ********************************************************************


MODULE UnionFindDataView;

IMPORT ZeusDataView, ZeusPanel;

BEGIN
  ZeusPanel.RegisterView (
    ZeusDataView.New,
    "UnionFind Data View",
    "UnionFind");
END UnionFindDataView.