Uses of Interface
workspace.ISupportMemento

Packages that use ISupportMemento
codeblocks   
renderable   
workspace   
 

Uses of ISupportMemento in codeblocks
 

Classes in codeblocks that implement ISupportMemento
 class Block
          Block holds the mutable prop (data) of a particular block.
 class BlockConnector
          BlockConnector is a light class that describes the socket/plug information for each socket or plug of a particular Block.
 class BlockStub
          BlockStub are a special form of blocks that provide a particular reference to its "parent" block.
 

Uses of ISupportMemento in renderable
 

Classes in renderable that implement ISupportMemento
 class FactoryRenderableBlock
          FactoryRenderableBlock extends RenderableBlock and is used within FactoryBlockDrawers.
 class RenderableBlock
          RenderableBlock is responsible for all graphical rendering of a code Block.
 

Uses of ISupportMemento in workspace
 

Classes in workspace that implement ISupportMemento
 class BlockCanvas
          A BlockCanvas is a container of Pages and is a scrollable panel.
 class Page
          A Page serves as both an abstract container of blocks and also a graphical panel that renders its collection of blocks.
 class Workspace
          The Workspace is the main block area, where blocks are manipulated and assembled.
 

Methods in workspace with parameters of type ISupportMemento
 void ReundoManager.addManagedClass(ISupportMemento anotherManagedClass)
           
 

Constructors in workspace with parameters of type ISupportMemento
ReundoManager(ISupportMemento managedClass)