Package | Description |
---|---|
org.kepler.gui |
Modifier and Type | Class and Description |
---|---|
class |
ResultHighlighter
This class implements a simple result display where the results from the
search are simply highlighted in the tree.
|
class |
ResultTreeRebuilder
This class builds the search results by traversing the tree and trimming any
sub-nodes that do not have a result in them.
|
Modifier and Type | Method and Description |
---|---|
LibrarySearchResultPane |
ResultHighlighter.Factory.createLibrarySearchResultPane(PTree library,
LibrarySearchResults results)
creates a ResultsHighlighter and returns it.
|
LibrarySearchResultPane |
ResultTreeRebuilder.Factory.createLibrarySearchResultPane(PTree library,
LibrarySearchResults results)
creates a ResultTreeBuilder and returns it.
|
LibrarySearchResultPane |
LibrarySearchResultPaneFactory.createLibrarySearchResultPane(PTree library,
LibrarySearchResults results)
This method returns a LibrarySearchResultPane which is used in the
pluggable interface for the search result pane
|