Uses of Class
tethys.species.SpeciesMapItem
Packages that use SpeciesMapItem
- 
Uses of SpeciesMapItem in tethys.species
Methods in tethys.species that return SpeciesMapItemModifier and TypeMethodDescriptionDataBlockSpeciesManager.getDefaultDefaultSpecies()DataBlockSpeciesManager.getSpeciesItem(T dataUnit) Methods in tethys.species that return types with arguments of type SpeciesMapItemModifier and TypeMethodDescriptionprotected HashMap<String, SpeciesMapItem> DataBlockSpeciesMap.getSpeciesTable()ITISFunctions.searchNames(String searchTerm) Search common and latin names for partial matched of the search term and return an array list of all possible matches.ITISFunctions.searchSpecies(String searchTerm) Search species codes.Methods in tethys.species with parameters of type SpeciesMapItemModifier and TypeMethodDescriptionvoidDataBlockSpeciesMap.putItem(String key, SpeciesMapItem speciesMapItem) voidDataBlockSpeciesManager.setDefaultDefaultSpecies(SpeciesMapItem defaultDefaultSpecies) Method parameters in tethys.species with type arguments of type SpeciesMapItemModifier and TypeMethodDescriptionprotected voidDataBlockSpeciesMap.setSpeciesTable(HashMap<String, SpeciesMapItem> speciesTable)  - 
Uses of SpeciesMapItem in tethys.species.swing
Methods in tethys.species.swing that return SpeciesMapItemModifier and TypeMethodDescriptionSpeciesSubPanel.getParams()static SpeciesMapItemSpeciesSearchDialog.showDialog(Window parentFrame, TethysControl tethysControl, Integer currentCode) Methods in tethys.species.swing with parameters of type SpeciesMapItemMethod parameters in tethys.species.swing with type arguments of type SpeciesMapItemModifier and TypeMethodDescriptionvoidSpeciesSearchDialog.setMapItems(ArrayList<SpeciesMapItem> newMapItems)