Class AbstractUserThemeFilter
java.lang.Object
net.ontopia.topicmaps.nav.context.AbstractUserThemeFilter
- All Implemented Interfaces:
UserThemeFilterIF
- Direct Known Subclasses:
BasenameUserThemeFilter
INTERNAL: Abstract class which provides access to filtering themes
out which are not relevant to the user context.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilterThemes(Collection unfilteredThemes) Use methodshouldNotBeUsedfor every theme of the collection ofunfilteredThemesand allows therefore to retrieve a filtered collection of themes.gets TopicMapIF objectvoidsetTopicMap(TopicMapIF topicMap) set TopicMapIF objectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ontopia.topicmaps.nav.context.UserThemeFilterIF
shouldNotBeUsed
-
Field Details
-
topicMap
-
-
Constructor Details
-
AbstractUserThemeFilter
public AbstractUserThemeFilter() -
AbstractUserThemeFilter
-
-
Method Details
-
getTopicMap
Description copied from interface:UserThemeFilterIFgets TopicMapIF object- Specified by:
getTopicMapin interfaceUserThemeFilterIF
-
setTopicMap
Description copied from interface:UserThemeFilterIFset TopicMapIF object- Specified by:
setTopicMapin interfaceUserThemeFilterIF
-
filterThemes
Use methodshouldNotBeUsedfor every theme of the collection ofunfilteredThemesand allows therefore to retrieve a filtered collection of themes.
-