|
|||||||||
| 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.schematic.INgDiagramFlagManagerProxy
public class INgDiagramFlagManagerProxy
Provides access to members that control the management of the flags in the diagrams.
In this Schematics version, two type of flags can be positionned in a diagram: the flag that defines a schematic root element and the flag that defines the schematic end node element.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INgDiagramFlagManagerProxy()
|
|
INgDiagramFlagManagerProxy(Object obj)
|
protected |
INgDiagramFlagManagerProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addFlag(String flagTypeName,
INgElement element)
Sets a flag based on the 'FlagTypeName' type on the 'Element' element. |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
INgElements |
getFlaggedElements(String flagTypeName)
List of the elements that are indicated by a flag based on the 'FlagTypeName' type. |
boolean |
isFlagged(String flagTypeName,
INgElement element)
Indicates if there is a flag based on the 'FlagTypeName' type on the 'Element' element. |
boolean |
isHighlightFlags(String flagTypeName)
Indicates if the elements with a flag based on the 'FlagTypeName' type are currently highlighted. |
void |
readExternal(ObjectInput in)
|
void |
removeAllFlags(String flagTypeName)
Unsets all the flags based on the 'FlagTypeName' type in the diagrams. |
void |
removeFlag(String flagTypeName,
INgElement element)
Unsets the flag based on the 'FlagTypeName' type for the 'Element' element. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setHighlightFlags(String flagTypeName,
boolean highlight)
Indicates if the elements with a flag based on the 'FlagTypeName' type are currently highlighted. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public INgDiagramFlagManagerProxy()
public INgDiagramFlagManagerProxy(Object obj)
throws IOException
IOException
protected INgDiagramFlagManagerProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void addFlag(String flagTypeName,
INgElement element)
throws IOException,
AutomationException
addFlag in interface INgDiagramFlagManagerflagTypeName - The flagTypeName (in)element - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgDiagramFlagManager.removeFlag(String, com.esri.arcgis.schematic.INgElement)
public void removeFlag(String flagTypeName,
INgElement element)
throws IOException,
AutomationException
removeFlag in interface INgDiagramFlagManagerflagTypeName - The flagTypeName (in)element - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgDiagramFlagManager.removeAllFlags(String),
INgDiagramFlagManager.addFlag(String, com.esri.arcgis.schematic.INgElement)
public void removeAllFlags(String flagTypeName)
throws IOException,
AutomationException
removeAllFlags in interface INgDiagramFlagManagerflagTypeName - The flagTypeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgDiagramFlagManager.removeFlag(String, com.esri.arcgis.schematic.INgElement)
public boolean isFlagged(String flagTypeName,
INgElement element)
throws IOException,
AutomationException
isFlagged in interface INgDiagramFlagManagerflagTypeName - The flagTypeName (in)element - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHighlightFlags(String flagTypeName,
boolean highlight)
throws IOException,
AutomationException
setHighlightFlags in interface INgDiagramFlagManagerflagTypeName - The flagTypeName (in)highlight - The highlight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHighlightFlags(String flagTypeName)
throws IOException,
AutomationException
isHighlightFlags in interface INgDiagramFlagManagerflagTypeName - The flagTypeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgElements getFlaggedElements(String flagTypeName)
throws IOException,
AutomationException
getFlaggedElements in interface INgDiagramFlagManagerflagTypeName - The flagTypeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||