com.esri.arcgis.display
Interface IConnectionPointContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGAnimationUtils, AlternatingScaleBar, AnimationExporterAVI, AnimationExporterQT, AnimationExporterSeqImages, AnimationExtension, AnnotateMap, AnnotationFeature, AppROT, BasemapLayer, BasicOverposter, CadAnnotationLayer, CadastralFabric, CadastralFabricLayer, CadastralFabricSubLayer, CadFeatureLayer, CadLayer, CatalogSearchEngine, ColorCorrectionDockWin, CompositeGraphicsLayer, ComPropertySheet, CoverageAnnotationLayer, CustomizeDialog, DataGraphT, DataGraphTScatterPlotMatrix, DimensionLayer, DisplayTransformation, DocEventHandler, DoubleAlternatingScaleBar, DynamicDisplay, ElementSelection, EngineNetworkAnalystEnvironment, FDOGraphicsLayer, FeatureDataConverter, FeatureInspector, FeatureLayer, FileSystemXmlSearchEngine, GdbRasterCatalogLayer, GeneralTrackingConnector, GeoDBDataTransfer, GeoVideoLayer, GFSReplicationAgent, Globe, GlobeBean, GlobeControl, GlobeDisplay, GlobeGraphicsLayer, GlobeHookHelper, GlobeLayer, GpsFeed, GraphicsLayer3D, GraphicsSubLayer, GroupLayer, GxCatalog, GxSelection, HollowScaleBar, HookHelper, IConnectionPointContainerProxy, ImageInset, ImageServerLayer, IMSMapLayer, InternetConnection, KmlLayer, LasDatasetLayer, Legend, Map, MapBean, MapControl, MapFrame, MapInset, MaplexAnnotateMap, MapServerLayer, MapServerRESTLayer, MapTitle, MarkerNorthArrow, MdModel, MensurationDockWin, MetadataExtension, MetadataServiceEngine, MosaicLayer, MxDocument, MyPlaceCollection, NAContext, NALayer, NetworkLayer, NITFGraphicsLayer, Overview, Page, PageLayout, PageLayoutBean, PageLayoutControl, PixelInspectionDockWin, PlugIn, ProcessLayer, RasterCatalogLayer, RasterLayer, RasterToolsDockWin, RealTimeFeedManager, RealTimeFeedSimulator, RelQueryTable, RepairConnectivityProgress, Scalebar, ScaleLine, ScaleText, Scene, SceneBean, SceneControl, SceneGraph, SceneHookHelper, ScreenDisplay, ServerConnection, SimpleDataConverter, SimpleDisplay, SimpleElementSelection, SingleDivisionScaleBar, StandaloneTable, SteppedScaleLine, SymbologyBean, SymbologyControl, TemporalFeature, TemporalFeatureLayer, TemporalReference, TerrainLayer, TinLayer, TOCBean, TOCControl, ToolbarBean, ToolbarControl, Topology, VersionManager, WCSLayer, WMSGroupLayer, WMSMapLayer

public interface IConnectionPointContainer
extends java.io.Serializable

COM Interface 'IConnectionPointContainer'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb196b284_bab4_101a_b69c_00aa00341d07
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
          enumConnectionPoints
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
 

Field Detail

IIDb196b284_bab4_101a_b69c_00aa00341d07

static final int IIDb196b284_bab4_101a_b69c_00aa00341d07
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

enumConnectionPoints

void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws java.io.IOException,
                                 AutomationException
enumConnectionPoints

Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConnectionPoint

void findConnectionPoint(GUID riid,
                         IConnectionPoint[] ppCP)
                         throws java.io.IOException,
                                AutomationException
findConnectionPoint

Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.