Package | Description |
---|---|
org.kepler.gui | |
org.kepler.objectmanager.repository |
Modifier and Type | Field and Description |
---|---|
protected LibrarySearchResults |
LibrarySearcher._results
Description of the Field
|
protected LibrarySearchResults |
LibrarySearchResultPane.results
the search results to display in the pane
|
Modifier and Type | Method and Description |
---|---|
LibrarySearchResults |
OntLibrarySearcher.search(java.lang.String value,
boolean authenticate)
Deprecated.
Search for ontology-keyword in the library
|
LibrarySearchResults |
SimpleLibrarySearcher.search(java.lang.String value,
boolean authenticate)
search for val in the library
|
LibrarySearchResults |
RepositorySearcher.search(java.lang.String value,
boolean authenticate) |
abstract LibrarySearchResults |
LibrarySearcher.search(java.lang.String value,
boolean authenticate)
search for value in the library
|
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
|
abstract void |
LibrarySearchResultPane.update(LibrarySearchResults results)
this method allows the search results to be updated in the panel
|
void |
ResultHighlighter.update(LibrarySearchResults results)
this method allows the search results to be updated in the panel
|
void |
ResultTreeRebuilder.update(LibrarySearchResults results)
this method allows the search results to be updated in the panel
|
Constructor and Description |
---|
LibrarySearchResultPane(PTree library,
LibrarySearchResults results)
constructor. this initializes the library and results variables as well
as sets the layout for the panel. update is automatically called from
here as well.
|
ResultHighlighter(PTree library,
LibrarySearchResults results)
the constructor passes in the library to highlight the results in and the
results to highlight. if results is null, the tree is built fully
collapsed with no highlights.
|
ResultTreeRebuilder(PTree library,
LibrarySearchResults results)
the constructor passes in the library to highlight the results in and the
results to highlight. if results is null, the tree is built fully
collapsed with no highlights.
|
Modifier and Type | Method and Description |
---|---|
LibrarySearchResults |
EcogridRepositoryLibrarySearcher.search(java.lang.String value,
boolean authenticate)
search for value in the library
|