|
|||||||||
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.framework.IDockableWindowInitialPlacementProxy
public class IDockableWindowInitialPlacementProxy
Provides initial placement for dockable windows.
A dockable window's initial representation including height, width, dock position and neighbor can be set through this interface.
This interface is consulted only when the first time the dockable window is being introduced to the system. If the dockable window has already been shown once, the settings through this interface won't apply any more.
To clear the dockable window's states, the application template should be deleted. For example, to clear the dockable window's states in ArcMap, normal.mxt should be removed.
To set the dockable window's initial representation, you would implement IDockableWindowInitialPlacement on the object that implents IDockableWindowDef.
Field Summary | |
---|---|
boolean |
noncastable
|
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.framework.IDockableWindowInitialPlacement |
---|
IID, IID1ec80980_7a02_426d_bd2b_c6d3beb2ed54, xxDummy |
Constructor Summary | |
---|---|
|
IDockableWindowInitialPlacementProxy()
|
|
IDockableWindowInitialPlacementProxy(Object obj)
|
protected |
IDockableWindowInitialPlacementProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getDockPosition()
DockPosition |
int |
getHeight()
Height |
IUID |
getNeighbor()
Neighbor |
int |
getWidth()
Width |
void |
removeListener(String iidStr,
Object theListener)
|
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 boolean noncastable
Constructor Detail |
---|
public IDockableWindowInitialPlacementProxy()
public IDockableWindowInitialPlacementProxy(Object obj) throws IOException
IOException
protected IDockableWindowInitialPlacementProxy(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.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getHeight() throws IOException, AutomationException
getHeight
in interface IDockableWindowInitialPlacement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws IOException, AutomationException
getWidth
in interface IDockableWindowInitialPlacement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDockPosition() throws IOException, AutomationException
getDockPosition
in interface IDockableWindowInitialPlacement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getNeighbor() throws IOException, AutomationException
getNeighbor
in interface IDockableWindowInitialPlacement
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 |