Uses of Interface
workspace.RBParent

Packages that use RBParent
renderable   
workspace   
 

Uses of RBParent in renderable
 

Methods in renderable with parameters of type RBParent
 void RenderableBlock.setHighlightParent(RBParent parent)
          Tells this RenderableBlock to move its highlight handler to a new parent (should be called after this RB is moved to a new parent)
 void RBHighlightHandler.setParent(RBParent newParent)
           
 

Uses of RBParent in workspace
 

Classes in workspace that implement RBParent
(package private)  class FactoryCanvas
          A Canvas that acts as the parent of all blocks.
(package private)  class PageJComponent
          This class serves as the zoomable JComponent and RBParent of the page that wraps it.
 class Workspace
          The Workspace is the main block area, where blocks are manipulated and assembled.
 

Methods in workspace that return RBParent
 RBParent Page.getRBParent()