/[fenfire]/fenfire/org/fenfire/view/DispatchingNodeView.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/DispatchingNodeView.java

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

revision 1.3 by tjl, Mon Sep 1 10:20:58 2003 UTC revision 1.4 by tjl, Wed Sep 10 13:00:48 2003 UTC
# Line 27  DispatchingNodeView.java Line 27  DispatchingNodeView.java
27   */   */
28  package org.fenfire.view;  package org.fenfire.view;
29  import org.fenfire.swamp.*;  import org.fenfire.swamp.*;
30    import org.fenfire.functional.*;
31  import org.nongnu.alph.*;  import org.nongnu.alph.*;
32  import org.nongnu.libvob.*;  import org.nongnu.libvob.*;
33  import org.nongnu.libvob.vobs.*;  import org.nongnu.libvob.vobs.*;
# Line 34  import org.nongnu.libvob.vobs.*; Line 35  import org.nongnu.libvob.vobs.*;
35  /** A node view dispatching to different other  /** A node view dispatching to different other
36   *  node views depending on a node content's type.   *  node views depending on a node content's type.
37   */   */
38  public class DispatchingNodeView implements NodeFunction {  public class DispatchingNodeView implements PureNodeFunction {
39    
40      final NodeFunction nodeContent;      final NodeFunction nodeContent;
41      final NodeFunction textView, pageView;      final NodeFunction textView, pageView;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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