/[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.1 by benja, Fri Apr 25 15:57:07 2003 UTC revision 1.2 by mudyc, Mon Aug 18 09:50:50 2003 UTC
# Line 34  import org.nongnu.libvob.vobs.*; Line 34  import org.nongnu.libvob.vobs.*;
34  /** A node view dispatching to different other  /** A node view dispatching to different other
35   *  node views depending on a node content's type.   *  node views depending on a node content's type.
36   */   */
37  public class DispatchingNodeView implements NodeFunction {  public class DispatchingNodeView implements PureNodeFunction {
38    
39      final NodeFunction nodeContent;      final NodeFunction nodeContent;
40      final NodeFunction textView, pageView;      final NodeFunction textView, pageView;
41    
42      public DispatchingNodeView(NodeFunction nodeContent,      public DispatchingNodeView(NodeFunction nodeContent,
43                                 NodeFunction textView,                                 PureNodeFunction textView,
44                                 NodeFunction pageView) {                                 NodeFunction pageView) {
45          this.nodeContent = nodeContent;          this.nodeContent = nodeContent;
46          this.textView = textView;          this.textView = textView;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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