Uses of Interface
bibliothek.gui.dock.station.screen.magnet.StickMagnetGraph.Visitor

Packages that use StickMagnetGraph.Visitor
bibliothek.gui.dock.station.screen.magnet The magnet API allows ScreenDockWindows to attract each other, or to stick together. 
 

Uses of StickMagnetGraph.Visitor in bibliothek.gui.dock.station.screen.magnet
 

Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type StickMagnetGraph.Visitor
 void StickMagnetGraph.DefaultNode.doVisit(StickMagnetGraph.Visitor visitor)
          Visits this node and all its children, sets the StickMagnetGraph.DefaultNode.mark flag.
 void StickMagnetGraph.Node.visit(StickMagnetGraph.Visitor visitor)
          Visits this node and all its children.
 void StickMagnetGraph.DefaultNode.visit(StickMagnetGraph.Visitor visitor)