public class EcogridRepositoryLibrarySearcher extends LibrarySearcher implements RepositorySearcher
| Modifier and Type | Class and Description |
|---|---|
class |
EcogridRepositoryLibrarySearcher.NondraggableTreeItem |
_library, _properties, _results, _searchPane| Constructor and Description |
|---|
EcogridRepositoryLibrarySearcher(javax.swing.JTree library,
LibrarySearchPane searchPane,
java.lang.String reposName)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
provides any initialization needed prior to searching.
|
LibrarySearchResults |
search(java.lang.String value,
boolean authenticate)
search for value in the library
|
void |
setSkipOntology(boolean skipOntology)
If we need to skip ontology display
|
getProperty, setPropertypublic EcogridRepositoryLibrarySearcher(javax.swing.JTree library, LibrarySearchPane searchPane, java.lang.String reposName) throws IllegalActionException
library - Description of the ParametersearchPane - Description of the ParameterIllegalActionExceptionprotected void init()
init in class LibrarySearcherpublic void setSkipOntology(boolean skipOntology)
setSkipOntology in interface RepositorySearcherpublic LibrarySearchResults search(java.lang.String value, boolean authenticate) throws IllegalActionException, RepositoryException, AuthenticationException
search in interface RepositorySearchersearch in class LibrarySearchervalue - the value to search forauthenticate - true will prompt user to login if necessary.RepositoryExceptionAuthenticationExceptionIllegalActionException