Uses of Interface
codeblockutil.ExplorerListener

Packages that use ExplorerListener
codeblockutil   
workspace   
 

Uses of ExplorerListener in codeblockutil
 

Methods in codeblockutil with parameters of type ExplorerListener
 void WindowExplorer.addListener(ExplorerListener gel)
           
 void TabbedExplorer.addListener(ExplorerListener gel)
           
 void StackExplorer.addListener(ExplorerListener gel)
           
 void PopupExplorer.addListener(ExplorerListener gel)
           
 void MagicExplorer.addListener(ExplorerListener gel)
           
 void GlassExplorer.addListener(ExplorerListener gel)
           
 void Explorer.addListener(ExplorerListener gel)
          Adds listener to the explorer
 void WindowExplorer.removeListener(ExplorerListener gel)
           
 void TabbedExplorer.removeListener(ExplorerListener gel)
           
 void StackExplorer.removeListener(ExplorerListener gel)
           
 void PopupExplorer.removeListener(ExplorerListener gel)
           
 void MagicExplorer.removeListener(ExplorerListener gel)
           
 void GlassExplorer.removeListener(ExplorerListener gel)
           
 void Explorer.removeListener(ExplorerListener gel)
          Removes listener from the explorer
 

Uses of ExplorerListener in workspace
 

Classes in workspace that implement ExplorerListener
 class Workspace
          The Workspace is the main block area, where blocks are manipulated and assembled.