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, setProperty
public EcogridRepositoryLibrarySearcher(javax.swing.JTree library, LibrarySearchPane searchPane, java.lang.String reposName) throws IllegalActionException
library
- Description of the ParametersearchPane
- Description of the ParameterIllegalActionException
protected void init()
init
in class LibrarySearcher
public void setSkipOntology(boolean skipOntology)
setSkipOntology
in interface RepositorySearcher
public LibrarySearchResults search(java.lang.String value, boolean authenticate) throws IllegalActionException, RepositoryException, AuthenticationException
search
in interface RepositorySearcher
search
in class LibrarySearcher
value
- the value to search forauthenticate
- true will prompt user to login if necessary.RepositoryException
AuthenticationException
IllegalActionException