Uses of Class
net.ontopia.topicmaps.utils.tmprefs.TopicMapPreferencesOntology
-
Packages that use TopicMapPreferencesOntology Package Description net.ontopia.topicmaps.utils.tmprefs -
-
Uses of TopicMapPreferencesOntology in net.ontopia.topicmaps.utils.tmprefs
Methods in net.ontopia.topicmaps.utils.tmprefs that return TopicMapPreferencesOntology Modifier and Type Method Description static TopicMapPreferencesOntology
TopicMapPreferencesOntology. valueOf(String name)
Returns the enum constant of this type with the specified name.static TopicMapPreferencesOntology[]
TopicMapPreferencesOntology. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ontopia.topicmaps.utils.tmprefs that return types with arguments of type TopicMapPreferencesOntology Modifier and Type Method Description static EnumMap<TopicMapPreferencesOntology,TopicIF>
TopicMapPreferencesOntology. loadOntology(TopicMapIF topicmap)
static EnumMap<TopicMapPreferencesOntology,TopicIF>
TopicMapPreferencesOntology. loadOntology(TopicMapIF topicmap, boolean forceCreate)
-