|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWindowPosition
COM Interface 'IWindowPosition'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that query or modify a window's position, size and state.' 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 |
IID88c995ae_64a7_43f5_bf12_88ac179b25a6
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getHeight()
The height of the window. |
int |
getLeft()
The distance between the internal left edge of the window and screen. |
int |
getState()
The state of the window. |
int |
getTop()
The distance between the internal top edge of the window and screen. |
int |
getWidth()
The width of the window. |
void |
move(int left,
int top,
int width,
int height)
Moves and optionally resizes the windows in a single function. |
void |
setHeight(int height)
The height of the window. |
void |
setLeft(int left)
The distance between the internal left edge of the window and screen. |
void |
setState(int windowState)
The state of the window. |
void |
setTop(int top)
The distance between the internal top edge of the window and screen. |
void |
setWidth(int width)
The width of the window. |
| Field Detail |
|---|
static final int IID88c995ae_64a7_43f5_bf12_88ac179b25a6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setLeft(int left)
throws java.io.IOException,
AutomationException
left - The left (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLeft()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTop(int top)
throws java.io.IOException,
AutomationException
top - The top (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTop()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(int width)
throws java.io.IOException,
AutomationException
width - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeight(int height)
throws java.io.IOException,
AutomationException
height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void move(int left,
int top,
int width,
int height)
throws java.io.IOException,
AutomationException
left - The left (in)top - The top (in)width - The width (in, optional, pass 0 if not required)height - The height (in, optional, pass 0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setState(int windowState)
throws java.io.IOException,
AutomationException
windowState - A com.esri.arcgis.framework.esriWindowState constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getState()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||