/[libvob]/libvob/org/nongnu/libvob/Screen.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/Screen.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by tjl, Wed Sep 10 13:40:52 2003 UTC revision 1.6 by tjl, Sat Oct 18 06:11:14 2003 UTC
# Line 33  import java.awt.event.MouseEvent; Line 33  import java.awt.event.MouseEvent;
33    
34  /** An aggregate which defines a user-visible window and its contents.  /** An aggregate which defines a user-visible window and its contents.
35   * The View+Controller part of MVC.   * The View+Controller part of MVC.
  * @diagram screen MP %t.c = (300,300);  
36   */   */
37    
38  public class Screen implements AbstractUpdateManager.Window {  public class Screen implements AbstractUpdateManager.Window {
# Line 42  public class Screen implements AbstractU Line 41  public class Screen implements AbstractU
41    
42    
43      /** The window system -level window.      /** The window system -level window.
      * @diagram screen AggregatePart  
44       */       */
45      public final GraphicsAPI.Window window;      public final GraphicsAPI.Window window;
46    
47      /** The input handler (controller).      /** The input handler (controller).
      * @diagram screen AggregatePart  
48       */       */
49      public final Binder binder;      public final Binder binder;
50    
51      /** The view.      /** The view.
      * @diagram screen AggregatePart  
52       */       */
53      public final Shower shower;      public final Shower shower;
54    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26