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 extends com.esri.arcgis.interop.Dispatch implements ILocaleInfo, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID53325bda_65fa_4de0_901e_2b23fffb8764
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.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.