home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Database / OTC_EOFBetaExamples_V1.0 / EOFramework / EOModelInspector / SwapView.h < prev    next >
Encoding:
Text File  |  1994-06-07  |  624 b   |  34 lines

  1. /*--------------------------------------------------------------------------
  2.  *
  3.  *     You may freely copy, distribute, and reuse the code in this example.
  4.  *     SHL Systemhouse disclaims any warranty of any kind, expressed or  
  5.  *    implied, as to its fitness for any particular use.
  6.  *
  7.  *
  8.  *    SwapView
  9.  *
  10.  *    Inherits From:        View
  11.  *
  12.  *    Conforms To:        none
  13.  *
  14.  *    Declared In:        SwapView.h
  15.  *
  16.  *------------------------------------------------------------------------*/
  17.  
  18. #import <appkit/appkit.h>
  19.  
  20.  
  21.  
  22. @interface SwapView : View
  23. {
  24.     id
  25.         currentPanel;
  26.     id
  27.         currentView;
  28. }
  29.  
  30. - currentPanel;
  31. - swap: storagePanel;
  32. - swapView: newView;
  33.  
  34. @end