Uses of Class
org.hortonmachine.gui.spatialtoolbox.core.ModuleDescription
-
Packages that use ModuleDescription Package Description org.hortonmachine.gui.spatialtoolbox.core -
-
Uses of ModuleDescription in org.hortonmachine.gui.spatialtoolbox.core
Fields in org.hortonmachine.gui.spatialtoolbox.core declared as ModuleDescription Modifier and Type Field Description ModuleDescriptionFieldData. otherModuleOther module, if available.Methods in org.hortonmachine.gui.spatialtoolbox.core that return ModuleDescription Modifier and Type Method Description ModuleDescriptionParametersPanel. getModule()ModuleDescriptionViewerModule. getModuleDescription()ModuleDescriptionModuleDescription. makeCopy()Methods in org.hortonmachine.gui.spatialtoolbox.core that return types with arguments of type ModuleDescription Modifier and Type Method Description TreeMap<String,List<ModuleDescription>>HortonmachineModulesManager. getModulesMap()Methods in org.hortonmachine.gui.spatialtoolbox.core with parameters of type ModuleDescription Modifier and Type Method Description intModuleDescription.ModuleDescriptionNameComparator. compare(ModuleDescription m1, ModuleDescription m2)voidParametersPanel. setModule(ModuleDescription module)Method parameters in org.hortonmachine.gui.spatialtoolbox.core with type arguments of type ModuleDescription Modifier and Type Method Description static List<ViewerFolder>ViewerFolder. hashmap2ViewerFolders(TreeMap<String,List<ModuleDescription>> availableModules, String filterText, boolean loadExperimental)Constructors in org.hortonmachine.gui.spatialtoolbox.core with parameters of type ModuleDescription Constructor Description ViewerModule(ModuleDescription moduleDescription)
-