|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TranslatableData | |
---|---|
net.sf.magicproject.database | Database components : manage data download, cache, picture and card name translations. |
net.sf.magicproject.database.data | Kinds of data : collection, string, i18n string... |
net.sf.magicproject.database.propertyconfig | All database component is composed by some data (string, collection,...) configured by the classes of this package. |
Uses of TranslatableData in net.sf.magicproject.database |
---|
Methods in net.sf.magicproject.database with parameters of type TranslatableData | |
---|---|
void |
DatabaseCard.add(TranslatableData data)
Add a translatable data to this database. |
Method parameters in net.sf.magicproject.database with type arguments of type TranslatableData | |
---|---|
java.util.List<java.lang.String> |
Proxy.getLocalPictures(CardModel cardModel,
java.util.Map<java.lang.String,TranslatableData> data)
Return a list of local picture paths considering proxy, properties and the given card. |
java.util.List<java.lang.String> |
Proxy.getRemotePictures(CardModel cardModel,
java.util.Map<java.lang.String,TranslatableData> data)
Return a list of remote picture paths considering proxy, properties and the given card. |
Uses of TranslatableData in net.sf.magicproject.database.data |
---|
Subclasses of TranslatableData in net.sf.magicproject.database.data | |
---|---|
class |
CollectionData
Represents a collection of data which is a name associated to a table of String objects. |
class |
StringData
Represents a simple translatable data, which is a name associated to a String value. |
class |
TranslatedCollectionData
Represents a collection of translated data which is a name associated to a table of String objects. |
class |
TranslatedStringData
Represents a simple translated data, which is a name associated to a String value. |
Uses of TranslatableData in net.sf.magicproject.database.propertyconfig |
---|
Methods in net.sf.magicproject.database.propertyconfig that return TranslatableData | |
---|---|
TranslatableData |
PropertyProxyConfig.parseProperty(java.lang.String cardName,
java.lang.String stream,
Proxy proxy)
|
TranslatableData |
PropertyConfig.parseProperty(java.lang.String cardName,
java.lang.String stream,
Proxy proxy)
Parse the given stream to build the associated TranslatableData object to the specified card name. |
TranslatableData |
PropertyConfig.parseProperty(java.lang.String cardName,
XmlParser.Node node)
Parse the given stream to build the associated TranslatableData object to the specified card name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |