gzz.view.buoy
Interface CellBuoyViewLinker

gzz.view.buoy.CellBuoyViewLinker gzz.view.buoy.BuoyViewNodeType gzz.view.buoy.BuoyViewMainNode gzz.view.buoy.ScrollblockCellLinker ../../../../pegboard/buoydesign--tjl/peg.gen.html#PageSpanSemiPluggableBuoyNodes PageSpanSemiPluggableBuoyNodes_small gzz.view.buoy.BuoyViewNodeType gzz.view.buoy.BuoyViewMainNode gzz.view.buoy.BuoyLinkListener gzz.view.buoy.BuoyAdaptor BuoyAdaptor.LinkAdaptor gzz.view.CellPlacementHook gzz.view.buoy.CellBuoyViewNodeType gzz.view.buoy.CellBuoyViewLinker ../../../../pegboard/buoydesign--tjl/peg.gen.html#SemiPluggableBuoys SemiPluggableBuoys_small
All Known Implementing Classes:
PPLinker, ScrollblockCellLinker, TransclusionCellLinker

public interface CellBuoyViewLinker

An interface for link-making callbacks of cells. This class can be used for cell-cell or cell-other links.


Method Summary
 void doLinks(Cell c, VobScene vs, int cs, BuoyViewNodeType cellNodeType, BuoyLinkListener l)
          Call the BuoyLinkListener with the relevant links.
 

Method Detail

doLinks

public void doLinks(Cell c,
                    VobScene vs,
                    int cs,
                    BuoyViewNodeType cellNodeType,
                    BuoyLinkListener l)
Call the BuoyLinkListener with the relevant links. For links to other cells from the given cell, use cellNodeType as the BuoyViewNodeType (usually it is just the BuoyAdaptor instance).