|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hyphenator | |
|---|---|
| net.sf.mmm.util.text.api | Provides the API for utilities that help with textual operations. |
| net.sf.mmm.util.text.base | Provides the base-implementation of text-util API. |
| Uses of Hyphenator in net.sf.mmm.util.text.api |
|---|
| Methods in net.sf.mmm.util.text.api that return Hyphenator | |
|---|---|
Hyphenator |
HyphenatorBuilder.getHyphenator()
This method gets the Hyphenator for
the default locale. |
Hyphenator |
HyphenatorBuilder.getHyphenator(Locale locale)
This method gets the Hyphenator for the given Locale. |
| Uses of Hyphenator in net.sf.mmm.util.text.base |
|---|
| Classes in net.sf.mmm.util.text.base that implement Hyphenator | |
|---|---|
class |
AbstractHyphenator
This is the abstract base implementation of the Hyphenator interface. |
class |
HyphenatorImpl
This is the implementation of the Hyphenator
interface. |
| Fields in net.sf.mmm.util.text.base declared as Hyphenator | |
|---|---|
private Hyphenator |
DefaultLineWrapper.TextSegment.hyphenator
|
private Hyphenator |
DefaultLineWrapper.ColumnState.hyphenator
The Hyphenator to use. |
| Fields in net.sf.mmm.util.text.base with type parameters of type Hyphenator | |
|---|---|
private ConcurrentHashMap<String,WeakReference<Hyphenator>> |
AbstractHyphenatorBuilder.hyphenatorCache
Cache for AbstractHyphenatorBuilder.getHyphenator(Locale). |
| Methods in net.sf.mmm.util.text.base that return Hyphenator | |
|---|---|
protected Hyphenator |
HyphenatorBuilderImpl.createHyphenator(Locale locale,
DataResource resource)
This method creates a new Hyphenator instance from the
XML-configuration identified by the given DataResource. |
protected Hyphenator |
HyphenatorBuilderImpl.createHyphenator(String localeInfix)
This method creates a new Hyphenator. |
protected abstract Hyphenator |
AbstractHyphenatorBuilder.createHyphenator(String localeInfix)
This method creates a new Hyphenator. |
Hyphenator |
AbstractHyphenatorBuilder.getHyphenator()
This method gets the Hyphenator for
the default locale. |
Hyphenator |
AbstractHyphenatorBuilder.getHyphenator(Locale locale)
This method gets the Hyphenator for the given Locale. |
| Constructors in net.sf.mmm.util.text.base with parameters of type Hyphenator | |
|---|---|
DefaultLineWrapper.TextSegment(String text,
Hyphenator hyphenator)
The constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||