|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGenericWindow
Provides access to members that control a data window with a particular hWnd.
Method Summary | |
---|---|
IGenericWindow |
getFindWindow(String windowName)
Find an already displayed window. |
String |
getName()
Name of data window. |
void |
setActiveXUID(IUID rhs1)
UID of ActiveX component to place in data window. |
void |
setName(String pWindowName)
Name of data window. |
void |
setTitle(String rhs1)
Name displayed on form. |
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow |
---|
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show |
Method Detail |
---|
void setTitle(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pWindowName) throws IOException, AutomationException
pWindowName
- The pWindowName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveXUID(IUID rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGenericWindow getFindWindow(String windowName) throws IOException, AutomationException
windowName
- The windowName (in)
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 |