com.esri.arcgis.framework
Interface IDockableWindowInitialPlacement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ColorCorrectionDockWin, CreateFeatureDockWin, GxBrowserDockWindow, IdentifyWindow, IDockableWindowInitialPlacementProxy, InternalDockableWindow, MensurationDockWin, RasterToolsDockWin, TableDockWindow, TOCDockableWindow, UnplacedAnnotationWindow

public interface IDockableWindowInitialPlacement
extends java.io.Serializable


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1ec80980_7a02_426d_bd2b_c6d3beb2ed54
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDockPosition()
          DockPosition
 int getHeight()
          Height
 IUID getNeighbor()
          Neighbor
 int getWidth()
          Width
 

Field Detail

IID1ec80980_7a02_426d_bd2b_c6d3beb2ed54

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

getHeight

int getHeight()
              throws java.io.IOException,
                     AutomationException
Height

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
Width

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

getDockPosition

int getDockPosition()
                    throws java.io.IOException,
                           AutomationException
DockPosition

Returns:
A com.esri.arcgis.framework.esriDockFlags constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNeighbor

IUID getNeighbor()
                 throws java.io.IOException,
                        AutomationException
Neighbor

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.