com.esri.arcgis.framework
Interface IDockableWindowInitialPlacementNeighbors

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDockableWindowInitialPlacementNeighborsProxy

public interface IDockableWindowInitialPlacementNeighbors
extends java.io.Serializable

COM Interface 'IDockableWindowInitialPlacementNeighbors'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides initial placement for dockable windows.' 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 IIDbbf9e75e_3675_45c9_a6a6_0a3c6d0ad1b9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Number of neighbors.
 IUID getNeighborAt(int index)
          Get Neighbors
 

Field Detail

IIDbbf9e75e_3675_45c9_a6a6_0a3c6d0ad1b9

static final int IIDbbf9e75e_3675_45c9_a6a6_0a3c6d0ad1b9
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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of neighbors.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNeighborAt

IUID getNeighborAt(int index)
                   throws java.io.IOException,
                          AutomationException
Get Neighbors

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.