Uses of Interface
workspace.SearchableContainer

Packages that use SearchableContainer
controller   
workspace   
 

Uses of SearchableContainer in controller
 

Methods in controller that return types with arguments of type SearchableContainer
 java.lang.Iterable<SearchableContainer> WorkspaceController.getAllSearchableContainers()
          Returns an unmodifiable Iterable of SearchableContainers
 

Uses of SearchableContainer in workspace
 

Classes in workspace that implement SearchableContainer
(package private)  class FactoryCanvas
          A Canvas that acts as the parent of all blocks.
 class MiniMap
          A MiniMap is a miniturized representation of the current Workspace's block canvas.
 class Page
          A Page serves as both an abstract container of blocks and also a graphical panel that renders its collection of blocks.
 

Methods in workspace that return types with arguments of type SearchableContainer
 java.lang.Iterable<SearchableContainer> Workspace.getAllSearchableContainers()
          Returns an unmodifiable Iterable of all the SearchableContainers within this workspace.
 java.util.Collection<SearchableContainer> FactoryManager.getSearchableContainers()
           
 

Methods in workspace with parameters of type SearchableContainer
 void SearchBar.addSearchableContainer(SearchableContainer searchable)
          Adds a searchable to the set of searchables queried by this search bar.
 java.lang.Iterable<SearchableElement> SearchBar.getSearchResults(SearchableContainer container)
          Returns a set of elements representing the search results for a particular container.
 void SearchBar.removeSearchableContainer(SearchableContainer searchable)
          Removes a searchable container from the set of searchables queried by this search bar.