Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeSet |
BaseEntry.generalA |
protected AttributeSet |
BaseEntry.readingA |
protected AttributeSet |
BaseEntry.translationA |
protected AttributeSet[] |
BaseEntry.translationRomA |
protected AttributeSet |
BaseEntry.wordA |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
BaseEntry.getGeneralAttributes() |
AttributeSet |
DictionaryEntry.getGeneralAttributes()
Return the set of attributes which apply to the whole entry.
|
AttributeSet |
BaseEntry.getReadingAttributes() |
AttributeSet |
DictionaryEntry.getReadingAttributes()
Returns the set of attributes which apply to all readings.
|
AttributeSet |
BaseEntry.getReadingAttributes(int alternative) |
AttributeSet |
DictionaryEntry.getReadingAttributes(int alternative)
Returns the set of attributes which apply to a particular reading.
|
AttributeSet |
MultiWordEntry.getReadingAttributes(int alternative) |
AttributeSet |
SingleWordEntry.getReadingAttributes(int alternative) |
AttributeSet |
BaseEntry.getTranslationAttributes() |
AttributeSet |
DictionaryEntry.getTranslationAttributes()
Returns the set of attributes which apply to all translations.
|
AttributeSet |
BaseEntry.getTranslationAttributes(int rom) |
AttributeSet |
DictionaryEntry.getTranslationAttributes(int rom)
Returns the set of attributes which apply to a particular range of meanings.
|
AttributeSet |
BaseEntry.getTranslationAttributes(int rom,
int crm) |
AttributeSet |
DictionaryEntry.getTranslationAttributes(int rom,
int crm)
Returns the set of attributes which apply to a particular closely related meaning.
|
AttributeSet |
BaseEntry.getTranslationAttributes(int rom,
int crm,
int synonym) |
AttributeSet |
DictionaryEntry.getTranslationAttributes(int rom,
int crm,
int synonym)
Returns the set of attributes which apply to a particular translation.
|
AttributeSet |
BaseEntry.getWordAttributes() |
AttributeSet |
DictionaryEntry.getWordAttributes()
Returns the set of attributes which apply to all word alternatives.
|
AttributeSet |
DictionaryEntry.getWordAttributes(int alternative)
Returns the set of attributes which apply to a particular word spelling.
|
AttributeSet |
MultiWordEntry.getWordAttributes(int alternative) |
AttributeSet |
SingleWordEntry.getWordAttributes(int alternative) |
Modifier and Type | Method and Description |
---|---|
protected StringBuilder |
DictionaryEntryFormatter.formatAttributes(DictionaryEntry de,
StringBuilder buf,
DictionaryEntryFormatter.Position pos,
AttributeSet atts) |
Constructor and Description |
---|
BaseEntry(int _entryMarker,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet _readingA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
MultiWordEntry(int _entryMarker,
String[] _words,
String[] _readings,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet[] _wordsA,
AttributeSet _readingA,
AttributeSet[] _readingsA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
MultiWordEntry(int _entryMarker,
String[] _words,
String[] _readings,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet[] _wordsA,
AttributeSet _readingA,
AttributeSet[] _readingsA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
MultiWordEntry(int _entryMarker,
String[] _words,
String[] _readings,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet[] _wordsA,
AttributeSet _readingA,
AttributeSet[] _readingsA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
SingleWordEntry(int _entryMarker,
String _word,
String _reading,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet _readingA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
Constructor and Description |
---|
BaseEntry(int _entryMarker,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet _readingA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
MultiWordEntry(int _entryMarker,
String[] _words,
String[] _readings,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet[] _wordsA,
AttributeSet _readingA,
AttributeSet[] _readingsA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
SingleWordEntry(int _entryMarker,
String _word,
String _reading,
List<List<String>> _translations,
AttributeSet _generalA,
AttributeSet _wordA,
AttributeSet _readingA,
AttributeSet _translationA,
List<AttributeSet> _translationRomA,
Dictionary _dictionary) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttributeSet |
Modifier and Type | Field and Description |
---|---|
protected AttributeSet |
DefaultAttributeSet.parent |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
AttributeSet.getParent()
Get the parent attribute set of this set.
|
AttributeSet |
DefaultAttributeSet.getParent() |
Modifier and Type | Method and Description |
---|---|
DefaultAttributeSet |
DefaultAttributeSet.setParent(AttributeSet _parent)
Set the parent attribute set used to resolve inherited attributes.
|
Constructor and Description |
---|
DefaultAttributeSet(AttributeSet _parent)
Creates a default attribute set with the given parent.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.