public interface SourceFinderManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRadioLabel()
Return the name to be used for this SourceFinderManager in dialogs
|
SourceFinder |
getSourceFinder(java.lang.String name)
Return the SourceFinder specified in the name parameter
|
java.lang.String[] |
getSourceFinderNames()
Return the names of the SourceFinders managed by this SourceFinderManager
|
java.lang.String getRadioLabel()
java.lang.String[] getSourceFinderNames()
SourceFinder getSourceFinder(java.lang.String name)