net.ontopia.topicmaps.nav.context
Interface UserThemeFilterIF

All Known Implementing Classes:
AbstractUserThemeFilter, BasenameUserThemeFilter

public interface UserThemeFilterIF

Interface for defining a method which filters out themes which are not relevant to the user context.


Method Summary
 TopicMapIF getTopicMap()
          gets TopicMapIF object
 void setTopicMap(TopicMapIF topicMap)
          set TopicMapIF object
 boolean shouldNotBeUsed(TopicIF actTheme)
          Process theme and find out if it belongs to the user context and should therefore be used for configuration.
 

Method Detail

shouldNotBeUsed

boolean shouldNotBeUsed(TopicIF actTheme)
Process theme and find out if it belongs to the user context and should therefore be used for configuration.

Returns:
boolean: true if this theme should not be displayed for user context configuration

getTopicMap

TopicMapIF getTopicMap()
gets TopicMapIF object


setTopicMap

void setTopicMap(TopicMapIF topicMap)
set TopicMapIF object



Copyright © 2000-2012 Ontopia.