|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringifierIF | |
---|---|
net.ontopia.topicmaps.cmdlineutils | Provides a collection of command-line utilities for working with topic maps. |
net.ontopia.topicmaps.nav.context | Contains the classes that implement the user context filter in the Navigator Framework. |
net.ontopia.topicmaps.nav.utils.comparators | Provides Comparators which are used by the Navigator. |
net.ontopia.topicmaps.nav.utils.stringifiers | Provides Stringifiers which are used by the Navigator. |
net.ontopia.topicmaps.nav2.impl.basic | The basic implementation of the Navigator core interfaces. |
net.ontopia.topicmaps.nav2.impl.framework | The implementation of the Navigator Framework related interfaces. |
net.ontopia.topicmaps.nav2.taglibs.output | Output-producing tags, which extract information from the provided collection (mostly topic map related information), and write it to the document output. |
net.ontopia.topicmaps.nav2.utils | Provides utility classes for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.query.impl.basic | Contains the in-memory implementation of the query language. |
net.ontopia.topicmaps.schema.utils | Contains classes containing useful utilities that make working with schemas easier. |
net.ontopia.topicmaps.utils | This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. |
net.ontopia.topicmaps.utils.tmrap | |
net.ontopia.topicmaps.viz | |
net.ontopia.utils | Contains utility classes and generic interfaces. |
Uses of StringifierIF in net.ontopia.topicmaps.cmdlineutils |
---|
Fields in net.ontopia.topicmaps.cmdlineutils declared as StringifierIF | |
---|---|
protected StringifierIF |
StatisticsPrinter.ts
|
protected StringifierIF |
SanityChecker.ts
|
Uses of StringifierIF in net.ontopia.topicmaps.nav.context |
---|
Fields in net.ontopia.topicmaps.nav.context declared as StringifierIF | |
---|---|
protected StringifierIF |
ThemeCategorizer.stringifier
Stringifier for theme class topics |
Methods in net.ontopia.topicmaps.nav.context that return StringifierIF | |
---|---|
StringifierIF |
ThemeCategorizer.getTopicStringifier()
INTERNAL: Returns the internal stringifier used to stringify topics correctly in the current context. |
Methods in net.ontopia.topicmaps.nav.context with parameters of type StringifierIF | |
---|---|
java.lang.String |
ThemeCategorizer.generateThemeList(java.util.HashMap themeClassMap,
java.util.Collection selectedThemes,
StringifierIF stringifierThemeClass,
StringifierIF stringifierTheme,
StringifierIF stringifierSelectedTheme)
Generate a ordered list of theme classes. |
java.lang.String |
ThemeCategorizer.generateThemeList(java.util.HashMap themeClassMap,
StringifierIF stringifierThemeClass,
StringifierIF stringifierTheme)
Generate a ordered list of theme classes. |
Uses of StringifierIF in net.ontopia.topicmaps.nav.utils.comparators |
---|
Fields in net.ontopia.topicmaps.nav.utils.comparators declared as StringifierIF | |
---|---|
protected StringifierIF |
TopicComparator.nameStringifier
|
Uses of StringifierIF in net.ontopia.topicmaps.nav.utils.stringifiers |
---|
Classes in net.ontopia.topicmaps.nav.utils.stringifiers that implement StringifierIF | |
---|---|
class |
ComparatorNameStringifier
INTERNAL: Stringifier that stringifies TopicNameIFs and VariantNameIFs. |
Uses of StringifierIF in net.ontopia.topicmaps.nav2.impl.basic |
---|
Classes in net.ontopia.topicmaps.nav2.impl.basic that implement StringifierIF | |
---|---|
class |
CustomNameStringifier
INTERNAL: Stringifier that stringifies TopicNameIFs and VariantNameIFs by calling their getValue() method. |
Uses of StringifierIF in net.ontopia.topicmaps.nav2.impl.framework |
---|
Classes in net.ontopia.topicmaps.nav2.impl.framework that implement StringifierIF | |
---|---|
class |
FirstUpperCaseStringifier
INTERNAL: ... |
Uses of StringifierIF in net.ontopia.topicmaps.nav2.taglibs.output |
---|
Classes in net.ontopia.topicmaps.nav2.taglibs.output that implement StringifierIF | |
---|---|
class |
ContentTag
INTERNAL: Output Producing Tag for writing out the content of an occurrence or a string. |
class |
LocatorTag
INTERNAL: Output Producing Tag for writing out the URI of the resource that is an occurrence, a variant name, or a locator. |
Uses of StringifierIF in net.ontopia.topicmaps.nav2.utils |
---|
Classes in net.ontopia.topicmaps.nav2.utils that implement StringifierIF | |
---|---|
class |
NoEscapeStringifier
INTERNAL: Stringifier that stringifies occurrences to their internal string value and all other objects using obj.toString(). |
Uses of StringifierIF in net.ontopia.topicmaps.query.impl.basic |
---|
Fields in net.ontopia.topicmaps.query.impl.basic declared as StringifierIF | |
---|---|
protected StringifierIF |
NamePredicate.strify
|
Uses of StringifierIF in net.ontopia.topicmaps.schema.utils |
---|
Fields in net.ontopia.topicmaps.schema.utils declared as StringifierIF | |
---|---|
protected StringifierIF |
TextValidationHandler.stringifier
|
protected StringifierIF |
HTMLValidationHandler.stringifier
|
Methods in net.ontopia.topicmaps.schema.utils that return StringifierIF | |
---|---|
StringifierIF |
TextValidationHandler.getStringifier()
PUBLIC: Gets the stringifier implementation used to write out topics related to errors. |
Methods in net.ontopia.topicmaps.schema.utils with parameters of type StringifierIF | |
---|---|
void |
TextValidationHandler.setStringifier(StringifierIF stringifier)
PUBLIC: Sets the stringifier implementation used to write out topics related to errors. |
Uses of StringifierIF in net.ontopia.topicmaps.utils |
---|
Classes in net.ontopia.topicmaps.utils that implement StringifierIF | |
---|---|
class |
NameStringifier
INTERNAL: Stringifier that stringifies TopicNameIFs and VariantNameIFs by calling their getValue() method. |
class |
ObjectIdStringifier
INTERNAL: Stringifier that returns the object id of a topic map object. |
static class |
TopicStringifiers.FastSortNameStringifier
|
class |
TypedIFStringifier
INTERNAL: Stringifier that generates a string representation of the type property of the object given to it. |
Fields in net.ontopia.topicmaps.utils declared as StringifierIF | |
---|---|
protected StringifierIF |
TopicTreeRendrer.str
|
protected StringifierIF |
TopicComparators.CaseInsensitiveStringifierComparator.stringifier
|
protected StringifierIF |
TypedIFStringifier.topic_stringifier
|
Methods in net.ontopia.topicmaps.utils that return StringifierIF | |
---|---|
static StringifierIF |
TopicStringifiers.getDefaultStringifier()
PUBLIC: Gets a stringifier that will return a default name for each topic it is applied to. |
static StringifierIF |
TopicStringifiers.getFastSortNameStringifier(TopicMapIF tm)
PUBLIC: Gets a fast stringifier that will return the sort names of topics, when they have one. |
static StringifierIF |
TopicStringifiers.getSortNameStringifier()
PUBLIC: Gets a stringifier that will return the sort names of topics, when they have one. |
static StringifierIF |
TopicStringifiers.getStringifier(java.util.Collection tnscope,
java.util.Collection vnscope)
PUBLIC: Gets a stringifier that will return the name it determines matches the given scopes best. |
static StringifierIF |
TopicStringifiers.getTopicNameStringifier(java.util.Collection scope)
PUBLIC: Gets a stringifier that will return the topic name it determines to match the given scope best. |
static StringifierIF |
TopicStringifiers.getVariantNameStringifier(java.util.Collection scope)
PUBLIC: Gets a stringifier that will return the variant that it determines to match the given scope best. |
Methods in net.ontopia.topicmaps.utils with parameters of type StringifierIF | |
---|---|
static java.util.Comparator |
TopicComparators.getCaseInsensitiveComparator(StringifierIF stringifier)
|
Constructors in net.ontopia.topicmaps.utils with parameters of type StringifierIF | |
---|---|
TopicComparators.CaseInsensitiveStringifierComparator(StringifierIF stringifier)
|
|
TypedIFStringifier(StringifierIF topic_stringifier)
|
Uses of StringifierIF in net.ontopia.topicmaps.utils.tmrap |
---|
Fields in net.ontopia.topicmaps.utils.tmrap declared as StringifierIF | |
---|---|
protected StringifierIF |
TopicMapTopicIndex.strify
|
protected StringifierIF |
RegistryTopicIndex.strify
|
Uses of StringifierIF in net.ontopia.topicmaps.viz |
---|
Fields in net.ontopia.topicmaps.viz declared as StringifierIF | |
---|---|
protected StringifierIF |
TMAbstractEdge.stringifier
|
Methods in net.ontopia.topicmaps.viz that return StringifierIF | |
---|---|
StringifierIF |
VizController.getStringifier()
|
StringifierIF |
TMTopicNode.getStringifier()
|
StringifierIF |
TMAbstractEdge.getStringifier()
|
static StringifierIF |
VizUtils.stringifierFor(TopicIF scope)
|
Methods in net.ontopia.topicmaps.viz with parameters of type StringifierIF | |
---|---|
protected void |
TMAbstractEdge.setStringifier(StringifierIF aStringifier)
|
Constructors in net.ontopia.topicmaps.viz with parameters of type StringifierIF | |
---|---|
TopicSelectionPrompter(java.awt.Frame aFrame,
java.util.Collection list,
StringifierIF stringifier)
|
Uses of StringifierIF in net.ontopia.utils |
---|
Classes in net.ontopia.utils that implement StringifierIF | |
---|---|
class |
CachedStringifier
INTERNAL: Stringifier that maintains a cache of previously stringified objects. |
class |
CollectionStringifier
INTERNAL: Stringifier that stringifies collections. |
class |
DefaultStringifier
INTERNAL: Stringifier that calls the toString method on the object. |
class |
GrabberStringifier
INTERNAL: Stringifies the object that the grabber grabs. |
Fields in net.ontopia.utils declared as StringifierIF | |
---|---|
protected StringifierIF |
StringifierGrabber.stringifier
|
protected StringifierIF |
StringifierDecider.stringifier
|
protected StringifierIF |
StringifierComparator.stringifier
|
protected StringifierIF |
Stringified.stringifier
|
protected StringifierIF |
GrabberStringifier.stringifier
|
protected StringifierIF |
CollectionStringifier.stringifier
|
protected StringifierIF |
CachedStringifier.stringifier
|
Methods in net.ontopia.utils that return StringifierIF | |
---|---|
StringifierIF |
StringifierGrabber.getStringifier()
Gets the stringifier which is to be used. |
StringifierIF |
CachedStringifier.getStringifier()
Gets the stringifier that is to be cached. |
Methods in net.ontopia.utils with parameters of type StringifierIF | |
---|---|
static java.lang.String |
StringUtils.join(java.util.Collection objects,
java.lang.String separator,
StringifierIF stringifier)
INTERNAL: Joins the objects in a collection (turned into strings by the stringifier) with a separator string. |
void |
StringifierGrabber.setStringifier(StringifierIF stringifier)
Sets the stringifier which is to be used. |
void |
GrabberStringifier.setStringifier(StringifierIF stringifier)
Set the stringifier which is to be used. |
void |
CachedStringifier.setStringifier(StringifierIF stringifier)
Sets the stringifier that is to be cached. |
Constructors in net.ontopia.utils with parameters of type StringifierIF | |
---|---|
CachedStringifier(StringifierIF stringifier)
|
|
CollectionStringifier(StringifierIF stringifier)
|
|
CollectionStringifier(StringifierIF stringifier,
java.util.Comparator comparator)
|
|
GrabberStringifier(GrabberIF<java.lang.Object,java.lang.Object> grabber,
StringifierIF stringifier)
|
|
Stringified(java.lang.Object object,
StringifierIF stringifier)
|
|
StringifierComparator(StringifierIF stringifier)
|
|
StringifierComparator(StringifierIF stringifier,
java.util.Comparator comparator)
|
|
StringifierDecider(StringifierIF stringifier,
DeciderIF decider)
|
|
StringifierGrabber(StringifierIF stringifier)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |