Package org.compiere.install
Class TranslationController
- java.lang.Object
-
- org.compiere.install.TranslationController
-
@Deprecated public class TranslationController extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static CLogger
log
Deprecated.Loggerint
m_WindowNo
Deprecated.Window No
-
Constructor Summary
Constructors Constructor Description TranslationController()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ArrayList<KeyNamePair>
getClientList()
Deprecated.ArrayList<ValueNamePair>
getLanguageList()
Deprecated.ArrayList<ValueNamePair>
getTableList()
Deprecated.void
setStatusBar(IStatusBar statusBar)
Deprecated.
-
-
-
Field Detail
-
log
public static final CLogger log
Deprecated.Logger
-
m_WindowNo
public int m_WindowNo
Deprecated.Window No
-
-
Method Detail
-
getClientList
public ArrayList<KeyNamePair> getClientList()
Deprecated.
-
getLanguageList
public ArrayList<ValueNamePair> getLanguageList()
Deprecated.
-
getTableList
public ArrayList<ValueNamePair> getTableList()
Deprecated.
-
setStatusBar
public void setStatusBar(IStatusBar statusBar)
Deprecated.
-
-