Uses of Interface
codeblockutil.Explorer

Packages that use Explorer
codeblockutil   
 

Uses of Explorer in codeblockutil
 

Classes in codeblockutil that implement Explorer
 class GlassExplorer
          See documentation for Explorer.
 class MagicExplorer
          See documentation for Explorer.
 class PopupExplorer
          See documentaton for Explorer.
 class StackExplorer
          See documentation for Explorer.
 class TabbedExplorer
          See documentation for Explorer.
 class WindowExplorer
          A WindowExplorer is an Explorer that explores its set of canvases by displaying a panel of tabs on the top or bottom .
 

Methods in codeblockutil that return Explorer
 Explorer GlassExplorerEvent.getSource()
           
 Explorer ExplorerEvent.getSource()
           
 

Methods in codeblockutil that return types with arguments of type Explorer
 java.util.List<Explorer> Navigator.getExplorers()