Uses of Class
nl.tailormap.viewer.config.app.ConfiguredComponent
-
Packages that use ConfiguredComponent Package Description nl.tailormap.viewer.config.app -
-
Uses of ConfiguredComponent in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return ConfiguredComponent Modifier and Type Method Description ConfiguredComponentConfiguredComponent. deepCopy(Application app)ConfiguredComponentConfiguredComponent. getMotherComponent()Methods in nl.tailormap.viewer.config.app that return types with arguments of type ConfiguredComponent Modifier and Type Method Description Set<ConfiguredComponent>Application. getComponents()List<ConfiguredComponent>ConfiguredComponent. getLinkedComponents()Methods in nl.tailormap.viewer.config.app with parameters of type ConfiguredComponent Modifier and Type Method Description intConfiguredComponent. compareTo(ConfiguredComponent rhs)voidConfiguredComponent. setMotherComponent(ConfiguredComponent motherComponent)Method parameters in nl.tailormap.viewer.config.app with type arguments of type ConfiguredComponent Modifier and Type Method Description voidApplication. setComponents(Set<ConfiguredComponent> components)voidConfiguredComponent. setLinkedComponents(List<ConfiguredComponent> linkedComponents)
-