|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.system.ILocaleInfoProxy
Description: 'Provides access to members that control the locale information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class ILocaleInfoProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.system.ILocaleInfo |
---|
IID, IID53325bda_65fa_4de0_901e_2b23fffb8764 |
Constructor Summary | |
---|---|
|
ILocaleInfoProxy()
Deprecated. For internal use only |
|
ILocaleInfoProxy(java.lang.Object obj)
Deprecated. |
protected |
ILocaleInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILocaleInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILocaleInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getCountryID()
Deprecated. Obtains country identifier. |
java.lang.String |
getCountryName()
Deprecated. English name of country. |
java.lang.String |
getDisplayName()
Deprecated. English display name of the locale. |
int |
getLanguageID()
Deprecated. Obtains language identifier. |
java.lang.String |
getLanguageName()
Deprecated. English name of language. |
int |
getLocaleID()
Deprecated. Obtains locale unique identifier. |
java.lang.String |
getLocalizedCountryName()
Deprecated. Localized name of country. |
java.lang.String |
getLocalizedDisplayName()
Deprecated. Localized display name of the locale. |
java.lang.String |
getLocalizedLanguageName()
Deprecated. Localized name of language. |
java.lang.String |
getNativeCountryName()
Deprecated. Native name of country. |
java.lang.String |
getNativeLanguageName()
Deprecated. Native name of language. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCountryID(int countryID)
Deprecated. Obtains country identifier. |
void |
setCountryName(java.lang.String country)
Deprecated. English name of country. |
void |
setDisplayName(java.lang.String displayName)
Deprecated. English display name of the locale. |
void |
setLanguageID(int languageID)
Deprecated. Obtains language identifier. |
void |
setLanguageName(java.lang.String language)
Deprecated. English name of language. |
void |
setLocaleID(int localeID)
Deprecated. Obtains locale unique identifier. |
void |
setLocalizedCountryName(java.lang.String country)
Deprecated. Localized name of country. |
void |
setLocalizedDisplayName(java.lang.String displayName)
Deprecated. Localized display name of the locale. |
void |
setLocalizedLanguageName(java.lang.String language)
Deprecated. Localized name of language. |
void |
setNativeCountryName(java.lang.String country)
Deprecated. Native name of country. |
void |
setNativeLanguageName(java.lang.String language)
Deprecated. Native name of language. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ILocaleInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ILocaleInfoProxy()
public ILocaleInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILocaleInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILocaleInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getLocaleID() throws java.io.IOException, AutomationException
getLocaleID
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocaleID(int localeID) throws java.io.IOException, AutomationException
setLocaleID
in interface ILocaleInfo
localeID
- The localeID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLanguageID() throws java.io.IOException, AutomationException
getLanguageID
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLanguageID(int languageID) throws java.io.IOException, AutomationException
setLanguageID
in interface ILocaleInfo
languageID
- The languageID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCountryID() throws java.io.IOException, AutomationException
getCountryID
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCountryID(int countryID) throws java.io.IOException, AutomationException
setCountryID
in interface ILocaleInfo
countryID
- The countryID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLanguageName() throws java.io.IOException, AutomationException
getLanguageName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLanguageName(java.lang.String language) throws java.io.IOException, AutomationException
setLanguageName
in interface ILocaleInfo
language
- The language (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCountryName() throws java.io.IOException, AutomationException
getCountryName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCountryName(java.lang.String country) throws java.io.IOException, AutomationException
setCountryName
in interface ILocaleInfo
country
- The country (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayName() throws java.io.IOException, AutomationException
getDisplayName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(java.lang.String displayName) throws java.io.IOException, AutomationException
setDisplayName
in interface ILocaleInfo
displayName
- The displayName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLocalizedLanguageName() throws java.io.IOException, AutomationException
getLocalizedLanguageName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocalizedLanguageName(java.lang.String language) throws java.io.IOException, AutomationException
setLocalizedLanguageName
in interface ILocaleInfo
language
- The language (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLocalizedCountryName() throws java.io.IOException, AutomationException
getLocalizedCountryName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocalizedCountryName(java.lang.String country) throws java.io.IOException, AutomationException
setLocalizedCountryName
in interface ILocaleInfo
country
- The country (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLocalizedDisplayName() throws java.io.IOException, AutomationException
getLocalizedDisplayName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocalizedDisplayName(java.lang.String displayName) throws java.io.IOException, AutomationException
setLocalizedDisplayName
in interface ILocaleInfo
displayName
- The displayName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNativeLanguageName() throws java.io.IOException, AutomationException
getNativeLanguageName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNativeLanguageName(java.lang.String language) throws java.io.IOException, AutomationException
setNativeLanguageName
in interface ILocaleInfo
language
- The language (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNativeCountryName() throws java.io.IOException, AutomationException
getNativeCountryName
in interface ILocaleInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNativeCountryName(java.lang.String country) throws java.io.IOException, AutomationException
setNativeCountryName
in interface ILocaleInfo
country
- The country (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |