|
|||||||||
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.carto.ILegendGroupProxy
Description: 'Provides access to members that control the collection of legend classes provided by a renderer.' 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 ILegendGroupProxy
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.carto.ILegendGroup |
---|
IID, IID167c5e9f_af20_11d1_8817_080009ec732a |
Constructor Summary | |
---|---|
|
ILegendGroupProxy()
Deprecated. For internal use only |
|
ILegendGroupProxy(java.lang.Object obj)
Deprecated. |
protected |
ILegendGroupProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILegendGroupProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILegendGroupProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addClass(ILegendClass legendClass)
Deprecated. Adds a new legend class to the group at the end of list. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clearClasses()
Deprecated. Removes all classes from the group. |
ILegendClass |
esri_getClass(int index)
Deprecated. Legend class at the specified index. |
int |
getClassCount()
Deprecated. Number of legend classes in the group. |
java.lang.String |
getHeading()
Deprecated. String heading. |
void |
insertClass(int index,
ILegendClass legendClass)
Deprecated. Inserts a new legend class into the group at the specified index. |
boolean |
isEditable()
Deprecated. Indicates if the group can be edited. |
boolean |
isVisible()
Deprecated. Indicates if the group is displayed. |
void |
removeClass(int index)
Deprecated. Removes the legend class from the group at the specified index. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setEditable(boolean editable)
Deprecated. Indicates if the group can be edited. |
void |
setHeading(java.lang.String heading)
Deprecated. String heading. |
void |
setVisible(boolean visible)
Deprecated. Indicates if the group is displayed. |
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 ILegendGroupProxy(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 ILegendGroupProxy()
public ILegendGroupProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILegendGroupProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILegendGroupProxy(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 boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface ILegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws java.io.IOException, AutomationException
setVisible
in interface ILegendGroup
visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEditable() throws java.io.IOException, AutomationException
isEditable
in interface ILegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditable(boolean editable) throws java.io.IOException, AutomationException
setEditable
in interface ILegendGroup
editable
- The editable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHeading() throws java.io.IOException, AutomationException
getHeading
in interface ILegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeading(java.lang.String heading) throws java.io.IOException, AutomationException
setHeading
in interface ILegendGroup
heading
- The heading (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getClassCount() throws java.io.IOException, AutomationException
getClassCount
in interface ILegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILegendClass esri_getClass(int index) throws java.io.IOException, AutomationException
esri_getClass
in interface ILegendGroup
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addClass(ILegendClass legendClass) throws java.io.IOException, AutomationException
addClass
in interface ILegendGroup
legendClass
- A reference to a com.esri.arcgis.carto.ILegendClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertClass(int index, ILegendClass legendClass) throws java.io.IOException, AutomationException
insertClass
in interface ILegendGroup
index
- The index (in)legendClass
- A reference to a com.esri.arcgis.carto.ILegendClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeClass(int index) throws java.io.IOException, AutomationException
removeClass
in interface ILegendGroup
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearClasses() throws java.io.IOException, AutomationException
clearClasses
in interface ILegendGroup
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 |