Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

View.java

Go to the documentation of this file.
00001 
00058 package com.arcle.rmt.j2se.swing.ui;
00059 
00060 import java.util.Observer;
00061 import javax.swing.JComponent;
00062 import com.arcle.rmt.j2se.framework.Document;
00063 
00069 public interface View extends Observer {
00070     
00074     JComponent getComponent();
00075 
00079     void setDocument(Document doc);
00080 
00084     Document getDocument();
00085     
00092     Controller getController();
00093 }

Generated on Fri Jun 18 19:51:28 2004 for Arcle Rambutan by doxygen 1.3.5