|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.framework.DockableWindow
public class DockableWindow
COM Class 'DockableWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description 'DockableWindow object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.framework.IDockableWindow |
|---|
IID, IID3ee6d0c3_e3f2_11d3_a679_0008c7df97b9, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Fields inherited from interface com.esri.arcgis.framework.IWindowPosition |
|---|
IID, IID88c995ae_64a7_43f5_bf12_88ac179b25a6, xxDummy |
| Constructor Summary | |
|---|---|
DockableWindow(java.lang.Object obj)
Construct a DockableWindow using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
dock(int dockFlags)
Docks or undocks this docking window. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getCaption()
The caption of the dockable window. |
int |
getHeight()
The height of the window. |
IUID |
getID()
The unique id for this dockable window. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLeft()
The distance between the internal left edge of the window and screen. |
java.lang.String |
getName()
The name of the dockable window. |
int |
getState()
The state of the window. |
int |
getTop()
The distance between the internal top edge of the window and screen. |
java.lang.Object |
getUserData()
User defined data. |
int |
getWidth()
The width of the window. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isVisible()
Indicates if this docking window is visible. |
void |
move(int left,
int top,
int width,
int height)
Moves and optionally resizes the windows in a single function. |
void |
release()
Release a DockableWindow. |
void |
setCaption(java.lang.String caption)
The caption of the dockable window. |
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. |
void |
show(boolean show)
Hides or shows the dockable window. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockableWindow(java.lang.Object obj)
throws java.io.IOException
obj to DockableWindow. *
DockableWindow o = (DockableWindow)obj; // will not work
DockableWindow o = new DockableWindow(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
DockableWindow theDockableWindow = (DockableWindow) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IDockableWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCaption()
throws java.io.IOException,
AutomationException
getCaption in interface IDockableWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCaption(java.lang.String caption)
throws java.io.IOException,
AutomationException
setCaption in interface IDockableWindowcaption - The caption (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getID()
throws java.io.IOException,
AutomationException
getID in interface IDockableWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void show(boolean show)
throws java.io.IOException,
AutomationException
show in interface IDockableWindowshow - The show (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
isVisible in interface IDockableWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dock(int dockFlags)
throws java.io.IOException,
AutomationException
dock in interface IDockableWindowdockFlags - A com.esri.arcgis.framework.esriDockFlags constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getUserData()
throws java.io.IOException,
AutomationException
getUserData in interface IDockableWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeft(int left)
throws java.io.IOException,
AutomationException
setLeft in interface IWindowPositionleft - The left (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLeft()
throws java.io.IOException,
AutomationException
getLeft in interface IWindowPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTop(int top)
throws java.io.IOException,
AutomationException
setTop in interface IWindowPositiontop - The top (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTop()
throws java.io.IOException,
AutomationException
getTop in interface IWindowPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWidth(int width)
throws java.io.IOException,
AutomationException
setWidth in interface IWindowPositionwidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface IWindowPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeight(int height)
throws java.io.IOException,
AutomationException
setHeight in interface IWindowPositionheight - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHeight()
throws java.io.IOException,
AutomationException
getHeight in interface IWindowPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void move(int left,
int top,
int width,
int height)
throws java.io.IOException,
AutomationException
move in interface IWindowPositionleft - 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.
public void setState(int windowState)
throws java.io.IOException,
AutomationException
setState in interface IWindowPositionwindowState - A com.esri.arcgis.framework.esriWindowState constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getState()
throws java.io.IOException,
AutomationException
getState in interface IWindowPositionjava.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 | ||||||||