/[gzz]/gzz/gzz/client/Fallback.java
ViewVC logotype

Diff of /gzz/gzz/client/Fallback.java

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

revision 1.40 by benja, Sat Sep 28 18:45:15 2002 UTC revision 1.41 by benja, Tue Oct 1 13:06:10 2002 UTC
# Line 115  public static final String rcsid = "$Id$ Line 115  public static final String rcsid = "$Id$
115      public Space space;      public Space space;
116      public View[] viewList;      public View[] viewList;
117      public FallbackBinder binder = new FallbackBinder(this);      public FallbackBinder binder = new FallbackBinder(this);
118        
119        CellView cellView;
120        CellContentView cellContentView;
121    
122      /** A name and a dimension object.      /** A name and a dimension object.
123       */       */
# Line 187  public static final String rcsid = "$Id$ Line 190  public static final String rcsid = "$Id$
190          public boolean isMarked(Cell c) {          public boolean isMarked(Cell c) {
191              return binder.markedCells.contains(c);              return binder.markedCells.contains(c);
192          }          }
193            public CellView getCellView() {
194                return cellView;
195            }
196            public CellContentView getCellContentView() {
197                return cellContentView;
198            }
199          public Cell getWindow() {          public Cell getWindow() {
200              throw new UnsupportedOperationException(              throw new UnsupportedOperationException(
201                  "Getting window cell in Fallback client");                  "Getting window cell in Fallback client");
# Line 296  public static final String rcsid = "$Id$ Line 305  public static final String rcsid = "$Id$
305      }      }
306    
307      public Fallback(Cell start, Space linkSpace, FallbackDim[] dimList,      public Fallback(Cell start, Space linkSpace, FallbackDim[] dimList,
308                      View[] viewList, Filer.Group filers) {                      View[] viewList, CellView cellView,
309                        CellContentView cellContentView, Filer.Group filers) {
310          this.dimList = dimList;          this.dimList = dimList;
311          this.viewList = viewList;          this.viewList = viewList;
312          this.filers = filers;          this.filers = filers;
313          this.space = start.space;          this.space = start.space;
314          this.linkSpace = linkSpace;          this.linkSpace = linkSpace;
315            this.cellView = cellView;
316            this.cellContentView = cellContentView;
317                    
318          xuIndexer = IndexManager.getXuIndexer(linkSpace);          xuIndexer = IndexManager.getXuIndexer(linkSpace);
319    

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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