Uses of Class
nl.tailormap.viewer.config.app.Level
-
Packages that use Level Package Description nl.tailormap.viewer.config.app -
-
Uses of Level in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return Level Modifier and Type Method Description LevelLevel. deepCopy(Level parent, Map originalToCopy, Application app, boolean processStartMap)LevelApplication. findLevel(Level oldLevel)LevelStartLevel. getLevel()LevelLevel. getParent()LevelLevel. getParentInSubtree(ApplicationLayer appLayer)LevelLevel. getParentInSubtree(Level level)LevelApplication. getRoot()Methods in nl.tailormap.viewer.config.app that return types with arguments of type Level Modifier and Type Method Description List<Level>Application.TreeCache. getChildren(Level l)List<Level>Level. getChildren()Map<Level,List<Level>>Application.TreeCache. getChildrenByParent()Map<Level,List<Level>>Application.TreeCache. getChildrenByParent()List<Level>Application.TreeCache. getLevels()Methods in nl.tailormap.viewer.config.app with parameters of type Level Modifier and Type Method Description intLevel. compareTo(Level level)booleanLevel. containsLevelInSubtree(Level level)LevelLevel. deepCopy(Level parent, Map originalToCopy, Application app, boolean processStartMap)StartLevelStartLevel. deepCopy(Application app, Level levelCopy)LevelApplication. findLevel(Level oldLevel)List<Level>Application.TreeCache. getChildren(Level l)LevelLevel. getParentInSubtree(Level level)booleanLevel. isInSubtreeOf(Level level)voidStartLevel. setLevel(Level level)voidLevel. setParent(Level parent)voidApplication. setRoot(Level root)Method parameters in nl.tailormap.viewer.config.app with type arguments of type Level Modifier and Type Method Description voidLevel. setChildren(List<Level> children)
-