Uses of Interface
codeblockutil.Canvas

Packages that use Canvas
codeblockutil   
workspace   
 

Uses of Canvas in codeblockutil
 

Classes in codeblockutil that implement Canvas
 class DefaultCanvas
          A Canvas is a low-level, mutable, CSwing component.
 

Methods in codeblockutil that return Canvas
(package private)  Canvas TabCard.getCanvas()
           
 

Methods in codeblockutil with parameters of type Canvas
(package private)  void PopupExplorer.setViewPort(Canvas view)
          Selects the particular canvas at the specified index.
 

Method parameters in codeblockutil with type arguments of type Canvas
 void Navigator.setCanvas(java.util.List<? extends Canvas> canvases, java.lang.String explorer)
          Reassigns the canvases to the explorer with the specified name.
 void WindowExplorer.setDrawersCard(java.util.List<? extends Canvas> items)
          Reassigns the set of canvases that this explorer controls.
 void TabbedExplorer.setDrawersCard(java.util.List<? extends Canvas> items)
          Reassigns the set of canvases that this explorer controls.
 void StackExplorer.setDrawersCard(java.util.List<? extends Canvas> items)
          Reassigns this explorer to the new list of canvases and reforms the location of each canvas's origin and destination based on the current size of this explorer.
 void PopupExplorer.setDrawersCard(java.util.List<? extends Canvas> items)
          Reassigns the set of canvases that this explorer controls.
 void MagicExplorer.setDrawersCard(java.util.List<? extends Canvas> items)
          Reassigns the set of canvases that this explorer controls.
 void GlassExplorer.setDrawersCard(java.util.List<? extends Canvas> items)
          Reassigns the set of canvases that this explorer controls.
 void Explorer.setDrawersCard(java.util.List<? extends Canvas> items)
          Reassigns the set of canvases that this explorer controls.
 

Constructors in codeblockutil with parameters of type Canvas
GlassCard(int i, Canvas canvas, GlassExplorer ex)
          constructor
StackCard(Canvas canvas)
          Constructs new StackCard with a parent Explorer
StackCard(Canvas canvas, StackExplorer explorer)
          Constucts a new StackCard with an explorer
TabCard(int i, Canvas canvas, TabbedExplorer ex, boolean scrollable)
          Constructor
 

Uses of Canvas in workspace
 

Classes in workspace that implement Canvas
(package private)  class FactoryCanvas
          A Canvas that acts as the parent of all blocks.