|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxViewContainer
Provides access to members that control the GxViewContainer.
The IGxViewContainer interface provides access to the views within the container. It is not possible to add additional views to the container through this interface. Additional views must be added by registering a component in the ESRI Gx Previews category.
Method Summary | |
---|---|
IGxView |
findView(IUID pUID,
boolean bRecursive)
Finds a view by CLSID. |
IEnumGxView |
getViews()
All Gxviews in the application. |
Method Detail |
---|
IGxView findView(IUID pUID, boolean bRecursive) throws IOException, AutomationException
pUID
- A reference to a com.esri.arcgis.system.IUID (in)bRecursive
- The bRecursive (in, optional, pass false if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumGxView getViews() throws IOException, AutomationException
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 |