|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.star.tooling.converter.DataHandler
public class DataHandler
Handle the Data to get it from the Source readable to the Target
| コンストラクタの概要 | |
|---|---|
DataHandler()
Creates a new instance of DataHandler |
|
| メソッドの概要 | |
|---|---|
boolean |
fillDataFrom(DataReader source)
fill the data from the desired source |
void |
fillDataWith(java.util.Map inData)
fill this data with the inData |
void |
putDataTo(java.util.Map output)
The designated output is filled with the content of this handler |
void |
putDataTo(java.util.Map[] output)
The designated output is filled with the content of this handler |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DataHandler()
| メソッドの詳細 |
|---|
public boolean fillDataFrom(DataReader source)
throws java.io.IOException,
ConverterException
source - where to get the data from
IOException
ConverterExceptionpublic void fillDataWith(java.util.Map inData)
inData - the data to handle by this handler
public void putDataTo(java.util.Map output)
throws java.io.IOException
output - a Map that should hold the source language data and the target language data
java.io.IOException
public void putDataTo(java.util.Map[] output)
throws java.io.IOException
output - an array of Maps [0] should hold the source language data [1] the target language data
java.io.IOException
|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||