Package | Description |
---|---|
net.ontopia.topicmaps.nav2.impl.framework |
The implementation of the Navigator Framework related interfaces.
|
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.utils |
Contains utility classes and generic interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
FirstUpperCaseStringifier
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectIdStringifier
Deprecated.
|
class |
TypedIFStringifier<T extends TypedIF>
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected StringifierIF<? super TopicIF> |
TypedIFStringifier.topic_stringifier
Deprecated.
|
Constructor and Description |
---|
TypedIFStringifier(StringifierIF<? super TopicIF> topic_stringifier)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedStringifier<T>
Deprecated.
|
class |
DefaultStringifier<T>
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected StringifierIF<T> |
StringifierGrabber.stringifier
Deprecated.
|
protected StringifierIF<? super T> |
CachedStringifier.stringifier
Deprecated.
|
protected StringifierIF<T> |
StringifierComparator.stringifier
Deprecated.
|
protected StringifierIF<T> |
StringifierDecider.stringifier
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StringifierIF<T> |
StringifierGrabber.getStringifier()
Deprecated.
Gets the stringifier which is to be used.
|
StringifierIF<? super T> |
CachedStringifier.getStringifier()
Deprecated.
Gets the stringifier that is to be cached.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedStringifier.setStringifier(StringifierIF<? super T> stringifier)
Deprecated.
Sets the stringifier that is to be cached.
|
void |
StringifierGrabber.setStringifier(StringifierIF<T> stringifier)
Deprecated.
Sets the stringifier which is to be used.
|
Constructor and Description |
---|
CachedStringifier(StringifierIF<? super T> stringifier)
Deprecated.
|
StringifierComparator(StringifierIF<T> stringifier)
Deprecated.
|
StringifierComparator(StringifierIF<T> stringifier,
Comparator<? super T> comparator)
Deprecated.
|
StringifierDecider(StringifierIF<T> stringifier,
DeciderIF<String> decider)
Deprecated.
|
StringifierGrabber(StringifierIF<T> stringifier)
Deprecated.
|