Uses of Interface
gzz.view.View

Packages that use View
gzz.client   
gzz.view   
 

Uses of View in gzz.client
 

Fields in gzz.client declared as View
 View[] Fallback.viewList
           
 

Methods in gzz.client that return View
 View Fallback.Win.getView()
           
 

Constructors in gzz.client with parameters of type View
Fallback(Cell start, Space linkSpace, FallbackBinder binder, Fallback.FallbackDim[] dimList, FallbackSceneDecorator[] decorators, View[] viewList, java.util.Map viewSpecificBinders, CellView[] cellViewList, Filer.Group filers)
           
 

Uses of View in gzz.view
 

Subinterfaces of View in gzz.view
static interface View.NamedView
          A view that has a default name, which can be shown in the Fallback client or if the cell representing the view doesn't have content.
 

Classes in gzz.view that implement View
 class CoordinatePlaneView
          A view which shows a single rank of cells, at coordinates given in the structure.
 class FullScreenView
          A view that shows only the accursed cell, full-screen.
 class RowColView
          A simple row/col zzstructure view.
 class VobVanishingClient
           
 

Methods in gzz.view that return View
 View ZZViewContext.getView()
           
 View ViewContext.getView()
           
 View AbstractViewContext.getView()
           
 

Methods in gzz.view with parameters of type View
 void AbstractViewContext.setView(View view)