|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IHTMLPopupInfoProxy
public class IHTMLPopupInfoProxy
Internal use class Proxy for COM Interface 'IHTMLPopupInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the HTML popup tool.' 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 =
| Field Summary | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.carto.IHTMLPopupInfo |
|---|
IID, IID742678bc_aff5_41da_a523_36a8bd4e2c8b |
| Constructor Summary | |
|---|---|
|
IHTMLPopupInfoProxy()
For internal use only |
|
IHTMLPopupInfoProxy(java.lang.Object obj)
|
protected |
IHTMLPopupInfoProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IHTMLPopupInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IHTMLPopupInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
java.lang.String |
getHTMLOutput(IFeature pFeature)
The content is the XML text for the input feature. |
int |
getHTMLPresentationStyle()
Indicates the content formating style for the HTML Popup tool. |
java.lang.String |
getHTMLRedirectField()
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
java.lang.String |
getHTMLRedirectFieldPrefix()
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
java.lang.String |
getHTMLRedirectFieldSuffix()
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
java.lang.String |
getHTMLXSLStylesheet()
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
boolean |
isHTMLHideFieldNameColumn()
Indicates if Field name column will be output to the HTML Popup tool. |
boolean |
isHTMLPopupEnabled()
Indicates if this layer currently responds to the HTML Popup tool. |
boolean |
isHTMLUseCodedDomainValues()
Indicates whether to use coded values (rather than literal stored values) for feature values. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setHTMLHideFieldNameColumn(boolean pHide)
Indicates if Field name column will be output to the HTML Popup tool. |
void |
setHTMLPopupEnabled(boolean pEnabled)
Indicates if this layer currently responds to the HTML Popup tool. |
void |
setHTMLPresentationStyle(int pStyle)
Indicates the content formating style for the HTML Popup tool. |
void |
setHTMLRedirectField(java.lang.String pField)
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
void |
setHTMLRedirectFieldPrefix(java.lang.String pPrefix)
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
void |
setHTMLRedirectFieldSuffix(java.lang.String pSufix)
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
void |
setHTMLUseCodedDomainValues(boolean pCodedValues)
Indicates whether to use coded values (rather than literal stored values) for feature values. |
void |
setHTMLXSLStylesheet(java.lang.String pStyleSheet)
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
| 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 IHTMLPopupInfoProxy(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.IOExceptionpublic IHTMLPopupInfoProxy()
public IHTMLPopupInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IHTMLPopupInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IHTMLPopupInfoProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public boolean isHTMLPopupEnabled()
throws java.io.IOException,
AutomationException
isHTMLPopupEnabled in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLPopupEnabled(boolean pEnabled)
throws java.io.IOException,
AutomationException
setHTMLPopupEnabled in interface IHTMLPopupInfopEnabled - The pEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHTMLPresentationStyle()
throws java.io.IOException,
AutomationException
getHTMLPresentationStyle in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLPresentationStyle(int pStyle)
throws java.io.IOException,
AutomationException
setHTMLPresentationStyle in interface IHTMLPopupInfopStyle - A com.esri.arcgis.carto.esriHTMLPopupStyle constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHTMLHideFieldNameColumn()
throws java.io.IOException,
AutomationException
isHTMLHideFieldNameColumn in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLHideFieldNameColumn(boolean pHide)
throws java.io.IOException,
AutomationException
setHTMLHideFieldNameColumn in interface IHTMLPopupInfopHide - The pHide (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getHTMLRedirectField()
throws java.io.IOException,
AutomationException
getHTMLRedirectField in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLRedirectField(java.lang.String pField)
throws java.io.IOException,
AutomationException
setHTMLRedirectField in interface IHTMLPopupInfopField - The pField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getHTMLRedirectFieldPrefix()
throws java.io.IOException,
AutomationException
getHTMLRedirectFieldPrefix in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLRedirectFieldPrefix(java.lang.String pPrefix)
throws java.io.IOException,
AutomationException
setHTMLRedirectFieldPrefix in interface IHTMLPopupInfopPrefix - The pPrefix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getHTMLRedirectFieldSuffix()
throws java.io.IOException,
AutomationException
getHTMLRedirectFieldSuffix in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLRedirectFieldSuffix(java.lang.String pSufix)
throws java.io.IOException,
AutomationException
setHTMLRedirectFieldSuffix in interface IHTMLPopupInfopSufix - The pSufix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getHTMLXSLStylesheet()
throws java.io.IOException,
AutomationException
getHTMLXSLStylesheet in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLXSLStylesheet(java.lang.String pStyleSheet)
throws java.io.IOException,
AutomationException
setHTMLXSLStylesheet in interface IHTMLPopupInfopStyleSheet - The pStyleSheet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHTMLUseCodedDomainValues()
throws java.io.IOException,
AutomationException
isHTMLUseCodedDomainValues in interface IHTMLPopupInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHTMLUseCodedDomainValues(boolean pCodedValues)
throws java.io.IOException,
AutomationException
setHTMLUseCodedDomainValues in interface IHTMLPopupInfopCodedValues - The pCodedValues (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getHTMLOutput(IFeature pFeature)
throws java.io.IOException,
AutomationException
getHTMLOutput in interface IHTMLPopupInfopFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (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 | ||||||||