home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Instance.sea / XML Instance / Required / plugins / HTMLWindow.jar / horst / ElementViewInfo.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-03-18  |  498 b   |  12 lines

  1. package horst;
  2.  
  3. public class ElementViewInfo {
  4.    Element m_elem;
  5.    View m_view;
  6.  
  7.    public ElementViewInfo(Element e, View v) {
  8.       this.m_elem = e;
  9.       this.m_view = v;
  10.    }
  11. }
  12.