Uses of Class
net.ontopia.topicmaps.nav2.impl.framework.MVSConfig
-
Packages that use MVSConfig Package Description net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces. -
-
Uses of MVSConfig in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return MVSConfig Modifier and Type Method Description MVSConfig
NavigatorConfigurationIF. getMVSConfig()
get storage object for Model/View/Skin settings. -
Uses of MVSConfig in net.ontopia.topicmaps.nav2.impl.basic
Fields in net.ontopia.topicmaps.nav2.impl.basic declared as MVSConfig Modifier and Type Field Description protected MVSConfig
NavigatorConfiguration. mvsConfig
Methods in net.ontopia.topicmaps.nav2.impl.basic that return MVSConfig Modifier and Type Method Description MVSConfig
BrokenNavigatorConfiguration. getMVSConfig()
MVSConfig
NavigatorConfiguration. getMVSConfig()
Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type MVSConfig Modifier and Type Method Description void
BrokenNavigatorConfiguration. setMVSConfig(MVSConfig mvsConfig)
void
NavigatorConfiguration. setMVSConfig(MVSConfig mvsConfig)
-